Home
last modified time | relevance | path

Searched refs:vlan_on (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_82598.h43 s32 ixgbe_set_vfta_82598(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on);
H A Dixgbe_common.h123 u32 vind, bool vlan_on);
125 bool vlan_on, bool *vfta_changed);
H A Dixgbe_api.c965 s32 ixgbe_set_vfta(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on) in ixgbe_set_vfta() argument
968 vlan_on), IXGBE_NOT_IMPLEMENTED); in ixgbe_set_vfta()
982 s32 ixgbe_set_vlvf(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on, in ixgbe_set_vlvf() argument
986 vlan_on, vfta_changed), IXGBE_NOT_IMPLEMENTED); in ixgbe_set_vlvf()
H A Dixgbe_api.h121 u32 vind, bool vlan_on);
123 bool vlan_on, bool *vfta_changed);
H A Dixgbe_common.c3422 bool vlan_on) in ixgbe_set_vfta_generic() argument
3453 if (vlan_on) { in ixgbe_set_vfta_generic()
3468 ret_val = ixgbe_set_vlvf_generic(hw, vlan, vind, vlan_on, in ixgbe_set_vfta_generic()
3491 bool vlan_on, bool *vfta_changed) in ixgbe_set_vlvf_generic() argument
3516 if (vlan_on) { in ixgbe_set_vlvf_generic()
3574 if ((!vlan_on) && (vfta_changed != NULL)) { in ixgbe_set_vlvf_generic()
H A Dixgbe_82598.c998 bool vlan_on) in ixgbe_set_vfta_82598() argument
1027 if (vlan_on) in ixgbe_set_vfta_82598()