Lines Matching defs:vmdq
920 * @vmdq: VMDq pool to assign
925 s32 ixgbe_insert_mac_addr(struct ixgbe_hw *hw, u8 *addr, u32 vmdq)
928 (hw, addr, vmdq),
937 * @vmdq: VMDq "set"
942 s32 ixgbe_set_rar(struct ixgbe_hw *hw, u32 index, u8 *addr, u32 vmdq,
945 return ixgbe_call_func(hw, hw->mac.ops.set_rar, (hw, index, addr, vmdq,
966 * @vmdq: VMDq set or pool index
968 s32 ixgbe_set_vmdq(struct ixgbe_hw *hw, u32 rar, u32 vmdq)
970 return ixgbe_call_func(hw, hw->mac.ops.set_vmdq, (hw, rar, vmdq),
978 * @vmdq: VMDq default pool index
980 s32 ixgbe_set_vmdq_san_mac(struct ixgbe_hw *hw, u32 vmdq)
983 (hw, vmdq), IXGBE_NOT_IMPLEMENTED);
990 * @vmdq: VMDq set or pool index
992 s32 ixgbe_clear_vmdq(struct ixgbe_hw *hw, u32 rar, u32 vmdq)
994 return ixgbe_call_func(hw, hw->mac.ops.clear_vmdq, (hw, rar, vmdq),