Home
last modified time | relevance | path

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

/drivers/net/ethernet/wangxun/libwx/
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()
A Dwx_hw.c2239 for (i = 0; i < wx->mac.max_tx_queues; i++) { in wx_stop_adapter()
2847 for (i = 0; i < wx->mac.max_tx_queues; i++) { in wx_start_hw()
A Dwx_type.h875 u32 max_tx_queues; member
/drivers/net/ethernet/intel/ixgbevf/
A Dvf.c188 number_of_queues = hw->mac.max_tx_queues; in ixgbevf_stop_hw_vf()
975 hw->mac.max_tx_queues = msg[IXGBE_VF_TX_QUEUES]; in ixgbevf_get_queues()
976 if (hw->mac.max_tx_queues == 0 || in ixgbevf_get_queues()
977 hw->mac.max_tx_queues > IXGBE_VF_MAX_TX_QUEUES) in ixgbevf_get_queues()
978 hw->mac.max_tx_queues = IXGBE_VF_MAX_TX_QUEUES; in ixgbevf_get_queues()
992 if (*default_tc >= hw->mac.max_tx_queues) in ixgbevf_get_queues()
A Dvf.h72 u32 max_tx_queues; member
A Dixgbevf_main.c2655 hw->mac.max_tx_queues == rss) in ixgbevf_set_num_queues()
3058 hw->mac.max_tx_queues = 2; in ixgbevf_sw_init()
/drivers/net/ethernet/google/gve/
A Dgve_register.h14 __be32 max_tx_queues; member
A Dgve_main.c2713 int max_tx_queues, max_rx_queues; in gve_probe() local
2752 max_tx_queues = ioread32be(&reg_bar->max_tx_queues); in gve_probe()
2755 dev = alloc_etherdev_mqs(sizeof(*priv), max_tx_queues, max_rx_queues); in gve_probe()
2807 priv->tx_cfg.max_queues = max_tx_queues; in gve_probe()
/drivers/net/ethernet/wangxun/txgbevf/
A Dtxgbevf_main.c71 queue = min_t(u16, wx->mac.max_rx_queues, wx->mac.max_tx_queues); in txgbevf_set_num_queues()
144 wx->mac.max_tx_queues = TXGBEVF_MAX_TX_QUEUES; in txgbevf_sw_init()
/drivers/net/ethernet/wangxun/ngbevf/
A Dngbevf_main.c100 wx->mac.max_tx_queues = NGBEVF_MAX_TX_QUEUES; in ngbevf_sw_init()
/drivers/net/ethernet/wangxun/ngbe/
A Dngbe_main.c97 wx->mac.max_tx_queues = NGBE_MAX_TX_QUEUES; in ngbe_sw_init()
/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_x540.c43 mac->max_tx_queues = IXGBE_X540_MAX_TX_QUEUES; in ixgbe_get_invariants_X540()
A Dixgbe_82598.c82 mac->max_tx_queues = IXGBE_82598_MAX_TX_QUEUES; in ixgbe_get_invariants_82598()
A Dixgbe_common.c342 for (i = 0; i < hw->mac.max_tx_queues; i++) { in ixgbe_start_hw_gen2()
746 for (i = 0; i < hw->mac.max_tx_queues; i++) in ixgbe_stop_adapter_generic()
A Dixgbe_82599.c251 mac->max_tx_queues = IXGBE_82599_MAX_TX_QUEUES; in ixgbe_get_invariants_82599()
A Dixgbe_type.h3659 u32 max_tx_queues; member
/drivers/net/ethernet/wangxun/txgbe/
A Dtxgbe_main.c367 wx->mac.max_tx_queues = TXGBE_MAX_TXQ; in txgbe_sw_init()
/drivers/net/ethernet/ibm/
A Dibmvnic.h1000 u64 max_tx_queues; member
A Dibmvnic.c3802 channels->max_tx = adapter->max_tx_queues; in ibmvnic_get_channels()
5710 adapter->max_tx_queues = in handle_query_cap_rsp()
5713 adapter->max_tx_queues); in handle_query_cap_rsp()
/drivers/net/ethernet/qlogic/qlcnic/
A Dqlcnic_sysfs.c763 np_cfg[pci_func].max_tx_queues = nic_info.max_tx_ques; in qlcnic_sysfs_read_npar_config()
A Dqlcnic.h1346 u16 max_tx_queues; member

Completed in 847 milliseconds