Lines Matching refs:tx_queues
60 (TOTAL_DESC - priv->hw_params->tx_queues * priv->hw_params->tx_bds_per_q)
1120 for (i = 0; i < priv->hw_params->tx_queues; i++) in bcmgenet_tx_reclaim_all()
1760 for (i = 0; i < priv->hw_params->tx_queues; ++i) in init_umac()
1886 for (i = 0; i < priv->hw_params->tx_queues; ++i) { in bcmgenet_init_tx_napi()
1900 for (i = 0; i < priv->hw_params->tx_queues; ++i) { in bcmgenet_enable_tx_napi()
1914 for (i = 0; i < priv->hw_params->tx_queues; ++i) { in bcmgenet_disable_tx_napi()
1928 for (i = 0; i < priv->hw_params->tx_queues; ++i) { in bcmgenet_fini_tx_napi()
1971 for (i = 0; i < priv->hw_params->tx_queues; i++) { in bcmgenet_init_tx_queues()
1983 priv->hw_params->tx_queues * in bcmgenet_init_tx_queues()
1989 ((GENET_Q0_PRIORITY + priv->hw_params->tx_queues) << in bcmgenet_init_tx_queues()
2317 for (index = 0; index < priv->hw_params->tx_queues; index++) { in bcmgenet_isr1()
2886 .tx_queues = 0,
2900 .tx_queues = 4,
2917 .tx_queues = 4,
2936 .tx_queues = 4,
3048 params->tx_queues, params->tx_bds_per_q, in bcmgenet_set_hw_params()
3189 netif_set_real_num_tx_queues(priv->dev, priv->hw_params->tx_queues + 1); in bcmgenet_probe()