Searched defs:sge_txq (Results 1 – 1 of 1) sorted by relevance
269 struct sge_txq { struct270 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 …]