Searched defs:gt_eth_desc (Results 1 – 1 of 1) sorted by relevance
60 struct gt_eth_desc { struct62 u_int32_t ed_lencnt; /* length is hi 16 bits; count (rx) is lo 16 */63 u_int32_t ed_cmdsts; /* command (hi16)/status (lo16) bits */64 u_int32_t ed_nxtptr; /* next descriptor (must be 4LW aligned) */65 u_int32_t ed_bufptr; /* pointer to packet buffer */68 u_int32_t ed_cmdsts; /* command (hi16)/status (lo16) bits */69 u_int32_t ed_lencnt; /* length is hi 16 bits; count (rx) is lo 16 */70 u_int32_t ed_bufptr; /* pointer to packet buffer */71 u_int32_t ed_nxtptr; /* next descriptor (must be 4LW aligned) */