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

/freebsd-current/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.c7696 ether_stat->txq_size = sc->tx_ring_size;
/freebsd-current/sys/dev/cxgb/
H A Dcxgb_ioctl.h105 int32_t txq_size[3]; member in struct:ch_qset_params
H A Dcxgb_main.c2663 t->txq_size[0] = q->txq_size[0];
2664 t->txq_size[1] = q->txq_size[1];
2665 t->txq_size[2] = q->txq_size[2];
H A Dcxgb_sge.c593 q->txq_size[TXQ_ETH] = TX_ETH_Q_SIZE;
594 q->txq_size[TXQ_OFLD] = is_offload(adap) ? TX_OFLD_Q_SIZE : 16;
595 q->txq_size[TXQ_CTRL] = TX_CTRL_Q_SIZE;
2473 if ((ret = alloc_ring(sc, p->txq_size[i],
2484 q->txq[i].size = p->txq_size[i];
/freebsd-current/tools/tools/cxgbtool/
H A Dcxgbtool.c1111 qp.txq_size[0], qp.txq_size[1], qp.txq_size[2],
/freebsd-current/sys/dev/mana/
H A Dmana_en.c2039 uint32_t txq_size; local
2054 txq_size = MAX_SEND_BUFFERS_PER_QUEUE * 32;
2055 KASSERT(IS_ALIGNED(txq_size, PAGE_SIZE),
2077 spec.queue_size = txq_size;
/freebsd-current/sys/dev/cxgb/common/
H A Dcxgb_common.h316 unsigned int txq_size[SGE_TXQ_PER_SET]; /* Tx queue sizes */ member in struct:qset_params

Completed in 248 milliseconds