Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_common.h125 bool vlan_on, bool *vfta_changed);
H A Dixgbe_common.c3429 bool vfta_changed = FALSE; in ixgbe_set_vfta_generic() local
3456 vfta_changed = TRUE; in ixgbe_set_vfta_generic()
3461 vfta_changed = TRUE; in ixgbe_set_vfta_generic()
3469 &vfta_changed); in ixgbe_set_vfta_generic()
3473 if (vfta_changed) in ixgbe_set_vfta_generic()
3491 bool vlan_on, bool *vfta_changed) in ixgbe_set_vlvf_generic() argument
3574 if ((!vlan_on) && (vfta_changed != NULL)) { in ixgbe_set_vlvf_generic()
3578 *vfta_changed = FALSE; in ixgbe_set_vlvf_generic()
H A Dixgbe_api.c983 bool *vfta_changed) in ixgbe_set_vlvf() argument
986 vlan_on, vfta_changed), IXGBE_NOT_IMPLEMENTED); in ixgbe_set_vlvf()
H A Dixgbe_api.h123 bool vlan_on, bool *vfta_changed);