Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_vf.c85 hw->mac.max_rx_queues = 1; in ixgbe_init_ops_vf()
273 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_stop_adapter_vf()
799 hw->mac.max_rx_queues = msg[IXGBE_VF_RX_QUEUES]; in ixgbevf_get_queues()
800 if (hw->mac.max_rx_queues == 0 || in ixgbevf_get_queues()
801 hw->mac.max_rx_queues > IXGBE_VF_MAX_RX_QUEUES) in ixgbevf_get_queues()
802 hw->mac.max_rx_queues = IXGBE_VF_MAX_RX_QUEUES; in ixgbevf_get_queues()
806 if (*num_tcs > hw->mac.max_rx_queues) in ixgbevf_get_queues()
H A 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()
1377 for (i = 0; ((i < hw->mac.max_rx_queues) && in ixgbe_enable_relaxed_ordering_82598()
H A Dixgbe_x540.c137 mac->max_rx_queues = IXGBE_X540_MAX_RX_QUEUES; in ixgbe_init_ops_X540()
H A Dixgbe_api.c454 return hw->mac.max_rx_queues; in ixgbe_get_num_of_rx_queues()
H A 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()
4535 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_enable_relaxed_ordering_gen2()
H A Dixgbe_82599.c382 mac->max_rx_queues = IXGBE_82599_MAX_RX_QUEUES; in ixgbe_init_ops_82599()
H A Dixgbe_type.h4197 u32 max_rx_queues; member
/freebsd/sys/dev/ice/
H A Dice_lib.h934 const int max_rx_queues);
H A Dice_lib.c442 * @max_rx_queues: Number of receive queues to identify in ice_alloc_vsi_qmap()
453 const int max_rx_queues)
458 MPASS(max_rx_queues > 0);
464 vsi->rx_qmap = malloc(sizeof(u16) * max_rx_queues, M_ICE, M_WAITOK); in ice_free_vsi_qmaps()
470 for (i = 0; i < max_rx_queues; i++) { in ice_free_vsi_qmaps()
432 ice_alloc_vsi_qmap(struct ice_vsi * vsi,const int max_tx_queues,const int max_rx_queues) ice_alloc_vsi_qmap() argument
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Dtrans.c1686 u32 max_rx_queues = IWL_MAX_RX_HW_QUEUES; in iwl_pcie_set_interrupt_capa()
1692 max_rx_queues = IWL_9000_MAX_RX_HW_QUEUES; in iwl_pcie_set_interrupt_capa()
1694 max_irqs = min_t(u32, num_online_cpus() + 2, max_rx_queues); in iwl_pcie_set_interrupt_capa()
1676 u32 max_rx_queues = IWL_MAX_RX_HW_QUEUES; iwl_pcie_set_interrupt_capa() local