vind 173 drivers/net/ethernet/intel/igb/e1000_mac.c s32 igb_vfta_set(struct e1000_hw *hw, u32 vlan, u32 vind, vind 180 drivers/net/ethernet/intel/igb/e1000_mac.c if ((vlan > 4095) || (vind > 7)) vind 226 drivers/net/ethernet/intel/igb/e1000_mac.c bits |= BIT(E1000_VLVF_POOLSEL_SHIFT + vind); vind 231 drivers/net/ethernet/intel/igb/e1000_mac.c bits ^= BIT(E1000_VLVF_POOLSEL_SHIFT + vind); vind 40 drivers/net/ethernet/intel/igb/e1000_mac.h s32 igb_vfta_set(struct e1000_hw *hw, u32 vid, u32 vind, vind 839 drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c static s32 ixgbe_set_vfta_82598(struct ixgbe_hw *hw, u32 vlan, u32 vind, vind 860 drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c bits |= (vind << bitindex); vind 3131 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c s32 ixgbe_set_vfta_generic(struct ixgbe_hw *hw, u32 vlan, u32 vind, vind 3137 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c if ((vlan > 4095) || (vind > 63)) vind 3181 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c bits = IXGBE_READ_REG(hw, IXGBE_VLVFB(vlvf_index * 2 + vind / 32)); vind 3184 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c bits |= BIT(vind % 32); vind 3189 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c bits ^= BIT(vind % 32); vind 3192 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c !IXGBE_READ_REG(hw, IXGBE_VLVFB(vlvf_index * 2 + 1 - vind / 32))) { vind 3202 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c IXGBE_WRITE_REG(hw, IXGBE_VLVFB(vlvf_index * 2 + vind / 32), 0); vind 3225 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c IXGBE_WRITE_REG(hw, IXGBE_VLVFB(vlvf_index * 2 + vind / 32), bits); vind 72 drivers/net/ethernet/intel/ixgbe/ixgbe_common.h u32 vind, bool vlan_on, bool vlvf_bypass); vind 583 drivers/net/ethernet/intel/ixgbevf/vf.c static s32 ixgbevf_set_vfta_vf(struct ixgbe_hw *hw, u32 vlan, u32 vind, vind 617 drivers/net/ethernet/intel/ixgbevf/vf.c static s32 ixgbevf_hv_set_vfta_vf(struct ixgbe_hw *hw, u32 vlan, u32 vind,