Home
last modified time | relevance | path

Searched refs:max_tx_queues (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_vf.c148 for (i = 0; i < wx->mac.max_tx_queues; i++) in wx_stop_adapter_vf()
452 wx->mac.max_tx_queues = msgbuf[WX_VF_TX_QUEUES]; in wx_get_queues_vf()
453 if (wx->mac.max_tx_queues == 0 || in wx_get_queues_vf()
454 wx->mac.max_tx_queues > WX_VF_MAX_TX_QUEUES) in wx_get_queues_vf()
455 wx->mac.max_tx_queues = WX_VF_MAX_TX_QUEUES; in wx_get_queues_vf()
468 if (*default_tc >= wx->mac.max_tx_queues) in wx_get_queues_vf()
H A Dwx_hw.c2347 for (i = 0; i < wx->mac.max_tx_queues; i++) { in wx_stop_adapter()
3024 for (i = 0; i < wx->mac.max_tx_queues; i++) { in wx_start_hw()
/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.c188 number_of_queues = hw->mac.max_tx_queues; in ixgbevf_stop_hw_vf()
1099 hw->mac.max_tx_queues = msg[IXGBE_VF_TX_QUEUES]; in ixgbevf_get_queues()
1100 if (hw->mac.max_tx_queues == 0 || in ixgbevf_get_queues()
1101 hw->mac.max_tx_queues > IXGBE_VF_MAX_TX_QUEUES) in ixgbevf_get_queues()
1102 hw->mac.max_tx_queues = IXGBE_VF_MAX_TX_QUEUES; in ixgbevf_get_queues()
1116 if (*default_tc >= hw->mac.max_tx_queues) in ixgbevf_get_queues()
H A Dvf.h73 u32 max_tx_queues; member
H A Dixgbevf_main.c2685 hw->mac.max_tx_queues == rss) in ixgbevf_set_num_queues()
3087 hw->mac.max_tx_queues = 2; in ixgbevf_sw_init()
/linux/drivers/net/ethernet/google/gve/
H A Dgve_register.h14 __be32 max_tx_queues; member
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82598.c82 mac->max_tx_queues = IXGBE_82598_MAX_TX_QUEUES; in ixgbe_get_invariants_82598()
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sysfs.c763 np_cfg[pci_func].max_tx_queues = nic_info.max_tx_ques; in qlcnic_sysfs_read_npar_config()
/linux/drivers/net/ethernet/ibm/
H A Dibmvnic.c3822 channels->max_tx = adapter->max_tx_queues; in ibmvnic_get_channels()
5730 adapter->max_tx_queues = in handle_query_cap_rsp()
5733 adapter->max_tx_queues); in handle_query_cap_rsp()