Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_vf.c152 for (i = 0; i < wx->mac.max_rx_queues; i++) { in wx_stop_adapter_vf()
457 wx->mac.max_rx_queues = msgbuf[WX_VF_RX_QUEUES]; in wx_get_queues_vf()
458 if (wx->mac.max_rx_queues == 0 || in wx_get_queues_vf()
459 wx->mac.max_rx_queues > WX_VF_MAX_RX_QUEUES) in wx_get_queues_vf()
460 wx->mac.max_rx_queues = WX_VF_MAX_RX_QUEUES; in wx_get_queues_vf()
464 if (*num_tcs > wx->mac.max_rx_queues) in wx_get_queues_vf()
H A Dwx_hw.c2246 for (i = 0; i < wx->mac.max_rx_queues; i++) { in wx_stop_adapter()
2791 i < wx->mac.max_rx_queues; i++) in wx_update_stats()
2807 for (i = 0; i < wx->mac.max_rx_queues; i++) in wx_clear_hw_cntrs()
/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.c170 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()
H A Dvf.h73 u32 max_rx_queues; member
H A Dixgbevf_main.c3059 hw->mac.max_rx_queues = 2; in ixgbevf_sw_init()
/linux/drivers/net/ethernet/google/gve/
H A Dgve_register.h15 __be32 max_rx_queues; member
H A Dgve_main.c2713 int max_tx_queues, max_rx_queues; in gve_probe() local
2753 max_rx_queues = ioread32be(&reg_bar->max_rx_queues); in gve_probe()
2755 dev = alloc_etherdev_mqs(sizeof(*priv), max_tx_queues, max_rx_queues); in gve_probe()
2808 priv->rx_cfg.max_queues = max_rx_queues; in gve_probe()
/linux/drivers/net/ethernet/wangxun/txgbevf/
H A Dtxgbevf_main.c71 queue = min_t(u16, wx->mac.max_rx_queues, wx->mac.max_tx_queues); in txgbevf_set_num_queues()
145 wx->mac.max_rx_queues = TXGBEVF_MAX_RX_QUEUES; in txgbevf_sw_init()
/linux/drivers/net/ethernet/wangxun/ngbevf/
H A Dngbevf_main.c101 wx->mac.max_rx_queues = NGBEVF_MAX_RX_QUEUES; in ngbevf_sw_init()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x540.c42 mac->max_rx_queues = IXGBE_X540_MAX_RX_QUEUES; in ixgbe_get_invariants_X540()
H A Dixgbe_type.h3660 u32 max_rx_queues; member
/linux/drivers/net/ethernet/ibm/
H A Dibmvnic.h1001 u64 max_rx_queues; member
H A Dibmvnic.c3801 channels->max_rx = adapter->max_rx_queues; in ibmvnic_get_channels()
5716 adapter->max_rx_queues = in handle_query_cap_rsp()
5719 adapter->max_rx_queues); in handle_query_cap_rsp()
/linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/
H A Dtrans.c1580 u32 max_rx_queues = IWL_MAX_RX_HW_QUEUES; in iwl_pcie_set_interrupt_capa() local
1586 max_rx_queues = IWL_9000_MAX_RX_HW_QUEUES; in iwl_pcie_set_interrupt_capa()
1588 max_irqs = min_t(u32, num_online_cpus() + 2, max_rx_queues); in iwl_pcie_set_interrupt_capa()
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sysfs.c764 np_cfg[pci_func].max_rx_queues = nic_info.max_rx_ques; in qlcnic_sysfs_read_npar_config()