Searched defs:sge_txq (Results 1 – 1 of 1) sorted by relevance
305 struct sge_txq { struct306 struct sge_eq eq; /* MUST be first */308 struct port_info *port; /* the port this txq belongs to */309 struct tx_sdesc *sdesc; /* KVA of software descriptor ring */310 mac_ring_handle_t ring_handle;313 ddi_dma_handle_t *tx_dhdl;314 uint32_t tx_dhdl_total; /* Total # of handles */315 uint32_t tx_dhdl_pidx; /* next handle to be used */316 uint32_t tx_dhdl_cidx; /* reclaimed up to this index */317 uint32_t tx_dhdl_avail; /* # of available handles */[all …]