Home
last modified time | relevance | path

Searched refs:ETH_16_POOLS (Results 1 – 13 of 13) sorted by relevance

/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_pf.c108 } else if (vf_num >= ETH_16_POOLS) { in txgbe_pf_host_init()
113 RTE_ETH_DEV_SRIOV(eth_dev).active = ETH_16_POOLS; in txgbe_pf_host_init()
266 case ETH_16_POOLS: in txgbe_pf_host_configure()
625 case ETH_16_POOLS: in txgbe_get_vf_queues()
H A Dtxgbe_rxtx.c2942 if (num_pools != ETH_16_POOLS && num_pools != ETH_32_POOLS) { in txgbe_vmdq_dcb_configure()
2970 if (num_pools == ETH_16_POOLS) { in txgbe_vmdq_dcb_configure()
3010 num_pools == ETH_16_POOLS ? 0xFFFF : 0xFFFFFFFF); in txgbe_vmdq_dcb_configure()
3080 ETH_16_POOLS ? 0xFFFF : 0xFFFFFFFF); in txgbe_vmdq_dcb_hw_tx_config()
3096 if (vmdq_rx_conf->nb_queue_pools == ETH_16_POOLS) { in txgbe_vmdq_dcb_rx_config()
3129 if (vmdq_tx_conf->nb_queue_pools == ETH_16_POOLS) { in txgbe_dcb_vt_tx_config()
3798 case ETH_16_POOLS: in txgbe_config_vf_default()
3903 case ETH_16_POOLS: in txgbe_dev_mq_tx_configure()
H A Dtxgbe_ethdev.c1195 if (!(conf->nb_queue_pools == ETH_16_POOLS || in txgbe_check_mq_mode()
1199 ETH_16_POOLS, ETH_32_POOLS); in txgbe_check_mq_mode()
1212 if (!(conf->nb_queue_pools == ETH_16_POOLS || in txgbe_check_mq_mode()
1217 ETH_16_POOLS, ETH_32_POOLS); in txgbe_check_mq_mode()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_pf.c113 } else if (vf_num >= ETH_16_POOLS) { in ixgbe_pf_host_init()
118 RTE_ETH_DEV_SRIOV(eth_dev).active = ETH_16_POOLS; in ixgbe_pf_host_init()
277 case ETH_16_POOLS: in ixgbe_pf_host_configure()
670 case ETH_16_POOLS: in ixgbe_get_vf_queues()
H A Dixgbe_rxtx.c3658 if (num_pools != ETH_16_POOLS && num_pools != ETH_32_POOLS) { in ixgbe_vmdq_dcb_configure()
3697 mrqc = (num_pools == ETH_16_POOLS) ? in ixgbe_vmdq_dcb_configure()
3737 num_pools == ETH_16_POOLS ? 0xFFFF : 0xFFFFFFFF); in ixgbe_vmdq_dcb_configure()
3819 vmdq_tx_conf->nb_queue_pools == ETH_16_POOLS ? 0xFFFF : 0xFFFFFFFF); in ixgbe_vmdq_dcb_hw_tx_config()
3835 if (vmdq_rx_conf->nb_queue_pools == ETH_16_POOLS) { in ixgbe_vmdq_dcb_rx_config()
3868 if (vmdq_tx_conf->nb_queue_pools == ETH_16_POOLS) { in ixgbe_dcb_vt_tx_config()
4522 case ETH_16_POOLS: in ixgbe_config_vf_default()
4638 case ETH_16_POOLS: in ixgbe_dev_mq_tx_configure()
H A Dixgbe_tm.c381 } else if (vf_num >= ETH_16_POOLS) { in ixgbe_queue_base_nb_get()
H A Drte_pmd_ixgbe.c306 ETH_16_POOLS; in rte_pmd_ixgbe_set_vf_vlan_stripq()
H A Dixgbe_ethdev.c2295 if (!(conf->nb_queue_pools == ETH_16_POOLS || in ixgbe_check_mq_mode()
2299 ETH_16_POOLS, ETH_32_POOLS); in ixgbe_check_mq_mode()
2312 if (!(conf->nb_queue_pools == ETH_16_POOLS || in ixgbe_check_mq_mode()
2317 ETH_16_POOLS, ETH_32_POOLS); in ixgbe_check_mq_mode()
3836 dev_info->max_vmdq_pools = ETH_16_POOLS; in ixgbe_dev_info_get()
3960 dev_info->max_vmdq_pools = ETH_16_POOLS; in ixgbevf_dev_info_get()
/f-stack/dpdk/examples/vmdq_dcb/
H A Dmain.c389 num_pools = ETH_16_POOLS; in vmdq_parse_num_pools()
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev.h866 ETH_16_POOLS = 16, /**< 16 VMDq pools. */ enumerator
/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c3603 (num_tcs == ETH_4_TCS ? ETH_32_POOLS : ETH_16_POOLS); in get_eth_dcb_conf()
3605 (num_tcs == ETH_4_TCS ? ETH_32_POOLS : ETH_16_POOLS); in get_eth_dcb_conf()
/f-stack/dpdk/drivers/net/dpaa/
H A Ddpaa_ethdev.c560 dev_info->max_vmdq_pools = ETH_16_POOLS; in dpaa_eth_dev_info()
/f-stack/dpdk/drivers/net/dpaa2/
H A Ddpaa2_ethdev.c256 dev_info->max_vmdq_pools = ETH_16_POOLS; in dpaa2_dev_info_get()