Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/txp/
H A Dif_txpreg.h380 struct txp_frag_desc { struct
381 volatile u_int8_t frag_flags; /* type/descriptor flags */
382 volatile u_int8_t frag_rsvd1;
383 volatile u_int16_t frag_len; /* bytes in this fragment */
384 volatile u_int32_t frag_addrlo; /* phys addr low word */
385 volatile u_int32_t frag_addrhi; /* phys addr high word */
386 volatile u_int32_t frag_rsvd2;