Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf.h164 IAVF_VLAN_INACTIVE, /* filter is inactive, we are in IFF_DOWN */ enumerator
H A 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()
H A Diavf_main.c845 if (f->state == IAVF_VLAN_INACTIVE) in iavf_restore_filters()