Home
last modified time | relevance | path

Searched refs:tx_adv_conf (Results 1 – 14 of 14) sorted by relevance

/f-stack/dpdk/examples/vmdq_dcb/
H A Dmain.c104 .tx_adv_conf = {
171 (void)(rte_memcpy(&eth_conf->tx_adv_conf.vmdq_dcb_tx_conf, &tx_conf, in get_eth_conf()
/f-stack/dpdk/doc/guides/nics/
H A Dfeatures.rst346 * **[uses] user config**: ``dev_conf.tx_adv_conf.vmdq_dcb_tx_conf``.
347 * **[uses] user config**: ``dev_conf.tx_adv_conf.vmdq_tx_conf``.
369 * **[uses] user config**: ``dev_conf.tx_adv_conf.vmdq_dcb_tx_conf``.
370 * **[uses] user config**: ``dev_conf.tx_adv_conf.vmdq_tx_conf``.
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dvmdq_dcb_forwarding.rst135 .tx_adv_conf = {
212 (void)(rte_memcpy(&eth_conf->tx_adv_conf.vmdq_dcb_tx_conf, &tx_conf,
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_tm.c123 nb_tcs = eth_conf->tx_adv_conf.dcb_tx_conf.nb_tcs; in ixgbe_tc_nb_get()
125 if (eth_conf->tx_adv_conf.vmdq_dcb_tx_conf.nb_queue_pools == in ixgbe_tc_nb_get()
H A Drte_pmd_ixgbe.c740 nb_tcs = eth_conf->tx_adv_conf.dcb_tx_conf.nb_tcs; in rte_pmd_ixgbe_set_tc_bw_alloc()
742 if (eth_conf->tx_adv_conf.vmdq_dcb_tx_conf.nb_queue_pools == in rte_pmd_ixgbe_set_tc_bw_alloc()
H A Dixgbe_pf.c668 vmdq_dcb_tx_conf = &eth_conf->tx_adv_conf.vmdq_dcb_tx_conf; in ixgbe_get_vf_queues()
H A Dixgbe_rxtx.c3811 &dev->data->dev_conf.tx_adv_conf.vmdq_dcb_tx_conf; in ixgbe_vmdq_dcb_hw_tx_config()
3863 &dev->data->dev_conf.tx_adv_conf.vmdq_dcb_tx_conf; in ixgbe_dcb_vt_tx_config()
3923 &dev->data->dev_conf.tx_adv_conf.dcb_tx_conf; in ixgbe_dcb_tx_config()
H A Dixgbe_ethdev.c2311 conf = &dev_conf->tx_adv_conf.vmdq_dcb_tx_conf; in ixgbe_check_mq_mode()
2339 conf = &dev_conf->tx_adv_conf.dcb_tx_conf; in ixgbe_check_mq_mode()
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_pf.c623 vmdq_dcb_tx_conf = &eth_conf->tx_adv_conf.vmdq_dcb_tx_conf; in txgbe_get_vf_queues()
H A Dtxgbe_rxtx.c3073 &dev->data->dev_conf.tx_adv_conf.vmdq_dcb_tx_conf; in txgbe_vmdq_dcb_hw_tx_config()
3124 &dev->data->dev_conf.tx_adv_conf.vmdq_dcb_tx_conf; in txgbe_dcb_vt_tx_config()
3184 &dev->data->dev_conf.tx_adv_conf.dcb_tx_conf; in txgbe_dcb_tx_config()
H A Dtxgbe_ethdev.c1211 conf = &dev_conf->tx_adv_conf.vmdq_dcb_tx_conf; in txgbe_check_mq_mode()
1239 conf = &dev_conf->tx_adv_conf.dcb_tx_conf; in txgbe_check_mq_mode()
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev.h1324 } tx_adv_conf; /**< Port TX DCB configuration (union). */ member
/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c3597 &eth_conf->tx_adv_conf.vmdq_dcb_tx_conf; in get_eth_dcb_conf()
3627 &eth_conf->tx_adv_conf.dcb_tx_conf; in get_eth_dcb_conf()
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.c2127 dcb_tx_conf = &dev->data->dev_conf.tx_adv_conf.dcb_tx_conf; in hns3_check_mq_mode()