Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/intel/ixgbevf/
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()
Dvf.h70 u32 max_tx_queues; member
Dixgbevf_main.c2654 hw->mac.max_tx_queues == rss) in ixgbevf_set_num_queues()
3057 hw->mac.max_tx_queues = 2; in ixgbevf_sw_init()
/linux-6.6.21/drivers/net/ethernet/google/gve/
Dgve_register.h14 __be32 max_tx_queues; member
Dgve_main.c2207 int max_tx_queues, max_rx_queues; in gve_probe() local
2246 max_tx_queues = ioread32be(&reg_bar->max_tx_queues); in gve_probe()
2249 dev = alloc_etherdev_mqs(sizeof(*priv), max_tx_queues, max_rx_queues); in gve_probe()
2297 priv->tx_cfg.max_queues = max_tx_queues; in gve_probe()
/linux-6.6.21/drivers/net/ethernet/wangxun/txgbe/
Dtxgbe_main.c356 wx->mac.max_tx_queues = TXGBE_SP_MAX_TX_QUEUES; in txgbe_sw_init()
/linux-6.6.21/drivers/net/ethernet/wangxun/ngbe/
Dngbe_main.c116 wx->mac.max_tx_queues = NGBE_MAX_TX_QUEUES; in ngbe_sw_init()
/linux-6.6.21/drivers/net/ethernet/intel/ixgbe/
Dixgbe_x540.c42 mac->max_tx_queues = IXGBE_X540_MAX_TX_QUEUES; in ixgbe_get_invariants_X540()
Dixgbe_82598.c81 mac->max_tx_queues = IXGBE_82598_MAX_TX_QUEUES; in ixgbe_get_invariants_82598()
Dixgbe_common.c338 for (i = 0; i < hw->mac.max_tx_queues; i++) { in ixgbe_start_hw_gen2()
733 for (i = 0; i < hw->mac.max_tx_queues; i++) in ixgbe_stop_adapter_generic()
Dixgbe_82599.c251 mac->max_tx_queues = IXGBE_82599_MAX_TX_QUEUES; in ixgbe_get_invariants_82599()
Dixgbe_type.h3566 u32 max_tx_queues; member
/linux-6.6.21/drivers/net/ethernet/wangxun/libwx/
Dwx_type.h629 u32 max_tx_queues; member
Dwx_hw.c1565 for (i = 0; i < wx->mac.max_tx_queues; i++) { in wx_stop_adapter()
1930 for (i = 0; i < wx->mac.max_tx_queues; i++) { in wx_start_hw()
Dwx_lib.c1565 wx->num_tx_queues = wx->mac.max_tx_queues; in wx_set_rss_queues()
/linux-6.6.21/drivers/net/ethernet/ibm/
Dibmvnic.h995 u64 max_tx_queues; member
Dibmvnic.c3726 channels->max_tx = adapter->max_tx_queues; in ibmvnic_get_channels()
5630 adapter->max_tx_queues = in handle_query_cap_rsp()
5633 adapter->max_tx_queues); in handle_query_cap_rsp()
/linux-6.6.21/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_sysfs.c763 np_cfg[pci_func].max_tx_queues = nic_info.max_tx_ques; in qlcnic_sysfs_read_npar_config()
Dqlcnic.h1346 u16 max_tx_queues; member