Home
last modified time | relevance | path

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

/dpdk/examples/vmdq_dcb/
H A Dmain.c103 .tx_adv_conf = {
172 (void)(rte_memcpy(&eth_conf->tx_adv_conf.vmdq_dcb_tx_conf, &tx_conf, in get_eth_conf()
/dpdk/doc/guides/nics/
H A Dfeatures.rst333 * **[uses] user config**: ``dev_conf.tx_adv_conf.vmdq_dcb_tx_conf``.
334 * **[uses] user config**: ``dev_conf.tx_adv_conf.vmdq_tx_conf``.
356 * **[uses] user config**: ``dev_conf.tx_adv_conf.vmdq_dcb_tx_conf``.
357 * **[uses] user config**: ``dev_conf.tx_adv_conf.vmdq_tx_conf``.
/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.c685 vmdq_dcb_tx_conf = &eth_conf->tx_adv_conf.vmdq_dcb_tx_conf; in ixgbe_get_vf_queues()
H A Dixgbe_rxtx.c3850 &dev->data->dev_conf.tx_adv_conf.vmdq_dcb_tx_conf; in ixgbe_vmdq_dcb_hw_tx_config()
3902 &dev->data->dev_conf.tx_adv_conf.vmdq_dcb_tx_conf; in ixgbe_dcb_vt_tx_config()
3962 &dev->data->dev_conf.tx_adv_conf.dcb_tx_conf; in ixgbe_dcb_tx_config()
H A Dixgbe_ethdev.c2333 conf = &dev_conf->tx_adv_conf.vmdq_dcb_tx_conf; in ixgbe_check_mq_mode()
2361 conf = &dev_conf->tx_adv_conf.dcb_tx_conf; in ixgbe_check_mq_mode()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_tm.c122 nb_tcs = eth_conf->tx_adv_conf.dcb_tx_conf.nb_tcs; in txgbe_tc_nb_get()
124 if (eth_conf->tx_adv_conf.vmdq_dcb_tx_conf.nb_queue_pools == in txgbe_tc_nb_get()
H A Dtxgbe_pf.c622 vmdq_dcb_tx_conf = &eth_conf->tx_adv_conf.vmdq_dcb_tx_conf; in txgbe_get_vf_queues()
H A Dtxgbe_rxtx.c3217 &dev->data->dev_conf.tx_adv_conf.vmdq_dcb_tx_conf; in txgbe_vmdq_dcb_hw_tx_config()
3268 &dev->data->dev_conf.tx_adv_conf.vmdq_dcb_tx_conf; in txgbe_dcb_vt_tx_config()
3328 &dev->data->dev_conf.tx_adv_conf.dcb_tx_conf; in txgbe_dcb_tx_config()
H A Dtxgbe_ethdev.c1444 conf = &dev_conf->tx_adv_conf.vmdq_dcb_tx_conf; in txgbe_check_mq_mode()
1472 conf = &dev_conf->tx_adv_conf.dcb_tx_conf; in txgbe_check_mq_mode()
/dpdk/app/test-pmd/
H A Dtestpmd.c3887 &eth_conf->tx_adv_conf.vmdq_dcb_tx_conf; in get_eth_dcb_conf()
3917 &eth_conf->tx_adv_conf.dcb_tx_conf; in get_eth_dcb_conf()
/dpdk/lib/ethdev/
H A Drte_ethdev.h1602 } tx_adv_conf; /**< Port Tx DCB configuration (union). */ member
/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.c1826 dcb_tx_conf = &dev->data->dev_conf.tx_adv_conf.dcb_tx_conf; in hns3_check_mq_mode()