blob: b02778812729e8a920aa0fb084241060f67944ad [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * Copyright (c) 2004 Mellanox Technologies Ltd. All rights reserved.
3 * Copyright (c) 2004 Infinicon Corporation. All rights reserved.
4 * Copyright (c) 2004 Intel Corporation. All rights reserved.
5 * Copyright (c) 2004 Topspin Corporation. All rights reserved.
6 * Copyright (c) 2004 Voltaire Corporation. All rights reserved.
Roland Dreier2a1d9b72005-08-10 23:03:10 -07007 * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
Roland Dreierf7c6a7b2007-03-04 16:15:11 -08008 * Copyright (c) 2005, 2006, 2007 Cisco Systems. All rights reserved.
Linus Torvalds1da177e2005-04-16 15:20:36 -07009 *
10 * This software is available to you under a choice of one of two
11 * licenses. You may choose to be licensed under the terms of the GNU
12 * General Public License (GPL) Version 2, available from the file
13 * COPYING in the main directory of this source tree, or the
14 * OpenIB.org BSD license below:
15 *
16 * Redistribution and use in source and binary forms, with or
17 * without modification, are permitted provided that the following
18 * conditions are met:
19 *
20 * - Redistributions of source code must retain the above
21 * copyright notice, this list of conditions and the following
22 * disclaimer.
23 *
24 * - Redistributions in binary form must reproduce the above
25 * copyright notice, this list of conditions and the following
26 * disclaimer in the documentation and/or other materials
27 * provided with the distribution.
28 *
29 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
30 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
31 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
32 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
33 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
34 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
35 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
36 * SOFTWARE.
Linus Torvalds1da177e2005-04-16 15:20:36 -070037 */
38
39#if !defined(IB_VERBS_H)
40#define IB_VERBS_H
41
42#include <linux/types.h>
43#include <linux/device.h>
Ralph Campbell9b513092006-12-12 14:27:41 -080044#include <linux/mm.h>
45#include <linux/dma-mapping.h>
Michael S. Tsirkin459d6e22007-02-04 14:11:55 -080046#include <linux/kref.h>
Dotan Barakbfb3ea12007-07-31 16:49:15 +030047#include <linux/list.h>
48#include <linux/rwsem.h>
Adrian Bunk87ae9af2007-10-30 10:35:04 +010049#include <linux/scatterlist.h>
Tejun Heof0626712010-10-19 15:24:36 +000050#include <linux/workqueue.h>
Matan Barakdd5f03b2013-12-12 18:03:11 +020051#include <uapi/linux/if_ether.h>
Roland Dreiere2773c02005-07-07 17:57:10 -070052
Arun Sharma600634972011-07-26 16:09:06 -070053#include <linux/atomic.h>
Haggai Eran882214e2014-12-11 17:04:18 +020054#include <linux/mmu_notifier.h>
Roland Dreiere2773c02005-07-07 17:57:10 -070055#include <asm/uaccess.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070056
Tejun Heof0626712010-10-19 15:24:36 +000057extern struct workqueue_struct *ib_wq;
58
Linus Torvalds1da177e2005-04-16 15:20:36 -070059union ib_gid {
60 u8 raw[16];
61 struct {
Sean Hefty97f52eb2005-08-13 21:05:57 -070062 __be64 subnet_prefix;
63 __be64 interface_id;
Linus Torvalds1da177e2005-04-16 15:20:36 -070064 } global;
65};
66
Tom Tucker07ebafb2006-08-03 16:02:42 -050067enum rdma_node_type {
68 /* IB values map to NodeInfo:NodeType. */
69 RDMA_NODE_IB_CA = 1,
70 RDMA_NODE_IB_SWITCH,
71 RDMA_NODE_IB_ROUTER,
Upinder Malhi \(umalhi\)180771a2013-09-10 03:36:59 +000072 RDMA_NODE_RNIC,
73 RDMA_NODE_USNIC,
Upinder Malhi5db57652014-01-15 17:02:36 -080074 RDMA_NODE_USNIC_UDP,
Linus Torvalds1da177e2005-04-16 15:20:36 -070075};
76
Tom Tucker07ebafb2006-08-03 16:02:42 -050077enum rdma_transport_type {
78 RDMA_TRANSPORT_IB,
Upinder Malhi \(umalhi\)180771a2013-09-10 03:36:59 +000079 RDMA_TRANSPORT_IWARP,
Upinder Malhi248567f2014-01-09 14:48:19 -080080 RDMA_TRANSPORT_USNIC,
81 RDMA_TRANSPORT_USNIC_UDP
Tom Tucker07ebafb2006-08-03 16:02:42 -050082};
83
Michael Wang6b90a6d2015-05-05 14:50:18 +020084enum rdma_protocol_type {
85 RDMA_PROTOCOL_IB,
86 RDMA_PROTOCOL_IBOE,
87 RDMA_PROTOCOL_IWARP,
88 RDMA_PROTOCOL_USNIC_UDP
89};
90
Roland Dreier8385fd82014-06-04 10:00:16 -070091__attribute_const__ enum rdma_transport_type
92rdma_node_get_transport(enum rdma_node_type node_type);
Tom Tucker07ebafb2006-08-03 16:02:42 -050093
Eli Cohena3f5ada2010-09-27 17:51:10 -070094enum rdma_link_layer {
95 IB_LINK_LAYER_UNSPECIFIED,
96 IB_LINK_LAYER_INFINIBAND,
97 IB_LINK_LAYER_ETHERNET,
98};
99
Linus Torvalds1da177e2005-04-16 15:20:36 -0700100enum ib_device_cap_flags {
101 IB_DEVICE_RESIZE_MAX_WR = 1,
102 IB_DEVICE_BAD_PKEY_CNTR = (1<<1),
103 IB_DEVICE_BAD_QKEY_CNTR = (1<<2),
104 IB_DEVICE_RAW_MULTI = (1<<3),
105 IB_DEVICE_AUTO_PATH_MIG = (1<<4),
106 IB_DEVICE_CHANGE_PHY_PORT = (1<<5),
107 IB_DEVICE_UD_AV_PORT_ENFORCE = (1<<6),
108 IB_DEVICE_CURR_QP_STATE_MOD = (1<<7),
109 IB_DEVICE_SHUTDOWN_PORT = (1<<8),
110 IB_DEVICE_INIT_TYPE = (1<<9),
111 IB_DEVICE_PORT_ACTIVE_EVENT = (1<<10),
112 IB_DEVICE_SYS_IMAGE_GUID = (1<<11),
113 IB_DEVICE_RC_RNR_NAK_GEN = (1<<12),
114 IB_DEVICE_SRQ_RESIZE = (1<<13),
115 IB_DEVICE_N_NOTIFY_CQ = (1<<14),
Steve Wise96f15c02008-07-14 23:48:53 -0700116 IB_DEVICE_LOCAL_DMA_LKEY = (1<<15),
Roland Dreier0f39cf32008-04-16 21:09:32 -0700117 IB_DEVICE_RESERVED = (1<<16), /* old SEND_W_INV */
Eli Cohene0605d92008-01-30 18:30:57 +0200118 IB_DEVICE_MEM_WINDOW = (1<<17),
119 /*
120 * Devices should set IB_DEVICE_UD_IP_SUM if they support
121 * insertion of UDP and TCP checksum on outgoing UD IPoIB
122 * messages and can verify the validity of checksum for
123 * incoming messages. Setting this flag implies that the
124 * IPoIB driver may set NETIF_F_IP_CSUM for datagram mode.
125 */
126 IB_DEVICE_UD_IP_CSUM = (1<<18),
Eli Cohenc93570f2008-04-16 21:09:27 -0700127 IB_DEVICE_UD_TSO = (1<<19),
Sean Hefty59991f92011-05-23 17:52:46 -0700128 IB_DEVICE_XRC = (1<<20),
Steve Wise00f7ec32008-07-14 23:48:45 -0700129 IB_DEVICE_MEM_MGT_EXTENSIONS = (1<<21),
Ron Livne47ee1b92008-07-14 23:48:48 -0700130 IB_DEVICE_BLOCK_MULTICAST_LOOPBACK = (1<<22),
Shani Michaeli7083e422013-02-06 16:19:12 +0000131 IB_DEVICE_MEM_WINDOW_TYPE_2A = (1<<23),
Hadar Hen Zion319a4412013-08-07 14:01:59 +0300132 IB_DEVICE_MEM_WINDOW_TYPE_2B = (1<<24),
Sagi Grimberg1b01d332014-02-23 14:19:05 +0200133 IB_DEVICE_MANAGED_FLOW_STEERING = (1<<29),
Sagi Grimberg860f10a2014-12-11 17:04:16 +0200134 IB_DEVICE_SIGNATURE_HANDOVER = (1<<30),
135 IB_DEVICE_ON_DEMAND_PAGING = (1<<31),
Sagi Grimberg1b01d332014-02-23 14:19:05 +0200136};
137
138enum ib_signature_prot_cap {
139 IB_PROT_T10DIF_TYPE_1 = 1,
140 IB_PROT_T10DIF_TYPE_2 = 1 << 1,
141 IB_PROT_T10DIF_TYPE_3 = 1 << 2,
142};
143
144enum ib_signature_guard_cap {
145 IB_GUARD_T10DIF_CRC = 1,
146 IB_GUARD_T10DIF_CSUM = 1 << 1,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700147};
148
149enum ib_atomic_cap {
150 IB_ATOMIC_NONE,
151 IB_ATOMIC_HCA,
152 IB_ATOMIC_GLOB
153};
154
Sagi Grimberg860f10a2014-12-11 17:04:16 +0200155enum ib_odp_general_cap_bits {
156 IB_ODP_SUPPORT = 1 << 0,
157};
158
159enum ib_odp_transport_cap_bits {
160 IB_ODP_SUPPORT_SEND = 1 << 0,
161 IB_ODP_SUPPORT_RECV = 1 << 1,
162 IB_ODP_SUPPORT_WRITE = 1 << 2,
163 IB_ODP_SUPPORT_READ = 1 << 3,
164 IB_ODP_SUPPORT_ATOMIC = 1 << 4,
165};
166
167struct ib_odp_caps {
168 uint64_t general_caps;
169 struct {
170 uint32_t rc_odp_caps;
171 uint32_t uc_odp_caps;
172 uint32_t ud_odp_caps;
173 } per_transport_caps;
174};
175
Matan Barakb9926b92015-06-11 16:35:22 +0300176enum ib_cq_creation_flags {
177 IB_CQ_FLAGS_TIMESTAMP_COMPLETION = 1 << 0,
178};
179
Matan Barakbcf4c1e2015-06-11 16:35:20 +0300180struct ib_cq_init_attr {
181 unsigned int cqe;
182 int comp_vector;
183 u32 flags;
184};
185
Linus Torvalds1da177e2005-04-16 15:20:36 -0700186struct ib_device_attr {
187 u64 fw_ver;
Sean Hefty97f52eb2005-08-13 21:05:57 -0700188 __be64 sys_image_guid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700189 u64 max_mr_size;
190 u64 page_size_cap;
191 u32 vendor_id;
192 u32 vendor_part_id;
193 u32 hw_ver;
194 int max_qp;
195 int max_qp_wr;
196 int device_cap_flags;
197 int max_sge;
198 int max_sge_rd;
199 int max_cq;
200 int max_cqe;
201 int max_mr;
202 int max_pd;
203 int max_qp_rd_atom;
204 int max_ee_rd_atom;
205 int max_res_rd_atom;
206 int max_qp_init_rd_atom;
207 int max_ee_init_rd_atom;
208 enum ib_atomic_cap atomic_cap;
Vladimir Sokolovsky5e80ba82010-04-14 17:23:01 +0300209 enum ib_atomic_cap masked_atomic_cap;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700210 int max_ee;
211 int max_rdd;
212 int max_mw;
213 int max_raw_ipv6_qp;
214 int max_raw_ethy_qp;
215 int max_mcast_grp;
216 int max_mcast_qp_attach;
217 int max_total_mcast_qp_attach;
218 int max_ah;
219 int max_fmr;
220 int max_map_per_fmr;
221 int max_srq;
222 int max_srq_wr;
223 int max_srq_sge;
Steve Wise00f7ec32008-07-14 23:48:45 -0700224 unsigned int max_fast_reg_page_list_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700225 u16 max_pkeys;
226 u8 local_ca_ack_delay;
Sagi Grimberg1b01d332014-02-23 14:19:05 +0200227 int sig_prot_cap;
228 int sig_guard_cap;
Sagi Grimberg860f10a2014-12-11 17:04:16 +0200229 struct ib_odp_caps odp_caps;
Matan Barak24306dc2015-06-11 16:35:24 +0300230 uint64_t timestamp_mask;
231 uint64_t hca_core_clock; /* in KHZ */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700232};
233
234enum ib_mtu {
235 IB_MTU_256 = 1,
236 IB_MTU_512 = 2,
237 IB_MTU_1024 = 3,
238 IB_MTU_2048 = 4,
239 IB_MTU_4096 = 5
240};
241
242static inline int ib_mtu_enum_to_int(enum ib_mtu mtu)
243{
244 switch (mtu) {
245 case IB_MTU_256: return 256;
246 case IB_MTU_512: return 512;
247 case IB_MTU_1024: return 1024;
248 case IB_MTU_2048: return 2048;
249 case IB_MTU_4096: return 4096;
250 default: return -1;
251 }
252}
253
254enum ib_port_state {
255 IB_PORT_NOP = 0,
256 IB_PORT_DOWN = 1,
257 IB_PORT_INIT = 2,
258 IB_PORT_ARMED = 3,
259 IB_PORT_ACTIVE = 4,
260 IB_PORT_ACTIVE_DEFER = 5
261};
262
263enum ib_port_cap_flags {
264 IB_PORT_SM = 1 << 1,
265 IB_PORT_NOTICE_SUP = 1 << 2,
266 IB_PORT_TRAP_SUP = 1 << 3,
267 IB_PORT_OPT_IPD_SUP = 1 << 4,
268 IB_PORT_AUTO_MIGR_SUP = 1 << 5,
269 IB_PORT_SL_MAP_SUP = 1 << 6,
270 IB_PORT_MKEY_NVRAM = 1 << 7,
271 IB_PORT_PKEY_NVRAM = 1 << 8,
272 IB_PORT_LED_INFO_SUP = 1 << 9,
273 IB_PORT_SM_DISABLED = 1 << 10,
274 IB_PORT_SYS_IMAGE_GUID_SUP = 1 << 11,
275 IB_PORT_PKEY_SW_EXT_PORT_TRAP_SUP = 1 << 12,
Marcel Apfelbaum71eeba12011-10-05 14:21:47 +0300276 IB_PORT_EXTENDED_SPEEDS_SUP = 1 << 14,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700277 IB_PORT_CM_SUP = 1 << 16,
278 IB_PORT_SNMP_TUNNEL_SUP = 1 << 17,
279 IB_PORT_REINIT_SUP = 1 << 18,
280 IB_PORT_DEVICE_MGMT_SUP = 1 << 19,
281 IB_PORT_VENDOR_CLASS_SUP = 1 << 20,
282 IB_PORT_DR_NOTICE_SUP = 1 << 21,
283 IB_PORT_CAP_MASK_NOTICE_SUP = 1 << 22,
284 IB_PORT_BOOT_MGMT_SUP = 1 << 23,
285 IB_PORT_LINK_LATENCY_SUP = 1 << 24,
Moni Shouab4a26a22014-02-09 11:54:34 +0200286 IB_PORT_CLIENT_REG_SUP = 1 << 25,
287 IB_PORT_IP_BASED_GIDS = 1 << 26
Linus Torvalds1da177e2005-04-16 15:20:36 -0700288};
289
290enum ib_port_width {
291 IB_WIDTH_1X = 1,
292 IB_WIDTH_4X = 2,
293 IB_WIDTH_8X = 4,
294 IB_WIDTH_12X = 8
295};
296
297static inline int ib_width_enum_to_int(enum ib_port_width width)
298{
299 switch (width) {
300 case IB_WIDTH_1X: return 1;
301 case IB_WIDTH_4X: return 4;
302 case IB_WIDTH_8X: return 8;
303 case IB_WIDTH_12X: return 12;
304 default: return -1;
305 }
306}
307
Or Gerlitz2e966912012-02-28 18:49:50 +0200308enum ib_port_speed {
309 IB_SPEED_SDR = 1,
310 IB_SPEED_DDR = 2,
311 IB_SPEED_QDR = 4,
312 IB_SPEED_FDR10 = 8,
313 IB_SPEED_FDR = 16,
314 IB_SPEED_EDR = 32
315};
316
Steve Wise7f624d02008-07-14 23:48:48 -0700317struct ib_protocol_stats {
318 /* TBD... */
319};
320
321struct iw_protocol_stats {
322 u64 ipInReceives;
323 u64 ipInHdrErrors;
324 u64 ipInTooBigErrors;
325 u64 ipInNoRoutes;
326 u64 ipInAddrErrors;
327 u64 ipInUnknownProtos;
328 u64 ipInTruncatedPkts;
329 u64 ipInDiscards;
330 u64 ipInDelivers;
331 u64 ipOutForwDatagrams;
332 u64 ipOutRequests;
333 u64 ipOutDiscards;
334 u64 ipOutNoRoutes;
335 u64 ipReasmTimeout;
336 u64 ipReasmReqds;
337 u64 ipReasmOKs;
338 u64 ipReasmFails;
339 u64 ipFragOKs;
340 u64 ipFragFails;
341 u64 ipFragCreates;
342 u64 ipInMcastPkts;
343 u64 ipOutMcastPkts;
344 u64 ipInBcastPkts;
345 u64 ipOutBcastPkts;
346
347 u64 tcpRtoAlgorithm;
348 u64 tcpRtoMin;
349 u64 tcpRtoMax;
350 u64 tcpMaxConn;
351 u64 tcpActiveOpens;
352 u64 tcpPassiveOpens;
353 u64 tcpAttemptFails;
354 u64 tcpEstabResets;
355 u64 tcpCurrEstab;
356 u64 tcpInSegs;
357 u64 tcpOutSegs;
358 u64 tcpRetransSegs;
359 u64 tcpInErrs;
360 u64 tcpOutRsts;
361};
362
363union rdma_protocol_stats {
364 struct ib_protocol_stats ib;
365 struct iw_protocol_stats iw;
366};
367
Ira Weinyf9b22e32015-05-13 20:02:59 -0400368/* Define bits for the various functionality this port needs to be supported by
369 * the core.
370 */
371/* Management 0x00000FFF */
372#define RDMA_CORE_CAP_IB_MAD 0x00000001
373#define RDMA_CORE_CAP_IB_SMI 0x00000002
374#define RDMA_CORE_CAP_IB_CM 0x00000004
375#define RDMA_CORE_CAP_IW_CM 0x00000008
376#define RDMA_CORE_CAP_IB_SA 0x00000010
377
378/* Address format 0x000FF000 */
379#define RDMA_CORE_CAP_AF_IB 0x00001000
380#define RDMA_CORE_CAP_ETH_AH 0x00002000
381
382/* Protocol 0xFFF00000 */
383#define RDMA_CORE_CAP_PROT_IB 0x00100000
384#define RDMA_CORE_CAP_PROT_ROCE 0x00200000
385#define RDMA_CORE_CAP_PROT_IWARP 0x00400000
386
387#define RDMA_CORE_PORT_IBA_IB (RDMA_CORE_CAP_PROT_IB \
388 | RDMA_CORE_CAP_IB_MAD \
389 | RDMA_CORE_CAP_IB_SMI \
390 | RDMA_CORE_CAP_IB_CM \
391 | RDMA_CORE_CAP_IB_SA \
392 | RDMA_CORE_CAP_AF_IB)
393#define RDMA_CORE_PORT_IBA_ROCE (RDMA_CORE_CAP_PROT_ROCE \
394 | RDMA_CORE_CAP_IB_MAD \
395 | RDMA_CORE_CAP_IB_CM \
Ira Weinyf9b22e32015-05-13 20:02:59 -0400396 | RDMA_CORE_CAP_AF_IB \
397 | RDMA_CORE_CAP_ETH_AH)
398#define RDMA_CORE_PORT_IWARP (RDMA_CORE_CAP_PROT_IWARP \
399 | RDMA_CORE_CAP_IW_CM)
400
Linus Torvalds1da177e2005-04-16 15:20:36 -0700401struct ib_port_attr {
402 enum ib_port_state state;
403 enum ib_mtu max_mtu;
404 enum ib_mtu active_mtu;
405 int gid_tbl_len;
406 u32 port_cap_flags;
407 u32 max_msg_sz;
408 u32 bad_pkey_cntr;
409 u32 qkey_viol_cntr;
410 u16 pkey_tbl_len;
411 u16 lid;
412 u16 sm_lid;
413 u8 lmc;
414 u8 max_vl_num;
415 u8 sm_sl;
416 u8 subnet_timeout;
417 u8 init_type_reply;
418 u8 active_width;
419 u8 active_speed;
420 u8 phys_state;
421};
422
423enum ib_device_modify_flags {
Roland Dreierc5bcbbb2006-02-02 09:47:14 -0800424 IB_DEVICE_MODIFY_SYS_IMAGE_GUID = 1 << 0,
425 IB_DEVICE_MODIFY_NODE_DESC = 1 << 1
Linus Torvalds1da177e2005-04-16 15:20:36 -0700426};
427
428struct ib_device_modify {
429 u64 sys_image_guid;
Roland Dreierc5bcbbb2006-02-02 09:47:14 -0800430 char node_desc[64];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700431};
432
433enum ib_port_modify_flags {
434 IB_PORT_SHUTDOWN = 1,
435 IB_PORT_INIT_TYPE = (1<<2),
436 IB_PORT_RESET_QKEY_CNTR = (1<<3)
437};
438
439struct ib_port_modify {
440 u32 set_port_cap_mask;
441 u32 clr_port_cap_mask;
442 u8 init_type;
443};
444
445enum ib_event_type {
446 IB_EVENT_CQ_ERR,
447 IB_EVENT_QP_FATAL,
448 IB_EVENT_QP_REQ_ERR,
449 IB_EVENT_QP_ACCESS_ERR,
450 IB_EVENT_COMM_EST,
451 IB_EVENT_SQ_DRAINED,
452 IB_EVENT_PATH_MIG,
453 IB_EVENT_PATH_MIG_ERR,
454 IB_EVENT_DEVICE_FATAL,
455 IB_EVENT_PORT_ACTIVE,
456 IB_EVENT_PORT_ERR,
457 IB_EVENT_LID_CHANGE,
458 IB_EVENT_PKEY_CHANGE,
Roland Dreierd41fcc62005-08-18 12:23:08 -0700459 IB_EVENT_SM_CHANGE,
460 IB_EVENT_SRQ_ERR,
461 IB_EVENT_SRQ_LIMIT_REACHED,
Leonid Arsh63942c92006-06-17 20:37:35 -0700462 IB_EVENT_QP_LAST_WQE_REACHED,
Or Gerlitz761d90e2011-06-15 14:39:29 +0000463 IB_EVENT_CLIENT_REREGISTER,
464 IB_EVENT_GID_CHANGE,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700465};
466
Sagi Grimberg2b1b5b62015-05-18 13:40:28 +0300467__attribute_const__ const char *ib_event_msg(enum ib_event_type event);
468
Linus Torvalds1da177e2005-04-16 15:20:36 -0700469struct ib_event {
470 struct ib_device *device;
471 union {
472 struct ib_cq *cq;
473 struct ib_qp *qp;
Roland Dreierd41fcc62005-08-18 12:23:08 -0700474 struct ib_srq *srq;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700475 u8 port_num;
476 } element;
477 enum ib_event_type event;
478};
479
480struct ib_event_handler {
481 struct ib_device *device;
482 void (*handler)(struct ib_event_handler *, struct ib_event *);
483 struct list_head list;
484};
485
486#define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \
487 do { \
488 (_ptr)->device = _device; \
489 (_ptr)->handler = _handler; \
490 INIT_LIST_HEAD(&(_ptr)->list); \
491 } while (0)
492
493struct ib_global_route {
494 union ib_gid dgid;
495 u32 flow_label;
496 u8 sgid_index;
497 u8 hop_limit;
498 u8 traffic_class;
499};
500
Hal Rosenstock513789e2005-07-27 11:45:34 -0700501struct ib_grh {
Sean Hefty97f52eb2005-08-13 21:05:57 -0700502 __be32 version_tclass_flow;
503 __be16 paylen;
Hal Rosenstock513789e2005-07-27 11:45:34 -0700504 u8 next_hdr;
505 u8 hop_limit;
506 union ib_gid sgid;
507 union ib_gid dgid;
508};
509
Linus Torvalds1da177e2005-04-16 15:20:36 -0700510enum {
511 IB_MULTICAST_QPN = 0xffffff
512};
513
Harvey Harrisonf3a7c662009-02-14 22:58:35 -0800514#define IB_LID_PERMISSIVE cpu_to_be16(0xFFFF)
Sean Hefty97f52eb2005-08-13 21:05:57 -0700515
Linus Torvalds1da177e2005-04-16 15:20:36 -0700516enum ib_ah_flags {
517 IB_AH_GRH = 1
518};
519
Jack Morgensteinbf6a9e32006-04-10 09:43:47 -0700520enum ib_rate {
521 IB_RATE_PORT_CURRENT = 0,
522 IB_RATE_2_5_GBPS = 2,
523 IB_RATE_5_GBPS = 5,
524 IB_RATE_10_GBPS = 3,
525 IB_RATE_20_GBPS = 6,
526 IB_RATE_30_GBPS = 4,
527 IB_RATE_40_GBPS = 7,
528 IB_RATE_60_GBPS = 8,
529 IB_RATE_80_GBPS = 9,
Marcel Apfelbaum71eeba12011-10-05 14:21:47 +0300530 IB_RATE_120_GBPS = 10,
531 IB_RATE_14_GBPS = 11,
532 IB_RATE_56_GBPS = 12,
533 IB_RATE_112_GBPS = 13,
534 IB_RATE_168_GBPS = 14,
535 IB_RATE_25_GBPS = 15,
536 IB_RATE_100_GBPS = 16,
537 IB_RATE_200_GBPS = 17,
538 IB_RATE_300_GBPS = 18
Jack Morgensteinbf6a9e32006-04-10 09:43:47 -0700539};
540
541/**
542 * ib_rate_to_mult - Convert the IB rate enum to a multiple of the
543 * base rate of 2.5 Gbit/sec. For example, IB_RATE_5_GBPS will be
544 * converted to 2, since 5 Gbit/sec is 2 * 2.5 Gbit/sec.
545 * @rate: rate to convert.
546 */
Roland Dreier8385fd82014-06-04 10:00:16 -0700547__attribute_const__ int ib_rate_to_mult(enum ib_rate rate);
Jack Morgensteinbf6a9e32006-04-10 09:43:47 -0700548
549/**
Marcel Apfelbaum71eeba12011-10-05 14:21:47 +0300550 * ib_rate_to_mbps - Convert the IB rate enum to Mbps.
551 * For example, IB_RATE_2_5_GBPS will be converted to 2500.
552 * @rate: rate to convert.
553 */
Roland Dreier8385fd82014-06-04 10:00:16 -0700554__attribute_const__ int ib_rate_to_mbps(enum ib_rate rate);
Marcel Apfelbaum71eeba12011-10-05 14:21:47 +0300555
Sagi Grimberg17cd3a22014-02-23 14:19:04 +0200556enum ib_mr_create_flags {
557 IB_MR_SIGNATURE_EN = 1,
558};
559
560/**
561 * ib_mr_init_attr - Memory region init attributes passed to routine
562 * ib_create_mr.
563 * @max_reg_descriptors: max number of registration descriptors that
564 * may be used with registration work requests.
565 * @flags: MR creation flags bit mask.
566 */
567struct ib_mr_init_attr {
568 int max_reg_descriptors;
569 u32 flags;
570};
571
Sagi Grimberg1b01d332014-02-23 14:19:05 +0200572/**
Sagi Grimberg78eda2b2014-08-13 19:54:35 +0300573 * Signature types
574 * IB_SIG_TYPE_NONE: Unprotected.
575 * IB_SIG_TYPE_T10_DIF: Type T10-DIF
Sagi Grimberg1b01d332014-02-23 14:19:05 +0200576 */
Sagi Grimberg78eda2b2014-08-13 19:54:35 +0300577enum ib_signature_type {
578 IB_SIG_TYPE_NONE,
579 IB_SIG_TYPE_T10_DIF,
Sagi Grimberg1b01d332014-02-23 14:19:05 +0200580};
581
582/**
583 * Signature T10-DIF block-guard types
584 * IB_T10DIF_CRC: Corresponds to T10-PI mandated CRC checksum rules.
585 * IB_T10DIF_CSUM: Corresponds to IP checksum rules.
586 */
587enum ib_t10_dif_bg_type {
588 IB_T10DIF_CRC,
589 IB_T10DIF_CSUM
590};
591
592/**
593 * struct ib_t10_dif_domain - Parameters specific for T10-DIF
594 * domain.
Sagi Grimberg1b01d332014-02-23 14:19:05 +0200595 * @bg_type: T10-DIF block guard type (CRC|CSUM)
596 * @pi_interval: protection information interval.
597 * @bg: seed of guard computation.
598 * @app_tag: application tag of guard block
599 * @ref_tag: initial guard block reference tag.
Sagi Grimberg78eda2b2014-08-13 19:54:35 +0300600 * @ref_remap: Indicate wethear the reftag increments each block
601 * @app_escape: Indicate to skip block check if apptag=0xffff
602 * @ref_escape: Indicate to skip block check if reftag=0xffffffff
603 * @apptag_check_mask: check bitmask of application tag.
Sagi Grimberg1b01d332014-02-23 14:19:05 +0200604 */
605struct ib_t10_dif_domain {
Sagi Grimberg1b01d332014-02-23 14:19:05 +0200606 enum ib_t10_dif_bg_type bg_type;
607 u16 pi_interval;
608 u16 bg;
609 u16 app_tag;
610 u32 ref_tag;
Sagi Grimberg78eda2b2014-08-13 19:54:35 +0300611 bool ref_remap;
612 bool app_escape;
613 bool ref_escape;
614 u16 apptag_check_mask;
Sagi Grimberg1b01d332014-02-23 14:19:05 +0200615};
616
617/**
618 * struct ib_sig_domain - Parameters for signature domain
619 * @sig_type: specific signauture type
620 * @sig: union of all signature domain attributes that may
621 * be used to set domain layout.
622 */
623struct ib_sig_domain {
624 enum ib_signature_type sig_type;
625 union {
626 struct ib_t10_dif_domain dif;
627 } sig;
628};
629
630/**
631 * struct ib_sig_attrs - Parameters for signature handover operation
632 * @check_mask: bitmask for signature byte check (8 bytes)
633 * @mem: memory domain layout desciptor.
634 * @wire: wire domain layout desciptor.
635 */
636struct ib_sig_attrs {
637 u8 check_mask;
638 struct ib_sig_domain mem;
639 struct ib_sig_domain wire;
640};
641
642enum ib_sig_err_type {
643 IB_SIG_BAD_GUARD,
644 IB_SIG_BAD_REFTAG,
645 IB_SIG_BAD_APPTAG,
646};
647
648/**
649 * struct ib_sig_err - signature error descriptor
650 */
651struct ib_sig_err {
652 enum ib_sig_err_type err_type;
653 u32 expected;
654 u32 actual;
655 u64 sig_err_offset;
656 u32 key;
657};
658
659enum ib_mr_status_check {
660 IB_MR_CHECK_SIG_STATUS = 1,
661};
662
663/**
664 * struct ib_mr_status - Memory region status container
665 *
666 * @fail_status: Bitmask of MR checks status. For each
667 * failed check a corresponding status bit is set.
668 * @sig_err: Additional info for IB_MR_CEHCK_SIG_STATUS
669 * failure.
670 */
671struct ib_mr_status {
672 u32 fail_status;
673 struct ib_sig_err sig_err;
674};
675
Marcel Apfelbaum71eeba12011-10-05 14:21:47 +0300676/**
Jack Morgensteinbf6a9e32006-04-10 09:43:47 -0700677 * mult_to_ib_rate - Convert a multiple of 2.5 Gbit/sec to an IB rate
678 * enum.
679 * @mult: multiple to convert.
680 */
Roland Dreier8385fd82014-06-04 10:00:16 -0700681__attribute_const__ enum ib_rate mult_to_ib_rate(int mult);
Jack Morgensteinbf6a9e32006-04-10 09:43:47 -0700682
Linus Torvalds1da177e2005-04-16 15:20:36 -0700683struct ib_ah_attr {
684 struct ib_global_route grh;
685 u16 dlid;
686 u8 sl;
687 u8 src_path_bits;
688 u8 static_rate;
689 u8 ah_flags;
690 u8 port_num;
Matan Barakdd5f03b2013-12-12 18:03:11 +0200691 u8 dmac[ETH_ALEN];
692 u16 vlan_id;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700693};
694
695enum ib_wc_status {
696 IB_WC_SUCCESS,
697 IB_WC_LOC_LEN_ERR,
698 IB_WC_LOC_QP_OP_ERR,
699 IB_WC_LOC_EEC_OP_ERR,
700 IB_WC_LOC_PROT_ERR,
701 IB_WC_WR_FLUSH_ERR,
702 IB_WC_MW_BIND_ERR,
703 IB_WC_BAD_RESP_ERR,
704 IB_WC_LOC_ACCESS_ERR,
705 IB_WC_REM_INV_REQ_ERR,
706 IB_WC_REM_ACCESS_ERR,
707 IB_WC_REM_OP_ERR,
708 IB_WC_RETRY_EXC_ERR,
709 IB_WC_RNR_RETRY_EXC_ERR,
710 IB_WC_LOC_RDD_VIOL_ERR,
711 IB_WC_REM_INV_RD_REQ_ERR,
712 IB_WC_REM_ABORT_ERR,
713 IB_WC_INV_EECN_ERR,
714 IB_WC_INV_EEC_STATE_ERR,
715 IB_WC_FATAL_ERR,
716 IB_WC_RESP_TIMEOUT_ERR,
717 IB_WC_GENERAL_ERR
718};
719
Sagi Grimberg2b1b5b62015-05-18 13:40:28 +0300720__attribute_const__ const char *ib_wc_status_msg(enum ib_wc_status status);
721
Linus Torvalds1da177e2005-04-16 15:20:36 -0700722enum ib_wc_opcode {
723 IB_WC_SEND,
724 IB_WC_RDMA_WRITE,
725 IB_WC_RDMA_READ,
726 IB_WC_COMP_SWAP,
727 IB_WC_FETCH_ADD,
728 IB_WC_BIND_MW,
Eli Cohenc93570f2008-04-16 21:09:27 -0700729 IB_WC_LSO,
Steve Wise00f7ec32008-07-14 23:48:45 -0700730 IB_WC_LOCAL_INV,
731 IB_WC_FAST_REG_MR,
Vladimir Sokolovsky5e80ba82010-04-14 17:23:01 +0300732 IB_WC_MASKED_COMP_SWAP,
733 IB_WC_MASKED_FETCH_ADD,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700734/*
735 * Set value of IB_WC_RECV so consumers can test if a completion is a
736 * receive by testing (opcode & IB_WC_RECV).
737 */
738 IB_WC_RECV = 1 << 7,
739 IB_WC_RECV_RDMA_WITH_IMM
740};
741
742enum ib_wc_flags {
743 IB_WC_GRH = 1,
Steve Wise00f7ec32008-07-14 23:48:45 -0700744 IB_WC_WITH_IMM = (1<<1),
745 IB_WC_WITH_INVALIDATE = (1<<2),
Or Gerlitzd927d502012-01-11 19:03:51 +0200746 IB_WC_IP_CSUM_OK = (1<<3),
Matan Barakdd5f03b2013-12-12 18:03:11 +0200747 IB_WC_WITH_SMAC = (1<<4),
748 IB_WC_WITH_VLAN = (1<<5),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700749};
750
751struct ib_wc {
752 u64 wr_id;
753 enum ib_wc_status status;
754 enum ib_wc_opcode opcode;
755 u32 vendor_err;
756 u32 byte_len;
Michael S. Tsirkin062dbb62006-12-31 21:09:42 +0200757 struct ib_qp *qp;
Steve Wise00f7ec32008-07-14 23:48:45 -0700758 union {
759 __be32 imm_data;
760 u32 invalidate_rkey;
761 } ex;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700762 u32 src_qp;
763 int wc_flags;
764 u16 pkey_index;
765 u16 slid;
766 u8 sl;
767 u8 dlid_path_bits;
768 u8 port_num; /* valid only for DR SMPs on switches */
Matan Barakdd5f03b2013-12-12 18:03:11 +0200769 u8 smac[ETH_ALEN];
770 u16 vlan_id;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700771};
772
Roland Dreiered23a722007-05-06 21:02:48 -0700773enum ib_cq_notify_flags {
774 IB_CQ_SOLICITED = 1 << 0,
775 IB_CQ_NEXT_COMP = 1 << 1,
776 IB_CQ_SOLICITED_MASK = IB_CQ_SOLICITED | IB_CQ_NEXT_COMP,
777 IB_CQ_REPORT_MISSED_EVENTS = 1 << 2,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700778};
779
Sean Hefty96104ed2011-05-23 16:31:36 -0700780enum ib_srq_type {
Sean Hefty418d5132011-05-23 19:42:29 -0700781 IB_SRQT_BASIC,
782 IB_SRQT_XRC
Sean Hefty96104ed2011-05-23 16:31:36 -0700783};
784
Roland Dreierd41fcc62005-08-18 12:23:08 -0700785enum ib_srq_attr_mask {
786 IB_SRQ_MAX_WR = 1 << 0,
787 IB_SRQ_LIMIT = 1 << 1,
788};
789
790struct ib_srq_attr {
791 u32 max_wr;
792 u32 max_sge;
793 u32 srq_limit;
794};
795
796struct ib_srq_init_attr {
797 void (*event_handler)(struct ib_event *, void *);
798 void *srq_context;
799 struct ib_srq_attr attr;
Sean Hefty96104ed2011-05-23 16:31:36 -0700800 enum ib_srq_type srq_type;
Sean Hefty418d5132011-05-23 19:42:29 -0700801
802 union {
803 struct {
804 struct ib_xrcd *xrcd;
805 struct ib_cq *cq;
806 } xrc;
807 } ext;
Roland Dreierd41fcc62005-08-18 12:23:08 -0700808};
809
Linus Torvalds1da177e2005-04-16 15:20:36 -0700810struct ib_qp_cap {
811 u32 max_send_wr;
812 u32 max_recv_wr;
813 u32 max_send_sge;
814 u32 max_recv_sge;
815 u32 max_inline_data;
816};
817
818enum ib_sig_type {
819 IB_SIGNAL_ALL_WR,
820 IB_SIGNAL_REQ_WR
821};
822
823enum ib_qp_type {
824 /*
825 * IB_QPT_SMI and IB_QPT_GSI have to be the first two entries
826 * here (and in that order) since the MAD layer uses them as
827 * indices into a 2-entry table.
828 */
829 IB_QPT_SMI,
830 IB_QPT_GSI,
831
832 IB_QPT_RC,
833 IB_QPT_UC,
834 IB_QPT_UD,
835 IB_QPT_RAW_IPV6,
Sean Heftyb42b63c2011-05-23 19:59:25 -0700836 IB_QPT_RAW_ETHERTYPE,
Or Gerlitzc938a612012-03-01 12:17:51 +0200837 IB_QPT_RAW_PACKET = 8,
Sean Heftyb42b63c2011-05-23 19:59:25 -0700838 IB_QPT_XRC_INI = 9,
839 IB_QPT_XRC_TGT,
Jack Morgenstein0134f162013-07-07 17:25:52 +0300840 IB_QPT_MAX,
841 /* Reserve a range for qp types internal to the low level driver.
842 * These qp types will not be visible at the IB core layer, so the
843 * IB_QPT_MAX usages should not be affected in the core layer
844 */
845 IB_QPT_RESERVED1 = 0x1000,
846 IB_QPT_RESERVED2,
847 IB_QPT_RESERVED3,
848 IB_QPT_RESERVED4,
849 IB_QPT_RESERVED5,
850 IB_QPT_RESERVED6,
851 IB_QPT_RESERVED7,
852 IB_QPT_RESERVED8,
853 IB_QPT_RESERVED9,
854 IB_QPT_RESERVED10,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700855};
856
Eli Cohenb846f252008-04-16 21:09:27 -0700857enum ib_qp_create_flags {
Ron Livne47ee1b92008-07-14 23:48:48 -0700858 IB_QP_CREATE_IPOIB_UD_LSO = 1 << 0,
859 IB_QP_CREATE_BLOCK_MULTICAST_LOOPBACK = 1 << 1,
Matan Barak90f1d1b2013-11-07 15:25:12 +0200860 IB_QP_CREATE_NETIF_QP = 1 << 5,
Sagi Grimberg1b01d332014-02-23 14:19:05 +0200861 IB_QP_CREATE_SIGNATURE_EN = 1 << 6,
Or Gerlitz09b93082014-05-11 15:15:11 +0300862 IB_QP_CREATE_USE_GFP_NOIO = 1 << 7,
Jack Morgensteind2b57062012-08-03 08:40:37 +0000863 /* reserve bits 26-31 for low level drivers' internal use */
864 IB_QP_CREATE_RESERVED_START = 1 << 26,
865 IB_QP_CREATE_RESERVED_END = 1 << 31,
Eli Cohenb846f252008-04-16 21:09:27 -0700866};
867
Yishai Hadas73c40c62013-08-01 18:49:53 +0300868
869/*
870 * Note: users may not call ib_close_qp or ib_destroy_qp from the event_handler
871 * callback to destroy the passed in QP.
872 */
873
Linus Torvalds1da177e2005-04-16 15:20:36 -0700874struct ib_qp_init_attr {
875 void (*event_handler)(struct ib_event *, void *);
876 void *qp_context;
877 struct ib_cq *send_cq;
878 struct ib_cq *recv_cq;
879 struct ib_srq *srq;
Sean Heftyb42b63c2011-05-23 19:59:25 -0700880 struct ib_xrcd *xrcd; /* XRC TGT QPs only */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700881 struct ib_qp_cap cap;
882 enum ib_sig_type sq_sig_type;
883 enum ib_qp_type qp_type;
Eli Cohenb846f252008-04-16 21:09:27 -0700884 enum ib_qp_create_flags create_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700885 u8 port_num; /* special QP types only */
886};
887
Sean Hefty0e0ec7e2011-08-08 15:31:51 -0700888struct ib_qp_open_attr {
889 void (*event_handler)(struct ib_event *, void *);
890 void *qp_context;
891 u32 qp_num;
892 enum ib_qp_type qp_type;
893};
894
Linus Torvalds1da177e2005-04-16 15:20:36 -0700895enum ib_rnr_timeout {
896 IB_RNR_TIMER_655_36 = 0,
897 IB_RNR_TIMER_000_01 = 1,
898 IB_RNR_TIMER_000_02 = 2,
899 IB_RNR_TIMER_000_03 = 3,
900 IB_RNR_TIMER_000_04 = 4,
901 IB_RNR_TIMER_000_06 = 5,
902 IB_RNR_TIMER_000_08 = 6,
903 IB_RNR_TIMER_000_12 = 7,
904 IB_RNR_TIMER_000_16 = 8,
905 IB_RNR_TIMER_000_24 = 9,
906 IB_RNR_TIMER_000_32 = 10,
907 IB_RNR_TIMER_000_48 = 11,
908 IB_RNR_TIMER_000_64 = 12,
909 IB_RNR_TIMER_000_96 = 13,
910 IB_RNR_TIMER_001_28 = 14,
911 IB_RNR_TIMER_001_92 = 15,
912 IB_RNR_TIMER_002_56 = 16,
913 IB_RNR_TIMER_003_84 = 17,
914 IB_RNR_TIMER_005_12 = 18,
915 IB_RNR_TIMER_007_68 = 19,
916 IB_RNR_TIMER_010_24 = 20,
917 IB_RNR_TIMER_015_36 = 21,
918 IB_RNR_TIMER_020_48 = 22,
919 IB_RNR_TIMER_030_72 = 23,
920 IB_RNR_TIMER_040_96 = 24,
921 IB_RNR_TIMER_061_44 = 25,
922 IB_RNR_TIMER_081_92 = 26,
923 IB_RNR_TIMER_122_88 = 27,
924 IB_RNR_TIMER_163_84 = 28,
925 IB_RNR_TIMER_245_76 = 29,
926 IB_RNR_TIMER_327_68 = 30,
927 IB_RNR_TIMER_491_52 = 31
928};
929
930enum ib_qp_attr_mask {
931 IB_QP_STATE = 1,
932 IB_QP_CUR_STATE = (1<<1),
933 IB_QP_EN_SQD_ASYNC_NOTIFY = (1<<2),
934 IB_QP_ACCESS_FLAGS = (1<<3),
935 IB_QP_PKEY_INDEX = (1<<4),
936 IB_QP_PORT = (1<<5),
937 IB_QP_QKEY = (1<<6),
938 IB_QP_AV = (1<<7),
939 IB_QP_PATH_MTU = (1<<8),
940 IB_QP_TIMEOUT = (1<<9),
941 IB_QP_RETRY_CNT = (1<<10),
942 IB_QP_RNR_RETRY = (1<<11),
943 IB_QP_RQ_PSN = (1<<12),
944 IB_QP_MAX_QP_RD_ATOMIC = (1<<13),
945 IB_QP_ALT_PATH = (1<<14),
946 IB_QP_MIN_RNR_TIMER = (1<<15),
947 IB_QP_SQ_PSN = (1<<16),
948 IB_QP_MAX_DEST_RD_ATOMIC = (1<<17),
949 IB_QP_PATH_MIG_STATE = (1<<18),
950 IB_QP_CAP = (1<<19),
Matan Barakdd5f03b2013-12-12 18:03:11 +0200951 IB_QP_DEST_QPN = (1<<20),
952 IB_QP_SMAC = (1<<21),
953 IB_QP_ALT_SMAC = (1<<22),
954 IB_QP_VID = (1<<23),
955 IB_QP_ALT_VID = (1<<24),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700956};
957
958enum ib_qp_state {
959 IB_QPS_RESET,
960 IB_QPS_INIT,
961 IB_QPS_RTR,
962 IB_QPS_RTS,
963 IB_QPS_SQD,
964 IB_QPS_SQE,
965 IB_QPS_ERR
966};
967
968enum ib_mig_state {
969 IB_MIG_MIGRATED,
970 IB_MIG_REARM,
971 IB_MIG_ARMED
972};
973
Shani Michaeli7083e422013-02-06 16:19:12 +0000974enum ib_mw_type {
975 IB_MW_TYPE_1 = 1,
976 IB_MW_TYPE_2 = 2
977};
978
Linus Torvalds1da177e2005-04-16 15:20:36 -0700979struct ib_qp_attr {
980 enum ib_qp_state qp_state;
981 enum ib_qp_state cur_qp_state;
982 enum ib_mtu path_mtu;
983 enum ib_mig_state path_mig_state;
984 u32 qkey;
985 u32 rq_psn;
986 u32 sq_psn;
987 u32 dest_qp_num;
988 int qp_access_flags;
989 struct ib_qp_cap cap;
990 struct ib_ah_attr ah_attr;
991 struct ib_ah_attr alt_ah_attr;
992 u16 pkey_index;
993 u16 alt_pkey_index;
994 u8 en_sqd_async_notify;
995 u8 sq_draining;
996 u8 max_rd_atomic;
997 u8 max_dest_rd_atomic;
998 u8 min_rnr_timer;
999 u8 port_num;
1000 u8 timeout;
1001 u8 retry_cnt;
1002 u8 rnr_retry;
1003 u8 alt_port_num;
1004 u8 alt_timeout;
Matan Barakdd5f03b2013-12-12 18:03:11 +02001005 u8 smac[ETH_ALEN];
1006 u8 alt_smac[ETH_ALEN];
1007 u16 vlan_id;
1008 u16 alt_vlan_id;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001009};
1010
1011enum ib_wr_opcode {
1012 IB_WR_RDMA_WRITE,
1013 IB_WR_RDMA_WRITE_WITH_IMM,
1014 IB_WR_SEND,
1015 IB_WR_SEND_WITH_IMM,
1016 IB_WR_RDMA_READ,
1017 IB_WR_ATOMIC_CMP_AND_SWP,
Eli Cohenc93570f2008-04-16 21:09:27 -07001018 IB_WR_ATOMIC_FETCH_AND_ADD,
Roland Dreier0f39cf32008-04-16 21:09:32 -07001019 IB_WR_LSO,
1020 IB_WR_SEND_WITH_INV,
Steve Wise00f7ec32008-07-14 23:48:45 -07001021 IB_WR_RDMA_READ_WITH_INV,
1022 IB_WR_LOCAL_INV,
1023 IB_WR_FAST_REG_MR,
Vladimir Sokolovsky5e80ba82010-04-14 17:23:01 +03001024 IB_WR_MASKED_ATOMIC_CMP_AND_SWP,
1025 IB_WR_MASKED_ATOMIC_FETCH_AND_ADD,
Shani Michaeli7083e422013-02-06 16:19:12 +00001026 IB_WR_BIND_MW,
Sagi Grimberg1b01d332014-02-23 14:19:05 +02001027 IB_WR_REG_SIG_MR,
Jack Morgenstein0134f162013-07-07 17:25:52 +03001028 /* reserve values for low level drivers' internal use.
1029 * These values will not be used at all in the ib core layer.
1030 */
1031 IB_WR_RESERVED1 = 0xf0,
1032 IB_WR_RESERVED2,
1033 IB_WR_RESERVED3,
1034 IB_WR_RESERVED4,
1035 IB_WR_RESERVED5,
1036 IB_WR_RESERVED6,
1037 IB_WR_RESERVED7,
1038 IB_WR_RESERVED8,
1039 IB_WR_RESERVED9,
1040 IB_WR_RESERVED10,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001041};
1042
1043enum ib_send_flags {
1044 IB_SEND_FENCE = 1,
1045 IB_SEND_SIGNALED = (1<<1),
1046 IB_SEND_SOLICITED = (1<<2),
Eli Cohene0605d92008-01-30 18:30:57 +02001047 IB_SEND_INLINE = (1<<3),
Jack Morgenstein0134f162013-07-07 17:25:52 +03001048 IB_SEND_IP_CSUM = (1<<4),
1049
1050 /* reserve bits 26-31 for low level drivers' internal use */
1051 IB_SEND_RESERVED_START = (1 << 26),
1052 IB_SEND_RESERVED_END = (1 << 31),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001053};
1054
1055struct ib_sge {
1056 u64 addr;
1057 u32 length;
1058 u32 lkey;
1059};
1060
Steve Wise00f7ec32008-07-14 23:48:45 -07001061struct ib_fast_reg_page_list {
1062 struct ib_device *device;
1063 u64 *page_list;
1064 unsigned int max_page_list_len;
1065};
1066
Shani Michaeli7083e422013-02-06 16:19:12 +00001067/**
1068 * struct ib_mw_bind_info - Parameters for a memory window bind operation.
1069 * @mr: A memory region to bind the memory window to.
1070 * @addr: The address where the memory window should begin.
1071 * @length: The length of the memory window, in bytes.
1072 * @mw_access_flags: Access flags from enum ib_access_flags for the window.
1073 *
1074 * This struct contains the shared parameters for type 1 and type 2
1075 * memory window bind operations.
1076 */
1077struct ib_mw_bind_info {
1078 struct ib_mr *mr;
1079 u64 addr;
1080 u64 length;
1081 int mw_access_flags;
1082};
1083
Linus Torvalds1da177e2005-04-16 15:20:36 -07001084struct ib_send_wr {
1085 struct ib_send_wr *next;
1086 u64 wr_id;
1087 struct ib_sge *sg_list;
1088 int num_sge;
1089 enum ib_wr_opcode opcode;
1090 int send_flags;
Roland Dreier0f39cf32008-04-16 21:09:32 -07001091 union {
1092 __be32 imm_data;
1093 u32 invalidate_rkey;
1094 } ex;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001095 union {
1096 struct {
1097 u64 remote_addr;
1098 u32 rkey;
1099 } rdma;
1100 struct {
1101 u64 remote_addr;
1102 u64 compare_add;
1103 u64 swap;
Vladimir Sokolovsky5e80ba82010-04-14 17:23:01 +03001104 u64 compare_add_mask;
1105 u64 swap_mask;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001106 u32 rkey;
1107 } atomic;
1108 struct {
1109 struct ib_ah *ah;
Eli Cohenc93570f2008-04-16 21:09:27 -07001110 void *header;
1111 int hlen;
1112 int mss;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001113 u32 remote_qpn;
1114 u32 remote_qkey;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001115 u16 pkey_index; /* valid for GSI only */
1116 u8 port_num; /* valid for DR SMPs on switch only */
1117 } ud;
Steve Wise00f7ec32008-07-14 23:48:45 -07001118 struct {
1119 u64 iova_start;
1120 struct ib_fast_reg_page_list *page_list;
1121 unsigned int page_shift;
1122 unsigned int page_list_len;
1123 u32 length;
1124 int access_flags;
1125 u32 rkey;
1126 } fast_reg;
Shani Michaeli7083e422013-02-06 16:19:12 +00001127 struct {
1128 struct ib_mw *mw;
1129 /* The new rkey for the memory window. */
1130 u32 rkey;
1131 struct ib_mw_bind_info bind_info;
1132 } bind_mw;
Sagi Grimberg1b01d332014-02-23 14:19:05 +02001133 struct {
1134 struct ib_sig_attrs *sig_attrs;
1135 struct ib_mr *sig_mr;
1136 int access_flags;
1137 struct ib_sge *prot;
1138 } sig_handover;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001139 } wr;
Sean Heftyb42b63c2011-05-23 19:59:25 -07001140 u32 xrc_remote_srq_num; /* XRC TGT QPs only */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001141};
1142
1143struct ib_recv_wr {
1144 struct ib_recv_wr *next;
1145 u64 wr_id;
1146 struct ib_sge *sg_list;
1147 int num_sge;
1148};
1149
1150enum ib_access_flags {
1151 IB_ACCESS_LOCAL_WRITE = 1,
1152 IB_ACCESS_REMOTE_WRITE = (1<<1),
1153 IB_ACCESS_REMOTE_READ = (1<<2),
1154 IB_ACCESS_REMOTE_ATOMIC = (1<<3),
Shani Michaeli7083e422013-02-06 16:19:12 +00001155 IB_ACCESS_MW_BIND = (1<<4),
Sagi Grimberg860f10a2014-12-11 17:04:16 +02001156 IB_ZERO_BASED = (1<<5),
1157 IB_ACCESS_ON_DEMAND = (1<<6),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001158};
1159
1160struct ib_phys_buf {
1161 u64 addr;
1162 u64 size;
1163};
1164
1165struct ib_mr_attr {
1166 struct ib_pd *pd;
1167 u64 device_virt_addr;
1168 u64 size;
1169 int mr_access_flags;
1170 u32 lkey;
1171 u32 rkey;
1172};
1173
1174enum ib_mr_rereg_flags {
1175 IB_MR_REREG_TRANS = 1,
1176 IB_MR_REREG_PD = (1<<1),
Matan Barak7e6edb92014-07-31 11:01:28 +03001177 IB_MR_REREG_ACCESS = (1<<2),
1178 IB_MR_REREG_SUPPORTED = ((IB_MR_REREG_ACCESS << 1) - 1)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001179};
1180
Shani Michaeli7083e422013-02-06 16:19:12 +00001181/**
1182 * struct ib_mw_bind - Parameters for a type 1 memory window bind operation.
1183 * @wr_id: Work request id.
1184 * @send_flags: Flags from ib_send_flags enum.
1185 * @bind_info: More parameters of the bind operation.
1186 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001187struct ib_mw_bind {
Shani Michaeli7083e422013-02-06 16:19:12 +00001188 u64 wr_id;
1189 int send_flags;
1190 struct ib_mw_bind_info bind_info;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001191};
1192
1193struct ib_fmr_attr {
1194 int max_pages;
1195 int max_maps;
Or Gerlitzd36f34a2006-02-02 10:43:45 -08001196 u8 page_shift;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001197};
1198
Haggai Eran882214e2014-12-11 17:04:18 +02001199struct ib_umem;
1200
Roland Dreiere2773c02005-07-07 17:57:10 -07001201struct ib_ucontext {
1202 struct ib_device *device;
1203 struct list_head pd_list;
1204 struct list_head mr_list;
1205 struct list_head mw_list;
1206 struct list_head cq_list;
1207 struct list_head qp_list;
1208 struct list_head srq_list;
1209 struct list_head ah_list;
Sean Hefty53d0bd12011-05-24 08:33:46 -07001210 struct list_head xrcd_list;
Hadar Hen Zion436f2ad2013-08-14 13:58:30 +03001211 struct list_head rule_list;
Roland Dreierf7c6a7b2007-03-04 16:15:11 -08001212 int closing;
Shachar Raindel8ada2c12014-12-11 17:04:17 +02001213
1214 struct pid *tgid;
Haggai Eran882214e2014-12-11 17:04:18 +02001215#ifdef CONFIG_INFINIBAND_ON_DEMAND_PAGING
1216 struct rb_root umem_tree;
1217 /*
1218 * Protects .umem_rbroot and tree, as well as odp_mrs_count and
1219 * mmu notifiers registration.
1220 */
1221 struct rw_semaphore umem_rwsem;
1222 void (*invalidate_range)(struct ib_umem *umem,
1223 unsigned long start, unsigned long end);
1224
1225 struct mmu_notifier mn;
1226 atomic_t notifier_count;
1227 /* A list of umems that don't have private mmu notifier counters yet. */
1228 struct list_head no_private_counters;
1229 int odp_mrs_count;
1230#endif
Roland Dreiere2773c02005-07-07 17:57:10 -07001231};
1232
1233struct ib_uobject {
1234 u64 user_handle; /* handle given to us by userspace */
1235 struct ib_ucontext *context; /* associated user context */
Roland Dreier9ead1902006-06-17 20:44:49 -07001236 void *object; /* containing object */
Roland Dreiere2773c02005-07-07 17:57:10 -07001237 struct list_head list; /* link to context's list */
Roland Dreierb3d636b2008-04-16 21:01:06 -07001238 int id; /* index into kernel idr */
Roland Dreier9ead1902006-06-17 20:44:49 -07001239 struct kref ref;
1240 struct rw_semaphore mutex; /* protects .live */
1241 int live;
Roland Dreiere2773c02005-07-07 17:57:10 -07001242};
1243
Roland Dreiere2773c02005-07-07 17:57:10 -07001244struct ib_udata {
Yann Droneaud309243e2013-12-11 23:01:44 +01001245 const void __user *inbuf;
Roland Dreiere2773c02005-07-07 17:57:10 -07001246 void __user *outbuf;
1247 size_t inlen;
1248 size_t outlen;
1249};
1250
Linus Torvalds1da177e2005-04-16 15:20:36 -07001251struct ib_pd {
Roland Dreiere2773c02005-07-07 17:57:10 -07001252 struct ib_device *device;
1253 struct ib_uobject *uobject;
1254 atomic_t usecnt; /* count all resources */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001255};
1256
Sean Hefty59991f92011-05-23 17:52:46 -07001257struct ib_xrcd {
1258 struct ib_device *device;
Sean Heftyd3d72d92011-05-26 23:06:44 -07001259 atomic_t usecnt; /* count all exposed resources */
Sean Hefty53d0bd12011-05-24 08:33:46 -07001260 struct inode *inode;
Sean Heftyd3d72d92011-05-26 23:06:44 -07001261
1262 struct mutex tgt_qp_mutex;
1263 struct list_head tgt_qp_list;
Sean Hefty59991f92011-05-23 17:52:46 -07001264};
1265
Linus Torvalds1da177e2005-04-16 15:20:36 -07001266struct ib_ah {
1267 struct ib_device *device;
1268 struct ib_pd *pd;
Roland Dreiere2773c02005-07-07 17:57:10 -07001269 struct ib_uobject *uobject;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001270};
1271
1272typedef void (*ib_comp_handler)(struct ib_cq *cq, void *cq_context);
1273
1274struct ib_cq {
Roland Dreiere2773c02005-07-07 17:57:10 -07001275 struct ib_device *device;
1276 struct ib_uobject *uobject;
1277 ib_comp_handler comp_handler;
1278 void (*event_handler)(struct ib_event *, void *);
Dotan Barak4deccd62008-07-14 23:48:44 -07001279 void *cq_context;
Roland Dreiere2773c02005-07-07 17:57:10 -07001280 int cqe;
1281 atomic_t usecnt; /* count number of work queues */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001282};
1283
1284struct ib_srq {
Roland Dreierd41fcc62005-08-18 12:23:08 -07001285 struct ib_device *device;
1286 struct ib_pd *pd;
1287 struct ib_uobject *uobject;
1288 void (*event_handler)(struct ib_event *, void *);
1289 void *srq_context;
Sean Hefty96104ed2011-05-23 16:31:36 -07001290 enum ib_srq_type srq_type;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001291 atomic_t usecnt;
Sean Hefty418d5132011-05-23 19:42:29 -07001292
1293 union {
1294 struct {
1295 struct ib_xrcd *xrcd;
1296 struct ib_cq *cq;
1297 u32 srq_num;
1298 } xrc;
1299 } ext;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001300};
1301
1302struct ib_qp {
1303 struct ib_device *device;
1304 struct ib_pd *pd;
1305 struct ib_cq *send_cq;
1306 struct ib_cq *recv_cq;
1307 struct ib_srq *srq;
Sean Heftyb42b63c2011-05-23 19:59:25 -07001308 struct ib_xrcd *xrcd; /* XRC TGT QPs only */
Sean Heftyd3d72d92011-05-26 23:06:44 -07001309 struct list_head xrcd_list;
Hadar Hen Zion319a4412013-08-07 14:01:59 +03001310 /* count times opened, mcast attaches, flow attaches */
1311 atomic_t usecnt;
Sean Hefty0e0ec7e2011-08-08 15:31:51 -07001312 struct list_head open_list;
1313 struct ib_qp *real_qp;
Roland Dreiere2773c02005-07-07 17:57:10 -07001314 struct ib_uobject *uobject;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001315 void (*event_handler)(struct ib_event *, void *);
1316 void *qp_context;
1317 u32 qp_num;
1318 enum ib_qp_type qp_type;
1319};
1320
1321struct ib_mr {
Roland Dreiere2773c02005-07-07 17:57:10 -07001322 struct ib_device *device;
1323 struct ib_pd *pd;
1324 struct ib_uobject *uobject;
1325 u32 lkey;
1326 u32 rkey;
1327 atomic_t usecnt; /* count number of MWs */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001328};
1329
1330struct ib_mw {
1331 struct ib_device *device;
1332 struct ib_pd *pd;
Roland Dreiere2773c02005-07-07 17:57:10 -07001333 struct ib_uobject *uobject;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001334 u32 rkey;
Shani Michaeli7083e422013-02-06 16:19:12 +00001335 enum ib_mw_type type;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001336};
1337
1338struct ib_fmr {
1339 struct ib_device *device;
1340 struct ib_pd *pd;
1341 struct list_head list;
1342 u32 lkey;
1343 u32 rkey;
1344};
1345
Hadar Hen Zion319a4412013-08-07 14:01:59 +03001346/* Supported steering options */
1347enum ib_flow_attr_type {
1348 /* steering according to rule specifications */
1349 IB_FLOW_ATTR_NORMAL = 0x0,
1350 /* default unicast and multicast rule -
1351 * receive all Eth traffic which isn't steered to any QP
1352 */
1353 IB_FLOW_ATTR_ALL_DEFAULT = 0x1,
1354 /* default multicast rule -
1355 * receive all Eth multicast traffic which isn't steered to any QP
1356 */
1357 IB_FLOW_ATTR_MC_DEFAULT = 0x2,
1358 /* sniffer rule - receive all port traffic */
1359 IB_FLOW_ATTR_SNIFFER = 0x3
1360};
1361
1362/* Supported steering header types */
1363enum ib_flow_spec_type {
1364 /* L2 headers*/
1365 IB_FLOW_SPEC_ETH = 0x20,
Matan Barak240ae002013-11-07 15:25:13 +02001366 IB_FLOW_SPEC_IB = 0x22,
Hadar Hen Zion319a4412013-08-07 14:01:59 +03001367 /* L3 header*/
1368 IB_FLOW_SPEC_IPV4 = 0x30,
1369 /* L4 headers*/
1370 IB_FLOW_SPEC_TCP = 0x40,
1371 IB_FLOW_SPEC_UDP = 0x41
1372};
Matan Barak240ae002013-11-07 15:25:13 +02001373#define IB_FLOW_SPEC_LAYER_MASK 0xF0
Matan Barak22878db2013-09-01 18:39:52 +03001374#define IB_FLOW_SPEC_SUPPORT_LAYERS 4
1375
Hadar Hen Zion319a4412013-08-07 14:01:59 +03001376/* Flow steering rule priority is set according to it's domain.
1377 * Lower domain value means higher priority.
1378 */
1379enum ib_flow_domain {
1380 IB_FLOW_DOMAIN_USER,
1381 IB_FLOW_DOMAIN_ETHTOOL,
1382 IB_FLOW_DOMAIN_RFS,
1383 IB_FLOW_DOMAIN_NIC,
1384 IB_FLOW_DOMAIN_NUM /* Must be last */
1385};
1386
1387struct ib_flow_eth_filter {
1388 u8 dst_mac[6];
1389 u8 src_mac[6];
1390 __be16 ether_type;
1391 __be16 vlan_tag;
1392};
1393
1394struct ib_flow_spec_eth {
1395 enum ib_flow_spec_type type;
1396 u16 size;
1397 struct ib_flow_eth_filter val;
1398 struct ib_flow_eth_filter mask;
1399};
1400
Matan Barak240ae002013-11-07 15:25:13 +02001401struct ib_flow_ib_filter {
1402 __be16 dlid;
1403 __u8 sl;
1404};
1405
1406struct ib_flow_spec_ib {
1407 enum ib_flow_spec_type type;
1408 u16 size;
1409 struct ib_flow_ib_filter val;
1410 struct ib_flow_ib_filter mask;
1411};
1412
Hadar Hen Zion319a4412013-08-07 14:01:59 +03001413struct ib_flow_ipv4_filter {
1414 __be32 src_ip;
1415 __be32 dst_ip;
1416};
1417
1418struct ib_flow_spec_ipv4 {
1419 enum ib_flow_spec_type type;
1420 u16 size;
1421 struct ib_flow_ipv4_filter val;
1422 struct ib_flow_ipv4_filter mask;
1423};
1424
1425struct ib_flow_tcp_udp_filter {
1426 __be16 dst_port;
1427 __be16 src_port;
1428};
1429
1430struct ib_flow_spec_tcp_udp {
1431 enum ib_flow_spec_type type;
1432 u16 size;
1433 struct ib_flow_tcp_udp_filter val;
1434 struct ib_flow_tcp_udp_filter mask;
1435};
1436
1437union ib_flow_spec {
1438 struct {
1439 enum ib_flow_spec_type type;
1440 u16 size;
1441 };
1442 struct ib_flow_spec_eth eth;
Matan Barak240ae002013-11-07 15:25:13 +02001443 struct ib_flow_spec_ib ib;
Hadar Hen Zion319a4412013-08-07 14:01:59 +03001444 struct ib_flow_spec_ipv4 ipv4;
1445 struct ib_flow_spec_tcp_udp tcp_udp;
1446};
1447
1448struct ib_flow_attr {
1449 enum ib_flow_attr_type type;
1450 u16 size;
1451 u16 priority;
1452 u32 flags;
1453 u8 num_of_specs;
1454 u8 port;
1455 /* Following are the optional layers according to user request
1456 * struct ib_flow_spec_xxx
1457 * struct ib_flow_spec_yyy
1458 */
1459};
1460
1461struct ib_flow {
1462 struct ib_qp *qp;
1463 struct ib_uobject *uobject;
1464};
1465
Linus Torvalds1da177e2005-04-16 15:20:36 -07001466struct ib_mad;
1467struct ib_grh;
1468
1469enum ib_process_mad_flags {
1470 IB_MAD_IGNORE_MKEY = 1,
1471 IB_MAD_IGNORE_BKEY = 2,
1472 IB_MAD_IGNORE_ALL = IB_MAD_IGNORE_MKEY | IB_MAD_IGNORE_BKEY
1473};
1474
1475enum ib_mad_result {
1476 IB_MAD_RESULT_FAILURE = 0, /* (!SUCCESS is the important flag) */
1477 IB_MAD_RESULT_SUCCESS = 1 << 0, /* MAD was successfully processed */
1478 IB_MAD_RESULT_REPLY = 1 << 1, /* Reply packet needs to be sent */
1479 IB_MAD_RESULT_CONSUMED = 1 << 2 /* Packet consumed: stop processing */
1480};
1481
1482#define IB_DEVICE_NAME_MAX 64
1483
1484struct ib_cache {
1485 rwlock_t lock;
1486 struct ib_event_handler event_handler;
1487 struct ib_pkey_cache **pkey_cache;
1488 struct ib_gid_cache **gid_cache;
Jack Morgenstein6fb9cdb2006-06-17 20:37:34 -07001489 u8 *lmc_cache;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001490};
1491
Ralph Campbell9b513092006-12-12 14:27:41 -08001492struct ib_dma_mapping_ops {
1493 int (*mapping_error)(struct ib_device *dev,
1494 u64 dma_addr);
1495 u64 (*map_single)(struct ib_device *dev,
1496 void *ptr, size_t size,
1497 enum dma_data_direction direction);
1498 void (*unmap_single)(struct ib_device *dev,
1499 u64 addr, size_t size,
1500 enum dma_data_direction direction);
1501 u64 (*map_page)(struct ib_device *dev,
1502 struct page *page, unsigned long offset,
1503 size_t size,
1504 enum dma_data_direction direction);
1505 void (*unmap_page)(struct ib_device *dev,
1506 u64 addr, size_t size,
1507 enum dma_data_direction direction);
1508 int (*map_sg)(struct ib_device *dev,
1509 struct scatterlist *sg, int nents,
1510 enum dma_data_direction direction);
1511 void (*unmap_sg)(struct ib_device *dev,
1512 struct scatterlist *sg, int nents,
1513 enum dma_data_direction direction);
Ralph Campbell9b513092006-12-12 14:27:41 -08001514 void (*sync_single_for_cpu)(struct ib_device *dev,
1515 u64 dma_handle,
1516 size_t size,
Dotan Barak4deccd62008-07-14 23:48:44 -07001517 enum dma_data_direction dir);
Ralph Campbell9b513092006-12-12 14:27:41 -08001518 void (*sync_single_for_device)(struct ib_device *dev,
1519 u64 dma_handle,
1520 size_t size,
1521 enum dma_data_direction dir);
1522 void *(*alloc_coherent)(struct ib_device *dev,
1523 size_t size,
1524 u64 *dma_handle,
1525 gfp_t flag);
1526 void (*free_coherent)(struct ib_device *dev,
1527 size_t size, void *cpu_addr,
1528 u64 dma_handle);
1529};
1530
Tom Tucker07ebafb2006-08-03 16:02:42 -05001531struct iw_cm_verbs;
1532
Ira Weiny77386132015-05-13 20:02:58 -04001533struct ib_port_immutable {
1534 int pkey_tbl_len;
1535 int gid_tbl_len;
Ira Weinyf9b22e32015-05-13 20:02:59 -04001536 u32 core_cap_flags;
Ira Weiny77386132015-05-13 20:02:58 -04001537};
1538
Linus Torvalds1da177e2005-04-16 15:20:36 -07001539struct ib_device {
1540 struct device *dma_device;
1541
1542 char name[IB_DEVICE_NAME_MAX];
1543
1544 struct list_head event_handler_list;
1545 spinlock_t event_handler_lock;
1546
Alexander Chiang17a55f72010-02-02 19:09:16 +00001547 spinlock_t client_data_lock;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001548 struct list_head core_list;
1549 struct list_head client_data_list;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001550
1551 struct ib_cache cache;
Ira Weiny77386132015-05-13 20:02:58 -04001552 /**
1553 * port_immutable is indexed by port number
1554 */
1555 struct ib_port_immutable *port_immutable;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001556
Michael S. Tsirkinf4fd0b22007-05-03 13:48:47 +03001557 int num_comp_vectors;
1558
Tom Tucker07ebafb2006-08-03 16:02:42 -05001559 struct iw_cm_verbs *iwcm;
1560
Steve Wise7f624d02008-07-14 23:48:48 -07001561 int (*get_protocol_stats)(struct ib_device *device,
1562 union rdma_protocol_stats *stats);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001563 int (*query_device)(struct ib_device *device,
Matan Barak2528e332015-06-11 16:35:25 +03001564 struct ib_device_attr *device_attr,
1565 struct ib_udata *udata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001566 int (*query_port)(struct ib_device *device,
1567 u8 port_num,
1568 struct ib_port_attr *port_attr);
Eli Cohena3f5ada2010-09-27 17:51:10 -07001569 enum rdma_link_layer (*get_link_layer)(struct ib_device *device,
1570 u8 port_num);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001571 int (*query_gid)(struct ib_device *device,
1572 u8 port_num, int index,
1573 union ib_gid *gid);
1574 int (*query_pkey)(struct ib_device *device,
1575 u8 port_num, u16 index, u16 *pkey);
1576 int (*modify_device)(struct ib_device *device,
1577 int device_modify_mask,
1578 struct ib_device_modify *device_modify);
1579 int (*modify_port)(struct ib_device *device,
1580 u8 port_num, int port_modify_mask,
1581 struct ib_port_modify *port_modify);
Roland Dreiere2773c02005-07-07 17:57:10 -07001582 struct ib_ucontext * (*alloc_ucontext)(struct ib_device *device,
1583 struct ib_udata *udata);
1584 int (*dealloc_ucontext)(struct ib_ucontext *context);
1585 int (*mmap)(struct ib_ucontext *context,
1586 struct vm_area_struct *vma);
1587 struct ib_pd * (*alloc_pd)(struct ib_device *device,
1588 struct ib_ucontext *context,
1589 struct ib_udata *udata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001590 int (*dealloc_pd)(struct ib_pd *pd);
1591 struct ib_ah * (*create_ah)(struct ib_pd *pd,
1592 struct ib_ah_attr *ah_attr);
1593 int (*modify_ah)(struct ib_ah *ah,
1594 struct ib_ah_attr *ah_attr);
1595 int (*query_ah)(struct ib_ah *ah,
1596 struct ib_ah_attr *ah_attr);
1597 int (*destroy_ah)(struct ib_ah *ah);
Roland Dreierd41fcc62005-08-18 12:23:08 -07001598 struct ib_srq * (*create_srq)(struct ib_pd *pd,
1599 struct ib_srq_init_attr *srq_init_attr,
1600 struct ib_udata *udata);
1601 int (*modify_srq)(struct ib_srq *srq,
1602 struct ib_srq_attr *srq_attr,
Ralph Campbell9bc57e22006-08-11 14:58:09 -07001603 enum ib_srq_attr_mask srq_attr_mask,
1604 struct ib_udata *udata);
Roland Dreierd41fcc62005-08-18 12:23:08 -07001605 int (*query_srq)(struct ib_srq *srq,
1606 struct ib_srq_attr *srq_attr);
1607 int (*destroy_srq)(struct ib_srq *srq);
1608 int (*post_srq_recv)(struct ib_srq *srq,
1609 struct ib_recv_wr *recv_wr,
1610 struct ib_recv_wr **bad_recv_wr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001611 struct ib_qp * (*create_qp)(struct ib_pd *pd,
Roland Dreiere2773c02005-07-07 17:57:10 -07001612 struct ib_qp_init_attr *qp_init_attr,
1613 struct ib_udata *udata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001614 int (*modify_qp)(struct ib_qp *qp,
1615 struct ib_qp_attr *qp_attr,
Ralph Campbell9bc57e22006-08-11 14:58:09 -07001616 int qp_attr_mask,
1617 struct ib_udata *udata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001618 int (*query_qp)(struct ib_qp *qp,
1619 struct ib_qp_attr *qp_attr,
1620 int qp_attr_mask,
1621 struct ib_qp_init_attr *qp_init_attr);
1622 int (*destroy_qp)(struct ib_qp *qp);
1623 int (*post_send)(struct ib_qp *qp,
1624 struct ib_send_wr *send_wr,
1625 struct ib_send_wr **bad_send_wr);
1626 int (*post_recv)(struct ib_qp *qp,
1627 struct ib_recv_wr *recv_wr,
1628 struct ib_recv_wr **bad_recv_wr);
Matan Barakbcf4c1e2015-06-11 16:35:20 +03001629 struct ib_cq * (*create_cq)(struct ib_device *device,
1630 const struct ib_cq_init_attr *attr,
Roland Dreiere2773c02005-07-07 17:57:10 -07001631 struct ib_ucontext *context,
1632 struct ib_udata *udata);
Eli Cohen2dd57162008-04-16 21:09:33 -07001633 int (*modify_cq)(struct ib_cq *cq, u16 cq_count,
1634 u16 cq_period);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001635 int (*destroy_cq)(struct ib_cq *cq);
Roland Dreier33b9b3e2006-01-30 14:29:21 -08001636 int (*resize_cq)(struct ib_cq *cq, int cqe,
1637 struct ib_udata *udata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001638 int (*poll_cq)(struct ib_cq *cq, int num_entries,
1639 struct ib_wc *wc);
1640 int (*peek_cq)(struct ib_cq *cq, int wc_cnt);
1641 int (*req_notify_cq)(struct ib_cq *cq,
Roland Dreiered23a722007-05-06 21:02:48 -07001642 enum ib_cq_notify_flags flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001643 int (*req_ncomp_notif)(struct ib_cq *cq,
1644 int wc_cnt);
1645 struct ib_mr * (*get_dma_mr)(struct ib_pd *pd,
1646 int mr_access_flags);
1647 struct ib_mr * (*reg_phys_mr)(struct ib_pd *pd,
1648 struct ib_phys_buf *phys_buf_array,
1649 int num_phys_buf,
1650 int mr_access_flags,
1651 u64 *iova_start);
Roland Dreiere2773c02005-07-07 17:57:10 -07001652 struct ib_mr * (*reg_user_mr)(struct ib_pd *pd,
Roland Dreierf7c6a7b2007-03-04 16:15:11 -08001653 u64 start, u64 length,
1654 u64 virt_addr,
Roland Dreiere2773c02005-07-07 17:57:10 -07001655 int mr_access_flags,
1656 struct ib_udata *udata);
Matan Barak7e6edb92014-07-31 11:01:28 +03001657 int (*rereg_user_mr)(struct ib_mr *mr,
1658 int flags,
1659 u64 start, u64 length,
1660 u64 virt_addr,
1661 int mr_access_flags,
1662 struct ib_pd *pd,
1663 struct ib_udata *udata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001664 int (*query_mr)(struct ib_mr *mr,
1665 struct ib_mr_attr *mr_attr);
1666 int (*dereg_mr)(struct ib_mr *mr);
Sagi Grimberg17cd3a22014-02-23 14:19:04 +02001667 int (*destroy_mr)(struct ib_mr *mr);
1668 struct ib_mr * (*create_mr)(struct ib_pd *pd,
1669 struct ib_mr_init_attr *mr_init_attr);
Steve Wise00f7ec32008-07-14 23:48:45 -07001670 struct ib_mr * (*alloc_fast_reg_mr)(struct ib_pd *pd,
1671 int max_page_list_len);
1672 struct ib_fast_reg_page_list * (*alloc_fast_reg_page_list)(struct ib_device *device,
1673 int page_list_len);
1674 void (*free_fast_reg_page_list)(struct ib_fast_reg_page_list *page_list);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001675 int (*rereg_phys_mr)(struct ib_mr *mr,
1676 int mr_rereg_mask,
1677 struct ib_pd *pd,
1678 struct ib_phys_buf *phys_buf_array,
1679 int num_phys_buf,
1680 int mr_access_flags,
1681 u64 *iova_start);
Shani Michaeli7083e422013-02-06 16:19:12 +00001682 struct ib_mw * (*alloc_mw)(struct ib_pd *pd,
1683 enum ib_mw_type type);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001684 int (*bind_mw)(struct ib_qp *qp,
1685 struct ib_mw *mw,
1686 struct ib_mw_bind *mw_bind);
1687 int (*dealloc_mw)(struct ib_mw *mw);
1688 struct ib_fmr * (*alloc_fmr)(struct ib_pd *pd,
1689 int mr_access_flags,
1690 struct ib_fmr_attr *fmr_attr);
1691 int (*map_phys_fmr)(struct ib_fmr *fmr,
1692 u64 *page_list, int list_len,
1693 u64 iova);
1694 int (*unmap_fmr)(struct list_head *fmr_list);
1695 int (*dealloc_fmr)(struct ib_fmr *fmr);
1696 int (*attach_mcast)(struct ib_qp *qp,
1697 union ib_gid *gid,
1698 u16 lid);
1699 int (*detach_mcast)(struct ib_qp *qp,
1700 union ib_gid *gid,
1701 u16 lid);
1702 int (*process_mad)(struct ib_device *device,
1703 int process_mad_flags,
1704 u8 port_num,
Ira Weinya97e2d82015-05-31 17:15:30 -04001705 const struct ib_wc *in_wc,
1706 const struct ib_grh *in_grh,
1707 const struct ib_mad *in_mad,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001708 struct ib_mad *out_mad);
Sean Hefty59991f92011-05-23 17:52:46 -07001709 struct ib_xrcd * (*alloc_xrcd)(struct ib_device *device,
1710 struct ib_ucontext *ucontext,
1711 struct ib_udata *udata);
1712 int (*dealloc_xrcd)(struct ib_xrcd *xrcd);
Hadar Hen Zion319a4412013-08-07 14:01:59 +03001713 struct ib_flow * (*create_flow)(struct ib_qp *qp,
1714 struct ib_flow_attr
1715 *flow_attr,
1716 int domain);
1717 int (*destroy_flow)(struct ib_flow *flow_id);
Sagi Grimberg1b01d332014-02-23 14:19:05 +02001718 int (*check_mr_status)(struct ib_mr *mr, u32 check_mask,
1719 struct ib_mr_status *mr_status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001720
Ralph Campbell9b513092006-12-12 14:27:41 -08001721 struct ib_dma_mapping_ops *dma_ops;
1722
Roland Dreiere2773c02005-07-07 17:57:10 -07001723 struct module *owner;
Tony Jonesf4e91eb2008-02-22 00:13:36 +01001724 struct device dev;
Greg Kroah-Hartman35be0682007-12-17 15:54:39 -04001725 struct kobject *ports_parent;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001726 struct list_head port_list;
1727
1728 enum {
1729 IB_DEV_UNINITIALIZED,
1730 IB_DEV_REGISTERED,
1731 IB_DEV_UNREGISTERED
1732 } reg_state;
1733
Roland Dreier274c0892005-09-29 14:17:48 -07001734 int uverbs_abi_ver;
Alexander Chiang17a55f72010-02-02 19:09:16 +00001735 u64 uverbs_cmd_mask;
Yann Droneaudf21519b2013-11-06 23:21:49 +01001736 u64 uverbs_ex_cmd_mask;
Roland Dreier274c0892005-09-29 14:17:48 -07001737
Roland Dreierc5bcbbb2006-02-02 09:47:14 -08001738 char node_desc[64];
Sean Heftycf311cd2006-01-10 07:39:34 -08001739 __be64 node_guid;
Steve Wise96f15c02008-07-14 23:48:53 -07001740 u32 local_dma_lkey;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001741 u8 node_type;
1742 u8 phys_port_cnt;
Ira Weiny77386132015-05-13 20:02:58 -04001743
1744 /**
1745 * The following mandatory functions are used only at device
1746 * registration. Keep functions such as these at the end of this
1747 * structure to avoid cache line misses when accessing struct ib_device
1748 * in fast paths.
1749 */
1750 int (*get_port_immutable)(struct ib_device *, u8, struct ib_port_immutable *);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001751};
1752
1753struct ib_client {
1754 char *name;
1755 void (*add) (struct ib_device *);
1756 void (*remove)(struct ib_device *);
1757
1758 struct list_head list;
1759};
1760
1761struct ib_device *ib_alloc_device(size_t size);
1762void ib_dealloc_device(struct ib_device *device);
1763
Ralph Campbell9a6edb62010-05-06 17:03:25 -07001764int ib_register_device(struct ib_device *device,
1765 int (*port_callback)(struct ib_device *,
1766 u8, struct kobject *));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001767void ib_unregister_device(struct ib_device *device);
1768
1769int ib_register_client (struct ib_client *client);
1770void ib_unregister_client(struct ib_client *client);
1771
1772void *ib_get_client_data(struct ib_device *device, struct ib_client *client);
1773void ib_set_client_data(struct ib_device *device, struct ib_client *client,
1774 void *data);
1775
Roland Dreiere2773c02005-07-07 17:57:10 -07001776static inline int ib_copy_from_udata(void *dest, struct ib_udata *udata, size_t len)
1777{
1778 return copy_from_user(dest, udata->inbuf, len) ? -EFAULT : 0;
1779}
1780
1781static inline int ib_copy_to_udata(struct ib_udata *udata, void *src, size_t len)
1782{
Yann Droneaud43c611652015-02-05 22:10:18 +01001783 return copy_to_user(udata->outbuf, src, len) ? -EFAULT : 0;
Roland Dreiere2773c02005-07-07 17:57:10 -07001784}
1785
Roland Dreier8a518662006-02-13 12:48:12 -08001786/**
1787 * ib_modify_qp_is_ok - Check that the supplied attribute mask
1788 * contains all required attributes and no attributes not allowed for
1789 * the given QP state transition.
1790 * @cur_state: Current QP state
1791 * @next_state: Next QP state
1792 * @type: QP type
1793 * @mask: Mask of supplied QP attributes
Matan Barakdd5f03b2013-12-12 18:03:11 +02001794 * @ll : link layer of port
Roland Dreier8a518662006-02-13 12:48:12 -08001795 *
1796 * This function is a helper function that a low-level driver's
1797 * modify_qp method can use to validate the consumer's input. It
1798 * checks that cur_state and next_state are valid QP states, that a
1799 * transition from cur_state to next_state is allowed by the IB spec,
1800 * and that the attribute mask supplied is allowed for the transition.
1801 */
1802int ib_modify_qp_is_ok(enum ib_qp_state cur_state, enum ib_qp_state next_state,
Matan Barakdd5f03b2013-12-12 18:03:11 +02001803 enum ib_qp_type type, enum ib_qp_attr_mask mask,
1804 enum rdma_link_layer ll);
Roland Dreier8a518662006-02-13 12:48:12 -08001805
Linus Torvalds1da177e2005-04-16 15:20:36 -07001806int ib_register_event_handler (struct ib_event_handler *event_handler);
1807int ib_unregister_event_handler(struct ib_event_handler *event_handler);
1808void ib_dispatch_event(struct ib_event *event);
1809
1810int ib_query_device(struct ib_device *device,
1811 struct ib_device_attr *device_attr);
1812
1813int ib_query_port(struct ib_device *device,
1814 u8 port_num, struct ib_port_attr *port_attr);
1815
Eli Cohena3f5ada2010-09-27 17:51:10 -07001816enum rdma_link_layer rdma_port_get_link_layer(struct ib_device *device,
1817 u8 port_num);
1818
Ira Weiny0cf18d72015-05-13 20:02:55 -04001819/**
1820 * rdma_start_port - Return the first valid port number for the device
1821 * specified
1822 *
1823 * @device: Device to be checked
1824 *
1825 * Return start port number
1826 */
1827static inline u8 rdma_start_port(const struct ib_device *device)
1828{
1829 return (device->node_type == RDMA_NODE_IB_SWITCH) ? 0 : 1;
1830}
1831
1832/**
1833 * rdma_end_port - Return the last valid port number for the device
1834 * specified
1835 *
1836 * @device: Device to be checked
1837 *
1838 * Return last port number
1839 */
1840static inline u8 rdma_end_port(const struct ib_device *device)
1841{
1842 return (device->node_type == RDMA_NODE_IB_SWITCH) ?
1843 0 : device->phys_port_cnt;
1844}
1845
Ira Weiny5ede9282015-05-31 17:15:29 -04001846static inline bool rdma_protocol_ib(const struct ib_device *device, u8 port_num)
Michael Wangde66be92015-05-05 14:50:19 +02001847{
Ira Weinyf9b22e32015-05-13 20:02:59 -04001848 return device->port_immutable[port_num].core_cap_flags & RDMA_CORE_CAP_PROT_IB;
Michael Wangde66be92015-05-05 14:50:19 +02001849}
1850
Ira Weiny5ede9282015-05-31 17:15:29 -04001851static inline bool rdma_protocol_roce(const struct ib_device *device, u8 port_num)
Michael Wangde66be92015-05-05 14:50:19 +02001852{
Ira Weinyf9b22e32015-05-13 20:02:59 -04001853 return device->port_immutable[port_num].core_cap_flags & RDMA_CORE_CAP_PROT_ROCE;
Michael Wangde66be92015-05-05 14:50:19 +02001854}
1855
Ira Weiny5ede9282015-05-31 17:15:29 -04001856static inline bool rdma_protocol_iwarp(const struct ib_device *device, u8 port_num)
Michael Wangde66be92015-05-05 14:50:19 +02001857{
Ira Weinyf9b22e32015-05-13 20:02:59 -04001858 return device->port_immutable[port_num].core_cap_flags & RDMA_CORE_CAP_PROT_IWARP;
Michael Wangde66be92015-05-05 14:50:19 +02001859}
1860
Ira Weiny5ede9282015-05-31 17:15:29 -04001861static inline bool rdma_ib_or_roce(const struct ib_device *device, u8 port_num)
Michael Wangde66be92015-05-05 14:50:19 +02001862{
Ira Weinyf9b22e32015-05-13 20:02:59 -04001863 return device->port_immutable[port_num].core_cap_flags &
1864 (RDMA_CORE_CAP_PROT_IB | RDMA_CORE_CAP_PROT_ROCE);
Michael Wangde66be92015-05-05 14:50:19 +02001865}
1866
Michael Wangc757dea2015-05-05 14:50:32 +02001867/**
Michael Wang296ec002015-05-18 10:41:45 +02001868 * rdma_cap_ib_mad - Check if the port of a device supports Infiniband
Michael Wangc757dea2015-05-05 14:50:32 +02001869 * Management Datagrams.
Michael Wang296ec002015-05-18 10:41:45 +02001870 * @device: Device to check
1871 * @port_num: Port number to check
Michael Wangc757dea2015-05-05 14:50:32 +02001872 *
Michael Wang296ec002015-05-18 10:41:45 +02001873 * Management Datagrams (MAD) are a required part of the InfiniBand
1874 * specification and are supported on all InfiniBand devices. A slightly
1875 * extended version are also supported on OPA interfaces.
Michael Wangc757dea2015-05-05 14:50:32 +02001876 *
Michael Wang296ec002015-05-18 10:41:45 +02001877 * Return: true if the port supports sending/receiving of MAD packets.
Michael Wangc757dea2015-05-05 14:50:32 +02001878 */
Ira Weiny5ede9282015-05-31 17:15:29 -04001879static inline bool rdma_cap_ib_mad(const struct ib_device *device, u8 port_num)
Michael Wangc757dea2015-05-05 14:50:32 +02001880{
Ira Weinyf9b22e32015-05-13 20:02:59 -04001881 return device->port_immutable[port_num].core_cap_flags & RDMA_CORE_CAP_IB_MAD;
Michael Wangc757dea2015-05-05 14:50:32 +02001882}
1883
Michael Wang29541e32015-05-05 14:50:33 +02001884/**
Michael Wang296ec002015-05-18 10:41:45 +02001885 * rdma_cap_ib_smi - Check if the port of a device provides an Infiniband
1886 * Subnet Management Agent (SMA) on the Subnet Management Interface (SMI).
1887 * @device: Device to check
1888 * @port_num: Port number to check
Michael Wang29541e32015-05-05 14:50:33 +02001889 *
Michael Wang296ec002015-05-18 10:41:45 +02001890 * Each InfiniBand node is required to provide a Subnet Management Agent
1891 * that the subnet manager can access. Prior to the fabric being fully
1892 * configured by the subnet manager, the SMA is accessed via a well known
1893 * interface called the Subnet Management Interface (SMI). This interface
1894 * uses directed route packets to communicate with the SM to get around the
1895 * chicken and egg problem of the SM needing to know what's on the fabric
1896 * in order to configure the fabric, and needing to configure the fabric in
1897 * order to send packets to the devices on the fabric. These directed
1898 * route packets do not need the fabric fully configured in order to reach
1899 * their destination. The SMI is the only method allowed to send
1900 * directed route packets on an InfiniBand fabric.
Michael Wang29541e32015-05-05 14:50:33 +02001901 *
Michael Wang296ec002015-05-18 10:41:45 +02001902 * Return: true if the port provides an SMI.
Michael Wang29541e32015-05-05 14:50:33 +02001903 */
Ira Weiny5ede9282015-05-31 17:15:29 -04001904static inline bool rdma_cap_ib_smi(const struct ib_device *device, u8 port_num)
Michael Wang29541e32015-05-05 14:50:33 +02001905{
Ira Weinyf9b22e32015-05-13 20:02:59 -04001906 return device->port_immutable[port_num].core_cap_flags & RDMA_CORE_CAP_IB_SMI;
Michael Wang29541e32015-05-05 14:50:33 +02001907}
1908
Michael Wang72219cea2015-05-05 14:50:34 +02001909/**
1910 * rdma_cap_ib_cm - Check if the port of device has the capability Infiniband
1911 * Communication Manager.
Michael Wang296ec002015-05-18 10:41:45 +02001912 * @device: Device to check
1913 * @port_num: Port number to check
Michael Wang72219cea2015-05-05 14:50:34 +02001914 *
Michael Wang296ec002015-05-18 10:41:45 +02001915 * The InfiniBand Communication Manager is one of many pre-defined General
1916 * Service Agents (GSA) that are accessed via the General Service
1917 * Interface (GSI). It's role is to facilitate establishment of connections
1918 * between nodes as well as other management related tasks for established
1919 * connections.
Michael Wang72219cea2015-05-05 14:50:34 +02001920 *
Michael Wang296ec002015-05-18 10:41:45 +02001921 * Return: true if the port supports an IB CM (this does not guarantee that
1922 * a CM is actually running however).
Michael Wang72219cea2015-05-05 14:50:34 +02001923 */
Ira Weiny5ede9282015-05-31 17:15:29 -04001924static inline bool rdma_cap_ib_cm(const struct ib_device *device, u8 port_num)
Michael Wang72219cea2015-05-05 14:50:34 +02001925{
Ira Weinyf9b22e32015-05-13 20:02:59 -04001926 return device->port_immutable[port_num].core_cap_flags & RDMA_CORE_CAP_IB_CM;
Michael Wang72219cea2015-05-05 14:50:34 +02001927}
1928
Michael Wang04215332015-05-05 14:50:35 +02001929/**
1930 * rdma_cap_iw_cm - Check if the port of device has the capability IWARP
1931 * Communication Manager.
Michael Wang296ec002015-05-18 10:41:45 +02001932 * @device: Device to check
1933 * @port_num: Port number to check
Michael Wang04215332015-05-05 14:50:35 +02001934 *
Michael Wang296ec002015-05-18 10:41:45 +02001935 * Similar to above, but specific to iWARP connections which have a different
1936 * managment protocol than InfiniBand.
Michael Wang04215332015-05-05 14:50:35 +02001937 *
Michael Wang296ec002015-05-18 10:41:45 +02001938 * Return: true if the port supports an iWARP CM (this does not guarantee that
1939 * a CM is actually running however).
Michael Wang04215332015-05-05 14:50:35 +02001940 */
Ira Weiny5ede9282015-05-31 17:15:29 -04001941static inline bool rdma_cap_iw_cm(const struct ib_device *device, u8 port_num)
Michael Wang04215332015-05-05 14:50:35 +02001942{
Ira Weinyf9b22e32015-05-13 20:02:59 -04001943 return device->port_immutable[port_num].core_cap_flags & RDMA_CORE_CAP_IW_CM;
Michael Wang04215332015-05-05 14:50:35 +02001944}
1945
Michael Wangfe53ba22015-05-05 14:50:36 +02001946/**
1947 * rdma_cap_ib_sa - Check if the port of device has the capability Infiniband
1948 * Subnet Administration.
Michael Wang296ec002015-05-18 10:41:45 +02001949 * @device: Device to check
1950 * @port_num: Port number to check
Michael Wangfe53ba22015-05-05 14:50:36 +02001951 *
Michael Wang296ec002015-05-18 10:41:45 +02001952 * An InfiniBand Subnet Administration (SA) service is a pre-defined General
1953 * Service Agent (GSA) provided by the Subnet Manager (SM). On InfiniBand
1954 * fabrics, devices should resolve routes to other hosts by contacting the
1955 * SA to query the proper route.
Michael Wangfe53ba22015-05-05 14:50:36 +02001956 *
Michael Wang296ec002015-05-18 10:41:45 +02001957 * Return: true if the port should act as a client to the fabric Subnet
1958 * Administration interface. This does not imply that the SA service is
1959 * running locally.
Michael Wangfe53ba22015-05-05 14:50:36 +02001960 */
Ira Weiny5ede9282015-05-31 17:15:29 -04001961static inline bool rdma_cap_ib_sa(const struct ib_device *device, u8 port_num)
Michael Wangfe53ba22015-05-05 14:50:36 +02001962{
Ira Weinyf9b22e32015-05-13 20:02:59 -04001963 return device->port_immutable[port_num].core_cap_flags & RDMA_CORE_CAP_IB_SA;
Michael Wangfe53ba22015-05-05 14:50:36 +02001964}
1965
Michael Wanga31ad3b2015-05-05 14:50:37 +02001966/**
1967 * rdma_cap_ib_mcast - Check if the port of device has the capability Infiniband
1968 * Multicast.
Michael Wang296ec002015-05-18 10:41:45 +02001969 * @device: Device to check
1970 * @port_num: Port number to check
Michael Wanga31ad3b2015-05-05 14:50:37 +02001971 *
Michael Wang296ec002015-05-18 10:41:45 +02001972 * InfiniBand multicast registration is more complex than normal IPv4 or
1973 * IPv6 multicast registration. Each Host Channel Adapter must register
1974 * with the Subnet Manager when it wishes to join a multicast group. It
1975 * should do so only once regardless of how many queue pairs it subscribes
1976 * to this group. And it should leave the group only after all queue pairs
1977 * attached to the group have been detached.
Michael Wanga31ad3b2015-05-05 14:50:37 +02001978 *
Michael Wang296ec002015-05-18 10:41:45 +02001979 * Return: true if the port must undertake the additional adminstrative
1980 * overhead of registering/unregistering with the SM and tracking of the
1981 * total number of queue pairs attached to the multicast group.
Michael Wanga31ad3b2015-05-05 14:50:37 +02001982 */
Ira Weiny5ede9282015-05-31 17:15:29 -04001983static inline bool rdma_cap_ib_mcast(const struct ib_device *device, u8 port_num)
Michael Wanga31ad3b2015-05-05 14:50:37 +02001984{
1985 return rdma_cap_ib_sa(device, port_num);
1986}
1987
Michael Wangbc0f1d72015-05-05 14:50:38 +02001988/**
Michael Wang30a74ef2015-05-05 14:50:39 +02001989 * rdma_cap_af_ib - Check if the port of device has the capability
1990 * Native Infiniband Address.
Michael Wang296ec002015-05-18 10:41:45 +02001991 * @device: Device to check
1992 * @port_num: Port number to check
Michael Wang30a74ef2015-05-05 14:50:39 +02001993 *
Michael Wang296ec002015-05-18 10:41:45 +02001994 * InfiniBand addressing uses a port's GUID + Subnet Prefix to make a default
1995 * GID. RoCE uses a different mechanism, but still generates a GID via
1996 * a prescribed mechanism and port specific data.
Michael Wang30a74ef2015-05-05 14:50:39 +02001997 *
Michael Wang296ec002015-05-18 10:41:45 +02001998 * Return: true if the port uses a GID address to identify devices on the
1999 * network.
Michael Wang30a74ef2015-05-05 14:50:39 +02002000 */
Ira Weiny5ede9282015-05-31 17:15:29 -04002001static inline bool rdma_cap_af_ib(const struct ib_device *device, u8 port_num)
Michael Wang30a74ef2015-05-05 14:50:39 +02002002{
Ira Weinyf9b22e32015-05-13 20:02:59 -04002003 return device->port_immutable[port_num].core_cap_flags & RDMA_CORE_CAP_AF_IB;
Michael Wang30a74ef2015-05-05 14:50:39 +02002004}
2005
2006/**
Michael Wang227128f2015-05-05 14:50:40 +02002007 * rdma_cap_eth_ah - Check if the port of device has the capability
Michael Wang296ec002015-05-18 10:41:45 +02002008 * Ethernet Address Handle.
2009 * @device: Device to check
2010 * @port_num: Port number to check
Michael Wang227128f2015-05-05 14:50:40 +02002011 *
Michael Wang296ec002015-05-18 10:41:45 +02002012 * RoCE is InfiniBand over Ethernet, and it uses a well defined technique
2013 * to fabricate GIDs over Ethernet/IP specific addresses native to the
2014 * port. Normally, packet headers are generated by the sending host
2015 * adapter, but when sending connectionless datagrams, we must manually
2016 * inject the proper headers for the fabric we are communicating over.
Michael Wang227128f2015-05-05 14:50:40 +02002017 *
Michael Wang296ec002015-05-18 10:41:45 +02002018 * Return: true if we are running as a RoCE port and must force the
2019 * addition of a Global Route Header built from our Ethernet Address
2020 * Handle into our header list for connectionless packets.
Michael Wang227128f2015-05-05 14:50:40 +02002021 */
Ira Weiny5ede9282015-05-31 17:15:29 -04002022static inline bool rdma_cap_eth_ah(const struct ib_device *device, u8 port_num)
Michael Wang227128f2015-05-05 14:50:40 +02002023{
Ira Weinyf9b22e32015-05-13 20:02:59 -04002024 return device->port_immutable[port_num].core_cap_flags & RDMA_CORE_CAP_ETH_AH;
Michael Wang227128f2015-05-05 14:50:40 +02002025}
2026
2027/**
Michael Wangbc0f1d72015-05-05 14:50:38 +02002028 * rdma_cap_read_multi_sge - Check if the port of device has the capability
2029 * RDMA Read Multiple Scatter-Gather Entries.
Michael Wang296ec002015-05-18 10:41:45 +02002030 * @device: Device to check
2031 * @port_num: Port number to check
Michael Wangbc0f1d72015-05-05 14:50:38 +02002032 *
Michael Wang296ec002015-05-18 10:41:45 +02002033 * iWARP has a restriction that RDMA READ requests may only have a single
2034 * Scatter/Gather Entry (SGE) in the work request.
Michael Wangbc0f1d72015-05-05 14:50:38 +02002035 *
Michael Wang296ec002015-05-18 10:41:45 +02002036 * NOTE: although the linux kernel currently assumes all devices are either
2037 * single SGE RDMA READ devices or identical SGE maximums for RDMA READs and
2038 * WRITEs, according to Tom Talpey, this is not accurate. There are some
2039 * devices out there that support more than a single SGE on RDMA READ
2040 * requests, but do not support the same number of SGEs as they do on
2041 * RDMA WRITE requests. The linux kernel would need rearchitecting to
2042 * support these imbalanced READ/WRITE SGEs allowed devices. So, for now,
2043 * suffice with either the device supports the same READ/WRITE SGEs, or
2044 * it only gets one READ sge.
2045 *
2046 * Return: true for any device that allows more than one SGE in RDMA READ
2047 * requests.
Michael Wangbc0f1d72015-05-05 14:50:38 +02002048 */
2049static inline bool rdma_cap_read_multi_sge(struct ib_device *device,
2050 u8 port_num)
2051{
Ira Weinyf9b22e32015-05-13 20:02:59 -04002052 return !(device->port_immutable[port_num].core_cap_flags & RDMA_CORE_CAP_PROT_IWARP);
Michael Wangbc0f1d72015-05-05 14:50:38 +02002053}
2054
Linus Torvalds1da177e2005-04-16 15:20:36 -07002055int ib_query_gid(struct ib_device *device,
2056 u8 port_num, int index, union ib_gid *gid);
2057
2058int ib_query_pkey(struct ib_device *device,
2059 u8 port_num, u16 index, u16 *pkey);
2060
2061int ib_modify_device(struct ib_device *device,
2062 int device_modify_mask,
2063 struct ib_device_modify *device_modify);
2064
2065int ib_modify_port(struct ib_device *device,
2066 u8 port_num, int port_modify_mask,
2067 struct ib_port_modify *port_modify);
2068
Yosef Etigin5eb620c2007-05-14 07:26:51 +03002069int ib_find_gid(struct ib_device *device, union ib_gid *gid,
2070 u8 *port_num, u16 *index);
2071
2072int ib_find_pkey(struct ib_device *device,
2073 u8 port_num, u16 pkey, u16 *index);
2074
Linus Torvalds1da177e2005-04-16 15:20:36 -07002075/**
2076 * ib_alloc_pd - Allocates an unused protection domain.
2077 * @device: The device on which to allocate the protection domain.
2078 *
2079 * A protection domain object provides an association between QPs, shared
2080 * receive queues, address handles, memory regions, and memory windows.
2081 */
2082struct ib_pd *ib_alloc_pd(struct ib_device *device);
2083
2084/**
2085 * ib_dealloc_pd - Deallocates a protection domain.
2086 * @pd: The protection domain to deallocate.
2087 */
2088int ib_dealloc_pd(struct ib_pd *pd);
2089
2090/**
2091 * ib_create_ah - Creates an address handle for the given address vector.
2092 * @pd: The protection domain associated with the address handle.
2093 * @ah_attr: The attributes of the address vector.
2094 *
2095 * The address handle is used to reference a local or global destination
2096 * in all UD QP post sends.
2097 */
2098struct ib_ah *ib_create_ah(struct ib_pd *pd, struct ib_ah_attr *ah_attr);
2099
2100/**
Sean Hefty4e00d692006-06-17 20:37:39 -07002101 * ib_init_ah_from_wc - Initializes address handle attributes from a
2102 * work completion.
2103 * @device: Device on which the received message arrived.
2104 * @port_num: Port on which the received message arrived.
2105 * @wc: Work completion associated with the received message.
2106 * @grh: References the received global route header. This parameter is
2107 * ignored unless the work completion indicates that the GRH is valid.
2108 * @ah_attr: Returned attributes that can be used when creating an address
2109 * handle for replying to the message.
2110 */
Ira Weiny73cdaae2015-05-31 17:15:31 -04002111int ib_init_ah_from_wc(struct ib_device *device, u8 port_num,
2112 const struct ib_wc *wc, const struct ib_grh *grh,
2113 struct ib_ah_attr *ah_attr);
Sean Hefty4e00d692006-06-17 20:37:39 -07002114
2115/**
Hal Rosenstock513789e2005-07-27 11:45:34 -07002116 * ib_create_ah_from_wc - Creates an address handle associated with the
2117 * sender of the specified work completion.
2118 * @pd: The protection domain associated with the address handle.
2119 * @wc: Work completion information associated with a received message.
2120 * @grh: References the received global route header. This parameter is
2121 * ignored unless the work completion indicates that the GRH is valid.
2122 * @port_num: The outbound port number to associate with the address.
2123 *
2124 * The address handle is used to reference a local or global destination
2125 * in all UD QP post sends.
2126 */
Ira Weiny73cdaae2015-05-31 17:15:31 -04002127struct ib_ah *ib_create_ah_from_wc(struct ib_pd *pd, const struct ib_wc *wc,
2128 const struct ib_grh *grh, u8 port_num);
Hal Rosenstock513789e2005-07-27 11:45:34 -07002129
2130/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07002131 * ib_modify_ah - Modifies the address vector associated with an address
2132 * handle.
2133 * @ah: The address handle to modify.
2134 * @ah_attr: The new address vector attributes to associate with the
2135 * address handle.
2136 */
2137int ib_modify_ah(struct ib_ah *ah, struct ib_ah_attr *ah_attr);
2138
2139/**
2140 * ib_query_ah - Queries the address vector associated with an address
2141 * handle.
2142 * @ah: The address handle to query.
2143 * @ah_attr: The address vector attributes associated with the address
2144 * handle.
2145 */
2146int ib_query_ah(struct ib_ah *ah, struct ib_ah_attr *ah_attr);
2147
2148/**
2149 * ib_destroy_ah - Destroys an address handle.
2150 * @ah: The address handle to destroy.
2151 */
2152int ib_destroy_ah(struct ib_ah *ah);
2153
2154/**
Roland Dreierd41fcc62005-08-18 12:23:08 -07002155 * ib_create_srq - Creates a SRQ associated with the specified protection
2156 * domain.
2157 * @pd: The protection domain associated with the SRQ.
Dotan Barakabb6e9b2006-02-23 12:13:51 -08002158 * @srq_init_attr: A list of initial attributes required to create the
2159 * SRQ. If SRQ creation succeeds, then the attributes are updated to
2160 * the actual capabilities of the created SRQ.
Roland Dreierd41fcc62005-08-18 12:23:08 -07002161 *
2162 * srq_attr->max_wr and srq_attr->max_sge are read the determine the
2163 * requested size of the SRQ, and set to the actual values allocated
2164 * on return. If ib_create_srq() succeeds, then max_wr and max_sge
2165 * will always be at least as large as the requested values.
2166 */
2167struct ib_srq *ib_create_srq(struct ib_pd *pd,
2168 struct ib_srq_init_attr *srq_init_attr);
2169
2170/**
2171 * ib_modify_srq - Modifies the attributes for the specified SRQ.
2172 * @srq: The SRQ to modify.
2173 * @srq_attr: On input, specifies the SRQ attributes to modify. On output,
2174 * the current values of selected SRQ attributes are returned.
2175 * @srq_attr_mask: A bit-mask used to specify which attributes of the SRQ
2176 * are being modified.
2177 *
2178 * The mask may contain IB_SRQ_MAX_WR to resize the SRQ and/or
2179 * IB_SRQ_LIMIT to set the SRQ's limit and request notification when
2180 * the number of receives queued drops below the limit.
2181 */
2182int ib_modify_srq(struct ib_srq *srq,
2183 struct ib_srq_attr *srq_attr,
2184 enum ib_srq_attr_mask srq_attr_mask);
2185
2186/**
2187 * ib_query_srq - Returns the attribute list and current values for the
2188 * specified SRQ.
2189 * @srq: The SRQ to query.
2190 * @srq_attr: The attributes of the specified SRQ.
2191 */
2192int ib_query_srq(struct ib_srq *srq,
2193 struct ib_srq_attr *srq_attr);
2194
2195/**
2196 * ib_destroy_srq - Destroys the specified SRQ.
2197 * @srq: The SRQ to destroy.
2198 */
2199int ib_destroy_srq(struct ib_srq *srq);
2200
2201/**
2202 * ib_post_srq_recv - Posts a list of work requests to the specified SRQ.
2203 * @srq: The SRQ to post the work request on.
2204 * @recv_wr: A list of work requests to post on the receive queue.
2205 * @bad_recv_wr: On an immediate failure, this parameter will reference
2206 * the work request that failed to be posted on the QP.
2207 */
2208static inline int ib_post_srq_recv(struct ib_srq *srq,
2209 struct ib_recv_wr *recv_wr,
2210 struct ib_recv_wr **bad_recv_wr)
2211{
2212 return srq->device->post_srq_recv(srq, recv_wr, bad_recv_wr);
2213}
2214
2215/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07002216 * ib_create_qp - Creates a QP associated with the specified protection
2217 * domain.
2218 * @pd: The protection domain associated with the QP.
Dotan Barakabb6e9b2006-02-23 12:13:51 -08002219 * @qp_init_attr: A list of initial attributes required to create the
2220 * QP. If QP creation succeeds, then the attributes are updated to
2221 * the actual capabilities of the created QP.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002222 */
2223struct ib_qp *ib_create_qp(struct ib_pd *pd,
2224 struct ib_qp_init_attr *qp_init_attr);
2225
2226/**
2227 * ib_modify_qp - Modifies the attributes for the specified QP and then
2228 * transitions the QP to the given state.
2229 * @qp: The QP to modify.
2230 * @qp_attr: On input, specifies the QP attributes to modify. On output,
2231 * the current values of selected QP attributes are returned.
2232 * @qp_attr_mask: A bit-mask used to specify which attributes of the QP
2233 * are being modified.
2234 */
2235int ib_modify_qp(struct ib_qp *qp,
2236 struct ib_qp_attr *qp_attr,
2237 int qp_attr_mask);
2238
2239/**
2240 * ib_query_qp - Returns the attribute list and current values for the
2241 * specified QP.
2242 * @qp: The QP to query.
2243 * @qp_attr: The attributes of the specified QP.
2244 * @qp_attr_mask: A bit-mask used to select specific attributes to query.
2245 * @qp_init_attr: Additional attributes of the selected QP.
2246 *
2247 * The qp_attr_mask may be used to limit the query to gathering only the
2248 * selected attributes.
2249 */
2250int ib_query_qp(struct ib_qp *qp,
2251 struct ib_qp_attr *qp_attr,
2252 int qp_attr_mask,
2253 struct ib_qp_init_attr *qp_init_attr);
2254
2255/**
2256 * ib_destroy_qp - Destroys the specified QP.
2257 * @qp: The QP to destroy.
2258 */
2259int ib_destroy_qp(struct ib_qp *qp);
2260
2261/**
Sean Hefty0e0ec7e2011-08-08 15:31:51 -07002262 * ib_open_qp - Obtain a reference to an existing sharable QP.
2263 * @xrcd - XRC domain
2264 * @qp_open_attr: Attributes identifying the QP to open.
2265 *
2266 * Returns a reference to a sharable QP.
2267 */
2268struct ib_qp *ib_open_qp(struct ib_xrcd *xrcd,
2269 struct ib_qp_open_attr *qp_open_attr);
2270
2271/**
2272 * ib_close_qp - Release an external reference to a QP.
Sean Heftyd3d72d92011-05-26 23:06:44 -07002273 * @qp: The QP handle to release
2274 *
Sean Hefty0e0ec7e2011-08-08 15:31:51 -07002275 * The opened QP handle is released by the caller. The underlying
2276 * shared QP is not destroyed until all internal references are released.
Sean Heftyd3d72d92011-05-26 23:06:44 -07002277 */
Sean Hefty0e0ec7e2011-08-08 15:31:51 -07002278int ib_close_qp(struct ib_qp *qp);
Sean Heftyd3d72d92011-05-26 23:06:44 -07002279
2280/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07002281 * ib_post_send - Posts a list of work requests to the send queue of
2282 * the specified QP.
2283 * @qp: The QP to post the work request on.
2284 * @send_wr: A list of work requests to post on the send queue.
2285 * @bad_send_wr: On an immediate failure, this parameter will reference
2286 * the work request that failed to be posted on the QP.
Bart Van Assche55464d42009-12-09 14:20:04 -08002287 *
2288 * While IBA Vol. 1 section 11.4.1.1 specifies that if an immediate
2289 * error is returned, the QP state shall not be affected,
2290 * ib_post_send() will return an immediate error after queueing any
2291 * earlier work requests in the list.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002292 */
2293static inline int ib_post_send(struct ib_qp *qp,
2294 struct ib_send_wr *send_wr,
2295 struct ib_send_wr **bad_send_wr)
2296{
2297 return qp->device->post_send(qp, send_wr, bad_send_wr);
2298}
2299
2300/**
2301 * ib_post_recv - Posts a list of work requests to the receive queue of
2302 * the specified QP.
2303 * @qp: The QP to post the work request on.
2304 * @recv_wr: A list of work requests to post on the receive queue.
2305 * @bad_recv_wr: On an immediate failure, this parameter will reference
2306 * the work request that failed to be posted on the QP.
2307 */
2308static inline int ib_post_recv(struct ib_qp *qp,
2309 struct ib_recv_wr *recv_wr,
2310 struct ib_recv_wr **bad_recv_wr)
2311{
2312 return qp->device->post_recv(qp, recv_wr, bad_recv_wr);
2313}
2314
2315/**
2316 * ib_create_cq - Creates a CQ on the specified device.
2317 * @device: The device on which to create the CQ.
2318 * @comp_handler: A user-specified callback that is invoked when a
2319 * completion event occurs on the CQ.
2320 * @event_handler: A user-specified callback that is invoked when an
2321 * asynchronous event not associated with a completion occurs on the CQ.
2322 * @cq_context: Context associated with the CQ returned to the user via
2323 * the associated completion and event handlers.
Matan Barak8e372102015-06-11 16:35:21 +03002324 * @cq_attr: The attributes the CQ should be created upon.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002325 *
2326 * Users can examine the cq structure to determine the actual CQ size.
2327 */
2328struct ib_cq *ib_create_cq(struct ib_device *device,
2329 ib_comp_handler comp_handler,
2330 void (*event_handler)(struct ib_event *, void *),
Matan Barak8e372102015-06-11 16:35:21 +03002331 void *cq_context,
2332 const struct ib_cq_init_attr *cq_attr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002333
2334/**
2335 * ib_resize_cq - Modifies the capacity of the CQ.
2336 * @cq: The CQ to resize.
2337 * @cqe: The minimum size of the CQ.
2338 *
2339 * Users can examine the cq structure to determine the actual CQ size.
2340 */
2341int ib_resize_cq(struct ib_cq *cq, int cqe);
2342
2343/**
Eli Cohen2dd57162008-04-16 21:09:33 -07002344 * ib_modify_cq - Modifies moderation params of the CQ
2345 * @cq: The CQ to modify.
2346 * @cq_count: number of CQEs that will trigger an event
2347 * @cq_period: max period of time in usec before triggering an event
2348 *
2349 */
2350int ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);
2351
2352/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07002353 * ib_destroy_cq - Destroys the specified CQ.
2354 * @cq: The CQ to destroy.
2355 */
2356int ib_destroy_cq(struct ib_cq *cq);
2357
2358/**
2359 * ib_poll_cq - poll a CQ for completion(s)
2360 * @cq:the CQ being polled
2361 * @num_entries:maximum number of completions to return
2362 * @wc:array of at least @num_entries &struct ib_wc where completions
2363 * will be returned
2364 *
2365 * Poll a CQ for (possibly multiple) completions. If the return value
2366 * is < 0, an error occurred. If the return value is >= 0, it is the
2367 * number of completions returned. If the return value is
2368 * non-negative and < num_entries, then the CQ was emptied.
2369 */
2370static inline int ib_poll_cq(struct ib_cq *cq, int num_entries,
2371 struct ib_wc *wc)
2372{
2373 return cq->device->poll_cq(cq, num_entries, wc);
2374}
2375
2376/**
2377 * ib_peek_cq - Returns the number of unreaped completions currently
2378 * on the specified CQ.
2379 * @cq: The CQ to peek.
2380 * @wc_cnt: A minimum number of unreaped completions to check for.
2381 *
2382 * If the number of unreaped completions is greater than or equal to wc_cnt,
2383 * this function returns wc_cnt, otherwise, it returns the actual number of
2384 * unreaped completions.
2385 */
2386int ib_peek_cq(struct ib_cq *cq, int wc_cnt);
2387
2388/**
2389 * ib_req_notify_cq - Request completion notification on a CQ.
2390 * @cq: The CQ to generate an event for.
Roland Dreiered23a722007-05-06 21:02:48 -07002391 * @flags:
2392 * Must contain exactly one of %IB_CQ_SOLICITED or %IB_CQ_NEXT_COMP
2393 * to request an event on the next solicited event or next work
2394 * completion at any type, respectively. %IB_CQ_REPORT_MISSED_EVENTS
2395 * may also be |ed in to request a hint about missed events, as
2396 * described below.
2397 *
2398 * Return Value:
2399 * < 0 means an error occurred while requesting notification
2400 * == 0 means notification was requested successfully, and if
2401 * IB_CQ_REPORT_MISSED_EVENTS was passed in, then no events
2402 * were missed and it is safe to wait for another event. In
2403 * this case is it guaranteed that any work completions added
2404 * to the CQ since the last CQ poll will trigger a completion
2405 * notification event.
2406 * > 0 is only returned if IB_CQ_REPORT_MISSED_EVENTS was passed
2407 * in. It means that the consumer must poll the CQ again to
2408 * make sure it is empty to avoid missing an event because of a
2409 * race between requesting notification and an entry being
2410 * added to the CQ. This return value means it is possible
2411 * (but not guaranteed) that a work completion has been added
2412 * to the CQ since the last poll without triggering a
2413 * completion notification event.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002414 */
2415static inline int ib_req_notify_cq(struct ib_cq *cq,
Roland Dreiered23a722007-05-06 21:02:48 -07002416 enum ib_cq_notify_flags flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002417{
Roland Dreiered23a722007-05-06 21:02:48 -07002418 return cq->device->req_notify_cq(cq, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002419}
2420
2421/**
2422 * ib_req_ncomp_notif - Request completion notification when there are
2423 * at least the specified number of unreaped completions on the CQ.
2424 * @cq: The CQ to generate an event for.
2425 * @wc_cnt: The number of unreaped completions that should be on the
2426 * CQ before an event is generated.
2427 */
2428static inline int ib_req_ncomp_notif(struct ib_cq *cq, int wc_cnt)
2429{
2430 return cq->device->req_ncomp_notif ?
2431 cq->device->req_ncomp_notif(cq, wc_cnt) :
2432 -ENOSYS;
2433}
2434
2435/**
2436 * ib_get_dma_mr - Returns a memory region for system memory that is
2437 * usable for DMA.
2438 * @pd: The protection domain associated with the memory region.
2439 * @mr_access_flags: Specifies the memory access rights.
Ralph Campbell9b513092006-12-12 14:27:41 -08002440 *
2441 * Note that the ib_dma_*() functions defined below must be used
2442 * to create/destroy addresses used with the Lkey or Rkey returned
2443 * by ib_get_dma_mr().
Linus Torvalds1da177e2005-04-16 15:20:36 -07002444 */
2445struct ib_mr *ib_get_dma_mr(struct ib_pd *pd, int mr_access_flags);
2446
2447/**
Ralph Campbell9b513092006-12-12 14:27:41 -08002448 * ib_dma_mapping_error - check a DMA addr for error
2449 * @dev: The device for which the dma_addr was created
2450 * @dma_addr: The DMA address to check
2451 */
2452static inline int ib_dma_mapping_error(struct ib_device *dev, u64 dma_addr)
2453{
Ben Collinsd1998ef2006-12-13 22:10:05 -05002454 if (dev->dma_ops)
2455 return dev->dma_ops->mapping_error(dev, dma_addr);
FUJITA Tomonori8d8bb392008-07-25 19:44:49 -07002456 return dma_mapping_error(dev->dma_device, dma_addr);
Ralph Campbell9b513092006-12-12 14:27:41 -08002457}
2458
2459/**
2460 * ib_dma_map_single - Map a kernel virtual address to DMA address
2461 * @dev: The device for which the dma_addr is to be created
2462 * @cpu_addr: The kernel virtual address
2463 * @size: The size of the region in bytes
2464 * @direction: The direction of the DMA
2465 */
2466static inline u64 ib_dma_map_single(struct ib_device *dev,
2467 void *cpu_addr, size_t size,
2468 enum dma_data_direction direction)
2469{
Ben Collinsd1998ef2006-12-13 22:10:05 -05002470 if (dev->dma_ops)
2471 return dev->dma_ops->map_single(dev, cpu_addr, size, direction);
2472 return dma_map_single(dev->dma_device, cpu_addr, size, direction);
Ralph Campbell9b513092006-12-12 14:27:41 -08002473}
2474
2475/**
2476 * ib_dma_unmap_single - Destroy a mapping created by ib_dma_map_single()
2477 * @dev: The device for which the DMA address was created
2478 * @addr: The DMA address
2479 * @size: The size of the region in bytes
2480 * @direction: The direction of the DMA
2481 */
2482static inline void ib_dma_unmap_single(struct ib_device *dev,
2483 u64 addr, size_t size,
2484 enum dma_data_direction direction)
2485{
Ben Collinsd1998ef2006-12-13 22:10:05 -05002486 if (dev->dma_ops)
2487 dev->dma_ops->unmap_single(dev, addr, size, direction);
2488 else
Ralph Campbell9b513092006-12-12 14:27:41 -08002489 dma_unmap_single(dev->dma_device, addr, size, direction);
2490}
2491
Arthur Kepnercb9fbc52008-04-29 01:00:34 -07002492static inline u64 ib_dma_map_single_attrs(struct ib_device *dev,
2493 void *cpu_addr, size_t size,
2494 enum dma_data_direction direction,
2495 struct dma_attrs *attrs)
2496{
2497 return dma_map_single_attrs(dev->dma_device, cpu_addr, size,
2498 direction, attrs);
2499}
2500
2501static inline void ib_dma_unmap_single_attrs(struct ib_device *dev,
2502 u64 addr, size_t size,
2503 enum dma_data_direction direction,
2504 struct dma_attrs *attrs)
2505{
2506 return dma_unmap_single_attrs(dev->dma_device, addr, size,
2507 direction, attrs);
2508}
2509
Ralph Campbell9b513092006-12-12 14:27:41 -08002510/**
2511 * ib_dma_map_page - Map a physical page to DMA address
2512 * @dev: The device for which the dma_addr is to be created
2513 * @page: The page to be mapped
2514 * @offset: The offset within the page
2515 * @size: The size of the region in bytes
2516 * @direction: The direction of the DMA
2517 */
2518static inline u64 ib_dma_map_page(struct ib_device *dev,
2519 struct page *page,
2520 unsigned long offset,
2521 size_t size,
2522 enum dma_data_direction direction)
2523{
Ben Collinsd1998ef2006-12-13 22:10:05 -05002524 if (dev->dma_ops)
2525 return dev->dma_ops->map_page(dev, page, offset, size, direction);
2526 return dma_map_page(dev->dma_device, page, offset, size, direction);
Ralph Campbell9b513092006-12-12 14:27:41 -08002527}
2528
2529/**
2530 * ib_dma_unmap_page - Destroy a mapping created by ib_dma_map_page()
2531 * @dev: The device for which the DMA address was created
2532 * @addr: The DMA address
2533 * @size: The size of the region in bytes
2534 * @direction: The direction of the DMA
2535 */
2536static inline void ib_dma_unmap_page(struct ib_device *dev,
2537 u64 addr, size_t size,
2538 enum dma_data_direction direction)
2539{
Ben Collinsd1998ef2006-12-13 22:10:05 -05002540 if (dev->dma_ops)
2541 dev->dma_ops->unmap_page(dev, addr, size, direction);
2542 else
Ralph Campbell9b513092006-12-12 14:27:41 -08002543 dma_unmap_page(dev->dma_device, addr, size, direction);
2544}
2545
2546/**
2547 * ib_dma_map_sg - Map a scatter/gather list to DMA addresses
2548 * @dev: The device for which the DMA addresses are to be created
2549 * @sg: The array of scatter/gather entries
2550 * @nents: The number of scatter/gather entries
2551 * @direction: The direction of the DMA
2552 */
2553static inline int ib_dma_map_sg(struct ib_device *dev,
2554 struct scatterlist *sg, int nents,
2555 enum dma_data_direction direction)
2556{
Ben Collinsd1998ef2006-12-13 22:10:05 -05002557 if (dev->dma_ops)
2558 return dev->dma_ops->map_sg(dev, sg, nents, direction);
2559 return dma_map_sg(dev->dma_device, sg, nents, direction);
Ralph Campbell9b513092006-12-12 14:27:41 -08002560}
2561
2562/**
2563 * ib_dma_unmap_sg - Unmap a scatter/gather list of DMA addresses
2564 * @dev: The device for which the DMA addresses were created
2565 * @sg: The array of scatter/gather entries
2566 * @nents: The number of scatter/gather entries
2567 * @direction: The direction of the DMA
2568 */
2569static inline void ib_dma_unmap_sg(struct ib_device *dev,
2570 struct scatterlist *sg, int nents,
2571 enum dma_data_direction direction)
2572{
Ben Collinsd1998ef2006-12-13 22:10:05 -05002573 if (dev->dma_ops)
2574 dev->dma_ops->unmap_sg(dev, sg, nents, direction);
2575 else
Ralph Campbell9b513092006-12-12 14:27:41 -08002576 dma_unmap_sg(dev->dma_device, sg, nents, direction);
2577}
2578
Arthur Kepnercb9fbc52008-04-29 01:00:34 -07002579static inline int ib_dma_map_sg_attrs(struct ib_device *dev,
2580 struct scatterlist *sg, int nents,
2581 enum dma_data_direction direction,
2582 struct dma_attrs *attrs)
2583{
2584 return dma_map_sg_attrs(dev->dma_device, sg, nents, direction, attrs);
2585}
2586
2587static inline void ib_dma_unmap_sg_attrs(struct ib_device *dev,
2588 struct scatterlist *sg, int nents,
2589 enum dma_data_direction direction,
2590 struct dma_attrs *attrs)
2591{
2592 dma_unmap_sg_attrs(dev->dma_device, sg, nents, direction, attrs);
2593}
Ralph Campbell9b513092006-12-12 14:27:41 -08002594/**
2595 * ib_sg_dma_address - Return the DMA address from a scatter/gather entry
2596 * @dev: The device for which the DMA addresses were created
2597 * @sg: The scatter/gather entry
Mike Marciniszynea58a592014-03-28 13:26:59 -04002598 *
2599 * Note: this function is obsolete. To do: change all occurrences of
2600 * ib_sg_dma_address() into sg_dma_address().
Ralph Campbell9b513092006-12-12 14:27:41 -08002601 */
2602static inline u64 ib_sg_dma_address(struct ib_device *dev,
2603 struct scatterlist *sg)
2604{
Ben Collinsd1998ef2006-12-13 22:10:05 -05002605 return sg_dma_address(sg);
Ralph Campbell9b513092006-12-12 14:27:41 -08002606}
2607
2608/**
2609 * ib_sg_dma_len - Return the DMA length from a scatter/gather entry
2610 * @dev: The device for which the DMA addresses were created
2611 * @sg: The scatter/gather entry
Mike Marciniszynea58a592014-03-28 13:26:59 -04002612 *
2613 * Note: this function is obsolete. To do: change all occurrences of
2614 * ib_sg_dma_len() into sg_dma_len().
Ralph Campbell9b513092006-12-12 14:27:41 -08002615 */
2616static inline unsigned int ib_sg_dma_len(struct ib_device *dev,
2617 struct scatterlist *sg)
2618{
Ben Collinsd1998ef2006-12-13 22:10:05 -05002619 return sg_dma_len(sg);
Ralph Campbell9b513092006-12-12 14:27:41 -08002620}
2621
2622/**
2623 * ib_dma_sync_single_for_cpu - Prepare DMA region to be accessed by CPU
2624 * @dev: The device for which the DMA address was created
2625 * @addr: The DMA address
2626 * @size: The size of the region in bytes
2627 * @dir: The direction of the DMA
2628 */
2629static inline void ib_dma_sync_single_for_cpu(struct ib_device *dev,
2630 u64 addr,
2631 size_t size,
2632 enum dma_data_direction dir)
2633{
Ben Collinsd1998ef2006-12-13 22:10:05 -05002634 if (dev->dma_ops)
2635 dev->dma_ops->sync_single_for_cpu(dev, addr, size, dir);
2636 else
Ralph Campbell9b513092006-12-12 14:27:41 -08002637 dma_sync_single_for_cpu(dev->dma_device, addr, size, dir);
2638}
2639
2640/**
2641 * ib_dma_sync_single_for_device - Prepare DMA region to be accessed by device
2642 * @dev: The device for which the DMA address was created
2643 * @addr: The DMA address
2644 * @size: The size of the region in bytes
2645 * @dir: The direction of the DMA
2646 */
2647static inline void ib_dma_sync_single_for_device(struct ib_device *dev,
2648 u64 addr,
2649 size_t size,
2650 enum dma_data_direction dir)
2651{
Ben Collinsd1998ef2006-12-13 22:10:05 -05002652 if (dev->dma_ops)
2653 dev->dma_ops->sync_single_for_device(dev, addr, size, dir);
2654 else
Ralph Campbell9b513092006-12-12 14:27:41 -08002655 dma_sync_single_for_device(dev->dma_device, addr, size, dir);
2656}
2657
2658/**
2659 * ib_dma_alloc_coherent - Allocate memory and map it for DMA
2660 * @dev: The device for which the DMA address is requested
2661 * @size: The size of the region to allocate in bytes
2662 * @dma_handle: A pointer for returning the DMA address of the region
2663 * @flag: memory allocator flags
2664 */
2665static inline void *ib_dma_alloc_coherent(struct ib_device *dev,
2666 size_t size,
2667 u64 *dma_handle,
2668 gfp_t flag)
2669{
Ben Collinsd1998ef2006-12-13 22:10:05 -05002670 if (dev->dma_ops)
2671 return dev->dma_ops->alloc_coherent(dev, size, dma_handle, flag);
Roland Dreierc59a3da2006-12-15 13:57:26 -08002672 else {
2673 dma_addr_t handle;
2674 void *ret;
2675
2676 ret = dma_alloc_coherent(dev->dma_device, size, &handle, flag);
2677 *dma_handle = handle;
2678 return ret;
2679 }
Ralph Campbell9b513092006-12-12 14:27:41 -08002680}
2681
2682/**
2683 * ib_dma_free_coherent - Free memory allocated by ib_dma_alloc_coherent()
2684 * @dev: The device for which the DMA addresses were allocated
2685 * @size: The size of the region
2686 * @cpu_addr: the address returned by ib_dma_alloc_coherent()
2687 * @dma_handle: the DMA address returned by ib_dma_alloc_coherent()
2688 */
2689static inline void ib_dma_free_coherent(struct ib_device *dev,
2690 size_t size, void *cpu_addr,
2691 u64 dma_handle)
2692{
Ben Collinsd1998ef2006-12-13 22:10:05 -05002693 if (dev->dma_ops)
2694 dev->dma_ops->free_coherent(dev, size, cpu_addr, dma_handle);
2695 else
Ralph Campbell9b513092006-12-12 14:27:41 -08002696 dma_free_coherent(dev->dma_device, size, cpu_addr, dma_handle);
2697}
2698
2699/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07002700 * ib_reg_phys_mr - Prepares a virtually addressed memory region for use
2701 * by an HCA.
2702 * @pd: The protection domain associated assigned to the registered region.
2703 * @phys_buf_array: Specifies a list of physical buffers to use in the
2704 * memory region.
2705 * @num_phys_buf: Specifies the size of the phys_buf_array.
2706 * @mr_access_flags: Specifies the memory access rights.
2707 * @iova_start: The offset of the region's starting I/O virtual address.
2708 */
2709struct ib_mr *ib_reg_phys_mr(struct ib_pd *pd,
2710 struct ib_phys_buf *phys_buf_array,
2711 int num_phys_buf,
2712 int mr_access_flags,
2713 u64 *iova_start);
2714
2715/**
2716 * ib_rereg_phys_mr - Modifies the attributes of an existing memory region.
2717 * Conceptually, this call performs the functions deregister memory region
2718 * followed by register physical memory region. Where possible,
2719 * resources are reused instead of deallocated and reallocated.
2720 * @mr: The memory region to modify.
2721 * @mr_rereg_mask: A bit-mask used to indicate which of the following
2722 * properties of the memory region are being modified.
2723 * @pd: If %IB_MR_REREG_PD is set in mr_rereg_mask, this field specifies
2724 * the new protection domain to associated with the memory region,
2725 * otherwise, this parameter is ignored.
2726 * @phys_buf_array: If %IB_MR_REREG_TRANS is set in mr_rereg_mask, this
2727 * field specifies a list of physical buffers to use in the new
2728 * translation, otherwise, this parameter is ignored.
2729 * @num_phys_buf: If %IB_MR_REREG_TRANS is set in mr_rereg_mask, this
2730 * field specifies the size of the phys_buf_array, otherwise, this
2731 * parameter is ignored.
2732 * @mr_access_flags: If %IB_MR_REREG_ACCESS is set in mr_rereg_mask, this
2733 * field specifies the new memory access rights, otherwise, this
2734 * parameter is ignored.
2735 * @iova_start: The offset of the region's starting I/O virtual address.
2736 */
2737int ib_rereg_phys_mr(struct ib_mr *mr,
2738 int mr_rereg_mask,
2739 struct ib_pd *pd,
2740 struct ib_phys_buf *phys_buf_array,
2741 int num_phys_buf,
2742 int mr_access_flags,
2743 u64 *iova_start);
2744
2745/**
2746 * ib_query_mr - Retrieves information about a specific memory region.
2747 * @mr: The memory region to retrieve information about.
2748 * @mr_attr: The attributes of the specified memory region.
2749 */
2750int ib_query_mr(struct ib_mr *mr, struct ib_mr_attr *mr_attr);
2751
2752/**
2753 * ib_dereg_mr - Deregisters a memory region and removes it from the
2754 * HCA translation table.
2755 * @mr: The memory region to deregister.
Shani Michaeli7083e422013-02-06 16:19:12 +00002756 *
2757 * This function can fail, if the memory region has memory windows bound to it.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002758 */
2759int ib_dereg_mr(struct ib_mr *mr);
2760
Sagi Grimberg17cd3a22014-02-23 14:19:04 +02002761
2762/**
2763 * ib_create_mr - Allocates a memory region that may be used for
2764 * signature handover operations.
2765 * @pd: The protection domain associated with the region.
2766 * @mr_init_attr: memory region init attributes.
2767 */
2768struct ib_mr *ib_create_mr(struct ib_pd *pd,
2769 struct ib_mr_init_attr *mr_init_attr);
2770
2771/**
2772 * ib_destroy_mr - Destroys a memory region that was created using
2773 * ib_create_mr and removes it from HW translation tables.
2774 * @mr: The memory region to destroy.
2775 *
2776 * This function can fail, if the memory region has memory windows bound to it.
2777 */
2778int ib_destroy_mr(struct ib_mr *mr);
2779
Linus Torvalds1da177e2005-04-16 15:20:36 -07002780/**
Steve Wise00f7ec32008-07-14 23:48:45 -07002781 * ib_alloc_fast_reg_mr - Allocates memory region usable with the
2782 * IB_WR_FAST_REG_MR send work request.
2783 * @pd: The protection domain associated with the region.
2784 * @max_page_list_len: requested max physical buffer list length to be
2785 * used with fast register work requests for this MR.
2786 */
2787struct ib_mr *ib_alloc_fast_reg_mr(struct ib_pd *pd, int max_page_list_len);
2788
2789/**
2790 * ib_alloc_fast_reg_page_list - Allocates a page list array
2791 * @device - ib device pointer.
2792 * @page_list_len - size of the page list array to be allocated.
2793 *
2794 * This allocates and returns a struct ib_fast_reg_page_list * and a
2795 * page_list array that is at least page_list_len in size. The actual
2796 * size is returned in max_page_list_len. The caller is responsible
2797 * for initializing the contents of the page_list array before posting
2798 * a send work request with the IB_WC_FAST_REG_MR opcode.
2799 *
2800 * The page_list array entries must be translated using one of the
2801 * ib_dma_*() functions just like the addresses passed to
2802 * ib_map_phys_fmr(). Once the ib_post_send() is issued, the struct
2803 * ib_fast_reg_page_list must not be modified by the caller until the
2804 * IB_WC_FAST_REG_MR work request completes.
2805 */
2806struct ib_fast_reg_page_list *ib_alloc_fast_reg_page_list(
2807 struct ib_device *device, int page_list_len);
2808
2809/**
2810 * ib_free_fast_reg_page_list - Deallocates a previously allocated
2811 * page list array.
2812 * @page_list - struct ib_fast_reg_page_list pointer to be deallocated.
2813 */
2814void ib_free_fast_reg_page_list(struct ib_fast_reg_page_list *page_list);
2815
2816/**
2817 * ib_update_fast_reg_key - updates the key portion of the fast_reg MR
2818 * R_Key and L_Key.
2819 * @mr - struct ib_mr pointer to be updated.
2820 * @newkey - new key to be used.
2821 */
2822static inline void ib_update_fast_reg_key(struct ib_mr *mr, u8 newkey)
2823{
2824 mr->lkey = (mr->lkey & 0xffffff00) | newkey;
2825 mr->rkey = (mr->rkey & 0xffffff00) | newkey;
2826}
2827
2828/**
Shani Michaeli7083e422013-02-06 16:19:12 +00002829 * ib_inc_rkey - increments the key portion of the given rkey. Can be used
2830 * for calculating a new rkey for type 2 memory windows.
2831 * @rkey - the rkey to increment.
2832 */
2833static inline u32 ib_inc_rkey(u32 rkey)
2834{
2835 const u32 mask = 0x000000ff;
2836 return ((rkey + 1) & mask) | (rkey & ~mask);
2837}
2838
2839/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07002840 * ib_alloc_mw - Allocates a memory window.
2841 * @pd: The protection domain associated with the memory window.
Shani Michaeli7083e422013-02-06 16:19:12 +00002842 * @type: The type of the memory window (1 or 2).
Linus Torvalds1da177e2005-04-16 15:20:36 -07002843 */
Shani Michaeli7083e422013-02-06 16:19:12 +00002844struct ib_mw *ib_alloc_mw(struct ib_pd *pd, enum ib_mw_type type);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002845
2846/**
2847 * ib_bind_mw - Posts a work request to the send queue of the specified
2848 * QP, which binds the memory window to the given address range and
2849 * remote access attributes.
2850 * @qp: QP to post the bind work request on.
2851 * @mw: The memory window to bind.
2852 * @mw_bind: Specifies information about the memory window, including
2853 * its address range, remote access rights, and associated memory region.
Shani Michaeli7083e422013-02-06 16:19:12 +00002854 *
2855 * If there is no immediate error, the function will update the rkey member
2856 * of the mw parameter to its new value. The bind operation can still fail
2857 * asynchronously.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002858 */
2859static inline int ib_bind_mw(struct ib_qp *qp,
2860 struct ib_mw *mw,
2861 struct ib_mw_bind *mw_bind)
2862{
2863 /* XXX reference counting in corresponding MR? */
2864 return mw->device->bind_mw ?
2865 mw->device->bind_mw(qp, mw, mw_bind) :
2866 -ENOSYS;
2867}
2868
2869/**
2870 * ib_dealloc_mw - Deallocates a memory window.
2871 * @mw: The memory window to deallocate.
2872 */
2873int ib_dealloc_mw(struct ib_mw *mw);
2874
2875/**
2876 * ib_alloc_fmr - Allocates a unmapped fast memory region.
2877 * @pd: The protection domain associated with the unmapped region.
2878 * @mr_access_flags: Specifies the memory access rights.
2879 * @fmr_attr: Attributes of the unmapped region.
2880 *
2881 * A fast memory region must be mapped before it can be used as part of
2882 * a work request.
2883 */
2884struct ib_fmr *ib_alloc_fmr(struct ib_pd *pd,
2885 int mr_access_flags,
2886 struct ib_fmr_attr *fmr_attr);
2887
2888/**
2889 * ib_map_phys_fmr - Maps a list of physical pages to a fast memory region.
2890 * @fmr: The fast memory region to associate with the pages.
2891 * @page_list: An array of physical pages to map to the fast memory region.
2892 * @list_len: The number of pages in page_list.
2893 * @iova: The I/O virtual address to use with the mapped region.
2894 */
2895static inline int ib_map_phys_fmr(struct ib_fmr *fmr,
2896 u64 *page_list, int list_len,
2897 u64 iova)
2898{
2899 return fmr->device->map_phys_fmr(fmr, page_list, list_len, iova);
2900}
2901
2902/**
2903 * ib_unmap_fmr - Removes the mapping from a list of fast memory regions.
2904 * @fmr_list: A linked list of fast memory regions to unmap.
2905 */
2906int ib_unmap_fmr(struct list_head *fmr_list);
2907
2908/**
2909 * ib_dealloc_fmr - Deallocates a fast memory region.
2910 * @fmr: The fast memory region to deallocate.
2911 */
2912int ib_dealloc_fmr(struct ib_fmr *fmr);
2913
2914/**
2915 * ib_attach_mcast - Attaches the specified QP to a multicast group.
2916 * @qp: QP to attach to the multicast group. The QP must be type
2917 * IB_QPT_UD.
2918 * @gid: Multicast group GID.
2919 * @lid: Multicast group LID in host byte order.
2920 *
2921 * In order to send and receive multicast packets, subnet
2922 * administration must have created the multicast group and configured
2923 * the fabric appropriately. The port associated with the specified
2924 * QP must also be a member of the multicast group.
2925 */
2926int ib_attach_mcast(struct ib_qp *qp, union ib_gid *gid, u16 lid);
2927
2928/**
2929 * ib_detach_mcast - Detaches the specified QP from a multicast group.
2930 * @qp: QP to detach from the multicast group.
2931 * @gid: Multicast group GID.
2932 * @lid: Multicast group LID in host byte order.
2933 */
2934int ib_detach_mcast(struct ib_qp *qp, union ib_gid *gid, u16 lid);
2935
Sean Hefty59991f92011-05-23 17:52:46 -07002936/**
2937 * ib_alloc_xrcd - Allocates an XRC domain.
2938 * @device: The device on which to allocate the XRC domain.
2939 */
2940struct ib_xrcd *ib_alloc_xrcd(struct ib_device *device);
2941
2942/**
2943 * ib_dealloc_xrcd - Deallocates an XRC domain.
2944 * @xrcd: The XRC domain to deallocate.
2945 */
2946int ib_dealloc_xrcd(struct ib_xrcd *xrcd);
2947
Hadar Hen Zion319a4412013-08-07 14:01:59 +03002948struct ib_flow *ib_create_flow(struct ib_qp *qp,
2949 struct ib_flow_attr *flow_attr, int domain);
2950int ib_destroy_flow(struct ib_flow *flow_id);
2951
Eli Cohen1c636f82013-10-31 15:26:32 +02002952static inline int ib_check_mr_access(int flags)
2953{
2954 /*
2955 * Local write permission is required if remote write or
2956 * remote atomic permission is also requested.
2957 */
2958 if (flags & (IB_ACCESS_REMOTE_ATOMIC | IB_ACCESS_REMOTE_WRITE) &&
2959 !(flags & IB_ACCESS_LOCAL_WRITE))
2960 return -EINVAL;
2961
2962 return 0;
2963}
2964
Sagi Grimberg1b01d332014-02-23 14:19:05 +02002965/**
2966 * ib_check_mr_status: lightweight check of MR status.
2967 * This routine may provide status checks on a selected
2968 * ib_mr. first use is for signature status check.
2969 *
2970 * @mr: A memory region.
2971 * @check_mask: Bitmask of which checks to perform from
2972 * ib_mr_status_check enumeration.
2973 * @mr_status: The container of relevant status checks.
2974 * failed checks will be indicated in the status bitmask
2975 * and the relevant info shall be in the error item.
2976 */
2977int ib_check_mr_status(struct ib_mr *mr, u32 check_mask,
2978 struct ib_mr_status *mr_status);
2979
Linus Torvalds1da177e2005-04-16 15:20:36 -07002980#endif /* IB_VERBS_H */