Home
last modified time | relevance | path

Searched refs:max_rx_queues (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/sys/dev/ixgbe/
Dixv_vf.c86 hw->mac.max_rx_queues = 1; in ixgbe_init_ops_vf()
272 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_stop_adapter_vf()
761 hw->mac.max_rx_queues = msg[IXGBE_VF_RX_QUEUES]; in ixgbevf_get_queues()
762 if (hw->mac.max_rx_queues == 0 || in ixgbevf_get_queues()
763 hw->mac.max_rx_queues > IXGBE_VF_MAX_RX_QUEUES) in ixgbevf_get_queues()
764 hw->mac.max_rx_queues = IXGBE_VF_MAX_RX_QUEUES; in ixgbevf_get_queues()
768 if (*num_tcs > hw->mac.max_rx_queues) in ixgbevf_get_queues()
Dixgbe_82598.c159 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()
1376 for (i = 0; ((i < hw->mac.max_rx_queues) && in ixgbe_enable_relaxed_ordering_82598()
Dixv_vf.h140 u32 max_rx_queues; member
Dixgbe_x540.c136 mac->max_rx_queues = IXGBE_X540_MAX_RX_QUEUES; in ixgbe_init_ops_X540()
Dixgbe_api.c423 return hw->mac.max_rx_queues; in ixgbe_get_num_of_rx_queues()
Dixgbe_common.c473 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_start_hw_gen2()
1133 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_stop_adapter_generic()
4453 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_enable_relaxed_ordering_gen2()
Dixgbe_82599.c381 mac->max_rx_queues = IXGBE_82599_MAX_RX_QUEUES; in ixgbe_init_ops_82599()
Dixgbe_type.h4023 u32 max_rx_queues; member