···206206 */207207struct slgt_desc208208{209209- unsigned short count;210210- unsigned short status;211211- unsigned int pbuf; /* physical address of data buffer */212212- unsigned int next; /* physical address of next descriptor */209209+ __le16 count;210210+ __le16 status;211211+ __le32 pbuf; /* physical address of data buffer */212212+ __le32 next; /* physical address of next descriptor */213213214214 /* driver book keeping */215215 char *buf; /* virtual address of data buffer */