Home
last modified time | relevance | path

Searched refs:rte_eth_dev_get_vlan_offload (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/lib/librte_ethdev/
H A Dversion.map30 rte_eth_dev_get_vlan_offload;
H A Drte_ethdev.h3246 int rte_eth_dev_get_vlan_offload(uint16_t port_id);
H A Drte_ethdev.c3637 rte_eth_dev_get_vlan_offload(uint16_t port_id) in rte_eth_dev_get_vlan_offload() function
/f-stack/dpdk/app/test-pmd/
H A Dconfig.c718 vlan_offload = rte_eth_dev_get_vlan_offload(port_id); in port_infos_display()
4283 vlan_offload = rte_eth_dev_get_vlan_offload(port_id); in vlan_extend_set()
4312 vlan_offload = rte_eth_dev_get_vlan_offload(port_id); in rx_vlan_strip_set()
4355 vlan_offload = rte_eth_dev_get_vlan_offload(port_id); in rx_vlan_filter_set()
4384 vlan_offload = rte_eth_dev_get_vlan_offload(port_id); in rx_vlan_qinq_strip_set()
/f-stack/dpdk/doc/guides/nics/
H A Dfeatures.rst501 ``rte_eth_dev_get_vlan_offload()``.
H A Denic.rst413 vlan_offload = rte_eth_dev_get_vlan_offload(port);