| /linux-6.15/drivers/net/ethernet/intel/igb/ |
| H A D | e1000_mac.h | 40 s32 igb_vfta_set(struct e1000_hw *hw, u32 vid, u32 vind,
|
| H A D | e1000_mac.c | 174 s32 igb_vfta_set(struct e1000_hw *hw, u32 vlan, u32 vind, in igb_vfta_set() argument 181 if ((vlan > 4095) || (vind > 7)) in igb_vfta_set() 227 bits |= BIT(E1000_VLVF_POOLSEL_SHIFT + vind); in igb_vfta_set() 232 bits ^= BIT(E1000_VLVF_POOLSEL_SHIFT + vind); in igb_vfta_set()
|
| /linux-6.15/drivers/net/ethernet/wangxun/libwx/ |
| H A D | wx_hw.c | 2203 static int wx_set_vlvf(struct wx *wx, u32 vlan, u32 vind, bool vlan_on, in wx_set_vlvf() argument 2227 if (vind < 32) { in wx_set_vlvf() 2229 bits |= (1 << vind); in wx_set_vlvf() 2233 bits |= (1 << (vind - 32)); in wx_set_vlvf() 2238 if (vind < 32) { in wx_set_vlvf() 2240 bits &= ~(1 << vind); in wx_set_vlvf() 2245 bits &= ~(1 << (vind - 32)); in wx_set_vlvf() 2271 static int wx_set_vfta(struct wx *wx, u32 vlan, u32 vind, bool vlan_on) in wx_set_vfta() argument 2307 ret = wx_set_vlvf(wx, vlan, vind, vlan_on, &vfta_changed); in wx_set_vfta()
|
| /linux-6.15/arch/arm64/boot/dts/allwinner/ |
| H A D | sun50i-h616-orangepi-zero2.dts | 45 vind-supply = <®_vcc5v>;
|
| H A D | sun50i-h616-x96-mate.dts | 98 vind-supply = <®_vcc5v>;
|
| H A D | sun50i-h6-orangepi.dtsi | 130 vind-supply = <®_vcc5v>;
|
| H A D | sun50i-h6-beelink-gs1.dts | 169 vind-supply = <®_vcc5v>;
|
| H A D | sun50i-h6-orangepi-3.dts | 193 vind-supply = <®_vcc5v>;
|
| /linux-6.15/drivers/net/ethernet/intel/ixgbevf/ |
| H A D | vf.c | 634 static s32 ixgbevf_set_vfta_vf(struct ixgbe_hw *hw, u32 vlan, u32 vind, in ixgbevf_set_vfta_vf() argument 668 static s32 ixgbevf_hv_set_vfta_vf(struct ixgbe_hw *hw, u32 vlan, u32 vind, in ixgbevf_hv_set_vfta_vf() argument
|
| /linux-6.15/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_common.c | 3134 int ixgbe_set_vfta_generic(struct ixgbe_hw *hw, u32 vlan, u32 vind, in ixgbe_set_vfta_generic() argument 3140 if ((vlan > 4095) || (vind > 63)) in ixgbe_set_vfta_generic() 3184 bits = IXGBE_READ_REG(hw, IXGBE_VLVFB(vlvf_index * 2 + vind / 32)); in ixgbe_set_vfta_generic() 3187 bits |= BIT(vind % 32); in ixgbe_set_vfta_generic() 3192 bits ^= BIT(vind % 32); in ixgbe_set_vfta_generic() 3195 !IXGBE_READ_REG(hw, IXGBE_VLVFB(vlvf_index * 2 + 1 - vind / 32))) { in ixgbe_set_vfta_generic() 3205 IXGBE_WRITE_REG(hw, IXGBE_VLVFB(vlvf_index * 2 + vind / 32), 0); in ixgbe_set_vfta_generic() 3228 IXGBE_WRITE_REG(hw, IXGBE_VLVFB(vlvf_index * 2 + vind / 32), bits); in ixgbe_set_vfta_generic()
|
| H A D | ixgbe_common.h | 71 u32 vind, bool vlan_on, bool vlvf_bypass);
|
| H A D | ixgbe_82598.c | 840 static int ixgbe_set_vfta_82598(struct ixgbe_hw *hw, u32 vlan, u32 vind, in ixgbe_set_vfta_82598() argument 861 bits |= (vind << bitindex); in ixgbe_set_vfta_82598()
|
| /linux-6.15/Documentation/devicetree/bindings/mfd/ |
| H A D | x-powers,axp152.yaml | 195 vind-supply:
|