Home
last modified time | relevance | path

Searched refs:ETH_64_POOLS (Results 1 – 12 of 12) sorted by relevance

/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_pf.c107 RTE_ETH_DEV_SRIOV(eth_dev).active = ETH_64_POOLS; in txgbe_pf_host_init()
260 case ETH_64_POOLS: in txgbe_pf_host_configure()
H A Dtxgbe_rxtx.c3639 if (num_pools == ETH_64_POOLS) in txgbe_vmdq_rx_hw_configure()
3763 case ETH_64_POOLS: in txgbe_config_vf_rss()
3790 case ETH_64_POOLS: in txgbe_config_vf_default()
3897 case ETH_64_POOLS: in txgbe_dev_mq_tx_configure()
H A Dtxgbe_ethdev.c1097 RTE_ETH_DEV_SRIOV(dev).active = ETH_64_POOLS; in txgbe_check_vf_rss_rxq_num()
2335 dev_info->max_vmdq_pools = ETH_64_POOLS; in txgbe_dev_info_get()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_pf.c112 RTE_ETH_DEV_SRIOV(eth_dev).active = ETH_64_POOLS; in ixgbe_pf_host_init()
269 case ETH_64_POOLS: in ixgbe_pf_host_configure()
H A Drte_pmd_ixgbe.c309 ETH_64_POOLS; in rte_pmd_ixgbe_set_vf_vlan_stripq()
H A Dixgbe_rxtx.c4366 if (num_pools == ETH_64_POOLS) in ixgbe_vmdq_rx_hw_configure()
4487 case ETH_64_POOLS: in ixgbe_config_vf_rss()
4512 case ETH_64_POOLS: in ixgbe_config_vf_default()
4632 case ETH_64_POOLS: in ixgbe_dev_mq_tx_configure()
H A Dixgbe_ethdev.c2198 RTE_ETH_DEV_SRIOV(dev).active = ETH_64_POOLS; in ixgbe_check_vf_rss_rxq_num()
3838 dev_info->max_vmdq_pools = ETH_64_POOLS; in ixgbe_dev_info_get()
3962 dev_info->max_vmdq_pools = ETH_64_POOLS; in ixgbevf_dev_info_get()
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_rxq.c87 ETH_64_POOLS))); in bnxt_mq_rx_configure()
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev.c4019 if (pool >= ETH_64_POOLS) { in rte_eth_dev_mac_addr_add()
4020 RTE_ETHDEV_LOG(ERR, "Pool id must be 0-%d\n", ETH_64_POOLS - 1); in rte_eth_dev_mac_addr_add()
4254 if (mirror_conf->dst_pool >= ETH_64_POOLS) { in rte_eth_mirror_rule_set()
4256 ETH_64_POOLS - 1); in rte_eth_mirror_rule_set()
H A Drte_ethdev.h868 ETH_64_POOLS = 64 /**< 64 VMDq pools. */ enumerator
/f-stack/dpdk/doc/guides/nics/
H A Dintel_vf.rst229 … If the number of rxq is 2 (``--rxq=2`` in testpmd), then there is totally 64 pools (ETH_64_POOLS),
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c4854 ETH_64_POOLS); in i40e_pf_parameter_init()