Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlxgbe/
H A Dql_hw.h1523 typedef struct _qla_hw_tx_cntxt { struct
1524 q80_tx_cmd_t *tx_ring_base;
1525 bus_addr_t tx_ring_paddr;
1527 volatile uint32_t *tx_cons; /* tx consumer shadow reg */
1528 bus_addr_t tx_cons_paddr;
1530 volatile uint32_t txr_free; /* # of free entries in tx ring */
1531 volatile uint32_t txr_next; /* # next available tx ring entry */
1532 volatile uint32_t txr_comp; /* index of last tx entry completed */
1534 uint32_t tx_prod_reg;
1535 uint16_t tx_cntxt_id;