Searched refs:txq_size (Results 1 – 8 of 8) sorted by relevance
116 uint32_t txq_size; /* TX Descriptors Queue Size */ member137 uint32_t txq_size; /* FCoE TX Descriptors Queue Size. */ member174 uint32_t txq_size; /* PDU TX Descriptors Queue Size. */ member
7696 ether_stat->txq_size = sc->tx_ring_size; in bxe_drv_info_ether_stat()
105 int32_t txq_size[3]; member
2610 t->txq_size[0] = q->txq_size[0]; in cxgb_extension_ioctl()2611 t->txq_size[1] = q->txq_size[1]; in cxgb_extension_ioctl()2612 t->txq_size[2] = q->txq_size[2]; in cxgb_extension_ioctl()
593 q->txq_size[TXQ_ETH] = TX_ETH_Q_SIZE; in t3_sge_prep()594 q->txq_size[TXQ_OFLD] = is_offload(adap) ? TX_OFLD_Q_SIZE : 16; in t3_sge_prep()595 q->txq_size[TXQ_CTRL] = TX_CTRL_Q_SIZE; in t3_sge_prep()2470 if ((ret = alloc_ring(sc, p->txq_size[i], in t3_sge_alloc_qset()2481 q->txq[i].size = p->txq_size[i]; in t3_sge_alloc_qset()
1111 qp.txq_size[0], qp.txq_size[1], qp.txq_size[2], in dump_qset_params()
2077 uint32_t txq_size; in mana_create_txq() local2094 txq_size = apc->tx_queue_size * 32; in mana_create_txq()2095 KASSERT(IS_ALIGNED(txq_size, PAGE_SIZE), in mana_create_txq()2117 spec.queue_size = txq_size; in mana_create_txq()
316 unsigned int txq_size[SGE_TXQ_PER_SET]; /* Tx queue sizes */ member