Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/intel/ixgbevf/
Dvf.c166 number_of_queues = hw->mac.max_rx_queues; in ixgbevf_stop_hw_vf()
922 hw->mac.max_rx_queues = msg[IXGBE_VF_RX_QUEUES]; in ixgbevf_get_queues()
923 if (hw->mac.max_rx_queues == 0 || in ixgbevf_get_queues()
924 hw->mac.max_rx_queues > IXGBE_VF_MAX_RX_QUEUES) in ixgbevf_get_queues()
925 hw->mac.max_rx_queues = IXGBE_VF_MAX_RX_QUEUES; in ixgbevf_get_queues()
929 if (*num_tcs > hw->mac.max_rx_queues) in ixgbevf_get_queues()
Dvf.h73 u32 max_rx_queues; member
Dixgbevf_main.c3033 hw->mac.max_rx_queues = 2; in ixgbevf_sw_init()
/Linux-v5.4/drivers/net/ethernet/google/gve/
Dgve_register.h15 __be32 max_rx_queues; member
Dgve_main.c1071 int max_tx_queues, max_rx_queues; in gve_probe() local
1117 max_rx_queues = ioread32be(&reg_bar->max_tx_queues); in gve_probe()
1118 max_tx_queues = ioread32be(&reg_bar->max_rx_queues); in gve_probe()
1120 dev = alloc_etherdev_mqs(sizeof(*priv), max_tx_queues, max_rx_queues); in gve_probe()
1161 priv->rx_cfg.max_queues = max_rx_queues; in gve_probe()
/Linux-v5.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe_x540.c41 mac->max_rx_queues = IXGBE_X540_MAX_RX_QUEUES; in ixgbe_get_invariants_X540()
Dixgbe_82598.c80 mac->max_rx_queues = IXGBE_82598_MAX_RX_QUEUES; in ixgbe_get_invariants_82598()
Dixgbe_82599.c250 mac->max_rx_queues = IXGBE_82599_MAX_RX_QUEUES; in ixgbe_get_invariants_82599()
Dixgbe_type.h3563 u32 max_rx_queues; member
Dixgbe_common.c737 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_stop_adapter_generic()
/Linux-v5.4/drivers/net/ethernet/ibm/
Dibmvnic.h1040 u64 max_rx_queues; member
Dibmvnic.c2491 channels->max_rx = adapter->max_rx_queues; in ibmvnic_get_channels()
4266 adapter->max_rx_queues = in handle_query_cap_rsp()
4269 adapter->max_rx_queues); in handle_query_cap_rsp()
/Linux-v5.4/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_sysfs.c766 np_cfg[pci_func].max_rx_queues = nic_info.max_rx_ques; in qlcnic_sysfs_read_npar_config()
Dqlcnic.h1353 u16 max_rx_queues; member