Searched refs:vind (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.3-release/sys/dev/ixgbe/
H A Dixgbe_82598.h43 s32 ixgbe_set_vfta_82598(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on);
H A Dixgbe_vf.h135 s32 ixgbe_set_vfta_vf(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on);
H A Dixgbe_common.h139 u32 vind, bool vlan_on);
140 s32 ixgbe_set_vlvf_generic(struct ixgbe_hw *hw, u32 vlan, u32 vind,
H A Dixgbe_api.h128 u32 vind, bool vlan_on);
129 s32 ixgbe_set_vlvf(struct ixgbe_hw *hw, u32 vlan, u32 vind,
H A Dixgbe_api.c1060 * @vind: VMDq output index that maps queue to VLAN id in VFTA
1065 s32 ixgbe_set_vfta(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on) argument
1067 return ixgbe_call_func(hw, hw->mac.ops.set_vfta, (hw, vlan, vind,
1075 * @vind: VMDq output index that maps queue to VLAN id in VFVFB
1082 s32 ixgbe_set_vlvf(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on, argument
1085 return ixgbe_call_func(hw, hw->mac.ops.set_vlvf, (hw, vlan, vind,
H A Dixgbe_vf.c422 * @vind: unused by VF drivers
425 s32 ixgbe_set_vfta_vf(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on) argument
430 UNREFERENCED_1PARAMETER(vind);
H A Dixgbe_common.c3856 * @vind: VMDq output index that maps queue to VLAN id in VFVFB
3861 s32 ixgbe_set_vfta_generic(struct ixgbe_hw *hw, u32 vlan, u32 vind, argument
3908 ret_val = ixgbe_set_vlvf_generic(hw, vlan, vind, vlan_on,
3923 * @vind: VMDq output index that maps queue to VLAN id in VFVFB
3930 s32 ixgbe_set_vlvf_generic(struct ixgbe_hw *hw, u32 vlan, u32 vind, argument
3943 * set the vind bit in the matching VLVFB
3945 * clear the pool bit and possibly the vind
3958 if (vind < 32) {
3961 bits |= (1 << vind);
3968 bits |= (1 << (vind
[all...]
H A Dixgbe_82598.c997 * @vind: VMDq output index that maps queue to VLAN id in VFTA
1002 s32 ixgbe_set_vfta_82598(struct ixgbe_hw *hw, u32 vlan, u32 vind, argument
1025 bits |= (vind << bitindex);

Completed in 115 milliseconds