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.h301 struct sge_txq { struct
302 struct sge_eq eq; /* MUST be first */
306 mac_ring_handle_t ring_handle;
309 ddi_dma_handle_t *tx_dhdl;
316 ddi_dma_handle_t txb_dhdl;
317 ddi_acc_handle_t txb_ahdl;
320 uint32_t txb_size; /* total size */
325 uint64_t txpkts; /* # of ethernet packets */
326 uint64_t txbytes; /* # of ethernet bytes */
327 kstat_t *ksp;
[all …]