Home
last modified time | relevance | path

Searched defs:txp_tx_desc (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/dev/netif/txp/
H A Dif_txpreg.h229 struct txp_tx_desc { struct
230 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 */