Searched refs:vind (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
| D | ixgbe_common.c | 3038 s32 ixgbe_set_vfta_generic(struct ixgbe_hw *hw, u32 vlan, u32 vind, in ixgbe_set_vfta_generic() argument 3099 if (vind < 32) { in ixgbe_set_vfta_generic() 3102 bits |= (1 << vind); in ixgbe_set_vfta_generic() 3109 bits |= (1 << (vind-32)); in ixgbe_set_vfta_generic() 3116 if (vind < 32) { in ixgbe_set_vfta_generic() 3119 bits &= ~(1 << vind); in ixgbe_set_vfta_generic() 3128 bits &= ~(1 << (vind-32)); in ixgbe_set_vfta_generic()
|
| D | ixgbe_common.h | 95 u32 vind, bool vlan_on);
|
| D | ixgbe_82598.c | 885 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.4.14/drivers/net/ethernet/intel/ixgbevf/ |
| D | vf.c | 518 static s32 ixgbevf_set_vfta_vf(struct ixgbe_hw *hw, u32 vlan, u32 vind, in ixgbevf_set_vfta_vf() argument
|