Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_ethdev/
H A Dversion.map59 rte_eth_dev_set_vlan_pvid;
H A Drte_ethdev.h3262 int rte_eth_dev_set_vlan_pvid(uint16_t port_id, uint16_t pvid, int on);
H A Drte_ethdev.c3663 rte_eth_dev_set_vlan_pvid(uint16_t port_id, uint16_t pvid, int on) in rte_eth_dev_set_vlan_pvid() function
/f-stack/dpdk/app/test-pmd/
H A Dconfig.c4525 rte_eth_dev_set_vlan_pvid(port_id, vlan_id, on); in tx_vlan_pvid_set()