]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - drivers/infiniband/hw/mlx5/mlx5_ib.h
Merge branch 'mellanox/mlx5-next' into rdma.git for-next
[mirror_ubuntu-hirsute-kernel.git] / drivers / infiniband / hw / mlx5 / mlx5_ib.h
CommitLineData
e126ba97 1/*
6cf0a15f 2 * Copyright (c) 2013-2015, Mellanox Technologies. All rights reserved.
e126ba97
EC
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:
9 *
10 * Redistribution and use in source and binary forms, with or
11 * without modification, are permitted provided that the following
12 * conditions are met:
13 *
14 * - Redistributions of source code must retain the above
15 * copyright notice, this list of conditions and the following
16 * disclaimer.
17 *
18 * - Redistributions in binary form must reproduce the above
19 * copyright notice, this list of conditions and the following
20 * disclaimer in the documentation and/or other materials
21 * provided with the distribution.
22 *
23 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
24 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
25 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
26 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
27 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
28 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
29 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30 * SOFTWARE.
31 */
32
33#ifndef MLX5_IB_H
34#define MLX5_IB_H
35
36#include <linux/kernel.h>
37#include <linux/sched.h>
38#include <rdma/ib_verbs.h>
39#include <rdma/ib_smi.h>
40#include <linux/mlx5/driver.h>
41#include <linux/mlx5/cq.h>
b823dd6d 42#include <linux/mlx5/fs.h>
e126ba97
EC
43#include <linux/mlx5/qp.h>
44#include <linux/mlx5/srq.h>
2ea26203 45#include <linux/mlx5/fs.h>
e126ba97 46#include <linux/types.h>
146d2f1a 47#include <linux/mlx5/transobj.h>
d2370e0a 48#include <rdma/ib_user_verbs.h>
3085e29e 49#include <rdma/mlx5-abi.h>
24da0016 50#include <rdma/uverbs_ioctl.h>
fd44e385 51#include <rdma/mlx5_user_ioctl_cmds.h>
e126ba97
EC
52
53#define mlx5_ib_dbg(dev, format, arg...) \
54pr_debug("%s:%s:%d:(pid %d): " format, (dev)->ib_dev.name, __func__, \
55 __LINE__, current->pid, ##arg)
56
57#define mlx5_ib_err(dev, format, arg...) \
58pr_err("%s:%s:%d:(pid %d): " format, (dev)->ib_dev.name, __func__, \
59 __LINE__, current->pid, ##arg)
60
61#define mlx5_ib_warn(dev, format, arg...) \
62pr_warn("%s:%s:%d:(pid %d): " format, (dev)->ib_dev.name, __func__, \
63 __LINE__, current->pid, ##arg)
64
b368d7cb
MB
65#define field_avail(type, fld, sz) (offsetof(type, fld) + \
66 sizeof(((type *)0)->fld) <= (sz))
cfb5e088
HA
67#define MLX5_IB_DEFAULT_UIDX 0xffffff
68#define MLX5_USER_ASSIGNED_UIDX_MASK __mlx5_mask(qpc, user_index)
b368d7cb 69
762f899a
MD
70#define MLX5_MKEY_PAGE_SHIFT_MASK __mlx5_mask(mkc, log_page_size)
71
e126ba97
EC
72enum {
73 MLX5_IB_MMAP_CMD_SHIFT = 8,
74 MLX5_IB_MMAP_CMD_MASK = 0xff,
75};
76
e126ba97
EC
77enum {
78 MLX5_RES_SCAT_DATA32_CQE = 0x1,
79 MLX5_RES_SCAT_DATA64_CQE = 0x2,
80 MLX5_REQ_SCAT_DATA32_CQE = 0x11,
81 MLX5_REQ_SCAT_DATA64_CQE = 0x22,
82};
83
e126ba97
EC
84enum mlx5_ib_mad_ifc_flags {
85 MLX5_MAD_IFC_IGNORE_MKEY = 1,
86 MLX5_MAD_IFC_IGNORE_BKEY = 2,
87 MLX5_MAD_IFC_NET_VIEW = 4,
88};
89
051f2630 90enum {
2f5ff264 91 MLX5_CROSS_CHANNEL_BFREG = 0,
051f2630
LR
92};
93
cfb5e088
HA
94enum {
95 MLX5_CQE_VERSION_V0,
96 MLX5_CQE_VERSION_V1,
97};
98
eb761894
AK
99enum {
100 MLX5_TM_MAX_RNDV_MSG_SIZE = 64,
101 MLX5_TM_MAX_SGE = 1,
102};
103
4ed131d0
YH
104enum {
105 MLX5_IB_INVALID_UAR_INDEX = BIT(31),
1ee47ab3 106 MLX5_IB_INVALID_BFREG = BIT(31),
4ed131d0
YH
107};
108
24da0016
AL
109enum {
110 MLX5_MAX_MEMIC_PAGES = 0x100,
111 MLX5_MEMIC_ALLOC_SIZE_MASK = 0x3f,
112};
113
114enum {
115 MLX5_MEMIC_BASE_ALIGN = 6,
116 MLX5_MEMIC_BASE_SIZE = 1 << MLX5_MEMIC_BASE_ALIGN,
117};
118
e126ba97
EC
119struct mlx5_ib_ucontext {
120 struct ib_ucontext ibucontext;
121 struct list_head db_page_list;
122
123 /* protect doorbell record alloc/free
124 */
125 struct mutex db_page_mutex;
2f5ff264 126 struct mlx5_bfreg_info bfregi;
cfb5e088 127 u8 cqe_version;
146d2f1a 128 /* Transport Domain number */
129 u32 tdn;
7d0cc6ed 130
b037c29a 131 u64 lib_caps;
24da0016 132 DECLARE_BITMAP(dm_pages, MLX5_MAX_MEMIC_PAGES);
a8b92ca1 133 u16 devx_uid;
c6a21c38
MD
134 /* For RoCE LAG TX affinity */
135 atomic_t tx_port_affinity;
e126ba97
EC
136};
137
138static inline struct mlx5_ib_ucontext *to_mucontext(struct ib_ucontext *ibucontext)
139{
140 return container_of(ibucontext, struct mlx5_ib_ucontext, ibucontext);
141}
142
143struct mlx5_ib_pd {
144 struct ib_pd ibpd;
145 u32 pdn;
e126ba97
EC
146};
147
b4749bf2
MB
148enum {
149 MLX5_IB_FLOW_ACTION_MODIFY_HEADER,
a090d0d8 150 MLX5_IB_FLOW_ACTION_PACKET_REFORMAT,
08aeb97c 151 MLX5_IB_FLOW_ACTION_DECAP,
b4749bf2
MB
152};
153
038d2ef8 154#define MLX5_IB_FLOW_MCAST_PRIO (MLX5_BY_PASS_NUM_PRIOS - 1)
35d19011 155#define MLX5_IB_FLOW_LAST_PRIO (MLX5_BY_PASS_NUM_REGULAR_PRIOS - 1)
038d2ef8
MG
156#if (MLX5_IB_FLOW_LAST_PRIO <= 0)
157#error "Invalid number of bypass priorities"
158#endif
159#define MLX5_IB_FLOW_LEFTOVERS_PRIO (MLX5_IB_FLOW_MCAST_PRIO + 1)
160
161#define MLX5_IB_NUM_FLOW_FT (MLX5_IB_FLOW_LEFTOVERS_PRIO + 1)
cc0e5d42 162#define MLX5_IB_NUM_SNIFFER_FTS 2
802c2125 163#define MLX5_IB_NUM_EGRESS_FTS 1
038d2ef8
MG
164struct mlx5_ib_flow_prio {
165 struct mlx5_flow_table *flow_table;
166 unsigned int refcount;
167};
168
169struct mlx5_ib_flow_handler {
170 struct list_head list;
171 struct ib_flow ibflow;
5497adc6 172 struct mlx5_ib_flow_prio *prio;
74491de9 173 struct mlx5_flow_handle *rule;
3b3233fb 174 struct ib_counters *ibcounters;
d4be3f44
YH
175 struct mlx5_ib_dev *dev;
176 struct mlx5_ib_flow_matcher *flow_matcher;
038d2ef8
MG
177};
178
fd44e385
YH
179struct mlx5_ib_flow_matcher {
180 struct mlx5_ib_match_params matcher_mask;
181 int mask_len;
182 enum mlx5_ib_flow_type flow_type;
b47fd4ff 183 enum mlx5_flow_namespace_type ns_type;
fd44e385
YH
184 u16 priority;
185 struct mlx5_core_dev *mdev;
186 atomic_t usecnt;
187 u8 match_criteria_enable;
188};
189
038d2ef8
MG
190struct mlx5_ib_flow_db {
191 struct mlx5_ib_flow_prio prios[MLX5_IB_NUM_FLOW_FT];
78dd0c43 192 struct mlx5_ib_flow_prio egress_prios[MLX5_IB_NUM_FLOW_FT];
cc0e5d42 193 struct mlx5_ib_flow_prio sniffer[MLX5_IB_NUM_SNIFFER_FTS];
802c2125 194 struct mlx5_ib_flow_prio egress[MLX5_IB_NUM_EGRESS_FTS];
9ef9c640 195 struct mlx5_flow_table *lag_demux_ft;
038d2ef8
MG
196 /* Protect flow steering bypass flow tables
197 * when add/del flow rules.
198 * only single add/removal of flow steering rule could be done
199 * simultaneously.
200 */
201 struct mutex lock;
202};
203
e126ba97
EC
204/* Use macros here so that don't have to duplicate
205 * enum ib_send_flags and enum ib_qp_type for low-level driver
206 */
207
31616255
AK
208#define MLX5_IB_SEND_UMR_ENABLE_MR (IB_SEND_RESERVED_START << 0)
209#define MLX5_IB_SEND_UMR_DISABLE_MR (IB_SEND_RESERVED_START << 1)
210#define MLX5_IB_SEND_UMR_FAIL_IF_FREE (IB_SEND_RESERVED_START << 2)
211#define MLX5_IB_SEND_UMR_UPDATE_XLT (IB_SEND_RESERVED_START << 3)
212#define MLX5_IB_SEND_UMR_UPDATE_TRANSLATION (IB_SEND_RESERVED_START << 4)
213#define MLX5_IB_SEND_UMR_UPDATE_PD_ACCESS IB_SEND_RESERVED_END
56e11d62 214
e126ba97 215#define MLX5_IB_QPT_REG_UMR IB_QPT_RESERVED1
d16e91da
HE
216/*
217 * IB_QPT_GSI creates the software wrapper around GSI, and MLX5_IB_QPT_HW_GSI
218 * creates the actual hardware QP.
219 */
220#define MLX5_IB_QPT_HW_GSI IB_QPT_RESERVED2
b4aaa1f0
MS
221#define MLX5_IB_QPT_DCI IB_QPT_RESERVED3
222#define MLX5_IB_QPT_DCT IB_QPT_RESERVED4
e126ba97
EC
223#define MLX5_IB_WR_UMR IB_WR_RESERVED1
224
31616255
AK
225#define MLX5_IB_UMR_OCTOWORD 16
226#define MLX5_IB_UMR_XLT_ALIGNMENT 64
227
7d0cc6ed
AK
228#define MLX5_IB_UPD_XLT_ZAP BIT(0)
229#define MLX5_IB_UPD_XLT_ENABLE BIT(1)
230#define MLX5_IB_UPD_XLT_ATOMIC BIT(2)
231#define MLX5_IB_UPD_XLT_ADDR BIT(3)
232#define MLX5_IB_UPD_XLT_PD BIT(4)
233#define MLX5_IB_UPD_XLT_ACCESS BIT(5)
81713d37 234#define MLX5_IB_UPD_XLT_INDIRECT BIT(6)
7d0cc6ed 235
b11a4f9c
HE
236/* Private QP creation flags to be passed in ib_qp_init_attr.create_flags.
237 *
238 * These flags are intended for internal use by the mlx5_ib driver, and they
239 * rely on the range reserved for that use in the ib_qp_create_flags enum.
240 */
241
242/* Create a UD QP whose source QP number is 1 */
243static inline enum ib_qp_create_flags mlx5_ib_create_qp_sqpn_qp1(void)
244{
245 return IB_QP_CREATE_RESERVED_START;
246}
247
e126ba97
EC
248struct wr_list {
249 u16 opcode;
250 u16 next;
251};
252
e4cc4fa7
NO
253enum mlx5_ib_rq_flags {
254 MLX5_IB_RQ_CVLAN_STRIPPING = 1 << 0,
b1383aa6 255 MLX5_IB_RQ_PCI_WRITE_END_PADDING = 1 << 1,
e4cc4fa7
NO
256};
257
e126ba97
EC
258struct mlx5_ib_wq {
259 u64 *wrid;
260 u32 *wr_data;
261 struct wr_list *w_list;
262 unsigned *wqe_head;
263 u16 unsig_count;
264
265 /* serialize post to the work queue
266 */
267 spinlock_t lock;
268 int wqe_cnt;
269 int max_post;
270 int max_gs;
271 int offset;
272 int wqe_shift;
273 unsigned head;
274 unsigned tail;
275 u16 cur_post;
276 u16 last_poll;
277 void *qend;
278};
279
03404e8a
MG
280enum mlx5_ib_wq_flags {
281 MLX5_IB_WQ_FLAGS_DELAY_DROP = 0x1,
ccc87087 282 MLX5_IB_WQ_FLAGS_STRIDING_RQ = 0x2,
03404e8a
MG
283};
284
b4f34597
NO
285#define MLX5_MIN_SINGLE_WQE_LOG_NUM_STRIDES 9
286#define MLX5_MAX_SINGLE_WQE_LOG_NUM_STRIDES 16
287#define MLX5_MIN_SINGLE_STRIDE_LOG_NUM_BYTES 6
288#define MLX5_MAX_SINGLE_STRIDE_LOG_NUM_BYTES 13
289
79b20a6c
YH
290struct mlx5_ib_rwq {
291 struct ib_wq ibwq;
350d0e4c 292 struct mlx5_core_qp core_qp;
79b20a6c
YH
293 u32 rq_num_pas;
294 u32 log_rq_stride;
295 u32 log_rq_size;
296 u32 rq_page_offset;
297 u32 log_page_size;
ccc87087
NO
298 u32 log_num_strides;
299 u32 two_byte_shift_en;
300 u32 single_stride_log_num_of_bytes;
79b20a6c
YH
301 struct ib_umem *umem;
302 size_t buf_size;
303 unsigned int page_shift;
304 int create_type;
305 struct mlx5_db db;
306 u32 user_index;
307 u32 wqe_count;
308 u32 wqe_shift;
309 int wq_sig;
03404e8a 310 u32 create_flags; /* Use enum mlx5_ib_wq_flags */
79b20a6c
YH
311};
312
e126ba97
EC
313enum {
314 MLX5_QP_USER,
315 MLX5_QP_KERNEL,
316 MLX5_QP_EMPTY
317};
318
79b20a6c
YH
319enum {
320 MLX5_WQ_USER,
321 MLX5_WQ_KERNEL
322};
323
c5f90929
YH
324struct mlx5_ib_rwq_ind_table {
325 struct ib_rwq_ind_table ib_rwq_ind_tbl;
326 u32 rqtn;
327};
328
19098df2 329struct mlx5_ib_ubuffer {
330 struct ib_umem *umem;
331 int buf_size;
332 u64 buf_addr;
333};
334
335struct mlx5_ib_qp_base {
336 struct mlx5_ib_qp *container_mibqp;
337 struct mlx5_core_qp mqp;
338 struct mlx5_ib_ubuffer ubuffer;
339};
340
341struct mlx5_ib_qp_trans {
342 struct mlx5_ib_qp_base base;
343 u16 xrcdn;
344 u8 alt_port;
345 u8 atomic_rd_en;
346 u8 resp_depth;
347};
348
28d61370
YH
349struct mlx5_ib_rss_qp {
350 u32 tirn;
351};
352
038d2ef8 353struct mlx5_ib_rq {
0fb2ed66 354 struct mlx5_ib_qp_base base;
355 struct mlx5_ib_wq *rq;
356 struct mlx5_ib_ubuffer ubuffer;
357 struct mlx5_db *doorbell;
038d2ef8 358 u32 tirn;
0fb2ed66 359 u8 state;
e4cc4fa7 360 u32 flags;
0fb2ed66 361};
362
363struct mlx5_ib_sq {
364 struct mlx5_ib_qp_base base;
365 struct mlx5_ib_wq *sq;
366 struct mlx5_ib_ubuffer ubuffer;
367 struct mlx5_db *doorbell;
b96c9dde 368 struct mlx5_flow_handle *flow_rule;
0fb2ed66 369 u32 tisn;
370 u8 state;
038d2ef8
MG
371};
372
373struct mlx5_ib_raw_packet_qp {
0fb2ed66 374 struct mlx5_ib_sq sq;
038d2ef8
MG
375 struct mlx5_ib_rq rq;
376};
377
5fe9dec0
EC
378struct mlx5_bf {
379 int buf_size;
380 unsigned long offset;
381 struct mlx5_sq_bfreg *bfreg;
382};
383
b4aaa1f0
MS
384struct mlx5_ib_dct {
385 struct mlx5_core_dct mdct;
386 u32 *in;
387};
388
e126ba97
EC
389struct mlx5_ib_qp {
390 struct ib_qp ibqp;
038d2ef8 391 union {
0fb2ed66 392 struct mlx5_ib_qp_trans trans_qp;
393 struct mlx5_ib_raw_packet_qp raw_packet_qp;
28d61370 394 struct mlx5_ib_rss_qp rss_qp;
b4aaa1f0 395 struct mlx5_ib_dct dct;
038d2ef8 396 };
388ca8be 397 struct mlx5_frag_buf buf;
e126ba97
EC
398
399 struct mlx5_db db;
400 struct mlx5_ib_wq rq;
401
e126ba97 402 u8 sq_signal_bits;
6e8484c5 403 u8 next_fence;
e126ba97
EC
404 struct mlx5_ib_wq sq;
405
e126ba97
EC
406 /* serialize qp state modifications
407 */
408 struct mutex mutex;
e126ba97
EC
409 u32 flags;
410 u8 port;
e126ba97 411 u8 state;
e126ba97
EC
412 int wq_sig;
413 int scat_cqe;
414 int max_inline_data;
5fe9dec0 415 struct mlx5_bf bf;
e126ba97
EC
416 int has_rq;
417
418 /* only for user space QPs. For kernel
419 * we have it from the bf object
420 */
2f5ff264 421 int bfregn;
e126ba97
EC
422
423 int create_type;
e1e66cc2
SG
424
425 /* Store signature errors */
426 bool signature_en;
6aec21f6 427
89ea94a7
MG
428 struct list_head qps_list;
429 struct list_head cq_recv_list;
430 struct list_head cq_send_list;
61147f39 431 struct mlx5_rate_limit rl;
c2e53b2c 432 u32 underlay_qpn;
175edba8 433 u32 flags_en;
b4aaa1f0
MS
434 /* storage for qp sub type when core qp type is IB_QPT_DRIVER */
435 enum ib_qp_type qp_sub_type;
e126ba97
EC
436};
437
438struct mlx5_ib_cq_buf {
388ca8be 439 struct mlx5_frag_buf_ctrl fbc;
e126ba97
EC
440 struct ib_umem *umem;
441 int cqe_size;
bde51583 442 int nent;
e126ba97
EC
443};
444
445enum mlx5_ib_qp_flags {
f0313965
ES
446 MLX5_IB_QP_LSO = IB_QP_CREATE_IPOIB_UD_LSO,
447 MLX5_IB_QP_BLOCK_MULTICAST_LOOPBACK = IB_QP_CREATE_BLOCK_MULTICAST_LOOPBACK,
448 MLX5_IB_QP_CROSS_CHANNEL = IB_QP_CREATE_CROSS_CHANNEL,
449 MLX5_IB_QP_MANAGED_SEND = IB_QP_CREATE_MANAGED_SEND,
450 MLX5_IB_QP_MANAGED_RECV = IB_QP_CREATE_MANAGED_RECV,
451 MLX5_IB_QP_SIGNATURE_HANDLING = 1 << 5,
b11a4f9c
HE
452 /* QP uses 1 as its source QP number */
453 MLX5_IB_QP_SQPN_QP1 = 1 << 6,
358e42ea 454 MLX5_IB_QP_CAP_SCATTER_FCS = 1 << 7,
d9f88e5a 455 MLX5_IB_QP_RSS = 1 << 8,
e4cc4fa7 456 MLX5_IB_QP_CVLAN_STRIPPING = 1 << 9,
c2e53b2c 457 MLX5_IB_QP_UNDERLAY = 1 << 10,
b1383aa6 458 MLX5_IB_QP_PCI_WRITE_END_PADDING = 1 << 11,
f95ef6cb 459 MLX5_IB_QP_TUNNEL_OFFLOAD = 1 << 12,
e126ba97
EC
460};
461
968e78dd 462struct mlx5_umr_wr {
e622f2f4 463 struct ib_send_wr wr;
31616255
AK
464 u64 virt_addr;
465 u64 offset;
968e78dd
HE
466 struct ib_pd *pd;
467 unsigned int page_shift;
31616255 468 unsigned int xlt_size;
b216af40 469 u64 length;
968e78dd
HE
470 int access_flags;
471 u32 mkey;
472};
473
f696bf6d 474static inline const struct mlx5_umr_wr *umr_wr(const struct ib_send_wr *wr)
e622f2f4
CH
475{
476 return container_of(wr, struct mlx5_umr_wr, wr);
477}
478
e126ba97
EC
479struct mlx5_shared_mr_info {
480 int mr_id;
481 struct ib_umem *umem;
482};
483
7a0c8f42
GL
484enum mlx5_ib_cq_pr_flags {
485 MLX5_IB_CQ_PR_FLAGS_CQE_128_PAD = 1 << 0,
486};
487
e126ba97
EC
488struct mlx5_ib_cq {
489 struct ib_cq ibcq;
490 struct mlx5_core_cq mcq;
491 struct mlx5_ib_cq_buf buf;
492 struct mlx5_db db;
493
494 /* serialize access to the CQ
495 */
496 spinlock_t lock;
497
498 /* protect resize cq
499 */
500 struct mutex resize_mutex;
bde51583 501 struct mlx5_ib_cq_buf *resize_buf;
e126ba97
EC
502 struct ib_umem *resize_umem;
503 int cqe_size;
89ea94a7
MG
504 struct list_head list_send_qp;
505 struct list_head list_recv_qp;
051f2630 506 u32 create_flags;
25361e02
HE
507 struct list_head wc_list;
508 enum ib_cq_notify_flags notify_flags;
509 struct work_struct notify_work;
7a0c8f42 510 u16 private_flags; /* Use mlx5_ib_cq_pr_flags */
25361e02
HE
511};
512
513struct mlx5_ib_wc {
514 struct ib_wc wc;
515 struct list_head list;
e126ba97
EC
516};
517
518struct mlx5_ib_srq {
519 struct ib_srq ibsrq;
520 struct mlx5_core_srq msrq;
388ca8be 521 struct mlx5_frag_buf buf;
e126ba97
EC
522 struct mlx5_db db;
523 u64 *wrid;
524 /* protect SRQ hanlding
525 */
526 spinlock_t lock;
527 int head;
528 int tail;
529 u16 wqe_ctr;
530 struct ib_umem *umem;
531 /* serialize arming a SRQ
532 */
533 struct mutex mutex;
534 int wq_sig;
535};
536
537struct mlx5_ib_xrcd {
538 struct ib_xrcd ibxrcd;
539 u32 xrcdn;
540};
541
cc149f75
HE
542enum mlx5_ib_mtt_access_flags {
543 MLX5_IB_MTT_READ = (1 << 0),
544 MLX5_IB_MTT_WRITE = (1 << 1),
545};
546
24da0016
AL
547struct mlx5_ib_dm {
548 struct ib_dm ibdm;
549 phys_addr_t dev_addr;
550};
551
cc149f75
HE
552#define MLX5_IB_MTT_PRESENT (MLX5_IB_MTT_READ | MLX5_IB_MTT_WRITE)
553
6c29f57e
AL
554#define MLX5_IB_DM_ALLOWED_ACCESS (IB_ACCESS_LOCAL_WRITE |\
555 IB_ACCESS_REMOTE_WRITE |\
556 IB_ACCESS_REMOTE_READ |\
557 IB_ACCESS_REMOTE_ATOMIC |\
558 IB_ZERO_BASED)
559
e126ba97
EC
560struct mlx5_ib_mr {
561 struct ib_mr ibmr;
8a187ee5
SG
562 void *descs;
563 dma_addr_t desc_map;
564 int ndescs;
565 int max_descs;
566 int desc_size;
b005d316 567 int access_mode;
a606b0f6 568 struct mlx5_core_mkey mmkey;
e126ba97
EC
569 struct ib_umem *umem;
570 struct mlx5_shared_mr_info *smr_info;
571 struct list_head list;
572 int order;
8b7ff7f3 573 bool allocated_from_cache;
e126ba97 574 int npages;
746b5583 575 struct mlx5_ib_dev *dev;
ec22eb53 576 u32 out[MLX5_ST_SZ_DW(create_mkey_out)];
3121e3c4 577 struct mlx5_core_sig_ctx *sig;
b4cfe447 578 int live;
8a187ee5 579 void *descs_alloc;
56e11d62 580 int access_flags; /* Needed for rereg MR */
81713d37
AK
581
582 struct mlx5_ib_mr *parent;
583 atomic_t num_leaf_free;
584 wait_queue_head_t q_leaf_free;
e126ba97
EC
585};
586
d2370e0a
MB
587struct mlx5_ib_mw {
588 struct ib_mw ibmw;
589 struct mlx5_core_mkey mmkey;
db570d7d 590 int ndescs;
e126ba97
EC
591};
592
a74d2416 593struct mlx5_ib_umr_context {
add08d76 594 struct ib_cqe cqe;
a74d2416
SR
595 enum ib_wc_status status;
596 struct completion done;
597};
598
e126ba97
EC
599struct umr_common {
600 struct ib_pd *pd;
601 struct ib_cq *cq;
602 struct ib_qp *qp;
e126ba97
EC
603 /* control access to UMR QP
604 */
605 struct semaphore sem;
606};
607
608enum {
609 MLX5_FMR_INVALID,
610 MLX5_FMR_VALID,
611 MLX5_FMR_BUSY,
612};
613
e126ba97
EC
614struct mlx5_cache_ent {
615 struct list_head head;
616 /* sync access to the cahce entry
617 */
618 spinlock_t lock;
619
620
621 struct dentry *dir;
622 char name[4];
623 u32 order;
49780d42
AK
624 u32 xlt;
625 u32 access_mode;
626 u32 page;
627
e126ba97
EC
628 u32 size;
629 u32 cur;
630 u32 miss;
631 u32 limit;
632
633 struct dentry *fsize;
634 struct dentry *fcur;
635 struct dentry *fmiss;
636 struct dentry *flimit;
637
638 struct mlx5_ib_dev *dev;
639 struct work_struct work;
640 struct delayed_work dwork;
746b5583 641 int pending;
49780d42 642 struct completion compl;
e126ba97
EC
643};
644
645struct mlx5_mr_cache {
646 struct workqueue_struct *wq;
647 struct mlx5_cache_ent ent[MAX_MR_CACHE_ENTRIES];
648 int stopped;
649 struct dentry *root;
650 unsigned long last_add;
651};
652
d16e91da
HE
653struct mlx5_ib_gsi_qp;
654
655struct mlx5_ib_port_resources {
7722f47e 656 struct mlx5_ib_resources *devr;
d16e91da 657 struct mlx5_ib_gsi_qp *gsi;
7722f47e 658 struct work_struct pkey_change_work;
d16e91da
HE
659};
660
e126ba97
EC
661struct mlx5_ib_resources {
662 struct ib_cq *c0;
663 struct ib_xrcd *x0;
664 struct ib_xrcd *x1;
665 struct ib_pd *p0;
666 struct ib_srq *s0;
4aa17b28 667 struct ib_srq *s1;
d16e91da
HE
668 struct mlx5_ib_port_resources ports[2];
669 /* Protects changes to the port resources */
670 struct mutex mutex;
e126ba97
EC
671};
672
e1f24a79 673struct mlx5_ib_counters {
7c16f477
KH
674 const char **names;
675 size_t *offsets;
e1f24a79
PP
676 u32 num_q_counters;
677 u32 num_cong_counters;
9f876f3d 678 u32 num_ext_ppcnt_counters;
7c16f477 679 u16 set_id;
aac4492e 680 bool set_id_valid;
7c16f477
KH
681};
682
32f69e4b
DJ
683struct mlx5_ib_multiport_info;
684
685struct mlx5_ib_multiport {
686 struct mlx5_ib_multiport_info *mpi;
687 /* To be held when accessing the multiport info */
688 spinlock_t mpi_lock;
689};
690
0837e86a 691struct mlx5_ib_port {
e1f24a79 692 struct mlx5_ib_counters cnts;
32f69e4b 693 struct mlx5_ib_multiport mp;
a9e546e7 694 struct mlx5_ib_dbg_cc_params *dbg_cc_params;
0837e86a
MB
695};
696
fc24fc5e
AS
697struct mlx5_roce {
698 /* Protect mlx5_ib_get_netdev from invoking dev_hold() with a NULL
699 * netdev pointer
700 */
701 rwlock_t netdev_lock;
702 struct net_device *netdev;
703 struct notifier_block nb;
c6a21c38 704 atomic_t tx_port_affinity;
fd65f1b8 705 enum ib_port_state last_port_state;
7fd8aefb
DJ
706 struct mlx5_ib_dev *dev;
707 u8 native_port_num;
fc24fc5e
AS
708};
709
4a2da0b8
PP
710struct mlx5_ib_dbg_param {
711 int offset;
712 struct mlx5_ib_dev *dev;
713 struct dentry *dentry;
a9e546e7 714 u8 port_num;
4a2da0b8
PP
715};
716
717enum mlx5_ib_dbg_cc_types {
718 MLX5_IB_DBG_CC_RP_CLAMP_TGT_RATE,
719 MLX5_IB_DBG_CC_RP_CLAMP_TGT_RATE_ATI,
720 MLX5_IB_DBG_CC_RP_TIME_RESET,
721 MLX5_IB_DBG_CC_RP_BYTE_RESET,
722 MLX5_IB_DBG_CC_RP_THRESHOLD,
723 MLX5_IB_DBG_CC_RP_AI_RATE,
724 MLX5_IB_DBG_CC_RP_HAI_RATE,
725 MLX5_IB_DBG_CC_RP_MIN_DEC_FAC,
726 MLX5_IB_DBG_CC_RP_MIN_RATE,
727 MLX5_IB_DBG_CC_RP_RATE_TO_SET_ON_FIRST_CNP,
728 MLX5_IB_DBG_CC_RP_DCE_TCP_G,
729 MLX5_IB_DBG_CC_RP_DCE_TCP_RTT,
730 MLX5_IB_DBG_CC_RP_RATE_REDUCE_MONITOR_PERIOD,
731 MLX5_IB_DBG_CC_RP_INITIAL_ALPHA_VALUE,
732 MLX5_IB_DBG_CC_RP_GD,
733 MLX5_IB_DBG_CC_NP_CNP_DSCP,
734 MLX5_IB_DBG_CC_NP_CNP_PRIO_MODE,
735 MLX5_IB_DBG_CC_NP_CNP_PRIO,
736 MLX5_IB_DBG_CC_MAX,
737};
738
739struct mlx5_ib_dbg_cc_params {
740 struct dentry *root;
741 struct mlx5_ib_dbg_param params[MLX5_IB_DBG_CC_MAX];
742};
743
03404e8a
MG
744enum {
745 MLX5_MAX_DELAY_DROP_TIMEOUT_MS = 100,
746};
747
fe248c3a
MG
748struct mlx5_ib_dbg_delay_drop {
749 struct dentry *dir_debugfs;
750 struct dentry *rqs_cnt_debugfs;
751 struct dentry *events_cnt_debugfs;
752 struct dentry *timeout_debugfs;
753};
754
03404e8a
MG
755struct mlx5_ib_delay_drop {
756 struct mlx5_ib_dev *dev;
757 struct work_struct delay_drop_work;
758 /* serialize setting of delay drop */
759 struct mutex lock;
760 u32 timeout;
761 bool activate;
fe248c3a
MG
762 atomic_t events_cnt;
763 atomic_t rqs_cnt;
764 struct mlx5_ib_dbg_delay_drop *dbg;
03404e8a
MG
765};
766
16c1975f
MB
767enum mlx5_ib_stages {
768 MLX5_IB_STAGE_INIT,
9a4ca38d 769 MLX5_IB_STAGE_FLOW_DB,
16c1975f 770 MLX5_IB_STAGE_CAPS,
8e6efa3a 771 MLX5_IB_STAGE_NON_DEFAULT_CB,
16c1975f
MB
772 MLX5_IB_STAGE_ROCE,
773 MLX5_IB_STAGE_DEVICE_RESOURCES,
774 MLX5_IB_STAGE_ODP,
775 MLX5_IB_STAGE_COUNTERS,
776 MLX5_IB_STAGE_CONG_DEBUGFS,
777 MLX5_IB_STAGE_UAR,
778 MLX5_IB_STAGE_BFREG,
42cea83f 779 MLX5_IB_STAGE_PRE_IB_REG_UMR,
8c84660b 780 MLX5_IB_STAGE_SPECS,
16c1975f 781 MLX5_IB_STAGE_IB_REG,
42cea83f 782 MLX5_IB_STAGE_POST_IB_REG_UMR,
16c1975f
MB
783 MLX5_IB_STAGE_DELAY_DROP,
784 MLX5_IB_STAGE_CLASS_ATTR,
fc385b7a 785 MLX5_IB_STAGE_REP_REG,
16c1975f
MB
786 MLX5_IB_STAGE_MAX,
787};
788
789struct mlx5_ib_stage {
790 int (*init)(struct mlx5_ib_dev *dev);
791 void (*cleanup)(struct mlx5_ib_dev *dev);
792};
793
794#define STAGE_CREATE(_stage, _init, _cleanup) \
795 .stage[_stage] = {.init = _init, .cleanup = _cleanup}
796
797struct mlx5_ib_profile {
798 struct mlx5_ib_stage stage[MLX5_IB_STAGE_MAX];
799};
800
32f69e4b
DJ
801struct mlx5_ib_multiport_info {
802 struct list_head list;
803 struct mlx5_ib_dev *ibdev;
804 struct mlx5_core_dev *mdev;
805 struct completion unref_comp;
806 u64 sys_image_guid;
807 u32 mdev_refcnt;
808 bool is_master;
809 bool unaffiliate;
810};
811
c6475a0b
AY
812struct mlx5_ib_flow_action {
813 struct ib_flow_action ib_action;
814 union {
815 struct {
816 u64 ib_flags;
817 struct mlx5_accel_esp_xfrm *ctx;
818 } esp_aes_gcm;
b4749bf2
MB
819 struct {
820 struct mlx5_ib_dev *dev;
821 u32 sub_type;
822 u32 action_id;
823 } flow_action_raw;
c6475a0b
AY
824 };
825};
826
24da0016
AL
827struct mlx5_memic {
828 struct mlx5_core_dev *dev;
829 spinlock_t memic_lock;
830 DECLARE_BITMAP(memic_alloc_pages, MLX5_MAX_MEMIC_PAGES);
831};
832
5e95af5f
RS
833struct mlx5_read_counters_attr {
834 struct mlx5_fc *hw_cntrs_hndl;
835 u64 *out;
836 u32 flags;
837};
838
3b3233fb
RS
839enum mlx5_ib_counters_type {
840 MLX5_IB_COUNTERS_FLOW,
841};
842
b29e2a13
RS
843struct mlx5_ib_mcounters {
844 struct ib_counters ibcntrs;
3b3233fb 845 enum mlx5_ib_counters_type type;
5e95af5f
RS
846 /* number of counters supported for this counters type */
847 u32 counters_num;
848 struct mlx5_fc *hw_cntrs_hndl;
849 /* read function for this counters type */
850 int (*read_counters)(struct ib_device *ibdev,
851 struct mlx5_read_counters_attr *read_attr);
3b3233fb
RS
852 /* max index set as part of create_flow */
853 u32 cntrs_max_index;
854 /* number of counters data entries (<description,index> pair) */
855 u32 ncounters;
856 /* counters data array for descriptions and indexes */
857 struct mlx5_ib_flow_counters_desc *counters_data;
858 /* protects access to mcounters internal data */
859 struct mutex mcntrs_mutex;
b29e2a13
RS
860};
861
862static inline struct mlx5_ib_mcounters *
863to_mcounters(struct ib_counters *ibcntrs)
864{
865 return container_of(ibcntrs, struct mlx5_ib_mcounters, ibcntrs);
866}
867
2ea26203
MB
868int parse_flow_flow_action(struct mlx5_ib_flow_action *maction,
869 bool is_egress,
870 struct mlx5_flow_act *action);
a560f1d9
MB
871struct mlx5_ib_lb_state {
872 /* protect the user_td */
873 struct mutex mutex;
874 u32 user_td;
0042f9e4
MB
875 int qps;
876 bool enabled;
a560f1d9
MB
877};
878
e126ba97
EC
879struct mlx5_ib_dev {
880 struct ib_device ib_dev;
b4749bf2 881 const struct uverbs_object_tree_def *driver_trees[7];
9603b61d 882 struct mlx5_core_dev *mdev;
7fd8aefb 883 struct mlx5_roce roce[MLX5_MAX_PORTS];
e126ba97 884 int num_ports;
e126ba97
EC
885 /* serialize update of capability mask
886 */
887 struct mutex cap_mask_mutex;
888 bool ib_active;
889 struct umr_common umrc;
890 /* sync used page count stats
891 */
e126ba97
EC
892 struct mlx5_ib_resources devr;
893 struct mlx5_mr_cache cache;
746b5583 894 struct timer_list delay_timer;
6bc1a656
ML
895 /* Prevents soft lock on massive reg MRs */
896 struct mutex slow_path_mutex;
746b5583 897 int fill_delay;
8cdd312c
HE
898#ifdef CONFIG_INFINIBAND_ON_DEMAND_PAGING
899 struct ib_odp_caps odp_caps;
c438fde1 900 u64 odp_max_size;
6aec21f6
HE
901 /*
902 * Sleepable RCU that prevents destruction of MRs while they are still
903 * being used by a page fault handler.
904 */
905 struct srcu_struct mr_srcu;
81713d37 906 u32 null_mkey;
8cdd312c 907#endif
9a4ca38d 908 struct mlx5_ib_flow_db *flow_db;
89ea94a7
MG
909 /* protect resources needed as part of reset flow */
910 spinlock_t reset_flow_resource_lock;
911 struct list_head qp_list;
0837e86a
MB
912 /* Array with num_ports elements */
913 struct mlx5_ib_port *port;
c85023e1
HN
914 struct mlx5_sq_bfreg bfreg;
915 struct mlx5_sq_bfreg fp_bfreg;
03404e8a 916 struct mlx5_ib_delay_drop delay_drop;
16c1975f 917 const struct mlx5_ib_profile *profile;
fc385b7a 918 struct mlx5_eswitch_rep *rep;
c85023e1 919
a560f1d9 920 struct mlx5_ib_lb_state lb;
c85023e1 921 u8 umr_fence;
32f69e4b
DJ
922 struct list_head ib_dev_list;
923 u64 sys_image_guid;
24da0016 924 struct mlx5_memic memic;
e126ba97
EC
925};
926
927static inline struct mlx5_ib_cq *to_mibcq(struct mlx5_core_cq *mcq)
928{
929 return container_of(mcq, struct mlx5_ib_cq, mcq);
930}
931
932static inline struct mlx5_ib_xrcd *to_mxrcd(struct ib_xrcd *ibxrcd)
933{
934 return container_of(ibxrcd, struct mlx5_ib_xrcd, ibxrcd);
935}
936
937static inline struct mlx5_ib_dev *to_mdev(struct ib_device *ibdev)
938{
939 return container_of(ibdev, struct mlx5_ib_dev, ib_dev);
940}
941
e126ba97
EC
942static inline struct mlx5_ib_cq *to_mcq(struct ib_cq *ibcq)
943{
944 return container_of(ibcq, struct mlx5_ib_cq, ibcq);
945}
946
947static inline struct mlx5_ib_qp *to_mibqp(struct mlx5_core_qp *mqp)
948{
19098df2 949 return container_of(mqp, struct mlx5_ib_qp_base, mqp)->container_mibqp;
e126ba97
EC
950}
951
350d0e4c
YH
952static inline struct mlx5_ib_rwq *to_mibrwq(struct mlx5_core_qp *core_qp)
953{
954 return container_of(core_qp, struct mlx5_ib_rwq, core_qp);
955}
956
a606b0f6 957static inline struct mlx5_ib_mr *to_mibmr(struct mlx5_core_mkey *mmkey)
d5436ba0 958{
a606b0f6 959 return container_of(mmkey, struct mlx5_ib_mr, mmkey);
d5436ba0
SG
960}
961
e126ba97
EC
962static inline struct mlx5_ib_pd *to_mpd(struct ib_pd *ibpd)
963{
964 return container_of(ibpd, struct mlx5_ib_pd, ibpd);
965}
966
967static inline struct mlx5_ib_srq *to_msrq(struct ib_srq *ibsrq)
968{
969 return container_of(ibsrq, struct mlx5_ib_srq, ibsrq);
970}
971
972static inline struct mlx5_ib_qp *to_mqp(struct ib_qp *ibqp)
973{
974 return container_of(ibqp, struct mlx5_ib_qp, ibqp);
975}
976
79b20a6c
YH
977static inline struct mlx5_ib_rwq *to_mrwq(struct ib_wq *ibwq)
978{
979 return container_of(ibwq, struct mlx5_ib_rwq, ibwq);
980}
981
c5f90929
YH
982static inline struct mlx5_ib_rwq_ind_table *to_mrwq_ind_table(struct ib_rwq_ind_table *ib_rwq_ind_tbl)
983{
984 return container_of(ib_rwq_ind_tbl, struct mlx5_ib_rwq_ind_table, ib_rwq_ind_tbl);
985}
986
e126ba97
EC
987static inline struct mlx5_ib_srq *to_mibsrq(struct mlx5_core_srq *msrq)
988{
989 return container_of(msrq, struct mlx5_ib_srq, msrq);
990}
991
24da0016
AL
992static inline struct mlx5_ib_dm *to_mdm(struct ib_dm *ibdm)
993{
994 return container_of(ibdm, struct mlx5_ib_dm, ibdm);
995}
996
e126ba97
EC
997static inline struct mlx5_ib_mr *to_mmr(struct ib_mr *ibmr)
998{
999 return container_of(ibmr, struct mlx5_ib_mr, ibmr);
1000}
1001
d2370e0a
MB
1002static inline struct mlx5_ib_mw *to_mmw(struct ib_mw *ibmw)
1003{
1004 return container_of(ibmw, struct mlx5_ib_mw, ibmw);
1005}
1006
c6475a0b
AY
1007static inline struct mlx5_ib_flow_action *
1008to_mflow_act(struct ib_flow_action *ibact)
1009{
1010 return container_of(ibact, struct mlx5_ib_flow_action, ib_action);
1011}
1012
e126ba97
EC
1013int mlx5_ib_db_map_user(struct mlx5_ib_ucontext *context, unsigned long virt,
1014 struct mlx5_db *db);
1015void mlx5_ib_db_unmap_user(struct mlx5_ib_ucontext *context, struct mlx5_db *db);
1016void __mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 qpn, struct mlx5_ib_srq *srq);
1017void mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 qpn, struct mlx5_ib_srq *srq);
1018void mlx5_ib_free_srq_wqe(struct mlx5_ib_srq *srq, int wqe_index);
1019int mlx5_MAD_IFC(struct mlx5_ib_dev *dev, int ignore_mkey, int ignore_bkey,
a97e2d86
IW
1020 u8 port, const struct ib_wc *in_wc, const struct ib_grh *in_grh,
1021 const void *in_mad, void *response_mad);
90898850 1022struct ib_ah *mlx5_ib_create_ah(struct ib_pd *pd, struct rdma_ah_attr *ah_attr,
477864c8 1023 struct ib_udata *udata);
90898850 1024int mlx5_ib_query_ah(struct ib_ah *ibah, struct rdma_ah_attr *ah_attr);
e126ba97
EC
1025int mlx5_ib_destroy_ah(struct ib_ah *ah);
1026struct ib_srq *mlx5_ib_create_srq(struct ib_pd *pd,
1027 struct ib_srq_init_attr *init_attr,
1028 struct ib_udata *udata);
1029int mlx5_ib_modify_srq(struct ib_srq *ibsrq, struct ib_srq_attr *attr,
1030 enum ib_srq_attr_mask attr_mask, struct ib_udata *udata);
1031int mlx5_ib_query_srq(struct ib_srq *ibsrq, struct ib_srq_attr *srq_attr);
1032int mlx5_ib_destroy_srq(struct ib_srq *srq);
d34ac5cd
BVA
1033int mlx5_ib_post_srq_recv(struct ib_srq *ibsrq, const struct ib_recv_wr *wr,
1034 const struct ib_recv_wr **bad_wr);
0042f9e4
MB
1035int mlx5_ib_enable_lb(struct mlx5_ib_dev *dev, bool td, bool qp);
1036void mlx5_ib_disable_lb(struct mlx5_ib_dev *dev, bool td, bool qp);
e126ba97
EC
1037struct ib_qp *mlx5_ib_create_qp(struct ib_pd *pd,
1038 struct ib_qp_init_attr *init_attr,
1039 struct ib_udata *udata);
1040int mlx5_ib_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr,
1041 int attr_mask, struct ib_udata *udata);
1042int mlx5_ib_query_qp(struct ib_qp *ibqp, struct ib_qp_attr *qp_attr, int qp_attr_mask,
1043 struct ib_qp_init_attr *qp_init_attr);
1044int mlx5_ib_destroy_qp(struct ib_qp *qp);
d0e84c0a
YH
1045void mlx5_ib_drain_sq(struct ib_qp *qp);
1046void mlx5_ib_drain_rq(struct ib_qp *qp);
d34ac5cd
BVA
1047int mlx5_ib_post_send(struct ib_qp *ibqp, const struct ib_send_wr *wr,
1048 const struct ib_send_wr **bad_wr);
1049int mlx5_ib_post_recv(struct ib_qp *ibqp, const struct ib_recv_wr *wr,
1050 const struct ib_recv_wr **bad_wr);
e126ba97 1051void *mlx5_get_send_wqe(struct mlx5_ib_qp *qp, int n);
c1395a2a 1052int mlx5_ib_read_user_wqe(struct mlx5_ib_qp *qp, int send, int wqe_index,
19098df2 1053 void *buffer, u32 length,
1054 struct mlx5_ib_qp_base *base);
bcf4c1ea
MB
1055struct ib_cq *mlx5_ib_create_cq(struct ib_device *ibdev,
1056 const struct ib_cq_init_attr *attr,
1057 struct ib_ucontext *context,
e126ba97
EC
1058 struct ib_udata *udata);
1059int mlx5_ib_destroy_cq(struct ib_cq *cq);
1060int mlx5_ib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc);
1061int mlx5_ib_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags);
1062int mlx5_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);
1063int mlx5_ib_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata);
1064struct ib_mr *mlx5_ib_get_dma_mr(struct ib_pd *pd, int acc);
1065struct ib_mr *mlx5_ib_reg_user_mr(struct ib_pd *pd, u64 start, u64 length,
1066 u64 virt_addr, int access_flags,
1067 struct ib_udata *udata);
d2370e0a
MB
1068struct ib_mw *mlx5_ib_alloc_mw(struct ib_pd *pd, enum ib_mw_type type,
1069 struct ib_udata *udata);
1070int mlx5_ib_dealloc_mw(struct ib_mw *mw);
7d0cc6ed
AK
1071int mlx5_ib_update_xlt(struct mlx5_ib_mr *mr, u64 idx, int npages,
1072 int page_shift, int flags);
81713d37
AK
1073struct mlx5_ib_mr *mlx5_ib_alloc_implicit_mr(struct mlx5_ib_pd *pd,
1074 int access_flags);
1075void mlx5_ib_free_implicit_mr(struct mlx5_ib_mr *mr);
56e11d62
NO
1076int mlx5_ib_rereg_user_mr(struct ib_mr *ib_mr, int flags, u64 start,
1077 u64 length, u64 virt_addr, int access_flags,
1078 struct ib_pd *pd, struct ib_udata *udata);
e126ba97 1079int mlx5_ib_dereg_mr(struct ib_mr *ibmr);
9bee178b
SG
1080struct ib_mr *mlx5_ib_alloc_mr(struct ib_pd *pd,
1081 enum ib_mr_type mr_type,
1082 u32 max_num_sg);
ff2ba993 1083int mlx5_ib_map_mr_sg(struct ib_mr *ibmr, struct scatterlist *sg, int sg_nents,
9aa8b321 1084 unsigned int *sg_offset);
e126ba97 1085int mlx5_ib_process_mad(struct ib_device *ibdev, int mad_flags, u8 port_num,
a97e2d86 1086 const struct ib_wc *in_wc, const struct ib_grh *in_grh,
4cd7c947
IW
1087 const struct ib_mad_hdr *in, size_t in_mad_size,
1088 struct ib_mad_hdr *out, size_t *out_mad_size,
1089 u16 *out_mad_pkey_index);
e126ba97
EC
1090struct ib_xrcd *mlx5_ib_alloc_xrcd(struct ib_device *ibdev,
1091 struct ib_ucontext *context,
1092 struct ib_udata *udata);
1093int mlx5_ib_dealloc_xrcd(struct ib_xrcd *xrcd);
e126ba97
EC
1094int mlx5_ib_get_buf_offset(u64 addr, int page_shift, u32 *offset);
1095int mlx5_query_ext_port_caps(struct mlx5_ib_dev *dev, u8 port);
1b5daf11
MD
1096int mlx5_query_mad_ifc_smp_attr_node_info(struct ib_device *ibdev,
1097 struct ib_smp *out_mad);
1098int mlx5_query_mad_ifc_system_image_guid(struct ib_device *ibdev,
1099 __be64 *sys_image_guid);
1100int mlx5_query_mad_ifc_max_pkeys(struct ib_device *ibdev,
1101 u16 *max_pkeys);
1102int mlx5_query_mad_ifc_vendor_id(struct ib_device *ibdev,
1103 u32 *vendor_id);
1104int mlx5_query_mad_ifc_node_desc(struct mlx5_ib_dev *dev, char *node_desc);
1105int mlx5_query_mad_ifc_node_guid(struct mlx5_ib_dev *dev, __be64 *node_guid);
1106int mlx5_query_mad_ifc_pkey(struct ib_device *ibdev, u8 port, u16 index,
1107 u16 *pkey);
1108int mlx5_query_mad_ifc_gids(struct ib_device *ibdev, u8 port, int index,
1109 union ib_gid *gid);
1110int mlx5_query_mad_ifc_port(struct ib_device *ibdev, u8 port,
1111 struct ib_port_attr *props);
e126ba97
EC
1112int mlx5_ib_query_port(struct ib_device *ibdev, u8 port,
1113 struct ib_port_attr *props);
1114int mlx5_ib_init_fmr(struct mlx5_ib_dev *dev);
1115void mlx5_ib_cleanup_fmr(struct mlx5_ib_dev *dev);
762f899a
MD
1116void mlx5_ib_cont_pages(struct ib_umem *umem, u64 addr,
1117 unsigned long max_page_shift,
1118 int *count, int *shift,
e126ba97 1119 int *ncont, int *order);
832a6b06
HE
1120void __mlx5_ib_populate_pas(struct mlx5_ib_dev *dev, struct ib_umem *umem,
1121 int page_shift, size_t offset, size_t num_pages,
1122 __be64 *pas, int access_flags);
e126ba97 1123void mlx5_ib_populate_pas(struct mlx5_ib_dev *dev, struct ib_umem *umem,
cc149f75 1124 int page_shift, __be64 *pas, int access_flags);
e126ba97
EC
1125void mlx5_ib_copy_pas(u64 *old, u64 *new, int step, int num);
1126int mlx5_ib_get_cqe_size(struct mlx5_ib_dev *dev, struct ib_cq *ibcq);
1127int mlx5_mr_cache_init(struct mlx5_ib_dev *dev);
1128int mlx5_mr_cache_cleanup(struct mlx5_ib_dev *dev);
49780d42
AK
1129
1130struct mlx5_ib_mr *mlx5_mr_cache_alloc(struct mlx5_ib_dev *dev, int entry);
1131void mlx5_mr_cache_free(struct mlx5_ib_dev *dev, struct mlx5_ib_mr *mr);
d5436ba0
SG
1132int mlx5_ib_check_mr_status(struct ib_mr *ibmr, u32 check_mask,
1133 struct ib_mr_status *mr_status);
79b20a6c
YH
1134struct ib_wq *mlx5_ib_create_wq(struct ib_pd *pd,
1135 struct ib_wq_init_attr *init_attr,
1136 struct ib_udata *udata);
1137int mlx5_ib_destroy_wq(struct ib_wq *wq);
1138int mlx5_ib_modify_wq(struct ib_wq *wq, struct ib_wq_attr *wq_attr,
1139 u32 wq_attr_mask, struct ib_udata *udata);
c5f90929
YH
1140struct ib_rwq_ind_table *mlx5_ib_create_rwq_ind_table(struct ib_device *device,
1141 struct ib_rwq_ind_table_init_attr *init_attr,
1142 struct ib_udata *udata);
1143int mlx5_ib_destroy_rwq_ind_table(struct ib_rwq_ind_table *wq_ind_table);
776a3906 1144bool mlx5_ib_dc_atomic_is_supported(struct mlx5_ib_dev *dev);
24da0016
AL
1145struct ib_dm *mlx5_ib_alloc_dm(struct ib_device *ibdev,
1146 struct ib_ucontext *context,
1147 struct ib_dm_alloc_attr *attr,
1148 struct uverbs_attr_bundle *attrs);
1149int mlx5_ib_dealloc_dm(struct ib_dm *ibdm);
6c29f57e
AL
1150struct ib_mr *mlx5_ib_reg_dm_mr(struct ib_pd *pd, struct ib_dm *dm,
1151 struct ib_dm_mr_attr *attr,
1152 struct uverbs_attr_bundle *attrs);
e126ba97 1153
8cdd312c 1154#ifdef CONFIG_INFINIBAND_ON_DEMAND_PAGING
938fe83c 1155void mlx5_ib_internal_fill_odp_caps(struct mlx5_ib_dev *dev);
d9aaed83
AK
1156void mlx5_ib_pfault(struct mlx5_core_dev *mdev, void *context,
1157 struct mlx5_pagefault *pfault);
6aec21f6 1158int mlx5_ib_odp_init_one(struct mlx5_ib_dev *ibdev);
6aec21f6
HE
1159int __init mlx5_ib_odp_init(void);
1160void mlx5_ib_odp_cleanup(void);
b5231b01 1161void mlx5_ib_invalidate_range(struct ib_umem_odp *umem_odp, unsigned long start,
b4cfe447 1162 unsigned long end);
81713d37
AK
1163void mlx5_odp_init_mr_cache_entry(struct mlx5_cache_ent *ent);
1164void mlx5_odp_populate_klm(struct mlx5_klm *pklm, size_t offset,
1165 size_t nentries, struct mlx5_ib_mr *mr, int flags);
6aec21f6 1166#else /* CONFIG_INFINIBAND_ON_DEMAND_PAGING */
938fe83c 1167static inline void mlx5_ib_internal_fill_odp_caps(struct mlx5_ib_dev *dev)
8cdd312c 1168{
938fe83c 1169 return;
8cdd312c 1170}
6aec21f6 1171
6aec21f6 1172static inline int mlx5_ib_odp_init_one(struct mlx5_ib_dev *ibdev) { return 0; }
6aec21f6 1173static inline int mlx5_ib_odp_init(void) { return 0; }
81713d37
AK
1174static inline void mlx5_ib_odp_cleanup(void) {}
1175static inline void mlx5_odp_init_mr_cache_entry(struct mlx5_cache_ent *ent) {}
1176static inline void mlx5_odp_populate_klm(struct mlx5_klm *pklm, size_t offset,
1177 size_t nentries, struct mlx5_ib_mr *mr,
1178 int flags) {}
6aec21f6 1179
8cdd312c
HE
1180#endif /* CONFIG_INFINIBAND_ON_DEMAND_PAGING */
1181
b5ca15ad
MB
1182/* Needed for rep profile */
1183int mlx5_ib_stage_init_init(struct mlx5_ib_dev *dev);
1184void mlx5_ib_stage_init_cleanup(struct mlx5_ib_dev *dev);
1185int mlx5_ib_stage_rep_flow_db_init(struct mlx5_ib_dev *dev);
1186int mlx5_ib_stage_caps_init(struct mlx5_ib_dev *dev);
1187int mlx5_ib_stage_rep_non_default_cb(struct mlx5_ib_dev *dev);
1188int mlx5_ib_stage_rep_roce_init(struct mlx5_ib_dev *dev);
1189void mlx5_ib_stage_rep_roce_cleanup(struct mlx5_ib_dev *dev);
1190int mlx5_ib_stage_dev_res_init(struct mlx5_ib_dev *dev);
1191void mlx5_ib_stage_dev_res_cleanup(struct mlx5_ib_dev *dev);
1192int mlx5_ib_stage_counters_init(struct mlx5_ib_dev *dev);
1193void mlx5_ib_stage_counters_cleanup(struct mlx5_ib_dev *dev);
1194int mlx5_ib_stage_bfrag_init(struct mlx5_ib_dev *dev);
1195void mlx5_ib_stage_bfrag_cleanup(struct mlx5_ib_dev *dev);
2d873449 1196void mlx5_ib_stage_pre_ib_reg_umr_cleanup(struct mlx5_ib_dev *dev);
b5ca15ad
MB
1197int mlx5_ib_stage_ib_reg_init(struct mlx5_ib_dev *dev);
1198void mlx5_ib_stage_ib_reg_cleanup(struct mlx5_ib_dev *dev);
2d873449 1199int mlx5_ib_stage_post_ib_reg_umr_init(struct mlx5_ib_dev *dev);
b5ca15ad
MB
1200int mlx5_ib_stage_class_attr_init(struct mlx5_ib_dev *dev);
1201void __mlx5_ib_remove(struct mlx5_ib_dev *dev,
1202 const struct mlx5_ib_profile *profile,
1203 int stage);
1204void *__mlx5_ib_add(struct mlx5_ib_dev *dev,
1205 const struct mlx5_ib_profile *profile);
1206
9967c70a
AB
1207int mlx5_ib_get_vf_config(struct ib_device *device, int vf,
1208 u8 port, struct ifla_vf_info *info);
1209int mlx5_ib_set_vf_link_state(struct ib_device *device, int vf,
1210 u8 port, int state);
1211int mlx5_ib_get_vf_stats(struct ib_device *device, int vf,
1212 u8 port, struct ifla_vf_stats *stats);
1213int mlx5_ib_set_vf_guid(struct ib_device *device, int vf, u8 port,
1214 u64 guid, int type);
1215
47ec3866
PP
1216__be16 mlx5_get_roce_udp_sport(struct mlx5_ib_dev *dev,
1217 const struct ib_gid_attr *attr);
2811ba51 1218
a9e546e7
PP
1219void mlx5_ib_cleanup_cong_debugfs(struct mlx5_ib_dev *dev, u8 port_num);
1220int mlx5_ib_init_cong_debugfs(struct mlx5_ib_dev *dev, u8 port_num);
4a2da0b8 1221
d16e91da
HE
1222/* GSI QP helper functions */
1223struct ib_qp *mlx5_ib_gsi_create_qp(struct ib_pd *pd,
1224 struct ib_qp_init_attr *init_attr);
1225int mlx5_ib_gsi_destroy_qp(struct ib_qp *qp);
1226int mlx5_ib_gsi_modify_qp(struct ib_qp *qp, struct ib_qp_attr *attr,
1227 int attr_mask);
1228int mlx5_ib_gsi_query_qp(struct ib_qp *qp, struct ib_qp_attr *qp_attr,
1229 int qp_attr_mask,
1230 struct ib_qp_init_attr *qp_init_attr);
d34ac5cd
BVA
1231int mlx5_ib_gsi_post_send(struct ib_qp *qp, const struct ib_send_wr *wr,
1232 const struct ib_send_wr **bad_wr);
1233int mlx5_ib_gsi_post_recv(struct ib_qp *qp, const struct ib_recv_wr *wr,
1234 const struct ib_recv_wr **bad_wr);
7722f47e 1235void mlx5_ib_gsi_pkey_change(struct mlx5_ib_gsi_qp *gsi);
d16e91da 1236
25361e02
HE
1237int mlx5_ib_generate_wc(struct ib_cq *ibcq, struct ib_wc *wc);
1238
4ed131d0
YH
1239void mlx5_ib_free_bfreg(struct mlx5_ib_dev *dev, struct mlx5_bfreg_info *bfregi,
1240 int bfregn);
32f69e4b
DJ
1241struct mlx5_ib_dev *mlx5_ib_get_ibdev_from_mpi(struct mlx5_ib_multiport_info *mpi);
1242struct mlx5_core_dev *mlx5_ib_get_native_port_mdev(struct mlx5_ib_dev *dev,
1243 u8 ib_port_num,
1244 u8 *native_port_num);
1245void mlx5_ib_put_native_port_mdev(struct mlx5_ib_dev *dev,
1246 u8 port_num);
4ed131d0 1247
a8b92ca1
YH
1248#if IS_ENABLED(CONFIG_INFINIBAND_USER_ACCESS)
1249int mlx5_ib_devx_create(struct mlx5_ib_dev *dev,
1250 struct mlx5_ib_ucontext *context);
1251void mlx5_ib_devx_destroy(struct mlx5_ib_dev *dev,
1252 struct mlx5_ib_ucontext *context);
c59450c4 1253const struct uverbs_object_tree_def *mlx5_ib_get_devx_tree(void);
32269441
YH
1254struct mlx5_ib_flow_handler *mlx5_ib_raw_fs_rule_add(
1255 struct mlx5_ib_dev *dev, struct mlx5_ib_flow_matcher *fs_matcher,
b823dd6d
MB
1256 struct mlx5_flow_act *flow_act, void *cmd_in, int inlen,
1257 int dest_id, int dest_type);
32269441 1258bool mlx5_ib_devx_is_flow_dest(void *obj, int *dest_id, int *dest_type);
cb80fb18 1259int mlx5_ib_get_flow_trees(const struct uverbs_object_tree_def **root);
b4749bf2 1260void mlx5_ib_destroy_flow_action_raw(struct mlx5_ib_flow_action *maction);
a8b92ca1
YH
1261#else
1262static inline int
1263mlx5_ib_devx_create(struct mlx5_ib_dev *dev,
1264 struct mlx5_ib_ucontext *context) { return -EOPNOTSUPP; };
1265static inline void mlx5_ib_devx_destroy(struct mlx5_ib_dev *dev,
1266 struct mlx5_ib_ucontext *context) {}
c59450c4
YH
1267static inline const struct uverbs_object_tree_def *
1268mlx5_ib_get_devx_tree(void) { return NULL; }
32269441
YH
1269static inline bool mlx5_ib_devx_is_flow_dest(void *obj, int *dest_id,
1270 int *dest_type)
1271{
1272 return false;
1273}
cb80fb18
YH
1274static inline int
1275mlx5_ib_get_flow_trees(const struct uverbs_object_tree_def **root)
1276{
1277 return 0;
1278}
b4749bf2
MB
1279static inline void
1280mlx5_ib_destroy_flow_action_raw(struct mlx5_ib_flow_action *maction)
1281{
1282 return;
1283};
a8b92ca1 1284#endif
e126ba97
EC
1285static inline void init_query_mad(struct ib_smp *mad)
1286{
1287 mad->base_version = 1;
1288 mad->mgmt_class = IB_MGMT_CLASS_SUBN_LID_ROUTED;
1289 mad->class_version = 1;
1290 mad->method = IB_MGMT_METHOD_GET;
1291}
1292
1293static inline u8 convert_access(int acc)
1294{
1295 return (acc & IB_ACCESS_REMOTE_ATOMIC ? MLX5_PERM_ATOMIC : 0) |
1296 (acc & IB_ACCESS_REMOTE_WRITE ? MLX5_PERM_REMOTE_WRITE : 0) |
1297 (acc & IB_ACCESS_REMOTE_READ ? MLX5_PERM_REMOTE_READ : 0) |
1298 (acc & IB_ACCESS_LOCAL_WRITE ? MLX5_PERM_LOCAL_WRITE : 0) |
1299 MLX5_PERM_LOCAL_READ;
1300}
1301
b636401f
SG
1302static inline int is_qp1(enum ib_qp_type qp_type)
1303{
d16e91da 1304 return qp_type == MLX5_IB_QPT_HW_GSI;
b636401f
SG
1305}
1306
cc149f75
HE
1307#define MLX5_MAX_UMR_SHIFT 16
1308#define MLX5_MAX_UMR_PAGES (1 << MLX5_MAX_UMR_SHIFT)
1309
051f2630
LR
1310static inline u32 check_cq_create_flags(u32 flags)
1311{
1312 /*
1313 * It returns non-zero value for unsupported CQ
1314 * create flags, otherwise it returns zero.
1315 */
beb801ac
JG
1316 return (flags & ~(IB_UVERBS_CQ_FLAGS_IGNORE_OVERRUN |
1317 IB_UVERBS_CQ_FLAGS_TIMESTAMP_COMPLETION));
051f2630 1318}
cfb5e088
HA
1319
1320static inline int verify_assign_uidx(u8 cqe_version, u32 cmd_uidx,
1321 u32 *user_index)
1322{
1323 if (cqe_version) {
1324 if ((cmd_uidx == MLX5_IB_DEFAULT_UIDX) ||
1325 (cmd_uidx & ~MLX5_USER_ASSIGNED_UIDX_MASK))
1326 return -EINVAL;
1327 *user_index = cmd_uidx;
1328 } else {
1329 *user_index = MLX5_IB_DEFAULT_UIDX;
1330 }
1331
1332 return 0;
1333}
3085e29e
LR
1334
1335static inline int get_qp_user_index(struct mlx5_ib_ucontext *ucontext,
1336 struct mlx5_ib_create_qp *ucmd,
1337 int inlen,
1338 u32 *user_index)
1339{
1340 u8 cqe_version = ucontext->cqe_version;
1341
1342 if (field_avail(struct mlx5_ib_create_qp, uidx, inlen) &&
1343 !cqe_version && (ucmd->uidx == MLX5_IB_DEFAULT_UIDX))
1344 return 0;
1345
1346 if (!!(field_avail(struct mlx5_ib_create_qp, uidx, inlen) !=
1347 !!cqe_version))
1348 return -EINVAL;
1349
1350 return verify_assign_uidx(cqe_version, ucmd->uidx, user_index);
1351}
1352
1353static inline int get_srq_user_index(struct mlx5_ib_ucontext *ucontext,
1354 struct mlx5_ib_create_srq *ucmd,
1355 int inlen,
1356 u32 *user_index)
1357{
1358 u8 cqe_version = ucontext->cqe_version;
1359
1360 if (field_avail(struct mlx5_ib_create_srq, uidx, inlen) &&
1361 !cqe_version && (ucmd->uidx == MLX5_IB_DEFAULT_UIDX))
1362 return 0;
1363
1364 if (!!(field_avail(struct mlx5_ib_create_srq, uidx, inlen) !=
1365 !!cqe_version))
1366 return -EINVAL;
1367
1368 return verify_assign_uidx(cqe_version, ucmd->uidx, user_index);
1369}
b037c29a
EC
1370
1371static inline int get_uars_per_sys_page(struct mlx5_ib_dev *dev, bool lib_support)
1372{
1373 return lib_support && MLX5_CAP_GEN(dev->mdev, uar_4k) ?
1374 MLX5_UARS_IN_PAGE : 1;
1375}
1376
31a78a5a
YH
1377static inline int get_num_static_uars(struct mlx5_ib_dev *dev,
1378 struct mlx5_bfreg_info *bfregi)
b037c29a 1379{
31a78a5a 1380 return get_uars_per_sys_page(dev, bfregi->lib_uar_4k) * bfregi->num_static_sys_pages;
b037c29a
EC
1381}
1382
c44ef998
IL
1383unsigned long mlx5_ib_get_xlt_emergency_page(void);
1384void mlx5_ib_put_xlt_emergency_page(void);
1385
7c043e90 1386int bfregn_to_uar_index(struct mlx5_ib_dev *dev,
05f58ceb 1387 struct mlx5_bfreg_info *bfregi, u32 bfregn,
7c043e90 1388 bool dyn_bfreg);
e126ba97 1389#endif /* MLX5_IB_H */