Home
last modified time | relevance | path

Searched refs:I40E_AQ_VSI_PROP_SECURITY_VALID (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/i40e/
H A Drte_pmd_i40e.c73 rte_cpu_to_le_16(I40E_AQ_VSI_PROP_SECURITY_VALID)) { in rte_pmd_i40e_set_vf_mac_anti_spoof()
86 vsi->info.valid_sections = cpu_to_le16(I40E_AQ_VSI_PROP_SECURITY_VALID); in rte_pmd_i40e_set_vf_mac_anti_spoof()
188 vsi->info.valid_sections = cpu_to_le16(I40E_AQ_VSI_PROP_SECURITY_VALID); in rte_pmd_i40e_set_vf_vlan_anti_spoof()
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_adminq_cmd.h882 #define I40E_AQ_VSI_PROP_SECURITY_VALID 0x0002 macro