Home
last modified time | relevance | path

Searched refs:vind (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/uts/common/io/ixgbe/core/
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.h138 u32 vind, bool vlan_on);
139 s32 ixgbe_set_vlvf_generic(struct ixgbe_hw *hw, u32 vlan, u32 vind,
H A Dixgbe_vf.h135 s32 ixgbe_set_vfta_vf(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on);
H A Dixgbe_api.h128 u32 vind, bool vlan_on);
129 s32 ixgbe_set_vlvf(struct ixgbe_hw *hw, u32 vlan, u32 vind,
H A Dixgbe_api.c1065 s32 ixgbe_set_vfta(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on) in ixgbe_set_vfta() argument
1067 return ixgbe_call_func(hw, hw->mac.ops.set_vfta, (hw, vlan, vind, in ixgbe_set_vfta()
1082 s32 ixgbe_set_vlvf(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on, in ixgbe_set_vlvf() argument
1085 return ixgbe_call_func(hw, hw->mac.ops.set_vlvf, (hw, vlan, vind, in ixgbe_set_vlvf()
H A Dixgbe_vf.c425 s32 ixgbe_set_vfta_vf(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on) in ixgbe_set_vfta_vf() argument
430 UNREFERENCED_1PARAMETER(vind); in ixgbe_set_vfta_vf()
H A Dixgbe_common.c3861 s32 ixgbe_set_vfta_generic(struct ixgbe_hw *hw, u32 vlan, u32 vind, in ixgbe_set_vfta_generic() argument
3908 ret_val = ixgbe_set_vlvf_generic(hw, vlan, vind, vlan_on, in ixgbe_set_vfta_generic()
3930 s32 ixgbe_set_vlvf_generic(struct ixgbe_hw *hw, u32 vlan, u32 vind, in ixgbe_set_vlvf_generic() argument
3958 if (vind < 32) { in ixgbe_set_vlvf_generic()
3961 bits |= (1 << vind); in ixgbe_set_vlvf_generic()
3968 bits |= (1 << (vind - 32)); in ixgbe_set_vlvf_generic()
3975 if (vind < 32) { in ixgbe_set_vlvf_generic()
3978 bits &= ~(1 << vind); in ixgbe_set_vlvf_generic()
3987 bits &= ~(1 << (vind - 32)); in ixgbe_set_vlvf_generic()
H A Dixgbe_82598.c1002 s32 ixgbe_set_vfta_82598(struct ixgbe_hw *hw, u32 vlan, u32 vind, in ixgbe_set_vfta_82598() argument
1025 bits |= (vind << bitindex); in ixgbe_set_vfta_82598()