Searched refs:rx_vft_set (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/app/test-pmd/ |
| H A D | testpmd.h | 879 int rx_vft_set(portid_t port_id, uint16_t vlan_id, int on);
|
| H A D | config.c | 4404 rx_vft_set(portid_t port_id, uint16_t vlan_id, int on) in rx_vft_set() function 4429 if (rx_vft_set(port_id, vlan_id, on)) in rx_vlan_all_filter_set()
|
| H A D | testpmd.c | 3734 rx_vft_set(pid, vlan_tags[i], 1); in init_port_dcb_config()
|
| H A D | cmdline.c | 4221 rx_vft_set(res->port_id, res->vlan_id, 1); in cmd_rx_vlan_filter_parsed() 4223 rx_vft_set(res->port_id, res->vlan_id, 0); in cmd_rx_vlan_filter_parsed()
|