Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h269 struct sge_txq { struct
270 struct sge_eq eq; /* MUST be first */
272 struct port_info *port; /* the port this txq belongs to */
273 struct tx_sdesc *sdesc; /* KVA of software descriptor ring */
276 ddi_dma_handle_t *tx_dhdl;
277 uint32_t tx_dhdl_total; /* Total # of handles */
278 uint32_t tx_dhdl_pidx; /* next handle to be used */
279 uint32_t tx_dhdl_cidx; /* reclaimed up to this index */
280 uint32_t tx_dhdl_avail; /* # of available handles */
283 ddi_dma_handle_t txb_dhdl;
[all …]