Home
last modified time | relevance | path

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

/dpdk/drivers/net/txgbe/
H A Dtxgbe_pf.c585 struct rte_eth_vmdq_dcb_tx_conf *vmdq_dcb_tx_conf; in txgbe_get_vf_queues() local
622 vmdq_dcb_tx_conf = &eth_conf->tx_adv_conf.vmdq_dcb_tx_conf; in txgbe_get_vf_queues()
623 switch (vmdq_dcb_tx_conf->nb_queue_pools) { in txgbe_get_vf_queues()
H A Dtxgbe_tm.c124 if (eth_conf->tx_adv_conf.vmdq_dcb_tx_conf.nb_queue_pools == in txgbe_tc_nb_get()
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()
H A Dtxgbe_ethdev.c1444 conf = &dev_conf->tx_adv_conf.vmdq_dcb_tx_conf; in txgbe_check_mq_mode()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_pf.c644 struct rte_eth_vmdq_dcb_tx_conf *vmdq_dcb_tx_conf; in ixgbe_get_vf_queues() local
685 vmdq_dcb_tx_conf = &eth_conf->tx_adv_conf.vmdq_dcb_tx_conf; in ixgbe_get_vf_queues()
686 switch (vmdq_dcb_tx_conf->nb_queue_pools) { in ixgbe_get_vf_queues()
H A Dixgbe_tm.c125 if (eth_conf->tx_adv_conf.vmdq_dcb_tx_conf.nb_queue_pools == in ixgbe_tc_nb_get()
H A Drte_pmd_ixgbe.c742 if (eth_conf->tx_adv_conf.vmdq_dcb_tx_conf.nb_queue_pools == in rte_pmd_ixgbe_set_tc_bw_alloc()
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()
H A Dixgbe_ethdev.c2333 conf = &dev_conf->tx_adv_conf.vmdq_dcb_tx_conf; in ixgbe_check_mq_mode()
/dpdk/examples/vmdq_dcb/
H A Dmain.c104 .vmdq_dcb_tx_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``.
356 * **[uses] user config**: ``dev_conf.tx_adv_conf.vmdq_dcb_tx_conf``.
/dpdk/lib/ethdev/
H A Drte_ethdev.h1597 struct rte_eth_vmdq_dcb_tx_conf vmdq_dcb_tx_conf; member
/dpdk/app/test-pmd/
H A Dtestpmd.c3887 &eth_conf->tx_adv_conf.vmdq_dcb_tx_conf; in get_eth_dcb_conf()