Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/ixgbevf/
Dvf.c148 number_of_queues = hw->mac.max_rx_queues; in ixgbevf_stop_hw_vf()
578 hw->mac.max_rx_queues = msg[IXGBE_VF_RX_QUEUES]; in ixgbevf_get_queues()
579 if (hw->mac.max_rx_queues == 0 || in ixgbevf_get_queues()
580 hw->mac.max_rx_queues > IXGBE_VF_MAX_RX_QUEUES) in ixgbevf_get_queues()
581 hw->mac.max_rx_queues = IXGBE_VF_MAX_RX_QUEUES; in ixgbevf_get_queues()
585 if (*num_tcs > hw->mac.max_rx_queues) in ixgbevf_get_queues()
Dvf.h91 u32 max_rx_queues; member
Dixgbevf_main.c2233 hw->mac.max_rx_queues = 2; in ixgbevf_sw_init()
/drivers/net/ethernet/intel/ixgbe/
Dixgbe_82598.c105 mac->max_rx_queues = IXGBE_82598_MAX_RX_QUEUES; in ixgbe_get_invariants_82598()
193 for (i = 0; ((i < hw->mac.max_rx_queues) && in ixgbe_start_hw_82598()
Dixgbe_x540.c66 mac->max_rx_queues = IXGBE_X540_MAX_RX_QUEUES; in ixgbe_get_invariants_X540()
Dixgbe_common.c331 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_start_hw_gen2()
719 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_stop_adapter_generic()
Dixgbe_82599.c273 mac->max_rx_queues = IXGBE_82599_MAX_RX_QUEUES; in ixgbe_get_invariants_82599()
Dixgbe_type.h2964 u32 max_rx_queues; member
/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_sysfs.c769 np_cfg[pci_func].max_rx_queues = nic_info.max_rx_ques; in qlcnic_sysfs_read_npar_config()
Dqlcnic.h1351 u16 max_rx_queues; member