Home
last modified time | relevance | path

Searched refs:ETH_MIRROR_VLAN (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev.h815 #define ETH_MIRROR_VLAN 0x08 /**< VLAN Mirroring. */ macro
H A Drte_ethdev.c4268 if ((mirror_conf->rule_type & ETH_MIRROR_VLAN) && in rte_eth_mirror_rule_set()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.c5733 ETH_MIRROR_UPLINK_PORT | ETH_MIRROR_DOWNLINK_PORT | ETH_MIRROR_VLAN))
5773 if (mirror_conf->rule_type & ETH_MIRROR_VLAN) { in ixgbe_mirror_rule_set()
5867 if (mirror_conf->rule_type & ETH_MIRROR_VLAN) { in ixgbe_mirror_rule_set()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c10393 case ETH_MIRROR_VLAN: in i40e_mirror_rule_set()
/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c9306 mr_conf.rule_type = ETH_MIRROR_VLAN; in cmd_set_mirror_mask_parsed()