Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbevf/
H A 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()
H A Dvf.h73 u32 max_rx_queues; member
H A Dixgbevf_main.c3043 hw->mac.max_rx_queues = 2; in ixgbevf_sw_init()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/google/gve/
H A Dgve_register.h15 __be32 max_rx_queues; member
H A Dgve_main.c1302 int max_tx_queues, max_rx_queues; in gve_probe() local
1349 max_rx_queues = ioread32be(&reg_bar->max_rx_queues); in gve_probe()
1351 dev = alloc_etherdev_mqs(sizeof(*priv), max_tx_queues, max_rx_queues); in gve_probe()
1394 priv->rx_cfg.max_queues = max_rx_queues; in gve_probe()
/OK3568_Linux_fs/external/dpdk/pcie/e1000/
H A Digb_ethdev.c2426 dev_info->max_rx_queues = 4; in eth_igb_infos_get()
2432 dev_info->max_rx_queues = 16; in eth_igb_infos_get()
2439 dev_info->max_rx_queues = 8; in eth_igb_infos_get()
2446 dev_info->max_rx_queues = 8; in eth_igb_infos_get()
2453 dev_info->max_rx_queues = 8; in eth_igb_infos_get()
2458 dev_info->max_rx_queues = 4; in eth_igb_infos_get()
2464 dev_info->max_rx_queues = 2; in eth_igb_infos_get()
2553 dev_info->max_rx_queues = 2; in eth_igbvf_infos_get()
2557 dev_info->max_rx_queues = 1; in eth_igbvf_infos_get()
3029 mask = (0xFFFFFFFF >> (32 - dev_info.max_rx_queues)) << misc_shift; in eth_igb_rxq_interrupt_setup()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x540.c41 mac->max_rx_queues = IXGBE_X540_MAX_RX_QUEUES; in ixgbe_get_invariants_X540()
H A Dixgbe_82598.c80 mac->max_rx_queues = IXGBE_82598_MAX_RX_QUEUES; in ixgbe_get_invariants_82598()
H A Dixgbe_82599.c250 mac->max_rx_queues = IXGBE_82599_MAX_RX_QUEUES; in ixgbe_get_invariants_82599()
H A Dixgbe_type.h3563 u32 max_rx_queues; member
H A Dixgbe_common.c736 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_stop_adapter_generic()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/ibm/
H A Dibmvnic.h1037 u64 max_rx_queues; member
H A Dibmvnic.c2705 channels->max_rx = adapter->max_rx_queues; in ibmvnic_get_channels()
4584 adapter->max_rx_queues = in handle_query_cap_rsp()
4587 adapter->max_rx_queues); in handle_query_cap_rsp()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans.c1610 u32 max_rx_queues = IWL_MAX_RX_HW_QUEUES; in iwl_pcie_set_interrupt_capa() local
1616 max_rx_queues = IWL_9000_MAX_RX_HW_QUEUES; in iwl_pcie_set_interrupt_capa()
1618 max_irqs = min_t(u32, num_online_cpus() + 2, max_rx_queues); in iwl_pcie_set_interrupt_capa()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sysfs.c765 np_cfg[pci_func].max_rx_queues = nic_info.max_rx_ques; in qlcnic_sysfs_read_npar_config()
H A Dqlcnic.h1347 u16 max_rx_queues; member