IB/mlx4: Alias GUID adding persistency support
[linux-2.6-block.git] / drivers / net / ethernet / mellanox / mlx4 / mlx4.h
CommitLineData
225c7b1f
RD
1/*
2 * Copyright (c) 2004, 2005 Topspin Communications. All rights reserved.
3 * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
4 * Copyright (c) 2005, 2006, 2007 Cisco Systems. All rights reserved.
51a379d0 5 * Copyright (c) 2005, 2006, 2007, 2008 Mellanox Technologies. All rights reserved.
225c7b1f
RD
6 * Copyright (c) 2004 Voltaire, Inc. All rights reserved.
7 *
8 * This software is available to you under a choice of one of two
9 * licenses. You may choose to be licensed under the terms of the GNU
10 * General Public License (GPL) Version 2, available from the file
11 * COPYING in the main directory of this source tree, or the
12 * OpenIB.org BSD license below:
13 *
14 * Redistribution and use in source and binary forms, with or
15 * without modification, are permitted provided that the following
16 * conditions are met:
17 *
18 * - Redistributions of source code must retain the above
19 * copyright notice, this list of conditions and the following
20 * disclaimer.
21 *
22 * - Redistributions in binary form must reproduce the above
23 * copyright notice, this list of conditions and the following
24 * disclaimer in the documentation and/or other materials
25 * provided with the distribution.
26 *
27 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
28 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
29 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
30 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
31 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
32 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
33 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
34 * SOFTWARE.
35 */
36
37#ifndef MLX4_H
38#define MLX4_H
39
525f5f44 40#include <linux/mutex.h>
225c7b1f 41#include <linux/radix-tree.h>
4af1c048 42#include <linux/rbtree.h>
ee49bd93 43#include <linux/timer.h>
3142788b 44#include <linux/semaphore.h>
27bf91d6 45#include <linux/workqueue.h>
3dca0f42
MB
46#include <linux/interrupt.h>
47#include <linux/spinlock.h>
225c7b1f
RD
48
49#include <linux/mlx4/device.h>
37608eea 50#include <linux/mlx4/driver.h>
225c7b1f 51#include <linux/mlx4/doorbell.h>
623ed84b 52#include <linux/mlx4/cmd.h>
666672d4 53#include "fw_qos.h"
225c7b1f
RD
54
55#define DRV_NAME "mlx4_core"
ab9c17a0 56#define PFX DRV_NAME ": "
169a1d85
AV
57#define DRV_VERSION "2.2-1"
58#define DRV_RELDATE "Feb, 2014"
225c7b1f 59
0ff1fb65
HHZ
60#define MLX4_FS_UDP_UC_EN (1 << 1)
61#define MLX4_FS_TCP_UC_EN (1 << 2)
62#define MLX4_FS_NUM_OF_L2_ADDR 8
63#define MLX4_FS_MGM_LOG_ENTRY_SIZE 7
64#define MLX4_FS_NUM_MCG (1 << 17)
65
e448834e
SM
66#define INIT_HCA_TPT_MW_ENABLE (1 << 7)
67
225c7b1f
RD
68enum {
69 MLX4_HCR_BASE = 0x80680,
70 MLX4_HCR_SIZE = 0x0001c,
623ed84b
JM
71 MLX4_CLR_INT_SIZE = 0x00008,
72 MLX4_SLAVE_COMM_BASE = 0x0,
ddd8a6c1 73 MLX4_COMM_PAGESIZE = 0x1000,
55ad3592
YH
74 MLX4_CLOCK_SIZE = 0x00008,
75 MLX4_COMM_CHAN_CAPS = 0x8,
76 MLX4_COMM_CHAN_FLAGS = 0xc
225c7b1f
RD
77};
78
225c7b1f 79enum {
3c439b55
JM
80 MLX4_DEFAULT_MGM_LOG_ENTRY_SIZE = 10,
81 MLX4_MIN_MGM_LOG_ENTRY_SIZE = 7,
82 MLX4_MAX_MGM_LOG_ENTRY_SIZE = 12,
83 MLX4_MAX_QP_PER_MGM = 4 * ((1 << MLX4_MAX_MGM_LOG_ENTRY_SIZE) / 16 - 2),
0ec2c0f8 84 MLX4_MTT_ENTRY_PER_SEG = 8,
225c7b1f
RD
85};
86
225c7b1f
RD
87enum {
88 MLX4_NUM_PDS = 1 << 15
89};
90
91enum {
92 MLX4_CMPT_TYPE_QP = 0,
93 MLX4_CMPT_TYPE_SRQ = 1,
94 MLX4_CMPT_TYPE_CQ = 2,
95 MLX4_CMPT_TYPE_EQ = 3,
96 MLX4_CMPT_NUM_TYPE
97};
98
99enum {
100 MLX4_CMPT_SHIFT = 24,
101 MLX4_NUM_CMPTS = MLX4_CMPT_NUM_TYPE << MLX4_CMPT_SHIFT
102};
103
b20e519a
SM
104enum mlx4_mpt_state {
105 MLX4_MPT_DISABLED = 0,
106 MLX4_MPT_EN_HW,
107 MLX4_MPT_EN_SW
623ed84b
JM
108};
109
110#define MLX4_COMM_TIME 10000
55ad3592 111#define MLX4_COMM_OFFLINE_TIME_OUT 30000
0cd93027
YH
112#define MLX4_COMM_CMD_NA_OP 0x0
113
55ad3592 114
623ed84b
JM
115enum {
116 MLX4_COMM_CMD_RESET,
117 MLX4_COMM_CMD_VHCR0,
118 MLX4_COMM_CMD_VHCR1,
119 MLX4_COMM_CMD_VHCR2,
120 MLX4_COMM_CMD_VHCR_EN,
121 MLX4_COMM_CMD_VHCR_POST,
122 MLX4_COMM_CMD_FLR = 254
123};
124
99ec41d0
JM
125enum {
126 MLX4_VF_SMI_DISABLED,
127 MLX4_VF_SMI_ENABLED
128};
129
623ed84b
JM
130/*The flag indicates that the slave should delay the RESET cmd*/
131#define MLX4_DELAY_RESET_SLAVE 0xbbbbbbb
132/*indicates how many retries will be done if we are in the middle of FLR*/
133#define NUM_OF_RESET_RETRIES 10
134#define SLEEP_TIME_IN_RESET (2 * 1000)
135enum mlx4_resource {
136 RES_QP,
137 RES_CQ,
138 RES_SRQ,
139 RES_XRCD,
140 RES_MPT,
141 RES_MTT,
142 RES_MAC,
143 RES_VLAN,
144 RES_EQ,
145 RES_COUNTER,
1b9c6b06 146 RES_FS_RULE,
623ed84b
JM
147 MLX4_NUM_OF_RESOURCE_TYPE
148};
149
150enum mlx4_alloc_mode {
151 RES_OP_RESERVE,
152 RES_OP_RESERVE_AND_MAP,
153 RES_OP_MAP_ICM,
154};
155
b8924951
JM
156enum mlx4_res_tracker_free_type {
157 RES_TR_FREE_ALL,
158 RES_TR_FREE_SLAVES_ONLY,
159 RES_TR_FREE_STRUCTS_ONLY,
160};
623ed84b
JM
161
162/*
163 *Virtual HCR structures.
dbedd44e 164 * mlx4_vhcr is the sw representation, in machine endianness
623ed84b
JM
165 *
166 * mlx4_vhcr_cmd is the formalized structure, the one that is passed
167 * to FW to go through communication channel.
168 * It is big endian, and has the same structure as the physical HCR
169 * used by command interface
170 */
171struct mlx4_vhcr {
172 u64 in_param;
173 u64 out_param;
174 u32 in_modifier;
175 u32 errno;
176 u16 op;
177 u16 token;
178 u8 op_modifier;
179 u8 e_bit;
180};
181
182struct mlx4_vhcr_cmd {
183 __be64 in_param;
184 __be32 in_modifier;
dc7d5004 185 u32 reserved1;
623ed84b
JM
186 __be64 out_param;
187 __be16 token;
188 u16 reserved;
189 u8 status;
190 u8 flags;
191 __be16 opcode;
192};
193
194struct mlx4_cmd_info {
195 u16 opcode;
196 bool has_inbox;
197 bool has_outbox;
198 bool out_is_imm;
199 bool encode_slave_id;
200 int (*verify)(struct mlx4_dev *dev, int slave, struct mlx4_vhcr *vhcr,
201 struct mlx4_cmd_mailbox *inbox);
202 int (*wrapper)(struct mlx4_dev *dev, int slave, struct mlx4_vhcr *vhcr,
203 struct mlx4_cmd_mailbox *inbox,
204 struct mlx4_cmd_mailbox *outbox,
205 struct mlx4_cmd_info *cmd);
206};
207
225c7b1f
RD
208#ifdef CONFIG_MLX4_DEBUG
209extern int mlx4_debug_level;
7b0f5df4
RD
210#else /* CONFIG_MLX4_DEBUG */
211#define mlx4_debug_level (0)
212#endif /* CONFIG_MLX4_DEBUG */
225c7b1f 213
1a91de28 214#define mlx4_dbg(mdev, format, ...) \
0a645e80
JP
215do { \
216 if (mlx4_debug_level) \
872bf2fb
YH
217 dev_printk(KERN_DEBUG, \
218 &(mdev)->persist->pdev->dev, format, \
1a91de28 219 ##__VA_ARGS__); \
0a645e80 220} while (0)
225c7b1f 221
1a91de28 222#define mlx4_err(mdev, format, ...) \
872bf2fb 223 dev_err(&(mdev)->persist->pdev->dev, format, ##__VA_ARGS__)
1a91de28 224#define mlx4_info(mdev, format, ...) \
872bf2fb 225 dev_info(&(mdev)->persist->pdev->dev, format, ##__VA_ARGS__)
1a91de28 226#define mlx4_warn(mdev, format, ...) \
872bf2fb 227 dev_warn(&(mdev)->persist->pdev->dev, format, ##__VA_ARGS__)
225c7b1f 228
0ec2c0f8 229extern int mlx4_log_num_mgm_entry_size;
2b8fb286 230extern int log_mtts_per_seg;
f5aef5aa 231extern int mlx4_internal_err_reset;
0ec2c0f8 232
5a2e87b1
JM
233#define MLX4_MAX_NUM_SLAVES (min(MLX4_MAX_NUM_PF + MLX4_MAX_NUM_VF, \
234 MLX4_MFUNC_MAX))
623ed84b
JM
235#define ALL_SLAVES 0xff
236
225c7b1f
RD
237struct mlx4_bitmap {
238 u32 last;
239 u32 top;
240 u32 max;
93fc9e1b 241 u32 reserved_top;
225c7b1f 242 u32 mask;
42d1e017 243 u32 avail;
7a89399f 244 u32 effective_len;
225c7b1f
RD
245 spinlock_t lock;
246 unsigned long *table;
247};
248
249struct mlx4_buddy {
250 unsigned long **bits;
e4044cfc 251 unsigned int *num_free;
3de819e6 252 u32 max_order;
225c7b1f
RD
253 spinlock_t lock;
254};
255
256struct mlx4_icm;
257
258struct mlx4_icm_table {
259 u64 virt;
260 int num_icm;
3de819e6 261 u32 num_obj;
225c7b1f
RD
262 int obj_size;
263 int lowmem;
5b0bf5e2 264 int coherent;
225c7b1f
RD
265 struct mutex mutex;
266 struct mlx4_icm **icm;
267};
268
cc1ade94
SM
269#define MLX4_MPT_FLAG_SW_OWNS (0xfUL << 28)
270#define MLX4_MPT_FLAG_FREE (0x3UL << 28)
271#define MLX4_MPT_FLAG_MIO (1 << 17)
272#define MLX4_MPT_FLAG_BIND_ENABLE (1 << 15)
273#define MLX4_MPT_FLAG_PHYSICAL (1 << 9)
274#define MLX4_MPT_FLAG_REGION (1 << 8)
275
e630664c
MB
276#define MLX4_MPT_PD_MASK (0x1FFFFUL)
277#define MLX4_MPT_PD_VF_MASK (0xFE0000UL)
cc1ade94
SM
278#define MLX4_MPT_PD_FLAG_FAST_REG (1 << 27)
279#define MLX4_MPT_PD_FLAG_RAE (1 << 28)
280#define MLX4_MPT_PD_FLAG_EN_INV (3 << 24)
281
282#define MLX4_MPT_QP_FLAG_BOUND_QP (1 << 7)
283
284#define MLX4_MPT_STATUS_SW 0xF0
285#define MLX4_MPT_STATUS_HW 0x00
286
77507aa2
IS
287#define MLX4_CQE_SIZE_MASK_STRIDE 0x3
288#define MLX4_EQE_SIZE_MASK_STRIDE 0x30
289
c82e9aa0
EC
290/*
291 * Must be packed because mtt_seg is 64 bits but only aligned to 32 bits.
292 */
293struct mlx4_mpt_entry {
294 __be32 flags;
295 __be32 qpn;
296 __be32 key;
297 __be32 pd_flags;
298 __be64 start;
299 __be64 length;
300 __be32 lkey;
301 __be32 win_cnt;
302 u8 reserved1[3];
303 u8 mtt_rep;
2b8fb286 304 __be64 mtt_addr;
c82e9aa0
EC
305 __be32 mtt_sz;
306 __be32 entity_size;
307 __be32 first_byte_offset;
308} __packed;
309
310/*
311 * Must be packed because start is 64 bits but only aligned to 32 bits.
312 */
313struct mlx4_eq_context {
314 __be32 flags;
315 u16 reserved1[3];
316 __be16 page_offset;
317 u8 log_eq_size;
318 u8 reserved2[4];
319 u8 eq_period;
320 u8 reserved3;
321 u8 eq_max_count;
322 u8 reserved4[3];
323 u8 intr;
324 u8 log_page_size;
325 u8 reserved5[2];
326 u8 mtt_base_addr_h;
327 __be32 mtt_base_addr_l;
328 u32 reserved6[2];
329 __be32 consumer_index;
330 __be32 producer_index;
331 u32 reserved7[4];
332};
333
334struct mlx4_cq_context {
335 __be32 flags;
336 u16 reserved1[3];
337 __be16 page_offset;
338 __be32 logsize_usrpage;
339 __be16 cq_period;
340 __be16 cq_max_count;
341 u8 reserved2[3];
342 u8 comp_eqn;
343 u8 log_page_size;
344 u8 reserved3[2];
345 u8 mtt_base_addr_h;
346 __be32 mtt_base_addr_l;
347 __be32 last_notified_index;
348 __be32 solicit_producer_index;
349 __be32 consumer_index;
350 __be32 producer_index;
351 u32 reserved4[2];
352 __be64 db_rec_addr;
353};
354
355struct mlx4_srq_context {
356 __be32 state_logsize_srqn;
357 u8 logstride;
358 u8 reserved1;
359 __be16 xrcd;
360 __be32 pg_offset_cqn;
361 u32 reserved2;
362 u8 log_page_size;
363 u8 reserved3[2];
364 u8 mtt_base_addr_h;
365 __be32 mtt_base_addr_l;
366 __be32 pd;
367 __be16 limit_watermark;
368 __be16 wqe_cnt;
369 u16 reserved4;
370 __be16 wqe_counter;
371 u32 reserved5;
372 __be64 db_rec_addr;
373};
374
3dca0f42
MB
375struct mlx4_eq_tasklet {
376 struct list_head list;
377 struct list_head process_list;
378 struct tasklet_struct task;
379 /* lock on completion tasklet list */
380 spinlock_t lock;
381};
382
225c7b1f
RD
383struct mlx4_eq {
384 struct mlx4_dev *dev;
385 void __iomem *doorbell;
386 int eqn;
387 u32 cons_index;
388 u16 irq;
389 u16 have_irq;
390 int nent;
391 struct mlx4_buf_list *page_list;
392 struct mlx4_mtt mtt;
3dca0f42 393 struct mlx4_eq_tasklet tasklet_ctx;
225c7b1f
RD
394};
395
623ed84b
JM
396struct mlx4_slave_eqe {
397 u8 type;
398 u8 port;
399 u32 param;
400};
401
402struct mlx4_slave_event_eq_info {
803143fb 403 int eqn;
623ed84b 404 u16 token;
623ed84b
JM
405};
406
225c7b1f
RD
407struct mlx4_profile {
408 int num_qp;
409 int rdmarc_per_qp;
410 int num_srq;
411 int num_cq;
412 int num_mcg;
413 int num_mpt;
db5a7a65 414 unsigned num_mtt;
225c7b1f
RD
415};
416
417struct mlx4_fw {
418 u64 clr_int_base;
419 u64 catas_offset;
623ed84b 420 u64 comm_base;
ddd8a6c1 421 u64 clock_offset;
225c7b1f
RD
422 struct mlx4_icm *fw_icm;
423 struct mlx4_icm *aux_icm;
424 u32 catas_size;
425 u16 fw_pages;
426 u8 clr_int_bar;
427 u8 catas_bar;
623ed84b 428 u8 comm_bar;
ddd8a6c1 429 u8 clock_bar;
623ed84b
JM
430};
431
432struct mlx4_comm {
433 u32 slave_write;
434 u32 slave_read;
225c7b1f
RD
435};
436
ffe455ad
EE
437enum {
438 MLX4_MCAST_CONFIG = 0,
439 MLX4_MCAST_DISABLE = 1,
440 MLX4_MCAST_ENABLE = 2,
441};
442
623ed84b
JM
443#define VLAN_FLTR_SIZE 128
444
445struct mlx4_vlan_fltr {
446 __be32 entry[VLAN_FLTR_SIZE];
447};
448
ffe455ad
EE
449struct mlx4_mcast_entry {
450 struct list_head list;
451 u64 addr;
452};
453
b12d93d6
YP
454struct mlx4_promisc_qp {
455 struct list_head list;
456 u32 qpn;
457};
458
459struct mlx4_steer_index {
460 struct list_head list;
461 unsigned int index;
462 struct list_head duplicates;
463};
464
803143fb
MA
465#define MLX4_EVENT_TYPES_NUM 64
466
623ed84b
JM
467struct mlx4_slave_state {
468 u8 comm_toggle;
469 u8 last_cmd;
470 u8 init_port_mask;
471 bool active;
2c957ff2 472 bool old_vlan_api;
623ed84b
JM
473 u8 function;
474 dma_addr_t vhcr_dma;
475 u16 mtu[MLX4_MAX_PORTS + 1];
476 __be32 ib_cap_mask[MLX4_MAX_PORTS + 1];
477 struct mlx4_slave_eqe eq[MLX4_MFUNC_MAX_EQES];
478 struct list_head mcast_filters[MLX4_MAX_PORTS + 1];
479 struct mlx4_vlan_fltr *vlan_filter[MLX4_MAX_PORTS + 1];
803143fb
MA
480 /* event type to eq number lookup */
481 struct mlx4_slave_event_eq_info event_eq[MLX4_EVENT_TYPES_NUM];
623ed84b
JM
482 u16 eq_pi;
483 u16 eq_ci;
484 spinlock_t lock;
485 /*initialized via the kzalloc*/
486 u8 is_slave_going_down;
487 u32 cookie;
993c401e 488 enum slave_port_state port_state[MLX4_MAX_PORTS + 1];
623ed84b
JM
489};
490
0eb62b93
RE
491#define MLX4_VGT 4095
492#define NO_INDX (-1)
493
494struct mlx4_vport_state {
495 u64 mac;
496 u16 default_vlan;
497 u8 default_qos;
498 u32 tx_rate;
499 bool spoofchk;
948e306d 500 u32 link_state;
08068cd5 501 u8 qos_vport;
0eb62b93
RE
502};
503
504struct mlx4_vf_admin_state {
505 struct mlx4_vport_state vport[MLX4_MAX_PORTS + 1];
99ec41d0 506 u8 enable_smi[MLX4_MAX_PORTS + 1];
0eb62b93
RE
507};
508
509struct mlx4_vport_oper_state {
510 struct mlx4_vport_state state;
511 int mac_idx;
512 int vlan_idx;
513};
99ec41d0 514
0eb62b93
RE
515struct mlx4_vf_oper_state {
516 struct mlx4_vport_oper_state vport[MLX4_MAX_PORTS + 1];
99ec41d0 517 u8 smi_enabled[MLX4_MAX_PORTS + 1];
0eb62b93
RE
518};
519
623ed84b
JM
520struct slave_list {
521 struct mutex mutex;
522 struct list_head res_list[MLX4_NUM_OF_RESOURCE_TYPE];
523};
524
5a0d0a61 525struct resource_allocator {
146f3ef4 526 spinlock_t alloc_lock; /* protect quotas */
5a0d0a61
JM
527 union {
528 int res_reserved;
529 int res_port_rsvd[MLX4_MAX_PORTS];
530 };
531 union {
532 int res_free;
533 int res_port_free[MLX4_MAX_PORTS];
534 };
535 int *quota;
536 int *allocated;
537 int *guaranteed;
538};
539
623ed84b
JM
540struct mlx4_resource_tracker {
541 spinlock_t lock;
542 /* tree for each resources */
4af1c048 543 struct rb_root res_tree[MLX4_NUM_OF_RESOURCE_TYPE];
623ed84b
JM
544 /* num_of_slave's lists, one per slave */
545 struct slave_list *slave_list;
5a0d0a61 546 struct resource_allocator res_alloc[MLX4_NUM_OF_RESOURCE_TYPE];
623ed84b
JM
547};
548
549#define SLAVE_EVENT_EQ_SIZE 128
550struct mlx4_slave_event_eq {
551 u32 eqn;
552 u32 cons;
553 u32 prod;
992e8e6e 554 spinlock_t event_lock;
623ed84b
JM
555 struct mlx4_eqe event_eqe[SLAVE_EVENT_EQ_SIZE];
556};
557
666672d4
IS
558struct mlx4_qos_manager {
559 int num_of_qos_vfs;
560 DECLARE_BITMAP(priority_bm, MLX4_NUM_UP);
561};
562
623ed84b
JM
563struct mlx4_master_qp0_state {
564 int proxy_qp0_active;
565 int qp0_active;
566 int port_active;
567};
568
569struct mlx4_mfunc_master_ctx {
570 struct mlx4_slave_state *slave_state;
0eb62b93
RE
571 struct mlx4_vf_admin_state *vf_admin;
572 struct mlx4_vf_oper_state *vf_oper;
623ed84b
JM
573 struct mlx4_master_qp0_state qp0_state[MLX4_MAX_PORTS + 1];
574 int init_port_ref[MLX4_MAX_PORTS + 1];
575 u16 max_mtu[MLX4_MAX_PORTS + 1];
576 int disable_mcast_ref[MLX4_MAX_PORTS + 1];
577 struct mlx4_resource_tracker res_tracker;
578 struct workqueue_struct *comm_wq;
579 struct work_struct comm_work;
580 struct work_struct slave_event_work;
581 struct work_struct slave_flr_event_work;
582 spinlock_t slave_state_lock;
f5311ac1 583 __be32 comm_arm_bit_vector[4];
623ed84b
JM
584 struct mlx4_eqe cmd_eqe;
585 struct mlx4_slave_event_eq slave_eq;
586 struct mutex gen_eqe_mutex[MLX4_MFUNC_MAX];
666672d4 587 struct mlx4_qos_manager qos_ctl[MLX4_MAX_PORTS + 1];
623ed84b
JM
588};
589
590struct mlx4_mfunc {
591 struct mlx4_comm __iomem *comm;
592 struct mlx4_vhcr_cmd *vhcr;
593 dma_addr_t vhcr_dma;
594
595 struct mlx4_mfunc_master_ctx master;
596};
597
fe6f700d
YP
598#define MGM_QPN_MASK 0x00FFFFFF
599#define MGM_BLCK_LB_BIT 30
600
601struct mlx4_mgm {
602 __be32 next_gid_index;
603 __be32 members_count;
604 u32 reserved[2];
605 u8 gid[16];
606 __be32 qp[MLX4_MAX_QP_PER_MGM];
607};
608
225c7b1f
RD
609struct mlx4_cmd {
610 struct pci_pool *pool;
611 void __iomem *hcr;
f3d4c89e 612 struct mutex slave_cmd_mutex;
225c7b1f
RD
613 struct semaphore poll_sem;
614 struct semaphore event_sem;
615 int max_cmds;
616 spinlock_t context_lock;
617 int free_head;
618 struct mlx4_cmd_context *context;
619 u16 token_mask;
620 u8 use_events;
621 u8 toggle;
623ed84b 622 u8 comm_toggle;
ffc39f6d 623 u8 initialized;
225c7b1f
RD
624};
625
b01978ca
JM
626enum {
627 MLX4_VF_IMMED_VLAN_FLAG_VLAN = 1 << 0,
628 MLX4_VF_IMMED_VLAN_FLAG_QOS = 1 << 1,
0a6eac24 629 MLX4_VF_IMMED_VLAN_FLAG_LINK_DISABLE = 1 << 2,
b01978ca
JM
630};
631struct mlx4_vf_immed_vlan_work {
632 struct work_struct work;
633 struct mlx4_priv *priv;
634 int flags;
635 int slave;
636 int vlan_ix;
637 int orig_vlan_ix;
638 u8 port;
639 u8 qos;
08068cd5 640 u8 qos_vport;
b01978ca
JM
641 u16 vlan_id;
642 u16 orig_vlan_id;
643};
644
645
225c7b1f
RD
646struct mlx4_uar_table {
647 struct mlx4_bitmap bitmap;
648};
649
650struct mlx4_mr_table {
651 struct mlx4_bitmap mpt_bitmap;
652 struct mlx4_buddy mtt_buddy;
653 u64 mtt_base;
654 u64 mpt_base;
655 struct mlx4_icm_table mtt_table;
656 struct mlx4_icm_table dmpt_table;
657};
658
659struct mlx4_cq_table {
660 struct mlx4_bitmap bitmap;
661 spinlock_t lock;
662 struct radix_tree_root tree;
663 struct mlx4_icm_table table;
664 struct mlx4_icm_table cmpt_table;
665};
666
667struct mlx4_eq_table {
668 struct mlx4_bitmap bitmap;
b8dd786f 669 char *irq_names;
225c7b1f 670 void __iomem *clr_int;
b8dd786f 671 void __iomem **uar_map;
225c7b1f 672 u32 clr_mask;
b8dd786f 673 struct mlx4_eq *eq;
fa0681d2 674 struct mlx4_icm_table table;
225c7b1f
RD
675 struct mlx4_icm_table cmpt_table;
676 int have_irq;
677 u8 inta_pin;
678};
679
680struct mlx4_srq_table {
681 struct mlx4_bitmap bitmap;
682 spinlock_t lock;
683 struct radix_tree_root tree;
684 struct mlx4_icm_table table;
685 struct mlx4_icm_table cmpt_table;
686};
687
d57febe1
MB
688enum mlx4_qp_table_zones {
689 MLX4_QP_TABLE_ZONE_GENERAL,
690 MLX4_QP_TABLE_ZONE_RSS,
691 MLX4_QP_TABLE_ZONE_RAW_ETH,
692 MLX4_QP_TABLE_ZONE_NUM
693};
694
225c7b1f 695struct mlx4_qp_table {
d57febe1
MB
696 struct mlx4_bitmap *bitmap_gen;
697 struct mlx4_zone_allocator *zones;
698 u32 zones_uids[MLX4_QP_TABLE_ZONE_NUM];
225c7b1f
RD
699 u32 rdmarc_base;
700 int rdmarc_shift;
701 spinlock_t lock;
702 struct mlx4_icm_table qp_table;
703 struct mlx4_icm_table auxc_table;
704 struct mlx4_icm_table altc_table;
705 struct mlx4_icm_table rdmarc_table;
706 struct mlx4_icm_table cmpt_table;
707};
708
709struct mlx4_mcg_table {
710 struct mutex mutex;
711 struct mlx4_bitmap bitmap;
712 struct mlx4_icm_table table;
713};
714
715struct mlx4_catas_err {
716 u32 __iomem *map;
ee49bd93
JM
717 struct timer_list timer;
718 struct list_head list;
225c7b1f
RD
719};
720
2a2336f8
YP
721#define MLX4_MAX_MAC_NUM 128
722#define MLX4_MAC_TABLE_SIZE (MLX4_MAX_MAC_NUM << 3)
723
724struct mlx4_mac_table {
725 __be64 entries[MLX4_MAX_MAC_NUM];
726 int refs[MLX4_MAX_MAC_NUM];
727 struct mutex mutex;
728 int total;
729 int max;
730};
731
111c6094
JM
732#define MLX4_ROCE_GID_ENTRY_SIZE 16
733
734struct mlx4_roce_gid_entry {
735 u8 raw[MLX4_ROCE_GID_ENTRY_SIZE];
736};
737
738struct mlx4_roce_gid_table {
739 struct mlx4_roce_gid_entry roce_gids[MLX4_ROCE_MAX_GIDS];
740 struct mutex mutex;
741};
742
2a2336f8
YP
743#define MLX4_MAX_VLAN_NUM 128
744#define MLX4_VLAN_TABLE_SIZE (MLX4_MAX_VLAN_NUM << 2)
745
746struct mlx4_vlan_table {
747 __be32 entries[MLX4_MAX_VLAN_NUM];
748 int refs[MLX4_MAX_VLAN_NUM];
749 struct mutex mutex;
750 int total;
751 int max;
752};
753
ffe455ad
EE
754#define SET_PORT_GEN_ALL_VALID 0x7
755#define SET_PORT_PROMISC_SHIFT 31
756#define SET_PORT_MC_PROMISC_SHIFT 30
757
758enum {
759 MCAST_DIRECT_ONLY = 0,
760 MCAST_DIRECT = 1,
761 MCAST_DEFAULT = 2
762};
763
764
765struct mlx4_set_port_general_context {
78500b8c
MM
766 u16 reserved1;
767 u8 v_ignore_fcs;
ffe455ad 768 u8 flags;
78500b8c
MM
769 u8 ignore_fcs;
770 u8 reserved2;
ffe455ad
EE
771 __be16 mtu;
772 u8 pptx;
773 u8 pfctx;
774 u16 reserved3;
775 u8 pprx;
776 u8 pfcrx;
777 u16 reserved4;
778};
779
780struct mlx4_set_port_rqp_calc_context {
781 __be32 base_qpn;
782 u8 rererved;
783 u8 n_mac;
784 u8 n_vlan;
785 u8 n_prio;
786 u8 reserved2[3];
787 u8 mac_miss;
788 u8 intra_no_vlan;
789 u8 no_vlan;
790 u8 intra_vlan_miss;
791 u8 vlan_miss;
792 u8 reserved3[3];
793 u8 no_vlan_prio;
794 __be32 promisc;
795 __be32 mcast;
796};
797
2a2336f8
YP
798struct mlx4_port_info {
799 struct mlx4_dev *dev;
800 int port;
7ff93f8b
YP
801 char dev_name[16];
802 struct device_attribute port_attr;
803 enum mlx4_port_type tmp_type;
096335b3
OG
804 char dev_mtu_name[16];
805 struct device_attribute port_mtu_attr;
2a2336f8
YP
806 struct mlx4_mac_table mac_table;
807 struct mlx4_vlan_table vlan_table;
111c6094 808 struct mlx4_roce_gid_table gid_table;
1679200f 809 int base_qpn;
2a2336f8
YP
810};
811
27bf91d6
YP
812struct mlx4_sense {
813 struct mlx4_dev *dev;
814 u8 do_sense_port[MLX4_MAX_PORTS + 1];
815 u8 sense_allowed[MLX4_MAX_PORTS + 1];
816 struct delayed_work sense_poll;
817};
818
0b7ca5a9
YP
819struct mlx4_msix_ctl {
820 u64 pool_bm;
730c41d5 821 struct mutex pool_lock;
0b7ca5a9
YP
822};
823
b12d93d6
YP
824struct mlx4_steer {
825 struct list_head promisc_qps[MLX4_NUM_STEERS];
826 struct list_head steer_entries[MLX4_NUM_STEERS];
b12d93d6
YP
827};
828
839f1243
RD
829enum {
830 MLX4_PCI_DEV_IS_VF = 1 << 0,
ca3e57a5 831 MLX4_PCI_DEV_FORCE_SENSE_PORT = 1 << 1,
839f1243
RD
832};
833
7c6d74d2
JM
834enum {
835 MLX4_NO_RR = 0,
836 MLX4_USE_RR = 1,
837};
838
225c7b1f
RD
839struct mlx4_priv {
840 struct mlx4_dev dev;
841
842 struct list_head dev_list;
843 struct list_head ctx_list;
844 spinlock_t ctx_lock;
845
839f1243 846 int pci_dev_data;
befdf897 847 int removed;
839f1243 848
6296883c
YP
849 struct list_head pgdir_list;
850 struct mutex pgdir_mutex;
851
225c7b1f
RD
852 struct mlx4_fw fw;
853 struct mlx4_cmd cmd;
623ed84b 854 struct mlx4_mfunc mfunc;
225c7b1f
RD
855
856 struct mlx4_bitmap pd_bitmap;
012a8ff5 857 struct mlx4_bitmap xrcd_bitmap;
225c7b1f
RD
858 struct mlx4_uar_table uar_table;
859 struct mlx4_mr_table mr_table;
860 struct mlx4_cq_table cq_table;
861 struct mlx4_eq_table eq_table;
862 struct mlx4_srq_table srq_table;
863 struct mlx4_qp_table qp_table;
864 struct mlx4_mcg_table mcg_table;
f2a3f6a3 865 struct mlx4_bitmap counters_bitmap;
225c7b1f
RD
866
867 struct mlx4_catas_err catas_err;
868
869 void __iomem *clr_base;
870
871 struct mlx4_uar driver_uar;
872 void __iomem *kar;
2a2336f8 873 struct mlx4_port_info port[MLX4_MAX_PORTS + 1];
27bf91d6 874 struct mlx4_sense sense;
7ff93f8b 875 struct mutex port_mutex;
0b7ca5a9 876 struct mlx4_msix_ctl msix_ctl;
b12d93d6 877 struct mlx4_steer *steer;
c1b43dca
EC
878 struct list_head bf_list;
879 struct mutex bf_mutex;
880 struct io_mapping *bf_mapping;
ddd8a6c1 881 void __iomem *clock_mapping;
ea51b377 882 int reserved_mtts;
0ff1fb65 883 int fs_hash_mode;
54679e14 884 u8 virt2phys_pkey[MLX4_MFUNC_MAX][MLX4_MAX_PORTS][MLX4_MAX_PORT_PKEYS];
53f33ae2
MS
885 struct mlx4_port_map v2p; /* cached port mapping configuration */
886 struct mutex bond_mutex; /* for bond mode */
afa8fd1d 887 __be64 slave_node_guids[MLX4_MFUNC_MAX];
54679e14 888
fe6f700d
YP
889 atomic_t opreq_count;
890 struct work_struct opreq_task;
225c7b1f
RD
891};
892
893static inline struct mlx4_priv *mlx4_priv(struct mlx4_dev *dev)
894{
895 return container_of(dev, struct mlx4_priv, dev);
896}
897
27bf91d6
YP
898#define MLX4_SENSE_RANGE (HZ * 3)
899
900extern struct workqueue_struct *mlx4_wq;
901
225c7b1f 902u32 mlx4_bitmap_alloc(struct mlx4_bitmap *bitmap);
7c6d74d2 903void mlx4_bitmap_free(struct mlx4_bitmap *bitmap, u32 obj, int use_rr);
ddae0349
EE
904u32 mlx4_bitmap_alloc_range(struct mlx4_bitmap *bitmap, int cnt,
905 int align, u32 skip_mask);
7c6d74d2
JM
906void mlx4_bitmap_free_range(struct mlx4_bitmap *bitmap, u32 obj, int cnt,
907 int use_rr);
42d1e017 908u32 mlx4_bitmap_avail(struct mlx4_bitmap *bitmap);
93fc9e1b
YP
909int mlx4_bitmap_init(struct mlx4_bitmap *bitmap, u32 num, u32 mask,
910 u32 reserved_bot, u32 resetrved_top);
225c7b1f
RD
911void mlx4_bitmap_cleanup(struct mlx4_bitmap *bitmap);
912
913int mlx4_reset(struct mlx4_dev *dev);
914
b8dd786f
YP
915int mlx4_alloc_eq_table(struct mlx4_dev *dev);
916void mlx4_free_eq_table(struct mlx4_dev *dev);
917
225c7b1f 918int mlx4_init_pd_table(struct mlx4_dev *dev);
012a8ff5 919int mlx4_init_xrcd_table(struct mlx4_dev *dev);
225c7b1f
RD
920int mlx4_init_uar_table(struct mlx4_dev *dev);
921int mlx4_init_mr_table(struct mlx4_dev *dev);
922int mlx4_init_eq_table(struct mlx4_dev *dev);
923int mlx4_init_cq_table(struct mlx4_dev *dev);
924int mlx4_init_qp_table(struct mlx4_dev *dev);
925int mlx4_init_srq_table(struct mlx4_dev *dev);
926int mlx4_init_mcg_table(struct mlx4_dev *dev);
927
928void mlx4_cleanup_pd_table(struct mlx4_dev *dev);
012a8ff5 929void mlx4_cleanup_xrcd_table(struct mlx4_dev *dev);
225c7b1f
RD
930void mlx4_cleanup_uar_table(struct mlx4_dev *dev);
931void mlx4_cleanup_mr_table(struct mlx4_dev *dev);
932void mlx4_cleanup_eq_table(struct mlx4_dev *dev);
933void mlx4_cleanup_cq_table(struct mlx4_dev *dev);
934void mlx4_cleanup_qp_table(struct mlx4_dev *dev);
935void mlx4_cleanup_srq_table(struct mlx4_dev *dev);
936void mlx4_cleanup_mcg_table(struct mlx4_dev *dev);
40f2287b 937int __mlx4_qp_alloc_icm(struct mlx4_dev *dev, int qpn, gfp_t gfp);
c82e9aa0
EC
938void __mlx4_qp_free_icm(struct mlx4_dev *dev, int qpn);
939int __mlx4_cq_alloc_icm(struct mlx4_dev *dev, int *cqn);
940void __mlx4_cq_free_icm(struct mlx4_dev *dev, int cqn);
941int __mlx4_srq_alloc_icm(struct mlx4_dev *dev, int *srqn);
942void __mlx4_srq_free_icm(struct mlx4_dev *dev, int srqn);
b20e519a
SM
943int __mlx4_mpt_reserve(struct mlx4_dev *dev);
944void __mlx4_mpt_release(struct mlx4_dev *dev, u32 index);
40f2287b 945int __mlx4_mpt_alloc_icm(struct mlx4_dev *dev, u32 index, gfp_t gfp);
b20e519a 946void __mlx4_mpt_free_icm(struct mlx4_dev *dev, u32 index);
c82e9aa0
EC
947u32 __mlx4_alloc_mtt_range(struct mlx4_dev *dev, int order);
948void __mlx4_free_mtt_range(struct mlx4_dev *dev, u32 first_seg, int order);
225c7b1f 949
623ed84b
JM
950int mlx4_WRITE_MTT_wrapper(struct mlx4_dev *dev, int slave,
951 struct mlx4_vhcr *vhcr,
952 struct mlx4_cmd_mailbox *inbox,
953 struct mlx4_cmd_mailbox *outbox,
954 struct mlx4_cmd_info *cmd);
955int mlx4_SYNC_TPT_wrapper(struct mlx4_dev *dev, int slave,
956 struct mlx4_vhcr *vhcr,
957 struct mlx4_cmd_mailbox *inbox,
958 struct mlx4_cmd_mailbox *outbox,
959 struct mlx4_cmd_info *cmd);
960int mlx4_SW2HW_MPT_wrapper(struct mlx4_dev *dev, int slave,
961 struct mlx4_vhcr *vhcr,
962 struct mlx4_cmd_mailbox *inbox,
963 struct mlx4_cmd_mailbox *outbox,
964 struct mlx4_cmd_info *cmd);
965int mlx4_HW2SW_MPT_wrapper(struct mlx4_dev *dev, int slave,
966 struct mlx4_vhcr *vhcr,
967 struct mlx4_cmd_mailbox *inbox,
968 struct mlx4_cmd_mailbox *outbox,
969 struct mlx4_cmd_info *cmd);
970int mlx4_QUERY_MPT_wrapper(struct mlx4_dev *dev, int slave,
971 struct mlx4_vhcr *vhcr,
972 struct mlx4_cmd_mailbox *inbox,
973 struct mlx4_cmd_mailbox *outbox,
974 struct mlx4_cmd_info *cmd);
975int mlx4_SW2HW_EQ_wrapper(struct mlx4_dev *dev, int slave,
976 struct mlx4_vhcr *vhcr,
977 struct mlx4_cmd_mailbox *inbox,
978 struct mlx4_cmd_mailbox *outbox,
979 struct mlx4_cmd_info *cmd);
d475c95b
MB
980int mlx4_CONFIG_DEV_wrapper(struct mlx4_dev *dev, int slave,
981 struct mlx4_vhcr *vhcr,
982 struct mlx4_cmd_mailbox *inbox,
983 struct mlx4_cmd_mailbox *outbox,
984 struct mlx4_cmd_info *cmd);
623ed84b
JM
985int mlx4_DMA_wrapper(struct mlx4_dev *dev, int slave,
986 struct mlx4_vhcr *vhcr,
987 struct mlx4_cmd_mailbox *inbox,
988 struct mlx4_cmd_mailbox *outbox,
989 struct mlx4_cmd_info *cmd);
c82e9aa0 990int __mlx4_qp_reserve_range(struct mlx4_dev *dev, int cnt, int align,
ddae0349 991 int *base, u8 flags);
c82e9aa0
EC
992void __mlx4_qp_release_range(struct mlx4_dev *dev, int base_qpn, int cnt);
993int __mlx4_register_mac(struct mlx4_dev *dev, u8 port, u64 mac);
994void __mlx4_unregister_mac(struct mlx4_dev *dev, u8 port, u64 mac);
c82e9aa0
EC
995int __mlx4_write_mtt(struct mlx4_dev *dev, struct mlx4_mtt *mtt,
996 int start_index, int npages, u64 *page_list);
ba062d52
JM
997int __mlx4_counter_alloc(struct mlx4_dev *dev, u32 *idx);
998void __mlx4_counter_free(struct mlx4_dev *dev, u32 idx);
999int __mlx4_xrcd_alloc(struct mlx4_dev *dev, u32 *xrcdn);
1000void __mlx4_xrcd_free(struct mlx4_dev *dev, u32 xrcdn);
623ed84b 1001
ee49bd93
JM
1002void mlx4_start_catas_poll(struct mlx4_dev *dev);
1003void mlx4_stop_catas_poll(struct mlx4_dev *dev);
ad9a0bf0
YH
1004int mlx4_catas_init(struct mlx4_dev *dev);
1005void mlx4_catas_end(struct mlx4_dev *dev);
ee49bd93 1006int mlx4_restart_one(struct pci_dev *pdev);
225c7b1f
RD
1007int mlx4_register_device(struct mlx4_dev *dev);
1008void mlx4_unregister_device(struct mlx4_dev *dev);
00f5ce99
JM
1009void mlx4_dispatch_event(struct mlx4_dev *dev, enum mlx4_dev_event type,
1010 unsigned long param);
225c7b1f
RD
1011
1012struct mlx4_dev_cap;
1013struct mlx4_init_hca_param;
1014
1015u64 mlx4_make_profile(struct mlx4_dev *dev,
1016 struct mlx4_profile *request,
1017 struct mlx4_dev_cap *dev_cap,
1018 struct mlx4_init_hca_param *init_hca);
623ed84b
JM
1019void mlx4_master_comm_channel(struct work_struct *work);
1020void mlx4_gen_slave_eqe(struct work_struct *work);
1021void mlx4_master_handle_slave_flr(struct work_struct *work);
1022
1023int mlx4_ALLOC_RES_wrapper(struct mlx4_dev *dev, int slave,
1024 struct mlx4_vhcr *vhcr,
1025 struct mlx4_cmd_mailbox *inbox,
1026 struct mlx4_cmd_mailbox *outbox,
1027 struct mlx4_cmd_info *cmd);
1028int mlx4_FREE_RES_wrapper(struct mlx4_dev *dev, int slave,
1029 struct mlx4_vhcr *vhcr,
1030 struct mlx4_cmd_mailbox *inbox,
1031 struct mlx4_cmd_mailbox *outbox,
1032 struct mlx4_cmd_info *cmd);
1033int mlx4_MAP_EQ_wrapper(struct mlx4_dev *dev, int slave,
1034 struct mlx4_vhcr *vhcr, struct mlx4_cmd_mailbox *inbox,
1035 struct mlx4_cmd_mailbox *outbox,
1036 struct mlx4_cmd_info *cmd);
1037int mlx4_COMM_INT_wrapper(struct mlx4_dev *dev, int slave,
1038 struct mlx4_vhcr *vhcr,
1039 struct mlx4_cmd_mailbox *inbox,
1040 struct mlx4_cmd_mailbox *outbox,
1041 struct mlx4_cmd_info *cmd);
1042int mlx4_HW2SW_EQ_wrapper(struct mlx4_dev *dev, int slave,
1043 struct mlx4_vhcr *vhcr,
1044 struct mlx4_cmd_mailbox *inbox,
1045 struct mlx4_cmd_mailbox *outbox,
1046 struct mlx4_cmd_info *cmd);
1047int mlx4_QUERY_EQ_wrapper(struct mlx4_dev *dev, int slave,
1048 struct mlx4_vhcr *vhcr,
1049 struct mlx4_cmd_mailbox *inbox,
1050 struct mlx4_cmd_mailbox *outbox,
1051 struct mlx4_cmd_info *cmd);
1052int mlx4_SW2HW_CQ_wrapper(struct mlx4_dev *dev, int slave,
1053 struct mlx4_vhcr *vhcr,
1054 struct mlx4_cmd_mailbox *inbox,
1055 struct mlx4_cmd_mailbox *outbox,
1056 struct mlx4_cmd_info *cmd);
1057int mlx4_HW2SW_CQ_wrapper(struct mlx4_dev *dev, int slave,
1058 struct mlx4_vhcr *vhcr,
1059 struct mlx4_cmd_mailbox *inbox,
1060 struct mlx4_cmd_mailbox *outbox,
1061 struct mlx4_cmd_info *cmd);
1062int mlx4_QUERY_CQ_wrapper(struct mlx4_dev *dev, int slave,
1063 struct mlx4_vhcr *vhcr,
1064 struct mlx4_cmd_mailbox *inbox,
1065 struct mlx4_cmd_mailbox *outbox,
1066 struct mlx4_cmd_info *cmd);
1067int mlx4_MODIFY_CQ_wrapper(struct mlx4_dev *dev, int slave,
1068 struct mlx4_vhcr *vhcr,
1069 struct mlx4_cmd_mailbox *inbox,
1070 struct mlx4_cmd_mailbox *outbox,
1071 struct mlx4_cmd_info *cmd);
1072int mlx4_SW2HW_SRQ_wrapper(struct mlx4_dev *dev, int slave,
1073 struct mlx4_vhcr *vhcr,
1074 struct mlx4_cmd_mailbox *inbox,
1075 struct mlx4_cmd_mailbox *outbox,
1076 struct mlx4_cmd_info *cmd);
1077int mlx4_HW2SW_SRQ_wrapper(struct mlx4_dev *dev, int slave,
1078 struct mlx4_vhcr *vhcr,
1079 struct mlx4_cmd_mailbox *inbox,
1080 struct mlx4_cmd_mailbox *outbox,
1081 struct mlx4_cmd_info *cmd);
1082int mlx4_QUERY_SRQ_wrapper(struct mlx4_dev *dev, int slave,
1083 struct mlx4_vhcr *vhcr,
1084 struct mlx4_cmd_mailbox *inbox,
1085 struct mlx4_cmd_mailbox *outbox,
1086 struct mlx4_cmd_info *cmd);
1087int mlx4_ARM_SRQ_wrapper(struct mlx4_dev *dev, int slave,
1088 struct mlx4_vhcr *vhcr,
1089 struct mlx4_cmd_mailbox *inbox,
1090 struct mlx4_cmd_mailbox *outbox,
1091 struct mlx4_cmd_info *cmd);
1092int mlx4_GEN_QP_wrapper(struct mlx4_dev *dev, int slave,
1093 struct mlx4_vhcr *vhcr,
1094 struct mlx4_cmd_mailbox *inbox,
1095 struct mlx4_cmd_mailbox *outbox,
1096 struct mlx4_cmd_info *cmd);
1097int mlx4_RST2INIT_QP_wrapper(struct mlx4_dev *dev, int slave,
1098 struct mlx4_vhcr *vhcr,
1099 struct mlx4_cmd_mailbox *inbox,
1100 struct mlx4_cmd_mailbox *outbox,
1101 struct mlx4_cmd_info *cmd);
54679e14
JM
1102int mlx4_INIT2INIT_QP_wrapper(struct mlx4_dev *dev, int slave,
1103 struct mlx4_vhcr *vhcr,
1104 struct mlx4_cmd_mailbox *inbox,
1105 struct mlx4_cmd_mailbox *outbox,
1106 struct mlx4_cmd_info *cmd);
623ed84b
JM
1107int mlx4_INIT2RTR_QP_wrapper(struct mlx4_dev *dev, int slave,
1108 struct mlx4_vhcr *vhcr,
1109 struct mlx4_cmd_mailbox *inbox,
1110 struct mlx4_cmd_mailbox *outbox,
1111 struct mlx4_cmd_info *cmd);
54679e14
JM
1112int mlx4_RTR2RTS_QP_wrapper(struct mlx4_dev *dev, int slave,
1113 struct mlx4_vhcr *vhcr,
1114 struct mlx4_cmd_mailbox *inbox,
1115 struct mlx4_cmd_mailbox *outbox,
1116 struct mlx4_cmd_info *cmd);
1117int mlx4_RTS2RTS_QP_wrapper(struct mlx4_dev *dev, int slave,
1118 struct mlx4_vhcr *vhcr,
1119 struct mlx4_cmd_mailbox *inbox,
1120 struct mlx4_cmd_mailbox *outbox,
1121 struct mlx4_cmd_info *cmd);
1122int mlx4_SQERR2RTS_QP_wrapper(struct mlx4_dev *dev, int slave,
1123 struct mlx4_vhcr *vhcr,
1124 struct mlx4_cmd_mailbox *inbox,
1125 struct mlx4_cmd_mailbox *outbox,
1126 struct mlx4_cmd_info *cmd);
1127int mlx4_2ERR_QP_wrapper(struct mlx4_dev *dev, int slave,
1128 struct mlx4_vhcr *vhcr,
1129 struct mlx4_cmd_mailbox *inbox,
1130 struct mlx4_cmd_mailbox *outbox,
1131 struct mlx4_cmd_info *cmd);
1132int mlx4_RTS2SQD_QP_wrapper(struct mlx4_dev *dev, int slave,
1133 struct mlx4_vhcr *vhcr,
1134 struct mlx4_cmd_mailbox *inbox,
1135 struct mlx4_cmd_mailbox *outbox,
1136 struct mlx4_cmd_info *cmd);
1137int mlx4_SQD2SQD_QP_wrapper(struct mlx4_dev *dev, int slave,
1138 struct mlx4_vhcr *vhcr,
1139 struct mlx4_cmd_mailbox *inbox,
1140 struct mlx4_cmd_mailbox *outbox,
1141 struct mlx4_cmd_info *cmd);
1142int mlx4_SQD2RTS_QP_wrapper(struct mlx4_dev *dev, int slave,
1143 struct mlx4_vhcr *vhcr,
1144 struct mlx4_cmd_mailbox *inbox,
1145 struct mlx4_cmd_mailbox *outbox,
1146 struct mlx4_cmd_info *cmd);
623ed84b
JM
1147int mlx4_2RST_QP_wrapper(struct mlx4_dev *dev, int slave,
1148 struct mlx4_vhcr *vhcr,
1149 struct mlx4_cmd_mailbox *inbox,
1150 struct mlx4_cmd_mailbox *outbox,
1151 struct mlx4_cmd_info *cmd);
54679e14
JM
1152int mlx4_QUERY_QP_wrapper(struct mlx4_dev *dev, int slave,
1153 struct mlx4_vhcr *vhcr,
1154 struct mlx4_cmd_mailbox *inbox,
1155 struct mlx4_cmd_mailbox *outbox,
1156 struct mlx4_cmd_info *cmd);
623ed84b
JM
1157
1158int mlx4_GEN_EQE(struct mlx4_dev *dev, int slave, struct mlx4_eqe *eqe);
225c7b1f 1159
ffc39f6d
MB
1160enum {
1161 MLX4_CMD_CLEANUP_STRUCT = 1UL << 0,
1162 MLX4_CMD_CLEANUP_POOL = 1UL << 1,
1163 MLX4_CMD_CLEANUP_HCR = 1UL << 2,
1164 MLX4_CMD_CLEANUP_VHCR = 1UL << 3,
1165 MLX4_CMD_CLEANUP_ALL = (MLX4_CMD_CLEANUP_VHCR << 1) - 1
1166};
1167
225c7b1f 1168int mlx4_cmd_init(struct mlx4_dev *dev);
ffc39f6d 1169void mlx4_cmd_cleanup(struct mlx4_dev *dev, int cleanup_mask);
ab9c17a0 1170int mlx4_multi_func_init(struct mlx4_dev *dev);
55ad3592 1171int mlx4_ARM_COMM_CHANNEL(struct mlx4_dev *dev);
ab9c17a0 1172void mlx4_multi_func_cleanup(struct mlx4_dev *dev);
225c7b1f
RD
1173void mlx4_cmd_event(struct mlx4_dev *dev, u16 token, u8 status, u64 out_param);
1174int mlx4_cmd_use_events(struct mlx4_dev *dev);
1175void mlx4_cmd_use_polling(struct mlx4_dev *dev);
1176
ab9c17a0 1177int mlx4_comm_cmd(struct mlx4_dev *dev, u8 cmd, u16 param,
0cd93027 1178 u16 op, unsigned long timeout);
ab9c17a0 1179
3dca0f42 1180void mlx4_cq_tasklet_cb(unsigned long data);
225c7b1f
RD
1181void mlx4_cq_completion(struct mlx4_dev *dev, u32 cqn);
1182void mlx4_cq_event(struct mlx4_dev *dev, u32 cqn, int event_type);
1183
1184void mlx4_qp_event(struct mlx4_dev *dev, u32 qpn, int event_type);
1185
1186void mlx4_srq_event(struct mlx4_dev *dev, u32 srqn, int event_type);
1187
f6bc11e4 1188void mlx4_enter_error_state(struct mlx4_dev_persistent *persist);
225c7b1f 1189
ab6dc30d
YP
1190int mlx4_SENSE_PORT(struct mlx4_dev *dev, int port,
1191 enum mlx4_port_type *type);
27bf91d6
YP
1192void mlx4_do_sense_ports(struct mlx4_dev *dev,
1193 enum mlx4_port_type *stype,
1194 enum mlx4_port_type *defaults);
1195void mlx4_start_sense(struct mlx4_dev *dev);
1196void mlx4_stop_sense(struct mlx4_dev *dev);
1197void mlx4_sense_init(struct mlx4_dev *dev);
1198int mlx4_check_port_params(struct mlx4_dev *dev,
1199 enum mlx4_port_type *port_type);
1200int mlx4_change_port_types(struct mlx4_dev *dev,
1201 enum mlx4_port_type *port_types);
1202
2a2336f8
YP
1203void mlx4_init_mac_table(struct mlx4_dev *dev, struct mlx4_mac_table *table);
1204void mlx4_init_vlan_table(struct mlx4_dev *dev, struct mlx4_vlan_table *table);
111c6094
JM
1205void mlx4_init_roce_gid_table(struct mlx4_dev *dev,
1206 struct mlx4_roce_gid_table *table);
2009d005 1207void __mlx4_unregister_vlan(struct mlx4_dev *dev, u8 port, u16 vlan);
3f7fb021 1208int __mlx4_register_vlan(struct mlx4_dev *dev, u8 port, u16 vlan, int *index);
2a2336f8 1209
6634961c 1210int mlx4_SET_PORT(struct mlx4_dev *dev, u8 port, int pkey_tbl_sz);
623ed84b
JM
1211/* resource tracker functions*/
1212int mlx4_get_slave_from_resource_id(struct mlx4_dev *dev,
1213 enum mlx4_resource resource_type,
aa1ec3dd 1214 u64 resource_id, int *slave);
623ed84b 1215void mlx4_delete_all_resources_for_slave(struct mlx4_dev *dev, int slave_id);
111c6094 1216void mlx4_reset_roce_gids(struct mlx4_dev *dev, int slave);
623ed84b
JM
1217int mlx4_init_resource_tracker(struct mlx4_dev *dev);
1218
b8924951
JM
1219void mlx4_free_resource_tracker(struct mlx4_dev *dev,
1220 enum mlx4_res_tracker_free_type type);
623ed84b 1221
b91cb3eb
JM
1222int mlx4_QUERY_FW_wrapper(struct mlx4_dev *dev, int slave,
1223 struct mlx4_vhcr *vhcr,
1224 struct mlx4_cmd_mailbox *inbox,
1225 struct mlx4_cmd_mailbox *outbox,
1226 struct mlx4_cmd_info *cmd);
623ed84b
JM
1227int mlx4_SET_PORT_wrapper(struct mlx4_dev *dev, int slave,
1228 struct mlx4_vhcr *vhcr,
1229 struct mlx4_cmd_mailbox *inbox,
1230 struct mlx4_cmd_mailbox *outbox,
1231 struct mlx4_cmd_info *cmd);
1232int mlx4_INIT_PORT_wrapper(struct mlx4_dev *dev, int slave,
1233 struct mlx4_vhcr *vhcr,
1234 struct mlx4_cmd_mailbox *inbox,
1235 struct mlx4_cmd_mailbox *outbox,
1236 struct mlx4_cmd_info *cmd);
1237int mlx4_CLOSE_PORT_wrapper(struct mlx4_dev *dev, int slave,
1238 struct mlx4_vhcr *vhcr,
1239 struct mlx4_cmd_mailbox *inbox,
1240 struct mlx4_cmd_mailbox *outbox,
1241 struct mlx4_cmd_info *cmd);
b91cb3eb
JM
1242int mlx4_QUERY_DEV_CAP_wrapper(struct mlx4_dev *dev, int slave,
1243 struct mlx4_vhcr *vhcr,
1244 struct mlx4_cmd_mailbox *inbox,
1245 struct mlx4_cmd_mailbox *outbox,
1246 struct mlx4_cmd_info *cmd);
623ed84b
JM
1247int mlx4_QUERY_PORT_wrapper(struct mlx4_dev *dev, int slave,
1248 struct mlx4_vhcr *vhcr,
1249 struct mlx4_cmd_mailbox *inbox,
1250 struct mlx4_cmd_mailbox *outbox,
1251 struct mlx4_cmd_info *cmd);
9a5aa622 1252int mlx4_get_port_ib_caps(struct mlx4_dev *dev, u8 port, __be32 *caps);
7ff93f8b 1253
6634961c
JM
1254int mlx4_get_slave_pkey_gid_tbl_len(struct mlx4_dev *dev, u8 port,
1255 int *gid_tbl_len, int *pkey_tbl_len);
623ed84b
JM
1256
1257int mlx4_QP_ATTACH_wrapper(struct mlx4_dev *dev, int slave,
1258 struct mlx4_vhcr *vhcr,
1259 struct mlx4_cmd_mailbox *inbox,
1260 struct mlx4_cmd_mailbox *outbox,
1261 struct mlx4_cmd_info *cmd);
1262
ce8d9e0d
MB
1263int mlx4_UPDATE_QP_wrapper(struct mlx4_dev *dev, int slave,
1264 struct mlx4_vhcr *vhcr,
1265 struct mlx4_cmd_mailbox *inbox,
1266 struct mlx4_cmd_mailbox *outbox,
1267 struct mlx4_cmd_info *cmd);
1268
623ed84b
JM
1269int mlx4_PROMISC_wrapper(struct mlx4_dev *dev, int slave,
1270 struct mlx4_vhcr *vhcr,
1271 struct mlx4_cmd_mailbox *inbox,
1272 struct mlx4_cmd_mailbox *outbox,
1273 struct mlx4_cmd_info *cmd);
b12d93d6
YP
1274int mlx4_qp_detach_common(struct mlx4_dev *dev, struct mlx4_qp *qp, u8 gid[16],
1275 enum mlx4_protocol prot, enum mlx4_steer_type steer);
1276int mlx4_qp_attach_common(struct mlx4_dev *dev, struct mlx4_qp *qp, u8 gid[16],
1277 int block_mcast_loopback, enum mlx4_protocol prot,
1278 enum mlx4_steer_type steer);
fd91c49f
HHZ
1279int mlx4_trans_to_dmfs_attach(struct mlx4_dev *dev, struct mlx4_qp *qp,
1280 u8 gid[16], u8 port,
1281 int block_mcast_loopback,
1282 enum mlx4_protocol prot, u64 *reg_id);
623ed84b
JM
1283int mlx4_SET_MCAST_FLTR_wrapper(struct mlx4_dev *dev, int slave,
1284 struct mlx4_vhcr *vhcr,
1285 struct mlx4_cmd_mailbox *inbox,
1286 struct mlx4_cmd_mailbox *outbox,
1287 struct mlx4_cmd_info *cmd);
1288int mlx4_SET_VLAN_FLTR_wrapper(struct mlx4_dev *dev, int slave,
1289 struct mlx4_vhcr *vhcr,
1290 struct mlx4_cmd_mailbox *inbox,
1291 struct mlx4_cmd_mailbox *outbox,
1292 struct mlx4_cmd_info *cmd);
1293int mlx4_common_set_vlan_fltr(struct mlx4_dev *dev, int function,
1294 int port, void *buf);
1295int mlx4_common_dump_eth_stats(struct mlx4_dev *dev, int slave, u32 in_mod,
1296 struct mlx4_cmd_mailbox *outbox);
1297int mlx4_DUMP_ETH_STATS_wrapper(struct mlx4_dev *dev, int slave,
1298 struct mlx4_vhcr *vhcr,
1299 struct mlx4_cmd_mailbox *inbox,
1300 struct mlx4_cmd_mailbox *outbox,
1301 struct mlx4_cmd_info *cmd);
1302int mlx4_PKEY_TABLE_wrapper(struct mlx4_dev *dev, int slave,
1303 struct mlx4_vhcr *vhcr,
1304 struct mlx4_cmd_mailbox *inbox,
1305 struct mlx4_cmd_mailbox *outbox,
1306 struct mlx4_cmd_info *cmd);
1307int mlx4_QUERY_IF_STAT_wrapper(struct mlx4_dev *dev, int slave,
1308 struct mlx4_vhcr *vhcr,
1309 struct mlx4_cmd_mailbox *inbox,
1310 struct mlx4_cmd_mailbox *outbox,
1311 struct mlx4_cmd_info *cmd);
8fcfb4db
HHZ
1312int mlx4_QP_FLOW_STEERING_ATTACH_wrapper(struct mlx4_dev *dev, int slave,
1313 struct mlx4_vhcr *vhcr,
1314 struct mlx4_cmd_mailbox *inbox,
1315 struct mlx4_cmd_mailbox *outbox,
1316 struct mlx4_cmd_info *cmd);
1317int mlx4_QP_FLOW_STEERING_DETACH_wrapper(struct mlx4_dev *dev, int slave,
1318 struct mlx4_vhcr *vhcr,
1319 struct mlx4_cmd_mailbox *inbox,
1320 struct mlx4_cmd_mailbox *outbox,
1321 struct mlx4_cmd_info *cmd);
6e806699
SM
1322int mlx4_ACCESS_REG_wrapper(struct mlx4_dev *dev, int slave,
1323 struct mlx4_vhcr *vhcr,
1324 struct mlx4_cmd_mailbox *inbox,
1325 struct mlx4_cmd_mailbox *outbox,
1326 struct mlx4_cmd_info *cmd);
f5311ac1 1327
0ec2c0f8
EE
1328int mlx4_get_mgm_entry_size(struct mlx4_dev *dev);
1329int mlx4_get_qp_per_mgm(struct mlx4_dev *dev);
1330
5cc914f1
MA
1331static inline void set_param_l(u64 *arg, u32 val)
1332{
e7dbeba8 1333 *arg = (*arg & 0xffffffff00000000ULL) | (u64) val;
5cc914f1
MA
1334}
1335
1336static inline void set_param_h(u64 *arg, u32 val)
1337{
1338 *arg = (*arg & 0xffffffff) | ((u64) val << 32);
1339}
1340
1341static inline u32 get_param_l(u64 *arg)
1342{
1343 return (u32) (*arg & 0xffffffff);
1344}
1345
1346static inline u32 get_param_h(u64 *arg)
1347{
1348 return (u32)(*arg >> 32);
1349}
1350
c82e9aa0
EC
1351static inline spinlock_t *mlx4_tlock(struct mlx4_dev *dev)
1352{
1353 return &mlx4_priv(dev)->mfunc.master.res_tracker.lock;
1354}
1355
f5311ac1
JM
1356#define NOT_MASKED_PD_BITS 17
1357
b01978ca
JM
1358void mlx4_vf_immed_vlan_work_handler(struct work_struct *_work);
1359
5a0d0a61
JM
1360void mlx4_init_quotas(struct mlx4_dev *dev);
1361
449fc488 1362int mlx4_get_slave_num_gids(struct mlx4_dev *dev, int slave, int port);
f74462ac
MB
1363/* Returns the VF index of slave */
1364int mlx4_get_vf_indx(struct mlx4_dev *dev, int slave);
114840c3 1365int mlx4_config_mad_demux(struct mlx4_dev *dev);
53f33ae2 1366int mlx4_do_bond(struct mlx4_dev *dev, bool enable);
b6ffaeff 1367
7a89399f
MB
1368enum mlx4_zone_flags {
1369 MLX4_ZONE_ALLOW_ALLOC_FROM_LOWER_PRIO = 1UL << 0,
1370 MLX4_ZONE_ALLOW_ALLOC_FROM_EQ_PRIO = 1UL << 1,
1371 MLX4_ZONE_FALLBACK_TO_HIGHER_PRIO = 1UL << 2,
1372 MLX4_ZONE_USE_RR = 1UL << 3,
1373};
1374
1375enum mlx4_zone_alloc_flags {
1376 /* No two objects could overlap between zones. UID
1377 * could be left unused. If this flag is given and
1378 * two overlapped zones are used, an object will be free'd
1379 * from the smallest possible matching zone.
1380 */
1381 MLX4_ZONE_ALLOC_FLAGS_NO_OVERLAP = 1UL << 0,
1382};
1383
1384struct mlx4_zone_allocator;
1385
1386/* Create a new zone allocator */
1387struct mlx4_zone_allocator *mlx4_zone_allocator_create(enum mlx4_zone_alloc_flags flags);
1388
1389/* Attach a mlx4_bitmap <bitmap> of priority <priority> to the zone allocator
1390 * <zone_alloc>. Allocating an object from this zone adds an offset <offset>.
1391 * Similarly, when searching for an object to free, this offset it taken into
1392 * account. The use_rr mlx4_ib parameter for allocating objects from this <bitmap>
1393 * is given through the MLX4_ZONE_USE_RR flag in <flags>.
1394 * When an allocation fails, <zone_alloc> tries to allocate from other zones
1395 * according to the policy set by <flags>. <puid> is the unique identifier
1396 * received to this zone.
1397 */
1398int mlx4_zone_add_one(struct mlx4_zone_allocator *zone_alloc,
1399 struct mlx4_bitmap *bitmap,
1400 u32 flags,
1401 int priority,
1402 int offset,
1403 u32 *puid);
1404
1405/* Remove bitmap indicated by <uid> from <zone_alloc> */
1406int mlx4_zone_remove_one(struct mlx4_zone_allocator *zone_alloc, u32 uid);
1407
1408/* Delete the zone allocator <zone_alloc. This function doesn't destroy
1409 * the attached bitmaps.
1410 */
1411void mlx4_zone_allocator_destroy(struct mlx4_zone_allocator *zone_alloc);
1412
1413/* Allocate <count> objects with align <align> and skip_mask <skip_mask>
1414 * from the mlx4_bitmap whose uid is <uid>. The bitmap which we actually
1415 * allocated from is returned in <puid>. If the allocation fails, a negative
1416 * number is returned. Otherwise, the offset of the first object is returned.
1417 */
1418u32 mlx4_zone_alloc_entries(struct mlx4_zone_allocator *zones, u32 uid, int count,
1419 int align, u32 skip_mask, u32 *puid);
1420
1421/* Free <count> objects, start from <obj> of the uid <uid> from zone_allocator
1422 * <zones>.
1423 */
1424u32 mlx4_zone_free_entries(struct mlx4_zone_allocator *zones,
1425 u32 uid, u32 obj, u32 count);
1426
1427/* If <zones> was allocated with MLX4_ZONE_ALLOC_FLAGS_NO_OVERLAP, instead of
1428 * specifying the uid when freeing an object, zone allocator could figure it by
1429 * itself. Other parameters are similar to mlx4_zone_free.
1430 */
1431u32 mlx4_zone_free_entries_unique(struct mlx4_zone_allocator *zones, u32 obj, u32 count);
1432
1433/* Returns a pointer to mlx4_bitmap that was attached to <zones> with <uid> */
1434struct mlx4_bitmap *mlx4_zone_get_bitmap(struct mlx4_zone_allocator *zones, u32 uid);
1435
225c7b1f 1436#endif /* MLX4_H */