Searched refs:rx_queues (Results 1 – 8 of 8) sorted by relevance
58 (TOTAL_DESC - priv->hw_params->rx_queues * priv->hw_params->rx_bds_per_q)1756 for (i = 0; i < priv->hw_params->rx_queues; ++i) in init_umac()2014 for (i = 0; i < priv->hw_params->rx_queues; ++i) { in bcmgenet_init_rx_napi()2028 for (i = 0; i < priv->hw_params->rx_queues; ++i) { in bcmgenet_enable_rx_napi()2042 for (i = 0; i < priv->hw_params->rx_queues; ++i) { in bcmgenet_disable_rx_napi()2056 for (i = 0; i < priv->hw_params->rx_queues; ++i) { in bcmgenet_fini_rx_napi()2090 for (i = 0; i < priv->hw_params->rx_queues; i++) { in bcmgenet_init_rx_queues()2105 priv->hw_params->rx_queues * in bcmgenet_init_rx_queues()2304 for (index = 0; index < priv->hw_params->rx_queues; index++) { in bcmgenet_isr1()2888 .rx_queues = 0,[all …]
519 u8 rx_queues; member
249 u32 rx_queues; member
1394 if ((0 == vqs->rx_queues) && (0 == vqs->tx_queues)) { in i40e_vc_enable_queues_msg()1433 if ((0 == vqs->rx_queues) && (0 == vqs->tx_queues)) { in i40e_vc_disable_queues_msg()
278 vqs.rx_queues = vqs.tx_queues; in i40evf_enable_queues()303 vqs.rx_queues = vqs.tx_queues; in i40evf_disable_queues()
2251 u8 tx_queues, u8 rx_queues) in qlcnic_set_real_num_queues() argument2265 if (rx_queues) { in qlcnic_set_real_num_queues()2266 err = netif_set_real_num_rx_queues(netdev, rx_queues); in qlcnic_set_real_num_queues()2269 rx_queues); in qlcnic_set_real_num_queues()
817 u32 tx_queues, rx_queues; in gfar_of_init() local826 &rx_queues); in gfar_of_init()827 num_rx_qs = ret ? 1 : rx_queues; in gfar_of_init()