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