Searched refs:vind (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/wangxun/libwx/ |
D | wx_hw.c | 1748 static int wx_set_vlvf(struct wx *wx, u32 vlan, u32 vind, bool vlan_on, in wx_set_vlvf() argument 1772 if (vind < 32) { in wx_set_vlvf() 1774 bits |= (1 << vind); in wx_set_vlvf() 1778 bits |= (1 << (vind - 32)); in wx_set_vlvf() 1783 if (vind < 32) { in wx_set_vlvf() 1785 bits &= ~(1 << vind); in wx_set_vlvf() 1790 bits &= ~(1 << (vind - 32)); in wx_set_vlvf() 1816 static int wx_set_vfta(struct wx *wx, u32 vlan, u32 vind, bool vlan_on) in wx_set_vfta() argument 1852 ret = wx_set_vlvf(wx, vlan, vind, vlan_on, &vfta_changed); in wx_set_vfta()
|
/Linux-v6.6/drivers/net/ethernet/intel/igb/ |
D | e1000_mac.h | 40 s32 igb_vfta_set(struct e1000_hw *hw, u32 vid, u32 vind,
|
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-v6.6/arch/arm64/boot/dts/allwinner/ |
D | sun50i-h616-orangepi-zero2.dts | 37 vind-supply = <®_vcc5v>;
|
D | sun50i-h616-x96-mate.dts | 87 vind-supply = <®_vcc5v>;
|
D | sun50i-h6-orangepi.dtsi | 137 vind-supply = <®_vcc5v>;
|
D | sun50i-h6-beelink-gs1.dts | 184 vind-supply = <®_vcc5v>;
|
D | sun50i-h6-orangepi-3.dts | 196 vind-supply = <®_vcc5v>;
|
/Linux-v6.6/drivers/net/ethernet/intel/ixgbevf/ |
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-v6.6/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_common.c | 3131 s32 ixgbe_set_vfta_generic(struct ixgbe_hw *hw, u32 vlan, u32 vind, in ixgbe_set_vfta_generic() argument 3137 if ((vlan > 4095) || (vind > 63)) in ixgbe_set_vfta_generic() 3181 bits = IXGBE_READ_REG(hw, IXGBE_VLVFB(vlvf_index * 2 + vind / 32)); in ixgbe_set_vfta_generic() 3184 bits |= BIT(vind % 32); in ixgbe_set_vfta_generic() 3189 bits ^= BIT(vind % 32); in ixgbe_set_vfta_generic() 3192 !IXGBE_READ_REG(hw, IXGBE_VLVFB(vlvf_index * 2 + 1 - vind / 32))) { in ixgbe_set_vfta_generic() 3202 IXGBE_WRITE_REG(hw, IXGBE_VLVFB(vlvf_index * 2 + vind / 32), 0); in ixgbe_set_vfta_generic() 3225 IXGBE_WRITE_REG(hw, IXGBE_VLVFB(vlvf_index * 2 + vind / 32), bits); in ixgbe_set_vfta_generic()
|
D | ixgbe_82598.c | 839 static s32 ixgbe_set_vfta_82598(struct ixgbe_hw *hw, u32 vlan, u32 vind, in ixgbe_set_vfta_82598() argument 860 bits |= (vind << bitindex); in ixgbe_set_vfta_82598()
|
D | ixgbe_common.h | 71 u32 vind, bool vlan_on, bool vlvf_bypass);
|