Searched refs:max_rx_queues (Results 1 – 7 of 7) sorted by relevance
85 hw->mac.max_rx_queues = 1; in ixgbe_init_ops_vf()269 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_stop_adapter_vf()707 hw->mac.max_rx_queues = msg[IXGBE_VF_RX_QUEUES]; in ixgbevf_get_queues()708 if (hw->mac.max_rx_queues == 0 || in ixgbevf_get_queues()709 hw->mac.max_rx_queues > IXGBE_VF_MAX_RX_QUEUES) in ixgbevf_get_queues()710 hw->mac.max_rx_queues = IXGBE_VF_MAX_RX_QUEUES; in ixgbevf_get_queues()714 if (*num_tcs > hw->mac.max_rx_queues) in ixgbevf_get_queues()
159 mac->max_rx_queues = IXGBE_82598_MAX_RX_QUEUES; in ixgbe_init_ops_82598()274 for (i = 0; ((i < hw->mac.max_rx_queues) && in ixgbe_start_hw_82598()1373 for (i = 0; ((i < hw->mac.max_rx_queues) && in ixgbe_enable_relaxed_ordering_82598()
131 mac->max_rx_queues = IXGBE_X540_MAX_RX_QUEUES; in ixgbe_init_ops_X540()
426 return hw->mac.max_rx_queues; in ixgbe_get_num_of_rx_queues()
441 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_start_hw_gen2()1086 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_stop_adapter_generic()4330 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_enable_relaxed_ordering_gen2()
381 mac->max_rx_queues = IXGBE_82599_MAX_RX_QUEUES; in ixgbe_init_ops_82599()
3814 u32 max_rx_queues; member