Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h277 struct sge_txq { struct
278 struct sge_eq eq; /* MUST be first */
280 struct port_info *port; /* the port this txq belongs to */
281 struct tx_sdesc *sdesc; /* KVA of software descriptor ring */
282 mac_ring_handle_t ring_handle;
285 ddi_dma_handle_t *tx_dhdl;
286 uint32_t tx_dhdl_total; /* Total # of handles */
287 uint32_t tx_dhdl_pidx; /* next handle to be used */
288 uint32_t tx_dhdl_cidx; /* reclaimed up to this index */
289 uint32_t tx_dhdl_avail; /* # of available handles */
[all …]