| /netbsd-src/sys/dev/pci/ixgbe/ |
| H A D | ixgbe_common.h | 141 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 D | ixgbe_api.c | 1083 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 D | ixgbe_api.h | 132 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 D | ixgbe_82598.h | 46 s32 ixgbe_set_vfta_82598(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on,
|
| H A D | ixgbe_vf.h | 137 s32 ixgbe_set_vfta_vf(struct ixgbe_hw *hw, u32 vlan, u32 vind,
|
| H A D | ixgbe_common.c | 3998 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 D | ixgbe_vf.c | 538 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 D | ixgbe_82598.c | 1009 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 D | sun50i-h6-orangepi.dtsi | 137 vind-supply = <®_vcc5v>;
|
| H A D | sun50i-h6-beelink-gs1.dts | 183 vind-supply = <®_vcc5v>;
|
| H A D | sun50i-h6-orangepi-3.dts | 196 vind-supply = <®_vcc5v>;
|