Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/intel/iavf/
Diavf.h164 IAVF_VLAN_INACTIVE, /* filter is inactive, we are in IFF_DOWN */ enumerator
Diavf_virtchnl.c816 f->state = IAVF_VLAN_INACTIVE; in iavf_del_vlans()
852 f->state = IAVF_VLAN_INACTIVE; in iavf_del_vlans()
913 f->state = IAVF_VLAN_INACTIVE; in iavf_del_vlans()
Diavf_main.c866 if (f->state == IAVF_VLAN_INACTIVE) in iavf_restore_filters()