xref: /openbmc/linux/include/linux/mlx4/cmd.h (revision f9baff50)
1225c7b1fSRoland Dreier /*
2225c7b1fSRoland Dreier  * Copyright (c) 2006 Cisco Systems, Inc.  All rights reserved.
3225c7b1fSRoland Dreier  *
4225c7b1fSRoland Dreier  * This software is available to you under a choice of one of two
5225c7b1fSRoland Dreier  * licenses.  You may choose to be licensed under the terms of the GNU
6225c7b1fSRoland Dreier  * General Public License (GPL) Version 2, available from the file
7225c7b1fSRoland Dreier  * COPYING in the main directory of this source tree, or the
8225c7b1fSRoland Dreier  * OpenIB.org BSD license below:
9225c7b1fSRoland Dreier  *
10225c7b1fSRoland Dreier  *     Redistribution and use in source and binary forms, with or
11225c7b1fSRoland Dreier  *     without modification, are permitted provided that the following
12225c7b1fSRoland Dreier  *     conditions are met:
13225c7b1fSRoland Dreier  *
14225c7b1fSRoland Dreier  *      - Redistributions of source code must retain the above
15225c7b1fSRoland Dreier  *        copyright notice, this list of conditions and the following
16225c7b1fSRoland Dreier  *        disclaimer.
17225c7b1fSRoland Dreier  *
18225c7b1fSRoland Dreier  *      - Redistributions in binary form must reproduce the above
19225c7b1fSRoland Dreier  *        copyright notice, this list of conditions and the following
20225c7b1fSRoland Dreier  *        disclaimer in the documentation and/or other materials
21225c7b1fSRoland Dreier  *        provided with the distribution.
22225c7b1fSRoland Dreier  *
23225c7b1fSRoland Dreier  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
24225c7b1fSRoland Dreier  * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
25225c7b1fSRoland Dreier  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
26225c7b1fSRoland Dreier  * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
27225c7b1fSRoland Dreier  * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
28225c7b1fSRoland Dreier  * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
29225c7b1fSRoland Dreier  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30225c7b1fSRoland Dreier  * SOFTWARE.
31225c7b1fSRoland Dreier  */
32225c7b1fSRoland Dreier 
33225c7b1fSRoland Dreier #ifndef MLX4_CMD_H
34225c7b1fSRoland Dreier #define MLX4_CMD_H
35225c7b1fSRoland Dreier 
36225c7b1fSRoland Dreier #include <linux/dma-mapping.h>
37225c7b1fSRoland Dreier 
38225c7b1fSRoland Dreier enum {
39225c7b1fSRoland Dreier 	/* initialization and general commands */
40225c7b1fSRoland Dreier 	MLX4_CMD_SYS_EN		 = 0x1,
41225c7b1fSRoland Dreier 	MLX4_CMD_SYS_DIS	 = 0x2,
42225c7b1fSRoland Dreier 	MLX4_CMD_MAP_FA		 = 0xfff,
43225c7b1fSRoland Dreier 	MLX4_CMD_UNMAP_FA	 = 0xffe,
44225c7b1fSRoland Dreier 	MLX4_CMD_RUN_FW		 = 0xff6,
45225c7b1fSRoland Dreier 	MLX4_CMD_MOD_STAT_CFG	 = 0x34,
46225c7b1fSRoland Dreier 	MLX4_CMD_QUERY_DEV_CAP	 = 0x3,
47225c7b1fSRoland Dreier 	MLX4_CMD_QUERY_FW	 = 0x4,
48225c7b1fSRoland Dreier 	MLX4_CMD_ENABLE_LAM	 = 0xff8,
49225c7b1fSRoland Dreier 	MLX4_CMD_DISABLE_LAM	 = 0xff7,
50225c7b1fSRoland Dreier 	MLX4_CMD_QUERY_DDR	 = 0x5,
51225c7b1fSRoland Dreier 	MLX4_CMD_QUERY_ADAPTER	 = 0x6,
52225c7b1fSRoland Dreier 	MLX4_CMD_INIT_HCA	 = 0x7,
53225c7b1fSRoland Dreier 	MLX4_CMD_CLOSE_HCA	 = 0x8,
54225c7b1fSRoland Dreier 	MLX4_CMD_INIT_PORT	 = 0x9,
55225c7b1fSRoland Dreier 	MLX4_CMD_CLOSE_PORT	 = 0xa,
56225c7b1fSRoland Dreier 	MLX4_CMD_QUERY_HCA	 = 0xb,
575ae2a7a8SRoland Dreier 	MLX4_CMD_QUERY_PORT	 = 0x43,
5827bf91d6SYevgeny Petrilin 	MLX4_CMD_SENSE_PORT	 = 0x4d,
59e7c1c2c4SYevgeny Petrilin 	MLX4_CMD_HW_HEALTH_CHECK = 0x50,
60225c7b1fSRoland Dreier 	MLX4_CMD_SET_PORT	 = 0xc,
61d0d68b86SJack Morgenstein 	MLX4_CMD_SET_NODE	 = 0x5a,
62623ed84bSJack Morgenstein 	MLX4_CMD_QUERY_FUNC	 = 0x56,
63225c7b1fSRoland Dreier 	MLX4_CMD_ACCESS_DDR	 = 0x2e,
64225c7b1fSRoland Dreier 	MLX4_CMD_MAP_ICM	 = 0xffa,
65225c7b1fSRoland Dreier 	MLX4_CMD_UNMAP_ICM	 = 0xff9,
66225c7b1fSRoland Dreier 	MLX4_CMD_MAP_ICM_AUX	 = 0xffc,
67225c7b1fSRoland Dreier 	MLX4_CMD_UNMAP_ICM_AUX	 = 0xffb,
68225c7b1fSRoland Dreier 	MLX4_CMD_SET_ICM_SIZE	 = 0xffd,
69623ed84bSJack Morgenstein 	/*master notify fw on finish for slave's flr*/
70623ed84bSJack Morgenstein 	MLX4_CMD_INFORM_FLR_DONE = 0x5b,
71225c7b1fSRoland Dreier 
72225c7b1fSRoland Dreier 	/* TPT commands */
73225c7b1fSRoland Dreier 	MLX4_CMD_SW2HW_MPT	 = 0xd,
74225c7b1fSRoland Dreier 	MLX4_CMD_QUERY_MPT	 = 0xe,
75225c7b1fSRoland Dreier 	MLX4_CMD_HW2SW_MPT	 = 0xf,
76225c7b1fSRoland Dreier 	MLX4_CMD_READ_MTT	 = 0x10,
77225c7b1fSRoland Dreier 	MLX4_CMD_WRITE_MTT	 = 0x11,
78225c7b1fSRoland Dreier 	MLX4_CMD_SYNC_TPT	 = 0x2f,
79225c7b1fSRoland Dreier 
80225c7b1fSRoland Dreier 	/* EQ commands */
81225c7b1fSRoland Dreier 	MLX4_CMD_MAP_EQ		 = 0x12,
82225c7b1fSRoland Dreier 	MLX4_CMD_SW2HW_EQ	 = 0x13,
83225c7b1fSRoland Dreier 	MLX4_CMD_HW2SW_EQ	 = 0x14,
84225c7b1fSRoland Dreier 	MLX4_CMD_QUERY_EQ	 = 0x15,
85225c7b1fSRoland Dreier 
86225c7b1fSRoland Dreier 	/* CQ commands */
87225c7b1fSRoland Dreier 	MLX4_CMD_SW2HW_CQ	 = 0x16,
88225c7b1fSRoland Dreier 	MLX4_CMD_HW2SW_CQ	 = 0x17,
89225c7b1fSRoland Dreier 	MLX4_CMD_QUERY_CQ	 = 0x18,
903fdcb97fSEli Cohen 	MLX4_CMD_MODIFY_CQ	 = 0x2c,
91225c7b1fSRoland Dreier 
92225c7b1fSRoland Dreier 	/* SRQ commands */
93225c7b1fSRoland Dreier 	MLX4_CMD_SW2HW_SRQ	 = 0x35,
94225c7b1fSRoland Dreier 	MLX4_CMD_HW2SW_SRQ	 = 0x36,
95225c7b1fSRoland Dreier 	MLX4_CMD_QUERY_SRQ	 = 0x37,
96225c7b1fSRoland Dreier 	MLX4_CMD_ARM_SRQ	 = 0x40,
97225c7b1fSRoland Dreier 
98225c7b1fSRoland Dreier 	/* QP/EE commands */
99225c7b1fSRoland Dreier 	MLX4_CMD_RST2INIT_QP	 = 0x19,
100225c7b1fSRoland Dreier 	MLX4_CMD_INIT2RTR_QP	 = 0x1a,
101225c7b1fSRoland Dreier 	MLX4_CMD_RTR2RTS_QP	 = 0x1b,
102225c7b1fSRoland Dreier 	MLX4_CMD_RTS2RTS_QP	 = 0x1c,
103225c7b1fSRoland Dreier 	MLX4_CMD_SQERR2RTS_QP	 = 0x1d,
104225c7b1fSRoland Dreier 	MLX4_CMD_2ERR_QP	 = 0x1e,
105225c7b1fSRoland Dreier 	MLX4_CMD_RTS2SQD_QP	 = 0x1f,
106225c7b1fSRoland Dreier 	MLX4_CMD_SQD2SQD_QP	 = 0x38,
107225c7b1fSRoland Dreier 	MLX4_CMD_SQD2RTS_QP	 = 0x20,
108225c7b1fSRoland Dreier 	MLX4_CMD_2RST_QP	 = 0x21,
109225c7b1fSRoland Dreier 	MLX4_CMD_QUERY_QP	 = 0x22,
110225c7b1fSRoland Dreier 	MLX4_CMD_INIT2INIT_QP	 = 0x2d,
111225c7b1fSRoland Dreier 	MLX4_CMD_SUSPEND_QP	 = 0x32,
112225c7b1fSRoland Dreier 	MLX4_CMD_UNSUSPEND_QP	 = 0x33,
113225c7b1fSRoland Dreier 	/* special QP and management commands */
114225c7b1fSRoland Dreier 	MLX4_CMD_CONF_SPECIAL_QP = 0x23,
115225c7b1fSRoland Dreier 	MLX4_CMD_MAD_IFC	 = 0x24,
116225c7b1fSRoland Dreier 
117225c7b1fSRoland Dreier 	/* multicast commands */
118225c7b1fSRoland Dreier 	MLX4_CMD_READ_MCG	 = 0x25,
119225c7b1fSRoland Dreier 	MLX4_CMD_WRITE_MCG	 = 0x26,
120225c7b1fSRoland Dreier 	MLX4_CMD_MGID_HASH	 = 0x27,
121225c7b1fSRoland Dreier 
122225c7b1fSRoland Dreier 	/* miscellaneous commands */
123225c7b1fSRoland Dreier 	MLX4_CMD_DIAG_RPRT	 = 0x30,
124225c7b1fSRoland Dreier 	MLX4_CMD_NOP		 = 0x31,
125623ed84bSJack Morgenstein 	MLX4_CMD_ACCESS_MEM	 = 0x2e,
126623ed84bSJack Morgenstein 	MLX4_CMD_SET_VEP	 = 0x52,
127623ed84bSJack Morgenstein 
128623ed84bSJack Morgenstein 	/* Ethernet specific commands */
129623ed84bSJack Morgenstein 	MLX4_CMD_SET_VLAN_FLTR	 = 0x47,
130623ed84bSJack Morgenstein 	MLX4_CMD_SET_MCAST_FLTR	 = 0x48,
131623ed84bSJack Morgenstein 	MLX4_CMD_DUMP_ETH_STATS	 = 0x49,
132623ed84bSJack Morgenstein 
133623ed84bSJack Morgenstein 	/* Communication channel commands */
134623ed84bSJack Morgenstein 	MLX4_CMD_ARM_COMM_CHANNEL = 0x57,
135623ed84bSJack Morgenstein 	MLX4_CMD_GEN_EQE	 = 0x58,
136623ed84bSJack Morgenstein 
137623ed84bSJack Morgenstein 	/* virtual commands */
138623ed84bSJack Morgenstein 	MLX4_CMD_ALLOC_RES	 = 0xf00,
139623ed84bSJack Morgenstein 	MLX4_CMD_FREE_RES	 = 0xf01,
140623ed84bSJack Morgenstein 	MLX4_CMD_MCAST_ATTACH	 = 0xf05,
141623ed84bSJack Morgenstein 	MLX4_CMD_UCAST_ATTACH	 = 0xf06,
142623ed84bSJack Morgenstein 	MLX4_CMD_PROMISC         = 0xf08,
143623ed84bSJack Morgenstein 	MLX4_CMD_QUERY_FUNC_CAP  = 0xf0a,
144623ed84bSJack Morgenstein 	MLX4_CMD_QP_ATTACH	 = 0xf0b,
145225c7b1fSRoland Dreier 
146225c7b1fSRoland Dreier 	/* debug commands */
147225c7b1fSRoland Dreier 	MLX4_CMD_QUERY_DEBUG_MSG = 0x2a,
148225c7b1fSRoland Dreier 	MLX4_CMD_SET_DEBUG_MSG	 = 0x2b,
149f2a3f6a3SOr Gerlitz 
150f2a3f6a3SOr Gerlitz 	/* statistics commands */
151f2a3f6a3SOr Gerlitz 	MLX4_CMD_QUERY_IF_STAT	 = 0X54,
152623ed84bSJack Morgenstein 	MLX4_CMD_SET_IF_STAT	 = 0X55,
153225c7b1fSRoland Dreier };
154225c7b1fSRoland Dreier 
155225c7b1fSRoland Dreier enum {
156225c7b1fSRoland Dreier 	MLX4_CMD_TIME_CLASS_A	= 10000,
157225c7b1fSRoland Dreier 	MLX4_CMD_TIME_CLASS_B	= 10000,
158225c7b1fSRoland Dreier 	MLX4_CMD_TIME_CLASS_C	= 10000,
159225c7b1fSRoland Dreier };
160225c7b1fSRoland Dreier 
161225c7b1fSRoland Dreier enum {
162623ed84bSJack Morgenstein 	MLX4_MAILBOX_SIZE	= 4096,
163623ed84bSJack Morgenstein 	MLX4_ACCESS_MEM_ALIGN	= 256,
164225c7b1fSRoland Dreier };
165225c7b1fSRoland Dreier 
1662a2336f8SYevgeny Petrilin enum {
1672a2336f8SYevgeny Petrilin 	/* set port opcode modifiers */
1682a2336f8SYevgeny Petrilin 	MLX4_SET_PORT_GENERAL   = 0x0,
1692a2336f8SYevgeny Petrilin 	MLX4_SET_PORT_RQP_CALC  = 0x1,
1702a2336f8SYevgeny Petrilin 	MLX4_SET_PORT_MAC_TABLE = 0x2,
1712a2336f8SYevgeny Petrilin 	MLX4_SET_PORT_VLAN_TABLE = 0x3,
1722a2336f8SYevgeny Petrilin 	MLX4_SET_PORT_PRIO_MAP  = 0x4,
17396dfa684SEli Cohen 	MLX4_SET_PORT_GID_TABLE = 0x5,
1742a2336f8SYevgeny Petrilin };
1752a2336f8SYevgeny Petrilin 
176f9baff50SJack Morgenstein enum {
177f9baff50SJack Morgenstein 	MLX4_CMD_WRAPPED,
178f9baff50SJack Morgenstein 	MLX4_CMD_NATIVE
179f9baff50SJack Morgenstein };
180f9baff50SJack Morgenstein 
181225c7b1fSRoland Dreier struct mlx4_dev;
182225c7b1fSRoland Dreier 
183225c7b1fSRoland Dreier struct mlx4_cmd_mailbox {
184225c7b1fSRoland Dreier 	void		       *buf;
185225c7b1fSRoland Dreier 	dma_addr_t		dma;
186225c7b1fSRoland Dreier };
187225c7b1fSRoland Dreier 
188225c7b1fSRoland Dreier int __mlx4_cmd(struct mlx4_dev *dev, u64 in_param, u64 *out_param,
189225c7b1fSRoland Dreier 	       int out_is_imm, u32 in_modifier, u8 op_modifier,
190f9baff50SJack Morgenstein 	       u16 op, unsigned long timeout, int native);
191225c7b1fSRoland Dreier 
192225c7b1fSRoland Dreier /* Invoke a command with no output parameter */
193225c7b1fSRoland Dreier static inline int mlx4_cmd(struct mlx4_dev *dev, u64 in_param, u32 in_modifier,
194f9baff50SJack Morgenstein 			   u8 op_modifier, u16 op, unsigned long timeout,
195f9baff50SJack Morgenstein 			   int native)
196225c7b1fSRoland Dreier {
197225c7b1fSRoland Dreier 	return __mlx4_cmd(dev, in_param, NULL, 0, in_modifier,
198f9baff50SJack Morgenstein 			  op_modifier, op, timeout, native);
199225c7b1fSRoland Dreier }
200225c7b1fSRoland Dreier 
201225c7b1fSRoland Dreier /* Invoke a command with an output mailbox */
202225c7b1fSRoland Dreier static inline int mlx4_cmd_box(struct mlx4_dev *dev, u64 in_param, u64 out_param,
203225c7b1fSRoland Dreier 			       u32 in_modifier, u8 op_modifier, u16 op,
204f9baff50SJack Morgenstein 			       unsigned long timeout, int native)
205225c7b1fSRoland Dreier {
206225c7b1fSRoland Dreier 	return __mlx4_cmd(dev, in_param, &out_param, 0, in_modifier,
207f9baff50SJack Morgenstein 			  op_modifier, op, timeout, native);
208225c7b1fSRoland Dreier }
209225c7b1fSRoland Dreier 
210225c7b1fSRoland Dreier /*
211225c7b1fSRoland Dreier  * Invoke a command with an immediate output parameter (and copy the
212225c7b1fSRoland Dreier  * output into the caller's out_param pointer after the command
213225c7b1fSRoland Dreier  * executes).
214225c7b1fSRoland Dreier  */
215225c7b1fSRoland Dreier static inline int mlx4_cmd_imm(struct mlx4_dev *dev, u64 in_param, u64 *out_param,
216225c7b1fSRoland Dreier 			       u32 in_modifier, u8 op_modifier, u16 op,
217f9baff50SJack Morgenstein 			       unsigned long timeout, int native)
218225c7b1fSRoland Dreier {
219225c7b1fSRoland Dreier 	return __mlx4_cmd(dev, in_param, out_param, 1, in_modifier,
220f9baff50SJack Morgenstein 			  op_modifier, op, timeout, native);
221225c7b1fSRoland Dreier }
222225c7b1fSRoland Dreier 
223225c7b1fSRoland Dreier struct mlx4_cmd_mailbox *mlx4_alloc_cmd_mailbox(struct mlx4_dev *dev);
224225c7b1fSRoland Dreier void mlx4_free_cmd_mailbox(struct mlx4_dev *dev, struct mlx4_cmd_mailbox *mailbox);
225225c7b1fSRoland Dreier 
226623ed84bSJack Morgenstein u32 mlx4_comm_get_version(void);
227623ed84bSJack Morgenstein 
228225c7b1fSRoland Dreier #endif /* MLX4_CMD_H */
229