Searched defs:txp_tx_desc (Results 1 – 1 of 1) sorted by relevance
229 struct txp_tx_desc { struct230 volatile u_int8_t tx_flags; /* type/descriptor flags */231 volatile u_int8_t tx_numdesc; /* number of descriptors */232 volatile u_int16_t tx_totlen; /* total packet length */233 volatile u_int32_t tx_addrlo; /* virt addr low word */234 volatile u_int32_t tx_addrhi; /* virt addr high word */235 volatile u_int32_t tx_pflags; /* processing flags */