cmd.h (3a37471551cd3b287ce7f02ed25bcf8ec37a191d) cmd.h (e1f24a79f424ddb03828de7c0152668c9a30146e)
1/*
2 * Copyright (c) 2017, Mellanox Technologies. All rights reserved.
3 *
4 * This software is available to you under a choice of one of two
5 * licenses. You may choose to be licensed under the terms of the GNU
6 * General Public License (GPL) Version 2, available from the file
7 * COPYING in the main directory of this source tree, or the
8 * OpenIB.org BSD license below:

--- 23 unchanged lines hidden (view full) ---

32
33#ifndef MLX5_IB_CMD_H
34#define MLX5_IB_CMD_H
35
36#include <linux/kernel.h>
37#include <linux/mlx5/driver.h>
38
39int mlx5_cmd_null_mkey(struct mlx5_core_dev *dev, u32 *null_mkey);
1/*
2 * Copyright (c) 2017, Mellanox Technologies. All rights reserved.
3 *
4 * This software is available to you under a choice of one of two
5 * licenses. You may choose to be licensed under the terms of the GNU
6 * General Public License (GPL) Version 2, available from the file
7 * COPYING in the main directory of this source tree, or the
8 * OpenIB.org BSD license below:

--- 23 unchanged lines hidden (view full) ---

32
33#ifndef MLX5_IB_CMD_H
34#define MLX5_IB_CMD_H
35
36#include <linux/kernel.h>
37#include <linux/mlx5/driver.h>
38
39int mlx5_cmd_null_mkey(struct mlx5_core_dev *dev, u32 *null_mkey);
40int mlx5_cmd_query_cong_counter(struct mlx5_core_dev *dev,
41 bool reset, void *out, int out_size);
40#endif /* MLX5_IB_CMD_H */
42#endif /* MLX5_IB_CMD_H */