Searched refs:rx_vft_set (Results 1 – 4 of 4) sorted by relevance
| /dpdk/app/test-pmd/ |
| H A D | testpmd.h | 1004 int rx_vft_set(portid_t port_id, uint16_t vlan_id, int on);
|
| H A D | config.c | 5396 rx_vft_set(portid_t port_id, uint16_t vlan_id, int on) in rx_vft_set() function 5421 if (rx_vft_set(port_id, vlan_id, on)) in rx_vlan_all_filter_set()
|
| H A D | testpmd.c | 4032 rx_vft_set(pid, vlan_tags[i], 1); in init_port_dcb_config()
|
| H A D | cmdline.c | 4351 rx_vft_set(res->port_id, res->vlan_id, 1); in cmd_rx_vlan_filter_parsed() 4353 rx_vft_set(res->port_id, res->vlan_id, 0); in cmd_rx_vlan_filter_parsed()
|