Searched refs:txq_size (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/sys/dev/bxe/
H A Decore_mfw_req.h116 uint32_t txq_size; /* TX Descriptors Queue Size */ member in struct:eth_stats_info
137 uint32_t txq_size; /* FCoE TX Descriptors Queue Size. */ member in struct:fcoe_stats_info
174 uint32_t txq_size; /* PDU TX Descriptors Queue Size. */ member in struct:iscsi_stats_info
H A Dbxe.c7642 ether_stat->txq_size = sc->tx_ring_size;
/freebsd-11.0-release/sys/dev/cxgb/
H A Dcxgb_ioctl.h106 int32_t txq_size[3]; member in struct:ch_qset_params
H A Dcxgb_main.c2656 t->txq_size[0] = q->txq_size[0];
2657 t->txq_size[1] = q->txq_size[1];
2658 t->txq_size[2] = q->txq_size[2];
H A Dcxgb_sge.c591 q->txq_size[TXQ_ETH] = TX_ETH_Q_SIZE;
592 q->txq_size[TXQ_OFLD] = is_offload(adap) ? TX_OFLD_Q_SIZE : 16;
593 q->txq_size[TXQ_CTRL] = TX_CTRL_Q_SIZE;
2478 if ((ret = alloc_ring(sc, p->txq_size[i],
2489 q->txq[i].size = p->txq_size[i];
/freebsd-11.0-release/tools/tools/cxgbtool/
H A Dcxgbtool.c1112 qp.txq_size[0], qp.txq_size[1], qp.txq_size[2],
/freebsd-11.0-release/sys/dev/cxgb/common/
H A Dcxgb_common.h317 unsigned int txq_size[SGE_TXQ_PER_SET]; /* Tx queue sizes */ member in struct:qset_params

Completed in 215 milliseconds