cq.h (d083f580e5b940834a93ab741cdf064f0324dc0f) cq.h (d5436ba01075ef4629015f7a00914d64ffd795d6)
1/*
2 * Copyright (c) 2013, Mellanox Technologies inc. 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:

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

75enum {
76 MLX5_CQE_OWNER_MASK = 1,
77 MLX5_CQE_REQ = 0,
78 MLX5_CQE_RESP_WR_IMM = 1,
79 MLX5_CQE_RESP_SEND = 2,
80 MLX5_CQE_RESP_SEND_IMM = 3,
81 MLX5_CQE_RESP_SEND_INV = 4,
82 MLX5_CQE_RESIZE_CQ = 5,
1/*
2 * Copyright (c) 2013, Mellanox Technologies inc. 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:

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

75enum {
76 MLX5_CQE_OWNER_MASK = 1,
77 MLX5_CQE_REQ = 0,
78 MLX5_CQE_RESP_WR_IMM = 1,
79 MLX5_CQE_RESP_SEND = 2,
80 MLX5_CQE_RESP_SEND_IMM = 3,
81 MLX5_CQE_RESP_SEND_INV = 4,
82 MLX5_CQE_RESIZE_CQ = 5,
83 MLX5_CQE_SIG_ERR = 12,
83 MLX5_CQE_REQ_ERR = 13,
84 MLX5_CQE_RESP_ERR = 14,
85 MLX5_CQE_INVALID = 15,
86};
87
88enum {
89 MLX5_CQ_MODIFY_PERIOD = 1 << 0,
90 MLX5_CQ_MODIFY_COUNT = 1 << 1,

--- 83 unchanged lines hidden ---
84 MLX5_CQE_REQ_ERR = 13,
85 MLX5_CQE_RESP_ERR = 14,
86 MLX5_CQE_INVALID = 15,
87};
88
89enum {
90 MLX5_CQ_MODIFY_PERIOD = 1 << 0,
91 MLX5_CQ_MODIFY_COUNT = 1 << 1,

--- 83 unchanged lines hidden ---