Searched refs:num_tx_qs (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/emulex/benet/ |
D | be.h | 577 u16 num_tx_qs; member 798 for (i = 0, txo = &adapter->tx_obj[i]; i < adapter->num_tx_qs; \ 810 for (i = eqo->idx, txo = &adapter->tx_obj[i]; i < adapter->num_tx_qs;\
|
D | be_ethtool.c | 448 for (i = 0; i < adapter->num_tx_qs; i++) { in be_get_stat_strings() 479 adapter->num_tx_qs * ETHTOOL_TXSTATS_NUM; in be_get_sset_count() 1227 ch->combined_count = min(adapter->num_tx_qs, num_rx_irqs); in be_get_channels() 1229 ch->tx_count = adapter->num_tx_qs - ch->combined_count; in be_get_channels()
|
D | be_main.c | 2880 pending_txqs = adapter->num_tx_qs; in be_tx_compl_clean() 3066 adapter->num_tx_qs = min(adapter->num_evt_qs, adapter->cfg_num_tx_irqs); in be_tx_qs_create() 3100 adapter->num_tx_qs); in be_tx_qs_create() 4666 status = netif_set_real_num_tx_queues(netdev, adapter->num_tx_qs); in be_setup_queues()
|
/linux-6.6.21/drivers/net/ethernet/freescale/ |
D | gianfar.c | 641 unsigned int num_tx_qs, num_rx_qs; in gfar_of_init() local 653 num_tx_qs = 1; in gfar_of_init() 666 num_tx_qs = num_grps; /* one txq per int group */ in gfar_of_init() 670 if (num_tx_qs > MAX_TX_QS) { in gfar_of_init() 672 num_tx_qs, MAX_TX_QS); in gfar_of_init() 684 *pdev = alloc_etherdev_mq(sizeof(*priv), num_tx_qs); in gfar_of_init() 694 priv->num_tx_queues = num_tx_qs; in gfar_of_init()
|
D | fec_main.c | 4295 int num_tx_qs; in fec_probe() local 4301 fec_enet_get_queue_num(pdev, &num_tx_qs, &num_rx_qs); in fec_probe() 4305 FEC_STATS_SIZE, num_tx_qs, num_rx_qs); in fec_probe() 4323 fep->num_tx_queues = num_tx_qs; in fec_probe()
|