Home
last modified time | relevance | path

Searched refs:vfta_changed (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.h140 bool vlan_on, bool *vfta_changed);
H A Dixgbe_common.c3869 bool vfta_changed = FALSE; in ixgbe_set_vfta_generic() local
3896 vfta_changed = TRUE; in ixgbe_set_vfta_generic()
3901 vfta_changed = TRUE; in ixgbe_set_vfta_generic()
3909 &vfta_changed); in ixgbe_set_vfta_generic()
3913 if (vfta_changed) in ixgbe_set_vfta_generic()
3931 bool vlan_on, bool *vfta_changed) in ixgbe_set_vlvf_generic() argument
4014 if ((!vlan_on) && (vfta_changed != NULL)) { in ixgbe_set_vlvf_generic()
4018 *vfta_changed = FALSE; in ixgbe_set_vlvf_generic()
H A Dixgbe_api.h130 bool vlan_on, bool *vfta_changed);
H A Dixgbe_api.c1083 bool *vfta_changed) in ixgbe_set_vlvf() argument
1086 vlan_on, vfta_changed), IXGBE_NOT_IMPLEMENTED); in ixgbe_set_vlvf()