Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_txpreg.h550 struct txp_tx_ring { struct
551 struct txp_tx_desc *r_desc; /* base address of descs */
552 u_int32_t r_reg; /* register to activate */
553 u_int32_t r_prod; /* producer */
554 u_int32_t r_cons; /* consumer */
555 u_int32_t r_cnt; /* # descs in use */
556 volatile u_int32_t *r_off; /* hostvar index pointer */