Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ixgbe/
Dixgbe_vf.c84 hw->mac.max_rx_queues = 1; in ixgbe_init_ops_vf()
270 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_stop_adapter_vf()
792 hw->mac.max_rx_queues = msg[IXGBE_VF_RX_QUEUES]; in ixgbevf_get_queues()
793 if (hw->mac.max_rx_queues == 0 || in ixgbevf_get_queues()
794 hw->mac.max_rx_queues > IXGBE_VF_MAX_RX_QUEUES) in ixgbevf_get_queues()
795 hw->mac.max_rx_queues = IXGBE_VF_MAX_RX_QUEUES; in ixgbevf_get_queues()
799 if (*num_tcs > hw->mac.max_rx_queues) in ixgbevf_get_queues()
Dixgbe_82598.c160 mac->max_rx_queues = IXGBE_82598_MAX_RX_QUEUES; in ixgbe_init_ops_82598()
275 for (i = 0; ((i < hw->mac.max_rx_queues) && in ixgbe_start_hw_82598()
1378 for (i = 0; ((i < hw->mac.max_rx_queues) && in ixgbe_enable_relaxed_ordering_82598()
Dixgbe_x540.c137 mac->max_rx_queues = IXGBE_X540_MAX_RX_QUEUES; in ixgbe_init_ops_X540()
Dixgbe_api.c455 return hw->mac.max_rx_queues; in ixgbe_get_num_of_rx_queues()
Dixgbe_common.c479 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_start_hw_gen2()
1138 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_stop_adapter_generic()
4463 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_enable_relaxed_ordering_gen2()
Dixgbe_82599.c382 mac->max_rx_queues = IXGBE_82599_MAX_RX_QUEUES; in ixgbe_init_ops_82599()
Dixgbe_type.h4135 u32 max_rx_queues; member
/freebsd-12-stable/sys/dev/ice/
Dice_lib.h786 const int max_rx_queues);
Dice_lib.c412 const int max_rx_queues) in ice_alloc_vsi_qmap() argument
418 MPASS(max_rx_queues > 0); in ice_alloc_vsi_qmap()
429 (u16 *) malloc(sizeof(u16) * max_rx_queues, M_ICE, M_WAITOK))) { in ice_alloc_vsi_qmap()
438 for (i = 0; i < max_rx_queues; i++) { in ice_alloc_vsi_qmap()