Searched refs:num_tx_qs (Results 1 – 2 of 2) sorted by relevance
630 unsigned int num_tx_qs, num_rx_qs; in gfar_of_init() local642 num_tx_qs = 1; in gfar_of_init()657 num_tx_qs = num_grps; /* one txq per int group */ in gfar_of_init()661 if (num_tx_qs > MAX_TX_QS) { in gfar_of_init()663 num_tx_qs, MAX_TX_QS); in gfar_of_init()675 *pdev = alloc_etherdev_mq(sizeof(*priv), num_tx_qs); in gfar_of_init()685 priv->num_tx_queues = num_tx_qs; in gfar_of_init()
2883 pending_txqs = adapter->num_tx_qs; in be_tx_compl_clean()3069 adapter->num_tx_qs = min(adapter->num_evt_qs, adapter->cfg_num_tx_irqs); in be_tx_qs_create()3103 adapter->num_tx_qs); in be_tx_qs_create()4667 status = netif_set_real_num_tx_queues(netdev, adapter->num_tx_qs); in be_setup_queues()