Home
last modified time | relevance | path

Searched refs:vmdq_dcb_conf (Results 1 – 9 of 9) sorted by relevance

/f-stack/dpdk/examples/vmdq_dcb/
H A Dmain.c83 .vmdq_dcb_conf = {
165 (void)(rte_memcpy(&eth_conf->rx_adv_conf.vmdq_dcb_conf, &conf, in get_eth_conf()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dvmdq_dcb_forwarding.rst114 .vmdq_dcb_conf = {
206 (void)(rte_memcpy(&eth_conf->rx_adv_conf.vmdq_dcb_conf, &conf,
/f-stack/dpdk/doc/guides/nics/
H A Dfeatures.rst344 * **[uses] user config**: ``dev_conf.rx_adv_conf.vmdq_dcb_conf``.
367 * **[uses] user config**: ``dev_conf.rx_adv_conf.vmdq_dcb_conf``.
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev.h1310 struct rte_eth_vmdq_dcb_conf vmdq_dcb_conf; member
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev.c1194 conf = &dev_conf->rx_adv_conf.vmdq_dcb_conf; in txgbe_check_mq_mode()
3934 &dev->data->dev_conf.rx_adv_conf.vmdq_dcb_conf; in txgbe_dev_get_dcb_info()
H A Dtxgbe_rxtx.c2939 cfg = &dev->data->dev_conf.rx_adv_conf.vmdq_dcb_conf; in txgbe_vmdq_dcb_configure()
3091 &dev->data->dev_conf.rx_adv_conf.vmdq_dcb_conf; in txgbe_vmdq_dcb_rx_config()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx.c3655 cfg = &dev->data->dev_conf.rx_adv_conf.vmdq_dcb_conf; in ixgbe_vmdq_dcb_configure()
3830 &dev->data->dev_conf.rx_adv_conf.vmdq_dcb_conf; in ixgbe_vmdq_dcb_rx_config()
H A Dixgbe_ethdev.c2294 conf = &dev_conf->rx_adv_conf.vmdq_dcb_conf; in ixgbe_check_mq_mode()
7446 &dev->data->dev_conf.rx_adv_conf.vmdq_dcb_conf; in ixgbe_dev_get_dcb_info()
/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c3595 &eth_conf->rx_adv_conf.vmdq_dcb_conf; in get_eth_dcb_conf()