Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/intel/ixgbevf/
Dvf.h92 u32 max_rx_queues; member
Dvf.c140 number_of_queues = hw->mac.max_rx_queues; in ixgbevf_stop_hw_vf()
Dixgbevf_main.c2200 hw->mac.max_rx_queues = MAX_RX_QUEUES; in ixgbevf_sw_init()
/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/
Dixgbe_82598.c127 mac->max_rx_queues = IXGBE_82598_MAX_RX_QUEUES; in ixgbe_get_invariants_82598()
220 for (i = 0; ((i < hw->mac.max_rx_queues) && in ixgbe_start_hw_82598()
Dixgbe_x540.c64 mac->max_rx_queues = IXGBE_X540_MAX_RX_QUEUES; in ixgbe_get_invariants_X540()
Dixgbe_common.c135 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_start_hw_gen2()
523 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_stop_adapter_generic()
Dixgbe_82599.c177 mac->max_rx_queues = IXGBE_82599_MAX_RX_QUEUES; in ixgbe_get_invariants_82599()
Dixgbe_type.h2826 u32 max_rx_queues; member
/linux-3.4.99/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic.h1152 u16 max_rx_queues; member
Dqlcnic_main.c4067 np_cfg[i].max_rx_queues = nic_info.max_rx_ques; in qlcnic_sysfs_read_npar_config()