| /linux/drivers/net/ethernet/wangxun/libwx/ |
| H A D | wx_hw.c | 1612 u32 vlnctrl, i, vind, bits, reg_idx; in wx_vlan_promisc_enable() local 1632 vind = WX_VF_IND_SHIFT(VMDQ_P(0)); in wx_vlan_promisc_enable() 1635 bits |= BIT(vind); in wx_vlan_promisc_enable() 1645 u32 i, vid, bits, vfta, vind, vlvf, reg_idx; in wx_scrub_vfta() local 1658 vind = WX_VF_IND_SHIFT(VMDQ_P(0)); in wx_scrub_vfta() 1661 bits &= ~BIT(vind); in wx_scrub_vfta() 2573 * @vind: VMDq output index that maps queue to VLAN id in VFVFB 2580 static int wx_set_vlvf(struct wx *wx, u32 vlan, u32 vind, bool vlan_on, in wx_set_vlvf() 2589 * set the vind bit in the matching VLVFB in wx_set_vlvf() 2591 * clear the pool bit and possibly the vind in wx_set_vlvf() 2579 wx_set_vlvf(struct wx * wx,u32 vlan,u32 vind,bool vlan_on,bool * vfta_changed) wx_set_vlvf() argument 2647 wx_set_vfta(struct wx * wx,u32 vlan,u32 vind,bool vlan_on) wx_set_vfta() argument [all...] |
| H A D | wx_vf.c | 301 int wx_set_vfta_vf(struct wx *wx, u32 vlan, u32 vind, bool vlan_on, in wx_set_vfta_vf() argument
|
| /linux/drivers/net/ethernet/intel/igb/ |
| H A D | e1000_mac.c | 167 * @vind: VMDq output index that maps queue to VLAN id 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() 210 * set the vind bit in the matching VLVFB in igb_vfta_set() 212 * clear the pool bit and possibly the vind 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/arch/arm64/boot/dts/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-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/drivers/net/ethernet/intel/ixgbevf/ |
| H A D | vf.c | 725 static s32 ixgbevf_set_vfta_vf(struct ixgbe_hw *hw, u32 vlan, u32 vind, in ixgbevf_set_vfta_vf() argument 811 static s32 ixgbevf_hv_set_vfta_vf(struct ixgbe_hw *hw, u32 vlan, u32 vind, in ixgbevf_hv_set_vfta_vf() argument
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| 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()
|
| H A D | ixgbe_common.h | 71 u32 vind, bool vlan_on, bool vlvf_bypass);
|