Home
last modified time | relevance | path

Searched refs:rte_eth_dev_set_vlan_pvid (Results 1 – 4 of 4) sorted by relevance

/dpdk/lib/ethdev/
H A Dversion.map64 rte_eth_dev_set_vlan_pvid;
H A Drte_ethdev.h3669 int rte_eth_dev_set_vlan_pvid(uint16_t port_id, uint16_t pvid, int on);
H A Drte_ethdev.c3596 rte_eth_dev_set_vlan_pvid(uint16_t port_id, uint16_t pvid, int on) in rte_eth_dev_set_vlan_pvid() function
/dpdk/app/test-pmd/
H A Dconfig.c5519 rte_eth_dev_set_vlan_pvid(port_id, vlan_id, on); in tx_vlan_pvid_set()