Home
last modified time | relevance | path

Searched refs:vind (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_common.c3027 s32 ixgbe_set_vfta_generic(struct ixgbe_hw *hw, u32 vlan, u32 vind, in ixgbe_set_vfta_generic() argument
3088 if (vind < 32) { in ixgbe_set_vfta_generic()
3091 bits |= (1 << vind); in ixgbe_set_vfta_generic()
3098 bits |= (1 << (vind-32)); in ixgbe_set_vfta_generic()
3105 if (vind < 32) { in ixgbe_set_vfta_generic()
3108 bits &= ~(1 << vind); in ixgbe_set_vfta_generic()
3117 bits &= ~(1 << (vind-32)); in ixgbe_set_vfta_generic()
Dixgbe_common.h95 u32 vind, bool vlan_on);
Dixgbe_82598.c885 static s32 ixgbe_set_vfta_82598(struct ixgbe_hw *hw, u32 vlan, u32 vind, in ixgbe_set_vfta_82598() argument
906 bits |= (vind << bitindex); in ixgbe_set_vfta_82598()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/
Dvf.c478 static s32 ixgbevf_set_vfta_vf(struct ixgbe_hw *hw, u32 vlan, u32 vind, in ixgbevf_set_vfta_vf() argument