| /freebsd/sys/dev/ixgbe/ |
| H A D | ixgbe_common.h | 138 u32 vind, bool vlan_on, bool vlvf_bypass); 139 s32 ixgbe_set_vlvf_generic(struct ixgbe_hw *hw, u32 vlan, u32 vind, 144 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_vf.h | 129 s32 ixgbe_set_vfta_vf(struct ixgbe_hw *hw, u32 vlan, u32 vind,
|
| 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,
|
| H A D | ixgbe_api.c | 1126 s32 ixgbe_set_vfta(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on, in ixgbe_set_vfta() argument 1129 return ixgbe_call_func(hw, hw->mac.ops.set_vfta, (hw, vlan, vind, in ixgbe_set_vfta() 1146 s32 ixgbe_set_vlvf(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on, in ixgbe_set_vlvf() argument 1149 return ixgbe_call_func(hw, hw->mac.ops.set_vlvf, (hw, vlan, vind, in ixgbe_set_vlvf()
|
| H A D | ixgbe_vf.c | 545 s32 ixgbe_set_vfta_vf(struct ixgbe_hw *hw, u32 vlan, u32 vind, in ixgbe_set_vfta_vf() argument 550 UNREFERENCED_2PARAMETER(vind, vlvf_bypass); in ixgbe_set_vfta_vf()
|
| H A D | ixgbe_common.c | 3997 s32 ixgbe_set_vfta_generic(struct ixgbe_hw *hw, u32 vlan, u32 vind, in ixgbe_set_vfta_generic() argument 4005 if (vlan > 4095 || vind > 63) in ixgbe_set_vfta_generic() 4035 ret_val = ixgbe_set_vlvf_generic(hw, vlan, vind, vlan_on, &vfta_delta, in ixgbe_set_vfta_generic() 4064 s32 ixgbe_set_vlvf_generic(struct ixgbe_hw *hw, u32 vlan, u32 vind, in ixgbe_set_vlvf_generic() argument 4073 if (vlan > 4095 || vind > 63) in ixgbe_set_vlvf_generic() 4090 bits = IXGBE_READ_REG(hw, IXGBE_VLVFB(vlvf_index * 2 + vind / 32)); in ixgbe_set_vlvf_generic() 4093 bits |= 1U << (vind % 32); in ixgbe_set_vlvf_generic() 4098 bits ^= 1U << (vind % 32); in ixgbe_set_vlvf_generic() 4101 !IXGBE_READ_REG(hw, IXGBE_VLVFB(vlvf_index * 2 + 1 - vind / 32))) { in ixgbe_set_vlvf_generic() 4111 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()
|
| /freebsd/sys/contrib/device-tree/src/arm64/allwinner/ |
| H A D | sun50i-h616-orangepi-zero2.dts | 49 vind-supply = <®_vcc5v>;
|
| H A D | sun50i-h616-x96-mate.dts | 103 vind-supply = <®_vcc5v>;
|
| H A D | sun50i-h313-x96q.dts | 132 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>;
|
| H A D | sun50i-h6-taiqicat-a01.dts | 190 vind-supply = <®_vcc5v>;
|
| /freebsd/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | axp20x.txt | 157 DCDCD : DC-DC buck : vind-supply : poly-phase capable
|