Home
last modified time | relevance | path

Searched refs:RTE_ETH_QINQ_STRIP_OFFLOAD (Results 1 – 3 of 3) sorted by relevance

/dpdk/lib/ethdev/
H A Drte_ethdev.h974 #define RTE_ETH_QINQ_STRIP_OFFLOAD 0x0008 /**< QINQ Strip On/Off */ macro
979 #define ETH_QINQ_STRIP_OFFLOAD RTE_DEPRECATED(ETH_QINQ_STRIP_OFFLOAD) RTE_ETH_QINQ_STRIP_OFFLOAD
H A Drte_ethdev.c3528 cur = !!(offload_mask & RTE_ETH_QINQ_STRIP_OFFLOAD); in rte_eth_dev_set_vlan_offload()
3590 ret |= RTE_ETH_QINQ_STRIP_OFFLOAD; in rte_eth_dev_get_vlan_offload()
/dpdk/app/test-pmd/
H A Dconfig.c769 if (vlan_offload & RTE_ETH_QINQ_STRIP_OFFLOAD) in port_infos_display()
5379 vlan_offload |= RTE_ETH_QINQ_STRIP_OFFLOAD; in rx_vlan_qinq_strip_set()
5382 vlan_offload &= ~RTE_ETH_QINQ_STRIP_OFFLOAD; in rx_vlan_qinq_strip_set()