Home
last modified time | relevance | path

Searched refs:max_rx_queues (Results 1 – 10 of 10) 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.c2354 for (i = 0; i < wx->mac.max_rx_queues; i++) { in wx_stop_adapter()
2914 i < wx->mac.max_rx_queues; i++) in wx_update_stats()
2930 for (i = 0; i < wx->mac.max_rx_queues; i++) in wx_clear_hw_cntrs()
H A Dwx_type.h897 u32 max_rx_queues; member
/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.c170 number_of_queues = hw->mac.max_rx_queues; in ixgbevf_stop_hw_vf()
1097 hw->mac.max_rx_queues = msg[IXGBE_VF_RX_QUEUES]; in ixgbevf_get_queues()
1098 if (hw->mac.max_rx_queues == 0 || in ixgbevf_get_queues()
1099 hw->mac.max_rx_queues > IXGBE_VF_MAX_RX_QUEUES) in ixgbevf_get_queues()
1100 hw->mac.max_rx_queues = IXGBE_VF_MAX_RX_QUEUES; in ixgbevf_get_queues()
1104 if (*num_tcs > hw->mac.max_rx_queues) in ixgbevf_get_queues()
H A Dvf.h74 u32 max_rx_queues; member
H A Dixgbevf_main.c3089 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
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82598.c81 mac->max_rx_queues = IXGBE_82598_MAX_RX_QUEUES; in ixgbe_get_invariants_82598()
/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()
H A Dqlcnic.h1347 u16 max_rx_queues; member