Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/ixgbe/
H A Dixgbe_common.h141 u32 vind, bool vlan_on, bool vlvf_bypass);
142 s32 ixgbe_set_vlvf_generic(struct ixgbe_hw *hw, u32 vlan, u32 vind,
147 s32 ixgbe_toggle_txdctl_generic(struct ixgbe_hw *hw, u32 vind);
H A Dixgbe_api.c1083 s32 ixgbe_set_vfta(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on, in ixgbe_set_vfta() argument
1086 return ixgbe_call_func(hw, hw->mac.ops.set_vfta, (hw, vlan, vind, in ixgbe_set_vfta()
1103 s32 ixgbe_set_vlvf(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on, in ixgbe_set_vlvf() argument
1106 return ixgbe_call_func(hw, hw->mac.ops.set_vlvf, (hw, vlan, vind, in ixgbe_set_vlvf()
1118 s32 ixgbe_toggle_txdctl(struct ixgbe_hw *hw, u32 vind) in ixgbe_toggle_txdctl() argument
1121 vind), IXGBE_NOT_IMPLEMENTED); in ixgbe_toggle_txdctl()
H A Dixgbe_api.h132 u32 vind, bool vlan_on, bool vlvf_bypass);
133 s32 ixgbe_set_vlvf(struct ixgbe_hw *hw, u32 vlan, u32 vind,
136 s32 ixgbe_toggle_txdctl(struct ixgbe_hw *hw, u32 vind);
H A Dixgbe_82598.h46 s32 ixgbe_set_vfta_82598(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on,
H A Dixgbe_vf.h137 s32 ixgbe_set_vfta_vf(struct ixgbe_hw *hw, u32 vlan, u32 vind,
H A Dixgbe_common.c3998 s32 ixgbe_set_vfta_generic(struct ixgbe_hw *hw, u32 vlan, u32 vind, in ixgbe_set_vfta_generic() argument
4006 if (vlan > 4095 || vind > 63) in ixgbe_set_vfta_generic()
4036 ret_val = ixgbe_set_vlvf_generic(hw, vlan, vind, vlan_on, &vfta_delta, in ixgbe_set_vfta_generic()
4065 s32 ixgbe_set_vlvf_generic(struct ixgbe_hw *hw, u32 vlan, u32 vind, in ixgbe_set_vlvf_generic() argument
4074 if (vlan > 4095 || vind > 63) in ixgbe_set_vlvf_generic()
4091 bits = IXGBE_READ_REG(hw, IXGBE_VLVFB(vlvf_index * 2 + vind / 32)); in ixgbe_set_vlvf_generic()
4094 bits |= 1 << (vind % 32); in ixgbe_set_vlvf_generic()
4099 bits ^= 1 << (vind % 32); in ixgbe_set_vlvf_generic()
4102 !IXGBE_READ_REG(hw, IXGBE_VLVFB(vlvf_index * 2 + 1 - vind / 32))) { in ixgbe_set_vlvf_generic()
4112 IXGBE_WRITE_REG(hw, IXGBE_VLVFB(vlvf_index * 2 + vind / 32), 0); in ixgbe_set_vlvf_generic()
[all …]
H A Dixgbe_vf.c538 s32 ixgbe_set_vfta_vf(struct ixgbe_hw *hw, u32 vlan, u32 vind, in ixgbe_set_vfta_vf() argument
543 UNREFERENCED_2PARAMETER(vind, vlvf_bypass); in ixgbe_set_vfta_vf()
H A Dixgbe_82598.c1009 s32 ixgbe_set_vfta_82598(struct ixgbe_hw *hw, u32 vlan, u32 vind, in ixgbe_set_vfta_82598() argument
1034 bits |= (vind << bitindex); in ixgbe_set_vfta_82598()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/
H A Dsun50i-h6-orangepi.dtsi137 vind-supply = <&reg_vcc5v>;
H A Dsun50i-h6-beelink-gs1.dts183 vind-supply = <&reg_vcc5v>;
H A Dsun50i-h6-orangepi-3.dts196 vind-supply = <&reg_vcc5v>;