Searched refs:vind (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/net/ixgbe/ |
D | ixgbe_common.c | 2536 s32 ixgbe_set_vfta_generic(struct ixgbe_hw *hw, u32 vlan, u32 vind, in ixgbe_set_vfta_generic() argument 2597 if (vind < 32) { in ixgbe_set_vfta_generic() 2600 bits |= (1 << vind); in ixgbe_set_vfta_generic() 2607 bits |= (1 << (vind-32)); in ixgbe_set_vfta_generic() 2614 if (vind < 32) { in ixgbe_set_vfta_generic() 2617 bits &= ~(1 << vind); in ixgbe_set_vfta_generic() 2626 bits &= ~(1 << (vind-32)); in ixgbe_set_vfta_generic()
|
D | ixgbe_common.h | 81 u32 vind, bool vlan_on);
|
D | ixgbe_82598.c | 925 static s32 ixgbe_set_vfta_82598(struct ixgbe_hw *hw, u32 vlan, u32 vind, in ixgbe_set_vfta_82598() argument 946 bits |= (vind << bitindex); in ixgbe_set_vfta_82598()
|
/linux-2.6.39/drivers/net/ixgbevf/ |
D | vf.c | 302 static s32 ixgbevf_set_vfta_vf(struct ixgbe_hw *hw, u32 vlan, u32 vind, in ixgbevf_set_vfta_vf() argument
|