Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.c184 number_of_queues = hw->mac.max_tx_queues; in ixgbevf_stop_hw_vf()
917 hw->mac.max_tx_queues = msg[IXGBE_VF_TX_QUEUES]; in ixgbevf_get_queues()
918 if (hw->mac.max_tx_queues == 0 || in ixgbevf_get_queues()
919 hw->mac.max_tx_queues > IXGBE_VF_MAX_TX_QUEUES) in ixgbevf_get_queues()
920 hw->mac.max_tx_queues = IXGBE_VF_MAX_TX_QUEUES; in ixgbevf_get_queues()
934 if (*default_tc >= hw->mac.max_tx_queues) in ixgbevf_get_queues()
H A Dvf.h72 u32 max_tx_queues; member
H A Dixgbevf_main.c2640 hw->mac.max_tx_queues == rss) in ixgbevf_set_num_queues()
3042 hw->mac.max_tx_queues = 2; in ixgbevf_sw_init()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/google/gve/
H A Dgve_register.h14 __be32 max_tx_queues; member
H A Dgve_main.c1302 int max_tx_queues, max_rx_queues; in gve_probe() local
1348 max_tx_queues = ioread32be(&reg_bar->max_tx_queues); in gve_probe()
1351 dev = alloc_etherdev_mqs(sizeof(*priv), max_tx_queues, max_rx_queues); in gve_probe()
1393 priv->tx_cfg.max_queues = max_tx_queues; in gve_probe()
/OK3568_Linux_fs/external/dpdk/pcie/e1000/
H A Digb_ethdev.c2427 dev_info->max_tx_queues = 4; in eth_igb_infos_get()
2433 dev_info->max_tx_queues = 16; in eth_igb_infos_get()
2440 dev_info->max_tx_queues = 8; in eth_igb_infos_get()
2447 dev_info->max_tx_queues = 8; in eth_igb_infos_get()
2454 dev_info->max_tx_queues = 8; in eth_igb_infos_get()
2459 dev_info->max_tx_queues = 4; in eth_igb_infos_get()
2465 dev_info->max_tx_queues = 2; in eth_igb_infos_get()
2554 dev_info->max_tx_queues = 2; in eth_igbvf_infos_get()
2558 dev_info->max_tx_queues = 1; in eth_igbvf_infos_get()
3448 for (i = 0; i < dev_info.max_tx_queues; i++) in igbvf_stop_adapter()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x540.c42 mac->max_tx_queues = IXGBE_X540_MAX_TX_QUEUES; in ixgbe_get_invariants_X540()
H A Dixgbe_82598.c81 mac->max_tx_queues = IXGBE_82598_MAX_TX_QUEUES; in ixgbe_get_invariants_82598()
H A Dixgbe_common.c337 for (i = 0; i < hw->mac.max_tx_queues; i++) { in ixgbe_start_hw_gen2()
732 for (i = 0; i < hw->mac.max_tx_queues; i++) in ixgbe_stop_adapter_generic()
H A Dixgbe_82599.c251 mac->max_tx_queues = IXGBE_82599_MAX_TX_QUEUES; in ixgbe_get_invariants_82599()
H A Dixgbe_type.h3562 u32 max_tx_queues; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/ibm/
H A Dibmvnic.h1036 u64 max_tx_queues; member
H A Dibmvnic.c2706 channels->max_tx = adapter->max_tx_queues; in ibmvnic_get_channels()
4578 adapter->max_tx_queues = in handle_query_cap_rsp()
4581 adapter->max_tx_queues); in handle_query_cap_rsp()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sysfs.c764 np_cfg[pci_func].max_tx_queues = nic_info.max_tx_ques; in qlcnic_sysfs_read_npar_config()
H A Dqlcnic.h1346 u16 max_tx_queues; member