Searched refs:max_rx_queues (Results 1 – 19 of 19) sorted by relevance
170 number_of_queues = hw->mac.max_rx_queues; in ixgbevf_stop_hw_vf()980 hw->mac.max_rx_queues = msg[IXGBE_VF_RX_QUEUES]; in ixgbevf_get_queues()981 if (hw->mac.max_rx_queues == 0 || in ixgbevf_get_queues()982 hw->mac.max_rx_queues > IXGBE_VF_MAX_RX_QUEUES) in ixgbevf_get_queues()983 hw->mac.max_rx_queues = IXGBE_VF_MAX_RX_QUEUES; in ixgbevf_get_queues()987 if (*num_tcs > hw->mac.max_rx_queues) in ixgbevf_get_queues()
71 u32 max_rx_queues; member
3057 hw->mac.max_rx_queues = 2; in ixgbevf_sw_init()
15 __be32 max_rx_queues; member
2549 int max_tx_queues, max_rx_queues; in gve_probe() local2589 max_rx_queues = ioread32be(®_bar->max_rx_queues); in gve_probe()2591 dev = alloc_etherdev_mqs(sizeof(*priv), max_tx_queues, max_rx_queues); in gve_probe()2643 priv->rx_cfg.max_queues = max_rx_queues; in gve_probe()
237 wx->mac.max_rx_queues = TXGBE_SP_MAX_RX_QUEUES; in txgbe_sw_init()
1826 for (i = 0; i < wx->mac.max_rx_queues; i++) { in wx_stop_adapter()2361 for (i = 0; i < wx->mac.max_rx_queues; i++) in wx_update_stats()2377 for (i = 0; i < wx->mac.max_rx_queues; i++) in wx_clear_hw_cntrs()
749 u32 max_rx_queues; member
93 wx->mac.max_rx_queues = NGBE_MAX_RX_QUEUES; in ngbe_sw_init()
41 mac->max_rx_queues = IXGBE_X540_MAX_RX_QUEUES; in ixgbe_get_invariants_X540()
80 mac->max_rx_queues = IXGBE_82598_MAX_RX_QUEUES; in ixgbe_get_invariants_82598()
250 mac->max_rx_queues = IXGBE_82599_MAX_RX_QUEUES; in ixgbe_get_invariants_82599()
3569 u32 max_rx_queues; member
737 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_stop_adapter_generic()
996 u64 max_rx_queues; member
3778 channels->max_rx = adapter->max_rx_queues; in ibmvnic_get_channels()5694 adapter->max_rx_queues = in handle_query_cap_rsp()5697 adapter->max_rx_queues); in handle_query_cap_rsp()
1658 u32 max_rx_queues = IWL_MAX_RX_HW_QUEUES; in iwl_pcie_set_interrupt_capa() local1664 max_rx_queues = IWL_9000_MAX_RX_HW_QUEUES; in iwl_pcie_set_interrupt_capa()1666 max_irqs = min_t(u32, num_online_cpus() + 2, max_rx_queues); in iwl_pcie_set_interrupt_capa()
764 np_cfg[pci_func].max_rx_queues = nic_info.max_rx_ques; in qlcnic_sysfs_read_npar_config()
1347 u16 max_rx_queues; member