Searched refs:vind (Results 1 – 8 of 8) sorted by relevance
| /illumos-gate/usr/src/uts/common/io/ixgbe/core/ |
| H A D | ixgbe_common.h | 137 u32 vind, bool vlan_on, bool vlvf_bypass); 138 s32 ixgbe_set_vlvf_generic(struct ixgbe_hw *hw, u32 vlan, u32 vind, 143 s32 ixgbe_toggle_txdctl_generic(struct ixgbe_hw *hw, u32 vind);
|
| H A D | ixgbe_82598.h | 43 s32 ixgbe_set_vfta_82598(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on,
|
| H A D | ixgbe_api.h | 131 u32 vind, bool vlan_on, bool vlvf_bypass); 132 s32 ixgbe_set_vlvf(struct ixgbe_hw *hw, u32 vlan, u32 vind, 135 s32 ixgbe_toggle_txdctl(struct ixgbe_hw *hw, u32 vind);
|
| H A D | ixgbe_api.c | 1124 s32 ixgbe_set_vfta(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on, in ixgbe_set_vfta() argument 1127 return ixgbe_call_func(hw, hw->mac.ops.set_vfta, (hw, vlan, vind, in ixgbe_set_vfta() 1144 s32 ixgbe_set_vlvf(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on, in ixgbe_set_vlvf() argument 1147 return ixgbe_call_func(hw, hw->mac.ops.set_vlvf, (hw, vlan, vind, in ixgbe_set_vlvf() 1159 s32 ixgbe_toggle_txdctl(struct ixgbe_hw *hw, u32 vind) in ixgbe_toggle_txdctl() argument 1162 vind), IXGBE_NOT_IMPLEMENTED); in ixgbe_toggle_txdctl()
|
| H A D | ixgbe_vf.h | 138 s32 ixgbe_set_vfta_vf(struct ixgbe_hw *hw, u32 vlan, u32 vind,
|
| H A D | ixgbe_vf.c | 497 s32 ixgbe_set_vfta_vf(struct ixgbe_hw *hw, u32 vlan, u32 vind, in ixgbe_set_vfta_vf() argument 502 UNREFERENCED_2PARAMETER(vind, vlvf_bypass); in ixgbe_set_vfta_vf()
|
| H A D | ixgbe_common.c | 3986 s32 ixgbe_set_vfta_generic(struct ixgbe_hw *hw, u32 vlan, u32 vind, in ixgbe_set_vfta_generic() argument 3994 if (vlan > 4095 || vind > 63) in ixgbe_set_vfta_generic() 4024 ret_val = ixgbe_set_vlvf_generic(hw, vlan, vind, vlan_on, &vfta_delta, in ixgbe_set_vfta_generic() 4053 s32 ixgbe_set_vlvf_generic(struct ixgbe_hw *hw, u32 vlan, u32 vind, in ixgbe_set_vlvf_generic() argument 4062 if (vlan > 4095 || vind > 63) in ixgbe_set_vlvf_generic() 4079 bits = IXGBE_READ_REG(hw, IXGBE_VLVFB(vlvf_index * 2 + vind / 32)); in ixgbe_set_vlvf_generic() 4082 bits |= 1 << (vind % 32); in ixgbe_set_vlvf_generic() 4087 bits ^= 1 << (vind % 32); in ixgbe_set_vlvf_generic() 4090 !IXGBE_READ_REG(hw, IXGBE_VLVFB(vlvf_index * 2 + 1 - vind / 32))) { in ixgbe_set_vlvf_generic() 4100 IXGBE_WRITE_REG(hw, IXGBE_VLVFB(vlvf_index * 2 + vind / 32), 0); in ixgbe_set_vlvf_generic() [all …]
|
| H A D | ixgbe_82598.c | 1004 s32 ixgbe_set_vfta_82598(struct ixgbe_hw *hw, u32 vlan, u32 vind, in ixgbe_set_vfta_82598() argument 1029 bits |= (vind << bitindex); in ixgbe_set_vfta_82598()
|