Home
last modified time | relevance | path

Searched refs:txq_size (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_mfw_req.h95 u32 txq_size; /* TX Descriptors Queue Size */ member
116 u32 txq_size; /* FCoE TX Descriptors Queue Size. */ member
146 u32 txq_size; /* PDU TX Descriptors Queue Size. */ member
A Dbnx2x_main.c3415 ether_stat->txq_size = bp->tx_ring_size; in bnx2x_drv_info_ether_stat()
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb3/
A Dcxgb3_main.c1966 e->tx_pending = q->txq_size[0]; in get_sge_param()
2184 t.txq_size[1] >= 0 || t.txq_size[2] >= 0 || in cxgb_siocdevprivate()
2210 if (t.txq_size[0] >= 0) in cxgb_siocdevprivate()
2211 q->txq_size[0] = t.txq_size[0]; in cxgb_siocdevprivate()
2212 if (t.txq_size[1] >= 0) in cxgb_siocdevprivate()
2213 q->txq_size[1] = t.txq_size[1]; in cxgb_siocdevprivate()
2214 if (t.txq_size[2] >= 0) in cxgb_siocdevprivate()
2215 q->txq_size[2] = t.txq_size[2]; in cxgb_siocdevprivate()
2280 t.txq_size[0] = q->txq_size[0]; in cxgb_siocdevprivate()
2281 t.txq_size[1] = q->txq_size[1]; in cxgb_siocdevprivate()
[all …]
A Dcxgb3_ioctl.h88 int32_t txq_size[3]; member
A Dsge.c3079 q->txq[i].desc = alloc_ring(adapter->pdev, p->txq_size[i], in t3_sge_alloc_qset()
3087 q->txq[i].size = p->txq_size[i]; in t3_sge_alloc_qset()
3382 q->txq_size[TXQ_ETH] = 1024; in t3_sge_prep()
3383 q->txq_size[TXQ_OFLD] = 1024; in t3_sge_prep()
3384 q->txq_size[TXQ_CTRL] = 256; in t3_sge_prep()
A Dcommon.h322 unsigned int txq_size[SGE_TXQ_PER_SET]; /* Tx queue sizes */ member
/linux-6.3-rc2/drivers/scsi/bnx2i/
A Dbnx2i_init.c390 stats->txq_size = hba->max_sqes; in bnx2i_get_stats()
/linux-6.3-rc2/net/mac80211/
A Diface.c2070 int txq_size = 0; in ieee80211_if_add() local
2075 txq_size += sizeof(struct txq_info) + in ieee80211_if_add()
2078 ndev = alloc_netdev_mqs(size + txq_size, in ieee80211_if_add()
2122 if (txq_size) { in ieee80211_if_add()
/linux-6.3-rc2/drivers/net/ethernet/microsoft/mana/
A Dmana_en.c1469 u32 txq_size; in mana_create_txq() local
1484 txq_size = MAX_SEND_BUFFERS_PER_QUEUE * 32; in mana_create_txq()
1485 BUILD_BUG_ON(!PAGE_ALIGNED(txq_size)); in mana_create_txq()
1507 spec.queue_size = txq_size; in mana_create_txq()
/linux-6.3-rc2/drivers/scsi/bnx2fc/
A Dbnx2fc_fcoe.c1805 stats_addr->txq_size = BNX2FC_SQ_WQES_MAX; in bnx2fc_ulp_get_stats()

Completed in 80 milliseconds