net/mlx5e: Use the new mlx5 core notifier API
[linux-2.6-block.git] / include / linux / mlx5 / driver.h
CommitLineData
e126ba97 1/*
302bdf68 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_DRIVER_H
34#define MLX5_DRIVER_H
35
36#include <linux/kernel.h>
37#include <linux/completion.h>
38#include <linux/pci.h>
05e0cc84 39#include <linux/irq.h>
e126ba97
EC
40#include <linux/spinlock_types.h>
41#include <linux/semaphore.h>
6ecde51d 42#include <linux/slab.h>
e126ba97
EC
43#include <linux/vmalloc.h>
44#include <linux/radix-tree.h>
43a335e0 45#include <linux/workqueue.h>
d9aaed83 46#include <linux/mempool.h>
94c6825e 47#include <linux/interrupt.h>
52ec462e 48#include <linux/idr.h>
20902be4 49#include <linux/notifier.h>
6ecde51d 50
e126ba97
EC
51#include <linux/mlx5/device.h>
52#include <linux/mlx5/doorbell.h>
af1ba291 53#include <linux/mlx5/srq.h>
41069256 54#include <linux/mlx5/eq.h>
7c39afb3
FD
55#include <linux/timecounter.h>
56#include <linux/ptp_clock_kernel.h>
e126ba97
EC
57
58enum {
59 MLX5_BOARD_ID_LEN = 64,
60 MLX5_MAX_NAME_LEN = 16,
61};
62
63enum {
64 /* one minute for the sake of bringup. Generally, commands must always
65 * complete and we may need to increase this timeout value
66 */
6b6c07bd 67 MLX5_CMD_TIMEOUT_MSEC = 60 * 1000,
e126ba97
EC
68 MLX5_CMD_WQ_MAX_NAME = 32,
69};
70
71enum {
72 CMD_OWNER_SW = 0x0,
73 CMD_OWNER_HW = 0x1,
74 CMD_STATUS_SUCCESS = 0,
75};
76
77enum mlx5_sqp_t {
78 MLX5_SQP_SMI = 0,
79 MLX5_SQP_GSI = 1,
80 MLX5_SQP_IEEE_1588 = 2,
81 MLX5_SQP_SNIFFER = 3,
82 MLX5_SQP_SYNC_UMR = 4,
83};
84
85enum {
86 MLX5_MAX_PORTS = 2,
87};
88
e126ba97 89enum {
a60109dc
YC
90 MLX5_ATOMIC_MODE_OFFSET = 16,
91 MLX5_ATOMIC_MODE_IB_COMP = 1,
92 MLX5_ATOMIC_MODE_CX = 2,
93 MLX5_ATOMIC_MODE_8B = 3,
94 MLX5_ATOMIC_MODE_16B = 4,
95 MLX5_ATOMIC_MODE_32B = 5,
96 MLX5_ATOMIC_MODE_64B = 6,
97 MLX5_ATOMIC_MODE_128B = 7,
98 MLX5_ATOMIC_MODE_256B = 8,
e126ba97
EC
99};
100
e126ba97 101enum {
415a64aa 102 MLX5_REG_QPTS = 0x4002,
4f3961ee
SM
103 MLX5_REG_QETCR = 0x4005,
104 MLX5_REG_QTCT = 0x400a,
415a64aa 105 MLX5_REG_QPDPM = 0x4013,
c02762eb 106 MLX5_REG_QCAM = 0x4019,
341c5ee2
HN
107 MLX5_REG_DCBX_PARAM = 0x4020,
108 MLX5_REG_DCBX_APP = 0x4021,
e29341fb
IT
109 MLX5_REG_FPGA_CAP = 0x4022,
110 MLX5_REG_FPGA_CTRL = 0x4023,
a9956d35 111 MLX5_REG_FPGA_ACCESS_REG = 0x4024,
e126ba97
EC
112 MLX5_REG_PCAP = 0x5001,
113 MLX5_REG_PMTU = 0x5003,
114 MLX5_REG_PTYS = 0x5004,
115 MLX5_REG_PAOS = 0x5006,
3c2d18ef 116 MLX5_REG_PFCC = 0x5007,
efea389d 117 MLX5_REG_PPCNT = 0x5008,
50b4a3c2
HN
118 MLX5_REG_PPTB = 0x500b,
119 MLX5_REG_PBMC = 0x500c,
e126ba97
EC
120 MLX5_REG_PMAOS = 0x5012,
121 MLX5_REG_PUDE = 0x5009,
122 MLX5_REG_PMPE = 0x5010,
123 MLX5_REG_PELC = 0x500e,
a124d13e 124 MLX5_REG_PVLC = 0x500f,
94cb1ebb 125 MLX5_REG_PCMR = 0x5041,
bb64143e 126 MLX5_REG_PMLP = 0x5002,
4b5b9c7d 127 MLX5_REG_PPLM = 0x5023,
cfdcbcea 128 MLX5_REG_PCAM = 0x507f,
e126ba97
EC
129 MLX5_REG_NODE_DESC = 0x6001,
130 MLX5_REG_HOST_ENDIANNESS = 0x7004,
bb64143e 131 MLX5_REG_MCIA = 0x9014,
da54d24e 132 MLX5_REG_MLCR = 0x902b,
eff8ea8f
FD
133 MLX5_REG_MTRC_CAP = 0x9040,
134 MLX5_REG_MTRC_CONF = 0x9041,
135 MLX5_REG_MTRC_STDB = 0x9042,
136 MLX5_REG_MTRC_CTRL = 0x9043,
8ed1a630 137 MLX5_REG_MPCNT = 0x9051,
f9a1ef72
EE
138 MLX5_REG_MTPPS = 0x9053,
139 MLX5_REG_MTPPSE = 0x9054,
5e022dd3 140 MLX5_REG_MPEGC = 0x9056,
47176289
OG
141 MLX5_REG_MCQI = 0x9061,
142 MLX5_REG_MCC = 0x9062,
143 MLX5_REG_MCDA = 0x9063,
cfdcbcea 144 MLX5_REG_MCAM = 0x907f,
e126ba97
EC
145};
146
415a64aa
HN
147enum mlx5_qpts_trust_state {
148 MLX5_QPTS_TRUST_PCP = 1,
149 MLX5_QPTS_TRUST_DSCP = 2,
150};
151
341c5ee2
HN
152enum mlx5_dcbx_oper_mode {
153 MLX5E_DCBX_PARAM_VER_OPER_HOST = 0x0,
154 MLX5E_DCBX_PARAM_VER_OPER_AUTO = 0x3,
155};
156
da7525d2
EBE
157enum {
158 MLX5_ATOMIC_OPS_CMP_SWAP = 1 << 0,
159 MLX5_ATOMIC_OPS_FETCH_ADD = 1 << 1,
a60109dc
YC
160 MLX5_ATOMIC_OPS_EXTENDED_CMP_SWAP = 1 << 2,
161 MLX5_ATOMIC_OPS_EXTENDED_FETCH_ADD = 1 << 3,
da7525d2
EBE
162};
163
e420f0c0
HE
164enum mlx5_page_fault_resume_flags {
165 MLX5_PAGE_FAULT_RESUME_REQUESTOR = 1 << 0,
166 MLX5_PAGE_FAULT_RESUME_WRITE = 1 << 1,
167 MLX5_PAGE_FAULT_RESUME_RDMA = 1 << 2,
168 MLX5_PAGE_FAULT_RESUME_ERROR = 1 << 7,
169};
170
e126ba97
EC
171enum dbg_rsc_type {
172 MLX5_DBG_RSC_QP,
173 MLX5_DBG_RSC_EQ,
174 MLX5_DBG_RSC_CQ,
175};
176
7ecf6d8f
BW
177enum port_state_policy {
178 MLX5_POLICY_DOWN = 0,
179 MLX5_POLICY_UP = 1,
180 MLX5_POLICY_FOLLOW = 2,
181 MLX5_POLICY_INVALID = 0xffffffff
182};
183
e126ba97
EC
184struct mlx5_field_desc {
185 struct dentry *dent;
186 int i;
187};
188
189struct mlx5_rsc_debug {
190 struct mlx5_core_dev *dev;
191 void *object;
192 enum dbg_rsc_type type;
193 struct dentry *root;
194 struct mlx5_field_desc fields[0];
195};
196
197enum mlx5_dev_event {
198 MLX5_DEV_EVENT_SYS_ERROR,
199 MLX5_DEV_EVENT_PORT_UP,
200 MLX5_DEV_EVENT_PORT_DOWN,
201 MLX5_DEV_EVENT_PORT_INITIALIZED,
202 MLX5_DEV_EVENT_LID_CHANGE,
203 MLX5_DEV_EVENT_PKEY_CHANGE,
204 MLX5_DEV_EVENT_GUID_CHANGE,
205 MLX5_DEV_EVENT_CLIENT_REREG,
f9a1ef72 206 MLX5_DEV_EVENT_PPS,
246ac981 207 MLX5_DEV_EVENT_DELAY_DROP_TIMEOUT,
e126ba97
EC
208};
209
4c916a79 210enum mlx5_port_status {
6fa1bcab
AS
211 MLX5_PORT_UP = 1,
212 MLX5_PORT_DOWN = 2,
4c916a79
RS
213};
214
2f5ff264 215struct mlx5_bfreg_info {
b037c29a 216 u32 *sys_pages;
2f5ff264 217 int num_low_latency_bfregs;
e126ba97 218 unsigned int *count;
e126ba97
EC
219
220 /*
2f5ff264 221 * protect bfreg allocation data structs
e126ba97
EC
222 */
223 struct mutex lock;
78c0f98c 224 u32 ver;
b037c29a
EC
225 bool lib_uar_4k;
226 u32 num_sys_pages;
31a78a5a
YH
227 u32 num_static_sys_pages;
228 u32 total_num_bfregs;
229 u32 num_dyn_bfregs;
e126ba97
EC
230};
231
232struct mlx5_cmd_first {
233 __be32 data[4];
234};
235
236struct mlx5_cmd_msg {
237 struct list_head list;
0ac3ea70 238 struct cmd_msg_cache *parent;
e126ba97
EC
239 u32 len;
240 struct mlx5_cmd_first first;
241 struct mlx5_cmd_mailbox *next;
242};
243
244struct mlx5_cmd_debug {
245 struct dentry *dbg_root;
246 struct dentry *dbg_in;
247 struct dentry *dbg_out;
248 struct dentry *dbg_outlen;
249 struct dentry *dbg_status;
250 struct dentry *dbg_run;
251 void *in_msg;
252 void *out_msg;
253 u8 status;
254 u16 inlen;
255 u16 outlen;
256};
257
0ac3ea70 258struct cmd_msg_cache {
e126ba97
EC
259 /* protect block chain allocations
260 */
261 spinlock_t lock;
262 struct list_head head;
0ac3ea70
MHY
263 unsigned int max_inbox_size;
264 unsigned int num_ent;
e126ba97
EC
265};
266
0ac3ea70
MHY
267enum {
268 MLX5_NUM_COMMAND_CACHES = 5,
e126ba97
EC
269};
270
271struct mlx5_cmd_stats {
272 u64 sum;
273 u64 n;
274 struct dentry *root;
275 struct dentry *avg;
276 struct dentry *count;
277 /* protect command average calculations */
278 spinlock_t lock;
279};
280
281struct mlx5_cmd {
71edc69c
SM
282 struct mlx5_nb nb;
283
64599cca
EC
284 void *cmd_alloc_buf;
285 dma_addr_t alloc_dma;
286 int alloc_size;
e126ba97
EC
287 void *cmd_buf;
288 dma_addr_t dma;
289 u16 cmdif_rev;
290 u8 log_sz;
291 u8 log_stride;
292 int max_reg_cmds;
293 int events;
294 u32 __iomem *vector;
295
296 /* protect command queue allocations
297 */
298 spinlock_t alloc_lock;
299
300 /* protect token allocations
301 */
302 spinlock_t token_lock;
303 u8 token;
304 unsigned long bitmask;
305 char wq_name[MLX5_CMD_WQ_MAX_NAME];
306 struct workqueue_struct *wq;
307 struct semaphore sem;
308 struct semaphore pages_sem;
309 int mode;
310 struct mlx5_cmd_work_ent *ent_arr[MLX5_MAX_COMMANDS];
18c90df9 311 struct dma_pool *pool;
e126ba97 312 struct mlx5_cmd_debug dbg;
0ac3ea70 313 struct cmd_msg_cache cache[MLX5_NUM_COMMAND_CACHES];
e126ba97
EC
314 int checksum_disabled;
315 struct mlx5_cmd_stats stats[MLX5_CMD_OP_MAX];
316};
317
318struct mlx5_port_caps {
319 int gid_table_len;
320 int pkey_table_len;
938fe83c 321 u8 ext_port_cap;
c43f1112 322 bool has_smi;
e126ba97
EC
323};
324
325struct mlx5_cmd_mailbox {
326 void *buf;
327 dma_addr_t dma;
328 struct mlx5_cmd_mailbox *next;
329};
330
331struct mlx5_buf_list {
332 void *buf;
333 dma_addr_t map;
334};
335
1c1b5228
TT
336struct mlx5_frag_buf {
337 struct mlx5_buf_list *frags;
338 int npages;
339 int size;
340 u8 page_shift;
341};
342
388ca8be 343struct mlx5_frag_buf_ctrl {
4972e6fa 344 struct mlx5_buf_list *frags;
388ca8be 345 u32 sz_m1;
8d71e818 346 u16 frag_sz_m1;
a0903622 347 u16 strides_offset;
388ca8be
YC
348 u8 log_sz;
349 u8 log_stride;
350 u8 log_frag_strides;
351};
352
3121e3c4
SG
353struct mlx5_core_psv {
354 u32 psv_idx;
355 struct psv_layout {
356 u32 pd;
357 u16 syndrome;
358 u16 reserved;
359 u16 bg;
360 u16 app_tag;
361 u32 ref_tag;
362 } psv;
363};
364
365struct mlx5_core_sig_ctx {
366 struct mlx5_core_psv psv_memory;
367 struct mlx5_core_psv psv_wire;
d5436ba0
SG
368 struct ib_sig_err err_item;
369 bool sig_status_checked;
370 bool sig_err_exists;
371 u32 sigerr_count;
3121e3c4 372};
e126ba97 373
aa8e08d2
AK
374enum {
375 MLX5_MKEY_MR = 1,
376 MLX5_MKEY_MW,
377};
378
a606b0f6 379struct mlx5_core_mkey {
e126ba97
EC
380 u64 iova;
381 u64 size;
382 u32 key;
383 u32 pd;
aa8e08d2 384 u32 type;
e126ba97
EC
385};
386
d9aaed83
AK
387#define MLX5_24BIT_MASK ((1 << 24) - 1)
388
5903325a 389enum mlx5_res_type {
e2013b21 390 MLX5_RES_QP = MLX5_EVENT_QUEUE_TYPE_QP,
391 MLX5_RES_RQ = MLX5_EVENT_QUEUE_TYPE_RQ,
392 MLX5_RES_SQ = MLX5_EVENT_QUEUE_TYPE_SQ,
393 MLX5_RES_SRQ = 3,
394 MLX5_RES_XSRQ = 4,
5b3ec3fc 395 MLX5_RES_XRQ = 5,
57cda166 396 MLX5_RES_DCT = MLX5_EVENT_QUEUE_TYPE_DCT,
5903325a
EC
397};
398
399struct mlx5_core_rsc_common {
400 enum mlx5_res_type res;
401 atomic_t refcount;
402 struct completion free;
403};
404
e126ba97 405struct mlx5_core_srq {
01949d01 406 struct mlx5_core_rsc_common common; /* must be first */
e126ba97
EC
407 u32 srqn;
408 int max;
c2b37f76
BP
409 size_t max_gs;
410 size_t max_avail_gather;
e126ba97
EC
411 int wqe_shift;
412 void (*event) (struct mlx5_core_srq *, enum mlx5_event);
413
414 atomic_t refcount;
415 struct completion free;
a0d8c054 416 u16 uid;
e126ba97
EC
417};
418
a6d51b68 419struct mlx5_uars_page {
e126ba97 420 void __iomem *map;
a6d51b68
EC
421 bool wc;
422 u32 index;
423 struct list_head list;
424 unsigned int bfregs;
425 unsigned long *reg_bitmap; /* for non fast path bf regs */
426 unsigned long *fp_bitmap;
427 unsigned int reg_avail;
428 unsigned int fp_avail;
429 struct kref ref_count;
430 struct mlx5_core_dev *mdev;
e126ba97
EC
431};
432
a6d51b68
EC
433struct mlx5_bfreg_head {
434 /* protect blue flame registers allocations */
435 struct mutex lock;
436 struct list_head list;
437};
438
439struct mlx5_bfreg_data {
440 struct mlx5_bfreg_head reg_head;
441 struct mlx5_bfreg_head wc_head;
442};
443
444struct mlx5_sq_bfreg {
445 void __iomem *map;
446 struct mlx5_uars_page *up;
447 bool wc;
448 u32 index;
449 unsigned int offset;
450};
e126ba97
EC
451
452struct mlx5_core_health {
453 struct health_buffer __iomem *health;
454 __be32 __iomem *health_counter;
455 struct timer_list timer;
e126ba97
EC
456 u32 prev;
457 int miss_counter;
fd76ee4d 458 bool sick;
05ac2c0b
MHY
459 /* wq spinlock to synchronize draining */
460 spinlock_t wq_lock;
ac6ea6e8 461 struct workqueue_struct *wq;
05ac2c0b 462 unsigned long flags;
ac6ea6e8 463 struct work_struct work;
04c0c1ab 464 struct delayed_work recover_work;
e126ba97
EC
465};
466
e126ba97 467struct mlx5_qp_table {
221c14f3
SM
468 struct mlx5_nb nb;
469
e126ba97
EC
470 /* protect radix tree
471 */
472 spinlock_t lock;
473 struct radix_tree_root tree;
474};
475
476struct mlx5_srq_table {
221c14f3
SM
477 struct mlx5_nb catas_err_nb;
478 struct mlx5_nb rq_limit_nb;
e126ba97
EC
479 /* protect radix tree
480 */
481 spinlock_t lock;
482 struct radix_tree_root tree;
483};
484
a606b0f6 485struct mlx5_mkey_table {
3bcdb17a
SG
486 /* protect radix tree
487 */
488 rwlock_t lock;
489 struct radix_tree_root tree;
490};
491
fc50db98
EC
492struct mlx5_vf_context {
493 int enabled;
7ecf6d8f
BW
494 u64 port_guid;
495 u64 node_guid;
496 enum port_state_policy policy;
fc50db98
EC
497};
498
499struct mlx5_core_sriov {
500 struct mlx5_vf_context *vfs_ctx;
501 int num_vfs;
502 int enabled_vfs;
503};
504
43a335e0 505struct mlx5_fc_stats {
12d6066c
VB
506 spinlock_t counters_idr_lock; /* protects counters_idr */
507 struct idr counters_idr;
9aff93d7 508 struct list_head counters;
83033688 509 struct llist_head addlist;
6e5e2283 510 struct llist_head dellist;
43a335e0
AV
511
512 struct workqueue_struct *wq;
513 struct delayed_work work;
514 unsigned long next_query;
f6dfb4c3 515 unsigned long sampling_interval; /* jiffies */
43a335e0
AV
516};
517
69c1280b 518struct mlx5_events;
eeb66cdb 519struct mlx5_mpfs;
073bb189 520struct mlx5_eswitch;
7907f23a 521struct mlx5_lag;
f2f3df55 522struct mlx5_eq_table;
073bb189 523
05d3ac97
BW
524struct mlx5_rate_limit {
525 u32 rate;
526 u32 max_burst_sz;
527 u16 typical_pkt_sz;
528};
529
1466cc5b 530struct mlx5_rl_entry {
05d3ac97 531 struct mlx5_rate_limit rl;
1466cc5b
YP
532 u16 index;
533 u16 refcount;
534};
535
536struct mlx5_rl_table {
537 /* protect rate limit table */
538 struct mutex rl_lock;
539 u16 max_size;
540 u32 max_rate;
541 u32 min_rate;
542 struct mlx5_rl_entry *rl_entry;
543};
544
e126ba97
EC
545struct mlx5_priv {
546 char name[MLX5_MAX_NAME_LEN];
f2f3df55 547 struct mlx5_eq_table *eq_table;
e126ba97
EC
548
549 /* pages stuff */
0cf53c12 550 struct mlx5_nb pg_nb;
e126ba97
EC
551 struct workqueue_struct *pg_wq;
552 struct rb_root page_root;
553 int fw_pages;
6aec21f6 554 atomic_t reg_pages;
bf0bf77f 555 struct list_head free_list;
fc50db98 556 int vfs_pages;
e126ba97
EC
557
558 struct mlx5_core_health health;
559
560 struct mlx5_srq_table srq_table;
561
562 /* start: qp staff */
563 struct mlx5_qp_table qp_table;
564 struct dentry *qp_debugfs;
565 struct dentry *eq_debugfs;
566 struct dentry *cq_debugfs;
567 struct dentry *cmdif_debugfs;
568 /* end: qp staff */
569
a606b0f6
MB
570 /* start: mkey staff */
571 struct mlx5_mkey_table mkey_table;
572 /* end: mkey staff */
3bcdb17a 573
e126ba97 574 /* start: alloc staff */
311c7c71
SM
575 /* protect buffer alocation according to numa node */
576 struct mutex alloc_mutex;
577 int numa_node;
578
e126ba97
EC
579 struct mutex pgdir_mutex;
580 struct list_head pgdir_list;
581 /* end: alloc staff */
582 struct dentry *dbg_root;
583
584 /* protect mkey key part */
585 spinlock_t mkey_lock;
586 u8 mkey_key;
9603b61d
JM
587
588 struct list_head dev_list;
589 struct list_head ctx_list;
590 spinlock_t ctx_lock;
073bb189 591
97834eba
ES
592 struct list_head waiting_events_list;
593 bool is_accum_events;
69c1280b 594 struct mlx5_events *events;
97834eba 595
fba53f7b 596 struct mlx5_flow_steering *steering;
eeb66cdb 597 struct mlx5_mpfs *mpfs;
073bb189 598 struct mlx5_eswitch *eswitch;
fc50db98 599 struct mlx5_core_sriov sriov;
7907f23a 600 struct mlx5_lag *lag;
fc50db98 601 unsigned long pci_dev_data;
43a335e0 602 struct mlx5_fc_stats fc_stats;
1466cc5b 603 struct mlx5_rl_table rl_table;
d4eb4cd7 604
a6d51b68 605 struct mlx5_bfreg_data bfregs;
01187175 606 struct mlx5_uars_page *uar;
e126ba97
EC
607};
608
89d44f0a
MD
609enum mlx5_device_state {
610 MLX5_DEVICE_STATE_UP,
611 MLX5_DEVICE_STATE_INTERNAL_ERROR,
612};
613
614enum mlx5_interface_state {
b3cb5388 615 MLX5_INTERFACE_STATE_UP = BIT(0),
89d44f0a
MD
616};
617
618enum mlx5_pci_status {
619 MLX5_PCI_STATUS_DISABLED,
620 MLX5_PCI_STATUS_ENABLED,
621};
622
d9aaed83
AK
623enum mlx5_pagefault_type_flags {
624 MLX5_PFAULT_REQUESTOR = 1 << 0,
625 MLX5_PFAULT_WRITE = 1 << 1,
626 MLX5_PFAULT_RDMA = 1 << 2,
627};
628
b50d292b
HHZ
629struct mlx5_td {
630 struct list_head tirs_list;
631 u32 tdn;
632};
633
634struct mlx5e_resources {
b50d292b
HHZ
635 u32 pdn;
636 struct mlx5_td td;
637 struct mlx5_core_mkey mkey;
aff26157 638 struct mlx5_sq_bfreg bfreg;
b50d292b
HHZ
639};
640
52ec462e
IT
641#define MLX5_MAX_RESERVED_GIDS 8
642
643struct mlx5_rsvd_gids {
644 unsigned int start;
645 unsigned int count;
646 struct ida ida;
647};
648
7c39afb3
FD
649#define MAX_PIN_NUM 8
650struct mlx5_pps {
651 u8 pin_caps[MAX_PIN_NUM];
652 struct work_struct out_work;
653 u64 start[MAX_PIN_NUM];
654 u8 enabled;
655};
656
657struct mlx5_clock {
41069256
SM
658 struct mlx5_core_dev *mdev;
659 struct mlx5_nb pps_nb;
64109f1d 660 seqlock_t lock;
7c39afb3
FD
661 struct cyclecounter cycles;
662 struct timecounter tc;
663 struct hwtstamp_config hwtstamp_config;
664 u32 nominal_c_mult;
665 unsigned long overflow_period;
666 struct delayed_work overflow_work;
667 struct ptp_clock *ptp;
668 struct ptp_clock_info ptp_info;
669 struct mlx5_pps pps_info;
670};
671
f53aaa31 672struct mlx5_fw_tracer;
358aa5ce 673struct mlx5_vxlan;
f53aaa31 674
e126ba97
EC
675struct mlx5_core_dev {
676 struct pci_dev *pdev;
89d44f0a
MD
677 /* sync pci state */
678 struct mutex pci_status_mutex;
679 enum mlx5_pci_status pci_status;
e126ba97
EC
680 u8 rev_id;
681 char board_id[MLX5_BOARD_ID_LEN];
682 struct mlx5_cmd cmd;
938fe83c 683 struct mlx5_port_caps port_caps[MLX5_MAX_PORTS];
71862561 684 struct {
701052c5
GP
685 u32 hca_cur[MLX5_CAP_NUM][MLX5_UN_SZ_DW(hca_cap_union)];
686 u32 hca_max[MLX5_CAP_NUM][MLX5_UN_SZ_DW(hca_cap_union)];
71862561
GP
687 u32 pcam[MLX5_ST_SZ_DW(pcam_reg)];
688 u32 mcam[MLX5_ST_SZ_DW(mcam_reg)];
99d3cd27 689 u32 fpga[MLX5_ST_SZ_DW(fpga_cap)];
c02762eb 690 u32 qcam[MLX5_ST_SZ_DW(qcam_reg)];
71862561 691 } caps;
59c9d35e 692 u64 sys_image_guid;
e126ba97
EC
693 phys_addr_t iseg_base;
694 struct mlx5_init_seg __iomem *iseg;
89d44f0a
MD
695 enum mlx5_device_state state;
696 /* sync interface state */
697 struct mutex intf_state_mutex;
5fc7197d 698 unsigned long intf_state;
e126ba97
EC
699 void (*event) (struct mlx5_core_dev *dev,
700 enum mlx5_dev_event event,
4d2f9bbb 701 unsigned long param);
e126ba97
EC
702 struct mlx5_priv priv;
703 struct mlx5_profile *profile;
704 atomic_t num_qps;
f62b8bb8 705 u32 issi;
b50d292b 706 struct mlx5e_resources mlx5e_res;
358aa5ce 707 struct mlx5_vxlan *vxlan;
52ec462e
IT
708 struct {
709 struct mlx5_rsvd_gids reserved_gids;
734dc065 710 u32 roce_en;
52ec462e 711 } roce;
e29341fb
IT
712#ifdef CONFIG_MLX5_FPGA
713 struct mlx5_fpga_device *fpga;
5a7b27eb 714#endif
7c39afb3 715 struct mlx5_clock clock;
24d33d2c
FD
716 struct mlx5_ib_clock_info *clock_info;
717 struct page *clock_info_page;
f53aaa31 718 struct mlx5_fw_tracer *tracer;
e126ba97
EC
719};
720
721struct mlx5_db {
722 __be32 *db;
723 union {
724 struct mlx5_db_pgdir *pgdir;
725 struct mlx5_ib_user_db_page *user_page;
726 } u;
727 dma_addr_t dma;
728 int index;
729};
730
e126ba97
EC
731enum {
732 MLX5_COMP_EQ_SIZE = 1024,
733};
734
adb0c954
SM
735enum {
736 MLX5_PTYS_IB = 1 << 0,
737 MLX5_PTYS_EN = 1 << 2,
738};
739
e126ba97
EC
740typedef void (*mlx5_cmd_cbk_t)(int status, void *context);
741
73dd3a48
MHY
742enum {
743 MLX5_CMD_ENT_STATE_PENDING_COMP,
744};
745
e126ba97 746struct mlx5_cmd_work_ent {
73dd3a48 747 unsigned long state;
e126ba97
EC
748 struct mlx5_cmd_msg *in;
749 struct mlx5_cmd_msg *out;
746b5583
EC
750 void *uout;
751 int uout_size;
e126ba97 752 mlx5_cmd_cbk_t callback;
65ee6708 753 struct delayed_work cb_timeout_work;
e126ba97 754 void *context;
746b5583 755 int idx;
e126ba97
EC
756 struct completion done;
757 struct mlx5_cmd *cmd;
758 struct work_struct work;
759 struct mlx5_cmd_layout *lay;
760 int ret;
761 int page_queue;
762 u8 status;
763 u8 token;
14a70046
TG
764 u64 ts1;
765 u64 ts2;
746b5583 766 u16 op;
4525abea 767 bool polling;
e126ba97
EC
768};
769
770struct mlx5_pas {
771 u64 pa;
772 u8 log_sz;
773};
774
707c4602
MD
775enum phy_port_state {
776 MLX5_AAA_111
777};
778
779struct mlx5_hca_vport_context {
780 u32 field_select;
781 bool sm_virt_aware;
782 bool has_smi;
783 bool has_raw;
784 enum port_state_policy policy;
785 enum phy_port_state phys_state;
786 enum ib_port_state vport_state;
787 u8 port_physical_state;
788 u64 sys_image_guid;
789 u64 port_guid;
790 u64 node_guid;
791 u32 cap_mask1;
792 u32 cap_mask1_perm;
793 u32 cap_mask2;
794 u32 cap_mask2_perm;
795 u16 lid;
796 u8 init_type_reply; /* bitmask: see ib spec 14.2.5.6 InitTypeReply */
797 u8 lmc;
798 u8 subnet_timeout;
799 u16 sm_lid;
800 u8 sm_sl;
801 u16 qkey_violation_counter;
802 u16 pkey_violation_counter;
803 bool grh_required;
804};
805
388ca8be 806static inline void *mlx5_buf_offset(struct mlx5_frag_buf *buf, int offset)
e126ba97 807{
388ca8be 808 return buf->frags->buf + offset;
e126ba97
EC
809}
810
e126ba97
EC
811#define STRUCT_FIELD(header, field) \
812 .struct_offset_bytes = offsetof(struct ib_unpacked_ ## header, field), \
813 .struct_size_bytes = sizeof((struct ib_unpacked_ ## header *)0)->field
814
e126ba97
EC
815static inline struct mlx5_core_dev *pci2mlx5_core_dev(struct pci_dev *pdev)
816{
817 return pci_get_drvdata(pdev);
818}
819
820extern struct dentry *mlx5_debugfs_root;
821
822static inline u16 fw_rev_maj(struct mlx5_core_dev *dev)
823{
824 return ioread32be(&dev->iseg->fw_rev) & 0xffff;
825}
826
827static inline u16 fw_rev_min(struct mlx5_core_dev *dev)
828{
829 return ioread32be(&dev->iseg->fw_rev) >> 16;
830}
831
832static inline u16 fw_rev_sub(struct mlx5_core_dev *dev)
833{
834 return ioread32be(&dev->iseg->cmdif_rev_fw_sub) & 0xffff;
835}
836
837static inline u16 cmdif_rev(struct mlx5_core_dev *dev)
838{
839 return ioread32be(&dev->iseg->cmdif_rev_fw_sub) >> 16;
840}
841
3bcdb17a
SG
842static inline u32 mlx5_base_mkey(const u32 key)
843{
844 return key & 0xffffff00u;
845}
846
4972e6fa
TT
847static inline void mlx5_init_fbc_offset(struct mlx5_buf_list *frags,
848 u8 log_stride, u8 log_sz,
a0903622 849 u16 strides_offset,
d7037ad7 850 struct mlx5_frag_buf_ctrl *fbc)
388ca8be 851{
4972e6fa 852 fbc->frags = frags;
3a2f7033
TT
853 fbc->log_stride = log_stride;
854 fbc->log_sz = log_sz;
388ca8be
YC
855 fbc->sz_m1 = (1 << fbc->log_sz) - 1;
856 fbc->log_frag_strides = PAGE_SHIFT - fbc->log_stride;
857 fbc->frag_sz_m1 = (1 << fbc->log_frag_strides) - 1;
d7037ad7
TT
858 fbc->strides_offset = strides_offset;
859}
860
4972e6fa
TT
861static inline void mlx5_init_fbc(struct mlx5_buf_list *frags,
862 u8 log_stride, u8 log_sz,
d7037ad7
TT
863 struct mlx5_frag_buf_ctrl *fbc)
864{
4972e6fa 865 mlx5_init_fbc_offset(frags, log_stride, log_sz, 0, fbc);
3a2f7033
TT
866}
867
388ca8be
YC
868static inline void *mlx5_frag_buf_get_wqe(struct mlx5_frag_buf_ctrl *fbc,
869 u32 ix)
870{
d7037ad7
TT
871 unsigned int frag;
872
873 ix += fbc->strides_offset;
874 frag = ix >> fbc->log_frag_strides;
388ca8be 875
4972e6fa 876 return fbc->frags[frag].buf + ((fbc->frag_sz_m1 & ix) << fbc->log_stride);
388ca8be
YC
877}
878
37fdffb2
TT
879static inline u32
880mlx5_frag_buf_get_idx_last_contig_stride(struct mlx5_frag_buf_ctrl *fbc, u32 ix)
881{
882 u32 last_frag_stride_idx = (ix + fbc->strides_offset) | fbc->frag_sz_m1;
883
884 return min_t(u32, last_frag_stride_idx - fbc->strides_offset, fbc->sz_m1);
885}
886
e126ba97
EC
887int mlx5_cmd_init(struct mlx5_core_dev *dev);
888void mlx5_cmd_cleanup(struct mlx5_core_dev *dev);
889void mlx5_cmd_use_events(struct mlx5_core_dev *dev);
890void mlx5_cmd_use_polling(struct mlx5_core_dev *dev);
c4f287c4 891
e126ba97
EC
892int mlx5_cmd_exec(struct mlx5_core_dev *dev, void *in, int in_size, void *out,
893 int out_size);
746b5583
EC
894int mlx5_cmd_exec_cb(struct mlx5_core_dev *dev, void *in, int in_size,
895 void *out, int out_size, mlx5_cmd_cbk_t callback,
896 void *context);
4525abea
MD
897int mlx5_cmd_exec_polling(struct mlx5_core_dev *dev, void *in, int in_size,
898 void *out, int out_size);
c4f287c4
SM
899void mlx5_cmd_mbox_status(void *out, u8 *status, u32 *syndrome);
900
901int mlx5_core_get_caps(struct mlx5_core_dev *dev, enum mlx5_cap_type cap_type);
e126ba97
EC
902int mlx5_cmd_alloc_uar(struct mlx5_core_dev *dev, u32 *uarn);
903int mlx5_cmd_free_uar(struct mlx5_core_dev *dev, u32 uarn);
ac6ea6e8
EC
904void mlx5_health_cleanup(struct mlx5_core_dev *dev);
905int mlx5_health_init(struct mlx5_core_dev *dev);
e126ba97 906void mlx5_start_health_poll(struct mlx5_core_dev *dev);
76d5581c 907void mlx5_stop_health_poll(struct mlx5_core_dev *dev, bool disable_health);
05ac2c0b 908void mlx5_drain_health_wq(struct mlx5_core_dev *dev);
0179720d 909void mlx5_trigger_health_work(struct mlx5_core_dev *dev);
2a0165a0 910void mlx5_drain_health_recovery(struct mlx5_core_dev *dev);
311c7c71 911int mlx5_buf_alloc_node(struct mlx5_core_dev *dev, int size,
388ca8be
YC
912 struct mlx5_frag_buf *buf, int node);
913int mlx5_buf_alloc(struct mlx5_core_dev *dev,
914 int size, struct mlx5_frag_buf *buf);
915void mlx5_buf_free(struct mlx5_core_dev *dev, struct mlx5_frag_buf *buf);
1c1b5228
TT
916int mlx5_frag_buf_alloc_node(struct mlx5_core_dev *dev, int size,
917 struct mlx5_frag_buf *buf, int node);
918void mlx5_frag_buf_free(struct mlx5_core_dev *dev, struct mlx5_frag_buf *buf);
e126ba97
EC
919struct mlx5_cmd_mailbox *mlx5_alloc_cmd_mailbox_chain(struct mlx5_core_dev *dev,
920 gfp_t flags, int npages);
921void mlx5_free_cmd_mailbox_chain(struct mlx5_core_dev *dev,
922 struct mlx5_cmd_mailbox *head);
923int mlx5_core_create_srq(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq,
af1ba291 924 struct mlx5_srq_attr *in);
e126ba97
EC
925int mlx5_core_destroy_srq(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq);
926int mlx5_core_query_srq(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq,
af1ba291 927 struct mlx5_srq_attr *out);
e126ba97
EC
928int mlx5_core_arm_srq(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq,
929 u16 lwm, int is_srq);
a606b0f6
MB
930void mlx5_init_mkey_table(struct mlx5_core_dev *dev);
931void mlx5_cleanup_mkey_table(struct mlx5_core_dev *dev);
ec22eb53
SM
932int mlx5_core_create_mkey_cb(struct mlx5_core_dev *dev,
933 struct mlx5_core_mkey *mkey,
934 u32 *in, int inlen,
935 u32 *out, int outlen,
936 mlx5_cmd_cbk_t callback, void *context);
a606b0f6
MB
937int mlx5_core_create_mkey(struct mlx5_core_dev *dev,
938 struct mlx5_core_mkey *mkey,
ec22eb53 939 u32 *in, int inlen);
a606b0f6
MB
940int mlx5_core_destroy_mkey(struct mlx5_core_dev *dev,
941 struct mlx5_core_mkey *mkey);
942int mlx5_core_query_mkey(struct mlx5_core_dev *dev, struct mlx5_core_mkey *mkey,
ec22eb53 943 u32 *out, int outlen);
e126ba97
EC
944int mlx5_core_alloc_pd(struct mlx5_core_dev *dev, u32 *pdn);
945int mlx5_core_dealloc_pd(struct mlx5_core_dev *dev, u32 pdn);
a97e2d86 946int mlx5_core_mad_ifc(struct mlx5_core_dev *dev, const void *inb, void *outb,
f241e749 947 u16 opmod, u8 port);
0cf53c12 948int mlx5_pagealloc_init(struct mlx5_core_dev *dev);
e126ba97 949void mlx5_pagealloc_cleanup(struct mlx5_core_dev *dev);
0cf53c12 950void mlx5_pagealloc_start(struct mlx5_core_dev *dev);
e126ba97
EC
951void mlx5_pagealloc_stop(struct mlx5_core_dev *dev);
952void mlx5_core_req_pages_handler(struct mlx5_core_dev *dev, u16 func_id,
0a324f31 953 s32 npages);
cd23b14b 954int mlx5_satisfy_startup_pages(struct mlx5_core_dev *dev, int boot);
e126ba97
EC
955int mlx5_reclaim_startup_pages(struct mlx5_core_dev *dev);
956void mlx5_register_debugfs(void);
957void mlx5_unregister_debugfs(void);
388ca8be
YC
958
959void mlx5_fill_page_array(struct mlx5_frag_buf *buf, __be64 *pas);
1c1b5228 960void mlx5_fill_page_frag_array(struct mlx5_frag_buf *frag_buf, __be64 *pas);
e126ba97 961struct mlx5_core_srq *mlx5_core_get_srq(struct mlx5_core_dev *dev, u32 srqn);
0b6e26ce
DT
962int mlx5_vector2eqn(struct mlx5_core_dev *dev, int vector, int *eqn,
963 unsigned int *irqn);
e126ba97
EC
964int mlx5_core_attach_mcg(struct mlx5_core_dev *dev, union ib_gid *mgid, u32 qpn);
965int mlx5_core_detach_mcg(struct mlx5_core_dev *dev, union ib_gid *mgid, u32 qpn);
966
967int mlx5_qp_debugfs_init(struct mlx5_core_dev *dev);
968void mlx5_qp_debugfs_cleanup(struct mlx5_core_dev *dev);
969int mlx5_core_access_reg(struct mlx5_core_dev *dev, void *data_in,
970 int size_in, void *data_out, int size_out,
971 u16 reg_num, int arg, int write);
adb0c954 972
e126ba97 973int mlx5_db_alloc(struct mlx5_core_dev *dev, struct mlx5_db *db);
311c7c71
SM
974int mlx5_db_alloc_node(struct mlx5_core_dev *dev, struct mlx5_db *db,
975 int node);
e126ba97
EC
976void mlx5_db_free(struct mlx5_core_dev *dev, struct mlx5_db *db);
977
e126ba97
EC
978const char *mlx5_command_str(int command);
979int mlx5_cmdif_debugfs_init(struct mlx5_core_dev *dev);
980void mlx5_cmdif_debugfs_cleanup(struct mlx5_core_dev *dev);
3121e3c4
SG
981int mlx5_core_create_psv(struct mlx5_core_dev *dev, u32 pdn,
982 int npsvs, u32 *sig_index);
983int mlx5_core_destroy_psv(struct mlx5_core_dev *dev, int psv_num);
5903325a 984void mlx5_core_put_rsc(struct mlx5_core_rsc_common *common);
e420f0c0
HE
985int mlx5_query_odp_caps(struct mlx5_core_dev *dev,
986 struct mlx5_odp_caps *odp_caps);
1c64bf6f
MY
987int mlx5_core_query_ib_ppcnt(struct mlx5_core_dev *dev,
988 u8 port_num, void *out, size_t sz);
d9aaed83
AK
989#ifdef CONFIG_INFINIBAND_ON_DEMAND_PAGING
990int mlx5_core_page_fault_resume(struct mlx5_core_dev *dev, u32 token,
991 u32 wq_num, u8 type, int error);
992#endif
e126ba97 993
1466cc5b
YP
994int mlx5_init_rl_table(struct mlx5_core_dev *dev);
995void mlx5_cleanup_rl_table(struct mlx5_core_dev *dev);
05d3ac97
BW
996int mlx5_rl_add_rate(struct mlx5_core_dev *dev, u16 *index,
997 struct mlx5_rate_limit *rl);
998void mlx5_rl_remove_rate(struct mlx5_core_dev *dev, struct mlx5_rate_limit *rl);
1466cc5b 999bool mlx5_rl_is_in_range(struct mlx5_core_dev *dev, u32 rate);
05d3ac97
BW
1000bool mlx5_rl_are_equal(struct mlx5_rate_limit *rl_0,
1001 struct mlx5_rate_limit *rl_1);
a6d51b68
EC
1002int mlx5_alloc_bfreg(struct mlx5_core_dev *mdev, struct mlx5_sq_bfreg *bfreg,
1003 bool map_wc, bool fast_path);
1004void mlx5_free_bfreg(struct mlx5_core_dev *mdev, struct mlx5_sq_bfreg *bfreg);
1466cc5b 1005
f2f3df55
SM
1006unsigned int mlx5_comp_vectors_count(struct mlx5_core_dev *dev);
1007struct cpumask *
1008mlx5_comp_irq_get_affinity_mask(struct mlx5_core_dev *dev, int vector);
52ec462e
IT
1009unsigned int mlx5_core_reserved_gids_count(struct mlx5_core_dev *dev);
1010int mlx5_core_roce_gid_set(struct mlx5_core_dev *dev, unsigned int index,
1011 u8 roce_version, u8 roce_l3_type, const u8 *gid,
cfe4e37f 1012 const u8 *mac, bool vlan, u16 vlan_id, u8 port_num);
52ec462e 1013
e3297246
EC
1014static inline int fw_initializing(struct mlx5_core_dev *dev)
1015{
1016 return ioread32be(&dev->iseg->initializing) >> 31;
1017}
1018
e126ba97
EC
1019static inline u32 mlx5_mkey_to_idx(u32 mkey)
1020{
1021 return mkey >> 8;
1022}
1023
1024static inline u32 mlx5_idx_to_mkey(u32 mkey_idx)
1025{
1026 return mkey_idx << 8;
1027}
1028
746b5583
EC
1029static inline u8 mlx5_mkey_variant(u32 mkey)
1030{
1031 return mkey & 0xff;
1032}
1033
e126ba97
EC
1034enum {
1035 MLX5_PROF_MASK_QP_SIZE = (u64)1 << 0,
c1868b82 1036 MLX5_PROF_MASK_MR_CACHE = (u64)1 << 1,
e126ba97
EC
1037};
1038
1039enum {
8b7ff7f3 1040 MR_CACHE_LAST_STD_ENTRY = 20,
81713d37
AK
1041 MLX5_IMR_MTT_CACHE_ENTRY,
1042 MLX5_IMR_KSM_CACHE_ENTRY,
49780d42 1043 MAX_MR_CACHE_ENTRIES
e126ba97
EC
1044};
1045
64613d94
SM
1046enum {
1047 MLX5_INTERFACE_PROTOCOL_IB = 0,
1048 MLX5_INTERFACE_PROTOCOL_ETH = 1,
1049};
1050
9603b61d
JM
1051struct mlx5_interface {
1052 void * (*add)(struct mlx5_core_dev *dev);
1053 void (*remove)(struct mlx5_core_dev *dev, void *context);
737a234b
MHY
1054 int (*attach)(struct mlx5_core_dev *dev, void *context);
1055 void (*detach)(struct mlx5_core_dev *dev, void *context);
9603b61d 1056 void (*event)(struct mlx5_core_dev *dev, void *context,
4d2f9bbb 1057 enum mlx5_dev_event event, unsigned long param);
64613d94
SM
1058 void * (*get_dev)(void *context);
1059 int protocol;
9603b61d
JM
1060 struct list_head list;
1061};
1062
64613d94 1063void *mlx5_get_protocol_dev(struct mlx5_core_dev *mdev, int protocol);
9603b61d
JM
1064int mlx5_register_interface(struct mlx5_interface *intf);
1065void mlx5_unregister_interface(struct mlx5_interface *intf);
20902be4
SM
1066int mlx5_notifier_register(struct mlx5_core_dev *dev, struct notifier_block *nb);
1067int mlx5_notifier_unregister(struct mlx5_core_dev *dev, struct notifier_block *nb);
1068
211e6c80 1069int mlx5_core_query_vendor_id(struct mlx5_core_dev *mdev, u32 *vendor_id);
9603b61d 1070
3bc34f3b
AH
1071int mlx5_cmd_create_vport_lag(struct mlx5_core_dev *dev);
1072int mlx5_cmd_destroy_vport_lag(struct mlx5_core_dev *dev);
7907f23a 1073bool mlx5_lag_is_active(struct mlx5_core_dev *dev);
6a32047a 1074struct net_device *mlx5_lag_get_roce_netdev(struct mlx5_core_dev *dev);
71a0ff65
MD
1075int mlx5_lag_query_cong_counters(struct mlx5_core_dev *dev,
1076 u64 *values,
1077 int num_counters,
1078 size_t *offsets);
01187175
EC
1079struct mlx5_uars_page *mlx5_get_uars_page(struct mlx5_core_dev *mdev);
1080void mlx5_put_uars_page(struct mlx5_core_dev *mdev, struct mlx5_uars_page *up);
7907f23a 1081
f6a8a19b 1082#ifdef CONFIG_MLX5_CORE_IPOIB
693dfd5a
ES
1083struct net_device *mlx5_rdma_netdev_alloc(struct mlx5_core_dev *mdev,
1084 struct ib_device *ibdev,
1085 const char *name,
1086 void (*setup)(struct net_device *));
693dfd5a 1087#endif /* CONFIG_MLX5_CORE_IPOIB */
f6a8a19b
DD
1088int mlx5_rdma_rn_get_params(struct mlx5_core_dev *mdev,
1089 struct ib_device *device,
1090 struct rdma_netdev_alloc_params *params);
693dfd5a 1091
e126ba97
EC
1092struct mlx5_profile {
1093 u64 mask;
f241e749 1094 u8 log_max_qp;
e126ba97
EC
1095 struct {
1096 int size;
1097 int limit;
1098 } mr_cache[MAX_MR_CACHE_ENTRIES];
1099};
1100
fc50db98
EC
1101enum {
1102 MLX5_PCI_DEV_IS_VF = 1 << 0,
1103};
1104
1105static inline int mlx5_core_is_pf(struct mlx5_core_dev *dev)
1106{
1107 return !(dev->priv.pci_dev_data & MLX5_PCI_DEV_IS_VF);
1108}
1109
57cbd893
MB
1110#define MLX5_TOTAL_VPORTS(mdev) (1 + pci_sriov_get_totalvfs((mdev)->pdev))
1111#define MLX5_VPORT_MANAGER(mdev) \
1112 (MLX5_CAP_GEN(mdev, vport_group_manager) && \
1113 (MLX5_CAP_GEN(mdev, port_type) == MLX5_CAP_PORT_TYPE_ETH) && \
1114 mlx5_core_is_pf(mdev))
1115
707c4602
MD
1116static inline int mlx5_get_gid_table_len(u16 param)
1117{
1118 if (param > 4) {
1119 pr_warn("gid table length is zero\n");
1120 return 0;
1121 }
1122
1123 return 8 * (1 << param);
1124}
1125
1466cc5b
YP
1126static inline bool mlx5_rl_is_supported(struct mlx5_core_dev *dev)
1127{
1128 return !!(dev->priv.rl_table.max_size);
1129}
1130
32f69e4b
DJ
1131static inline int mlx5_core_is_mp_slave(struct mlx5_core_dev *dev)
1132{
1133 return MLX5_CAP_GEN(dev, affiliate_nic_vport_criteria) &&
1134 MLX5_CAP_GEN(dev, num_vhca_ports) <= 1;
1135}
1136
1137static inline int mlx5_core_is_mp_master(struct mlx5_core_dev *dev)
1138{
1139 return MLX5_CAP_GEN(dev, num_vhca_ports) > 1;
1140}
1141
1142static inline int mlx5_core_mp_enabled(struct mlx5_core_dev *dev)
1143{
1144 return mlx5_core_is_mp_slave(dev) ||
1145 mlx5_core_is_mp_master(dev);
1146}
1147
7fd8aefb
DJ
1148static inline int mlx5_core_native_port_num(struct mlx5_core_dev *dev)
1149{
32f69e4b
DJ
1150 if (!mlx5_core_mp_enabled(dev))
1151 return 1;
1152
1153 return MLX5_CAP_GEN(dev, native_port_num);
7fd8aefb
DJ
1154}
1155
020446e0
EC
1156enum {
1157 MLX5_TRIGGERED_CMD_COMP = (u64)1 << 32,
1158};
1159
e126ba97 1160#endif /* MLX5_DRIVER_H */