blob: c8450366c13019fe0ec0343487cd5ef6a8e2855f [file] [log] [blame]
Roland Dreier225c7b12007-05-08 18:00:38 -07001/*
2 * Copyright (c) 2006 Cisco Systems, Inc. All rights reserved.
3 *
4 * This software is available to you under a choice of one of two
5 * licenses. You may choose to be licensed under the terms of the GNU
6 * General Public License (GPL) Version 2, available from the file
7 * COPYING in the main directory of this source tree, or the
8 * OpenIB.org BSD license below:
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 MLX4_CMD_H
34#define MLX4_CMD_H
35
36#include <linux/dma-mapping.h>
Rony Efraim2cccb9e2013-04-25 05:22:30 +000037#include <linux/if_link.h>
Roland Dreier225c7b12007-05-08 18:00:38 -070038
39enum {
40 /* initialization and general commands */
41 MLX4_CMD_SYS_EN = 0x1,
42 MLX4_CMD_SYS_DIS = 0x2,
43 MLX4_CMD_MAP_FA = 0xfff,
44 MLX4_CMD_UNMAP_FA = 0xffe,
45 MLX4_CMD_RUN_FW = 0xff6,
46 MLX4_CMD_MOD_STAT_CFG = 0x34,
47 MLX4_CMD_QUERY_DEV_CAP = 0x3,
48 MLX4_CMD_QUERY_FW = 0x4,
49 MLX4_CMD_ENABLE_LAM = 0xff8,
50 MLX4_CMD_DISABLE_LAM = 0xff7,
51 MLX4_CMD_QUERY_DDR = 0x5,
52 MLX4_CMD_QUERY_ADAPTER = 0x6,
53 MLX4_CMD_INIT_HCA = 0x7,
54 MLX4_CMD_CLOSE_HCA = 0x8,
55 MLX4_CMD_INIT_PORT = 0x9,
56 MLX4_CMD_CLOSE_PORT = 0xa,
57 MLX4_CMD_QUERY_HCA = 0xb,
Roland Dreier5ae2a7a2007-06-18 08:15:02 -070058 MLX4_CMD_QUERY_PORT = 0x43,
Yevgeny Petrilin27bf91d2009-03-18 19:45:11 -070059 MLX4_CMD_SENSE_PORT = 0x4d,
Yevgeny Petriline7c1c2c42010-08-24 03:46:18 +000060 MLX4_CMD_HW_HEALTH_CHECK = 0x50,
Roland Dreier225c7b12007-05-08 18:00:38 -070061 MLX4_CMD_SET_PORT = 0xc,
Jack Morgensteind0d68b82010-10-04 12:11:34 +000062 MLX4_CMD_SET_NODE = 0x5a,
Jack Morgenstein623ed842011-12-13 04:10:33 +000063 MLX4_CMD_QUERY_FUNC = 0x56,
Roland Dreier225c7b12007-05-08 18:00:38 -070064 MLX4_CMD_ACCESS_DDR = 0x2e,
65 MLX4_CMD_MAP_ICM = 0xffa,
66 MLX4_CMD_UNMAP_ICM = 0xff9,
67 MLX4_CMD_MAP_ICM_AUX = 0xffc,
68 MLX4_CMD_UNMAP_ICM_AUX = 0xffb,
69 MLX4_CMD_SET_ICM_SIZE = 0xffd,
Jack Morgenstein623ed842011-12-13 04:10:33 +000070 /*master notify fw on finish for slave's flr*/
71 MLX4_CMD_INFORM_FLR_DONE = 0x5b,
Yevgeny Petrilinfe6f7002013-07-28 18:54:21 +030072 MLX4_CMD_GET_OP_REQ = 0x59,
Roland Dreier225c7b12007-05-08 18:00:38 -070073
74 /* TPT commands */
75 MLX4_CMD_SW2HW_MPT = 0xd,
76 MLX4_CMD_QUERY_MPT = 0xe,
77 MLX4_CMD_HW2SW_MPT = 0xf,
78 MLX4_CMD_READ_MTT = 0x10,
79 MLX4_CMD_WRITE_MTT = 0x11,
80 MLX4_CMD_SYNC_TPT = 0x2f,
81
82 /* EQ commands */
83 MLX4_CMD_MAP_EQ = 0x12,
84 MLX4_CMD_SW2HW_EQ = 0x13,
85 MLX4_CMD_HW2SW_EQ = 0x14,
86 MLX4_CMD_QUERY_EQ = 0x15,
87
88 /* CQ commands */
89 MLX4_CMD_SW2HW_CQ = 0x16,
90 MLX4_CMD_HW2SW_CQ = 0x17,
91 MLX4_CMD_QUERY_CQ = 0x18,
Eli Cohen3fdcb972008-04-16 21:09:33 -070092 MLX4_CMD_MODIFY_CQ = 0x2c,
Roland Dreier225c7b12007-05-08 18:00:38 -070093
94 /* SRQ commands */
95 MLX4_CMD_SW2HW_SRQ = 0x35,
96 MLX4_CMD_HW2SW_SRQ = 0x36,
97 MLX4_CMD_QUERY_SRQ = 0x37,
98 MLX4_CMD_ARM_SRQ = 0x40,
99
100 /* QP/EE commands */
101 MLX4_CMD_RST2INIT_QP = 0x19,
102 MLX4_CMD_INIT2RTR_QP = 0x1a,
103 MLX4_CMD_RTR2RTS_QP = 0x1b,
104 MLX4_CMD_RTS2RTS_QP = 0x1c,
105 MLX4_CMD_SQERR2RTS_QP = 0x1d,
106 MLX4_CMD_2ERR_QP = 0x1e,
107 MLX4_CMD_RTS2SQD_QP = 0x1f,
108 MLX4_CMD_SQD2SQD_QP = 0x38,
109 MLX4_CMD_SQD2RTS_QP = 0x20,
110 MLX4_CMD_2RST_QP = 0x21,
111 MLX4_CMD_QUERY_QP = 0x22,
112 MLX4_CMD_INIT2INIT_QP = 0x2d,
113 MLX4_CMD_SUSPEND_QP = 0x32,
114 MLX4_CMD_UNSUSPEND_QP = 0x33,
Jack Morgensteinb01978c2013-06-27 19:05:21 +0300115 MLX4_CMD_UPDATE_QP = 0x61,
Roland Dreier225c7b12007-05-08 18:00:38 -0700116 /* special QP and management commands */
117 MLX4_CMD_CONF_SPECIAL_QP = 0x23,
118 MLX4_CMD_MAD_IFC = 0x24,
119
120 /* multicast commands */
121 MLX4_CMD_READ_MCG = 0x25,
122 MLX4_CMD_WRITE_MCG = 0x26,
123 MLX4_CMD_MGID_HASH = 0x27,
124
125 /* miscellaneous commands */
126 MLX4_CMD_DIAG_RPRT = 0x30,
127 MLX4_CMD_NOP = 0x31,
Or Gerlitzd18f1412014-03-27 14:02:03 +0200128 MLX4_CMD_CONFIG_DEV = 0x3a,
Jack Morgenstein623ed842011-12-13 04:10:33 +0000129 MLX4_CMD_ACCESS_MEM = 0x2e,
130 MLX4_CMD_SET_VEP = 0x52,
131
132 /* Ethernet specific commands */
133 MLX4_CMD_SET_VLAN_FLTR = 0x47,
134 MLX4_CMD_SET_MCAST_FLTR = 0x48,
135 MLX4_CMD_DUMP_ETH_STATS = 0x49,
136
137 /* Communication channel commands */
138 MLX4_CMD_ARM_COMM_CHANNEL = 0x57,
139 MLX4_CMD_GEN_EQE = 0x58,
140
141 /* virtual commands */
142 MLX4_CMD_ALLOC_RES = 0xf00,
143 MLX4_CMD_FREE_RES = 0xf01,
144 MLX4_CMD_MCAST_ATTACH = 0xf05,
145 MLX4_CMD_UCAST_ATTACH = 0xf06,
146 MLX4_CMD_PROMISC = 0xf08,
147 MLX4_CMD_QUERY_FUNC_CAP = 0xf0a,
148 MLX4_CMD_QP_ATTACH = 0xf0b,
Roland Dreier225c7b12007-05-08 18:00:38 -0700149
150 /* debug commands */
151 MLX4_CMD_QUERY_DEBUG_MSG = 0x2a,
152 MLX4_CMD_SET_DEBUG_MSG = 0x2b,
Or Gerlitzf2a3f6a2011-06-15 14:47:14 +0000153
154 /* statistics commands */
155 MLX4_CMD_QUERY_IF_STAT = 0X54,
Jack Morgenstein623ed842011-12-13 04:10:33 +0000156 MLX4_CMD_SET_IF_STAT = 0X55,
Amir Vadaie5395e92012-04-04 21:33:25 +0000157
Hadar Hen Zion8fcfb4d2012-07-05 04:03:45 +0000158 /* register/delete flow steering network rules */
159 MLX4_QP_FLOW_STEERING_ATTACH = 0x65,
160 MLX4_QP_FLOW_STEERING_DETACH = 0x66,
Matan Barak4de65802013-11-07 15:25:14 +0200161 MLX4_FLOW_STEERING_IB_UC_QP_RANGE = 0x64,
Roland Dreier225c7b12007-05-08 18:00:38 -0700162};
163
164enum {
165 MLX4_CMD_TIME_CLASS_A = 10000,
166 MLX4_CMD_TIME_CLASS_B = 10000,
167 MLX4_CMD_TIME_CLASS_C = 10000,
168};
169
170enum {
Jack Morgenstein623ed842011-12-13 04:10:33 +0000171 MLX4_MAILBOX_SIZE = 4096,
172 MLX4_ACCESS_MEM_ALIGN = 256,
Roland Dreier225c7b12007-05-08 18:00:38 -0700173};
174
Yevgeny Petrilin2a2336f2008-10-22 11:44:46 -0700175enum {
176 /* set port opcode modifiers */
177 MLX4_SET_PORT_GENERAL = 0x0,
178 MLX4_SET_PORT_RQP_CALC = 0x1,
179 MLX4_SET_PORT_MAC_TABLE = 0x2,
180 MLX4_SET_PORT_VLAN_TABLE = 0x3,
181 MLX4_SET_PORT_PRIO_MAP = 0x4,
Eli Cohen96dfa682010-10-20 21:57:02 -0700182 MLX4_SET_PORT_GID_TABLE = 0x5,
Or Gerlitz5930e8d2013-10-15 16:55:22 +0200183 MLX4_SET_PORT_PRIO2TC = 0x8,
184 MLX4_SET_PORT_SCHEDULER = 0x9,
Or Gerlitz7ffdf722013-12-23 16:09:43 +0200185 MLX4_SET_PORT_VXLAN = 0xB
Yevgeny Petrilin2a2336f2008-10-22 11:44:46 -0700186};
187
Jack Morgensteinf9baff52011-12-13 04:10:51 +0000188enum {
189 MLX4_CMD_WRAPPED,
190 MLX4_CMD_NATIVE
191};
192
Roland Dreier225c7b12007-05-08 18:00:38 -0700193struct mlx4_dev;
194
195struct mlx4_cmd_mailbox {
196 void *buf;
197 dma_addr_t dma;
198};
199
200int __mlx4_cmd(struct mlx4_dev *dev, u64 in_param, u64 *out_param,
201 int out_is_imm, u32 in_modifier, u8 op_modifier,
Jack Morgensteinf9baff52011-12-13 04:10:51 +0000202 u16 op, unsigned long timeout, int native);
Roland Dreier225c7b12007-05-08 18:00:38 -0700203
204/* Invoke a command with no output parameter */
205static inline int mlx4_cmd(struct mlx4_dev *dev, u64 in_param, u32 in_modifier,
Jack Morgensteinf9baff52011-12-13 04:10:51 +0000206 u8 op_modifier, u16 op, unsigned long timeout,
207 int native)
Roland Dreier225c7b12007-05-08 18:00:38 -0700208{
209 return __mlx4_cmd(dev, in_param, NULL, 0, in_modifier,
Jack Morgensteinf9baff52011-12-13 04:10:51 +0000210 op_modifier, op, timeout, native);
Roland Dreier225c7b12007-05-08 18:00:38 -0700211}
212
213/* Invoke a command with an output mailbox */
214static inline int mlx4_cmd_box(struct mlx4_dev *dev, u64 in_param, u64 out_param,
215 u32 in_modifier, u8 op_modifier, u16 op,
Jack Morgensteinf9baff52011-12-13 04:10:51 +0000216 unsigned long timeout, int native)
Roland Dreier225c7b12007-05-08 18:00:38 -0700217{
218 return __mlx4_cmd(dev, in_param, &out_param, 0, in_modifier,
Jack Morgensteinf9baff52011-12-13 04:10:51 +0000219 op_modifier, op, timeout, native);
Roland Dreier225c7b12007-05-08 18:00:38 -0700220}
221
222/*
223 * Invoke a command with an immediate output parameter (and copy the
224 * output into the caller's out_param pointer after the command
225 * executes).
226 */
227static inline int mlx4_cmd_imm(struct mlx4_dev *dev, u64 in_param, u64 *out_param,
228 u32 in_modifier, u8 op_modifier, u16 op,
Jack Morgensteinf9baff52011-12-13 04:10:51 +0000229 unsigned long timeout, int native)
Roland Dreier225c7b12007-05-08 18:00:38 -0700230{
231 return __mlx4_cmd(dev, in_param, out_param, 1, in_modifier,
Jack Morgensteinf9baff52011-12-13 04:10:51 +0000232 op_modifier, op, timeout, native);
Roland Dreier225c7b12007-05-08 18:00:38 -0700233}
234
235struct mlx4_cmd_mailbox *mlx4_alloc_cmd_mailbox(struct mlx4_dev *dev);
236void mlx4_free_cmd_mailbox(struct mlx4_dev *dev, struct mlx4_cmd_mailbox *mailbox);
237
Jack Morgenstein623ed842011-12-13 04:10:33 +0000238u32 mlx4_comm_get_version(void);
Rony Efraim8f7ba3c2013-04-25 05:22:27 +0000239int mlx4_set_vf_mac(struct mlx4_dev *dev, int port, int vf, u64 mac);
Rony Efraim3f7fb022013-04-25 05:22:28 +0000240int mlx4_set_vf_vlan(struct mlx4_dev *dev, int port, int vf, u16 vlan, u8 qos);
Rony Efraime6b6a232013-04-25 05:22:29 +0000241int mlx4_set_vf_spoofchk(struct mlx4_dev *dev, int port, int vf, bool setting);
Rony Efraim2cccb9e2013-04-25 05:22:30 +0000242int mlx4_get_vf_config(struct mlx4_dev *dev, int port, int vf, struct ifla_vf_info *ivf);
Rony Efraim948e3062013-06-13 13:19:11 +0300243int mlx4_set_vf_link_state(struct mlx4_dev *dev, int port, int vf, int link_state);
Jack Morgenstein5ea8bbf2014-03-12 12:00:41 +0200244/*
245 * mlx4_get_slave_default_vlan -
246 * return true if VST ( default vlan)
247 * if VST, will return vlan & qos (if not NULL)
248 */
249bool mlx4_get_slave_default_vlan(struct mlx4_dev *dev, int port, int slave,
250 u16 *vlan, u8 *qos);
Jack Morgenstein623ed842011-12-13 04:10:33 +0000251
Jack Morgensteinab9c17a2011-12-13 04:18:30 +0000252#define MLX4_COMM_GET_IF_REV(cmd_chan_ver) (u8)((cmd_chan_ver) >> 8)
253
Roland Dreier225c7b12007-05-08 18:00:38 -0700254#endif /* MLX4_CMD_H */