Home
last modified time | relevance | path

Searched refs:IAVF_VLAN_REMOVE (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/intel/iavf/
Diavf_virtchnl.c809 if (f->state == IAVF_VLAN_REMOVE && in iavf_del_vlans()
817 } else if (f->state == IAVF_VLAN_REMOVE || in iavf_del_vlans()
856 } else if (f->state == IAVF_VLAN_REMOVE) { in iavf_del_vlans()
898 f->state == IAVF_VLAN_REMOVE) { in iavf_del_vlans()
Diavf.h165 IAVF_VLAN_REMOVE, /* filter needs to be removed from list */ enumerator
Diavf_main.c845 f->state = IAVF_VLAN_REMOVE; in iavf_del_vlan()