Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbevf/
A Dvf.c168 number_of_queues = hw->mac.max_rx_queues; in ixgbevf_stop_hw_vf()
930 hw->mac.max_rx_queues = msg[IXGBE_VF_RX_QUEUES]; in ixgbevf_get_queues()
931 if (hw->mac.max_rx_queues == 0 || in ixgbevf_get_queues()
932 hw->mac.max_rx_queues > IXGBE_VF_MAX_RX_QUEUES) in ixgbevf_get_queues()
933 hw->mac.max_rx_queues = IXGBE_VF_MAX_RX_QUEUES; in ixgbevf_get_queues()
937 if (*num_tcs > hw->mac.max_rx_queues) in ixgbevf_get_queues()
A Dvf.h70 u32 max_rx_queues; member
A Dixgbevf_main.c3035 hw->mac.max_rx_queues = 2; in ixgbevf_sw_init()
/linux/drivers/net/ethernet/google/gve/
A Dgve_register.h15 __be32 max_rx_queues; member
A Dgve_main.c1519 int max_tx_queues, max_rx_queues; in gve_probe() local
1559 max_rx_queues = ioread32be(&reg_bar->max_rx_queues); in gve_probe()
1561 dev = alloc_etherdev_mqs(sizeof(*priv), max_tx_queues, max_rx_queues); in gve_probe()
1610 priv->rx_cfg.max_queues = max_rx_queues; in gve_probe()
/linux/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_x540.c41 mac->max_rx_queues = IXGBE_X540_MAX_RX_QUEUES; in ixgbe_get_invariants_X540()
A Dixgbe_82598.c80 mac->max_rx_queues = IXGBE_82598_MAX_RX_QUEUES; in ixgbe_get_invariants_82598()
A Dixgbe_82599.c250 mac->max_rx_queues = IXGBE_82599_MAX_RX_QUEUES; in ixgbe_get_invariants_82599()
A Dixgbe_type.h3560 u32 max_rx_queues; member
A Dixgbe_common.c737 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_stop_adapter_generic()
/linux/drivers/net/ethernet/ibm/
A Dibmvnic.h953 u64 max_rx_queues; member
A Dibmvnic.c3123 channels->max_rx = adapter->max_rx_queues; in ibmvnic_get_channels()
5000 adapter->max_rx_queues = in handle_query_cap_rsp()
5003 adapter->max_rx_queues); in handle_query_cap_rsp()
/linux/drivers/net/wireless/intel/iwlwifi/pcie/
A Dtrans.c1605 u32 max_rx_queues = IWL_MAX_RX_HW_QUEUES; in iwl_pcie_set_interrupt_capa() local
1611 max_rx_queues = IWL_9000_MAX_RX_HW_QUEUES; in iwl_pcie_set_interrupt_capa()
1613 max_irqs = min_t(u32, num_online_cpus() + 2, max_rx_queues); in iwl_pcie_set_interrupt_capa()
/linux/drivers/net/ethernet/qlogic/qlcnic/
A Dqlcnic_sysfs.c765 np_cfg[pci_func].max_rx_queues = nic_info.max_rx_ques; in qlcnic_sysfs_read_npar_config()
A Dqlcnic.h1347 u16 max_rx_queues; member

Completed in 101 milliseconds