blob: 5ef93f8f17a192733fdf0751e01cfb9fb7732387 [file] [log] [blame]
Ralph Campbellf9315512010-05-23 21:44:54 -07001/*
Sebastian Sanchez5d18ee62018-05-02 06:43:55 -07002 * Copyright (c) 2012 - 2018 Intel Corporation. All rights reserved.
Mike Marciniszyn1fb9fed2012-07-16 17:11:06 +00003 * Copyright (c) 2006 - 2012 QLogic Corporation. All rights reserved.
Ralph Campbellf9315512010-05-23 21:44:54 -07004 * Copyright (c) 2005, 2006 PathScale, Inc. All rights reserved.
5 *
6 * This software is available to you under a choice of one of two
7 * licenses. You may choose to be licensed under the terms of the GNU
8 * General Public License (GPL) Version 2, available from the file
9 * COPYING in the main directory of this source tree, or the
10 * OpenIB.org BSD license below:
11 *
12 * Redistribution and use in source and binary forms, with or
13 * without modification, are permitted provided that the following
14 * conditions are met:
15 *
16 * - Redistributions of source code must retain the above
17 * copyright notice, this list of conditions and the following
18 * disclaimer.
19 *
20 * - Redistributions in binary form must reproduce the above
21 * copyright notice, this list of conditions and the following
22 * disclaimer in the documentation and/or other materials
23 * provided with the distribution.
24 *
25 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
26 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
27 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
28 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
29 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
30 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
31 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
32 * SOFTWARE.
33 */
34
35#include <rdma/ib_mad.h>
36#include <rdma/ib_user_verbs.h>
37#include <linux/io.h>
Paul Gortmakere4dd23d2011-05-27 15:35:46 -040038#include <linux/module.h>
Ralph Campbellf9315512010-05-23 21:44:54 -070039#include <linux/utsname.h>
40#include <linux/rculist.h>
41#include <linux/mm.h>
Mike Marciniszynaf061a62011-09-23 13:16:44 -040042#include <linux/random.h>
Mike Marciniszynd6f1c172015-07-21 08:36:07 -040043#include <linux/vmalloc.h>
Dennis Dalessandroeb636ac2016-01-22 12:44:36 -080044#include <rdma/rdma_vt.h>
Ralph Campbellf9315512010-05-23 21:44:54 -070045
46#include "qib.h"
47#include "qib_common.h"
48
Mike Marciniszynaf061a62011-09-23 13:16:44 -040049static unsigned int ib_qib_qp_table_size = 256;
Ralph Campbellf9315512010-05-23 21:44:54 -070050module_param_named(qp_table_size, ib_qib_qp_table_size, uint, S_IRUGO);
51MODULE_PARM_DESC(qp_table_size, "QP table size");
52
Dennis Dalessandro7c2e11f2016-01-22 12:45:59 -080053static unsigned int qib_lkey_table_size = 16;
54module_param_named(lkey_table_size, qib_lkey_table_size, uint,
Ralph Campbellf9315512010-05-23 21:44:54 -070055 S_IRUGO);
56MODULE_PARM_DESC(lkey_table_size,
57 "LKEY table size in bits (2^n, 1 <= n <= 23)");
58
59static unsigned int ib_qib_max_pds = 0xFFFF;
60module_param_named(max_pds, ib_qib_max_pds, uint, S_IRUGO);
61MODULE_PARM_DESC(max_pds,
62 "Maximum number of protection domains to support");
63
64static unsigned int ib_qib_max_ahs = 0xFFFF;
65module_param_named(max_ahs, ib_qib_max_ahs, uint, S_IRUGO);
66MODULE_PARM_DESC(max_ahs, "Maximum number of address handles to support");
67
68unsigned int ib_qib_max_cqes = 0x2FFFF;
69module_param_named(max_cqes, ib_qib_max_cqes, uint, S_IRUGO);
70MODULE_PARM_DESC(max_cqes,
71 "Maximum number of completion queue entries to support");
72
73unsigned int ib_qib_max_cqs = 0x1FFFF;
74module_param_named(max_cqs, ib_qib_max_cqs, uint, S_IRUGO);
75MODULE_PARM_DESC(max_cqs, "Maximum number of completion queues to support");
76
77unsigned int ib_qib_max_qp_wrs = 0x3FFF;
78module_param_named(max_qp_wrs, ib_qib_max_qp_wrs, uint, S_IRUGO);
79MODULE_PARM_DESC(max_qp_wrs, "Maximum number of QP WRs to support");
80
81unsigned int ib_qib_max_qps = 16384;
82module_param_named(max_qps, ib_qib_max_qps, uint, S_IRUGO);
83MODULE_PARM_DESC(max_qps, "Maximum number of QPs to support");
84
85unsigned int ib_qib_max_sges = 0x60;
86module_param_named(max_sges, ib_qib_max_sges, uint, S_IRUGO);
87MODULE_PARM_DESC(max_sges, "Maximum number of SGEs to support");
88
89unsigned int ib_qib_max_mcast_grps = 16384;
90module_param_named(max_mcast_grps, ib_qib_max_mcast_grps, uint, S_IRUGO);
91MODULE_PARM_DESC(max_mcast_grps,
92 "Maximum number of multicast groups to support");
93
94unsigned int ib_qib_max_mcast_qp_attached = 16;
95module_param_named(max_mcast_qp_attached, ib_qib_max_mcast_qp_attached,
96 uint, S_IRUGO);
97MODULE_PARM_DESC(max_mcast_qp_attached,
98 "Maximum number of attached QPs to support");
99
100unsigned int ib_qib_max_srqs = 1024;
101module_param_named(max_srqs, ib_qib_max_srqs, uint, S_IRUGO);
102MODULE_PARM_DESC(max_srqs, "Maximum number of SRQs to support");
103
104unsigned int ib_qib_max_srq_sges = 128;
105module_param_named(max_srq_sges, ib_qib_max_srq_sges, uint, S_IRUGO);
106MODULE_PARM_DESC(max_srq_sges, "Maximum number of SRQ SGEs to support");
107
108unsigned int ib_qib_max_srq_wrs = 0x1FFFF;
109module_param_named(max_srq_wrs, ib_qib_max_srq_wrs, uint, S_IRUGO);
110MODULE_PARM_DESC(max_srq_wrs, "Maximum number of SRQ WRs support");
111
112static unsigned int ib_qib_disable_sma;
113module_param_named(disable_sma, ib_qib_disable_sma, uint, S_IWUSR | S_IRUGO);
114MODULE_PARM_DESC(disable_sma, "Disable the SMA");
115
116/*
Mike Marciniszyn43a474a2017-03-20 17:25:04 -0700117 * Translate ib_wr_opcode into ib_wc_opcode.
118 */
119const enum ib_wc_opcode ib_qib_wc_opcode[] = {
120 [IB_WR_RDMA_WRITE] = IB_WC_RDMA_WRITE,
121 [IB_WR_RDMA_WRITE_WITH_IMM] = IB_WC_RDMA_WRITE,
122 [IB_WR_SEND] = IB_WC_SEND,
123 [IB_WR_SEND_WITH_IMM] = IB_WC_SEND,
124 [IB_WR_RDMA_READ] = IB_WC_RDMA_READ,
125 [IB_WR_ATOMIC_CMP_AND_SWP] = IB_WC_COMP_SWAP,
126 [IB_WR_ATOMIC_FETCH_AND_ADD] = IB_WC_FETCH_ADD
127};
128
129/*
Ralph Campbellf9315512010-05-23 21:44:54 -0700130 * System image GUID.
131 */
132__be64 ib_qib_sys_image_guid;
133
Ralph Campbellf9315512010-05-23 21:44:54 -0700134/*
135 * Count the number of DMA descriptors needed to send length bytes of data.
136 * Don't modify the qib_sge_state to get the count.
137 * Return zero if any of the segments is not aligned.
138 */
Dennis Dalessandro7c2e11f2016-01-22 12:45:59 -0800139static u32 qib_count_sge(struct rvt_sge_state *ss, u32 length)
Ralph Campbellf9315512010-05-23 21:44:54 -0700140{
Dennis Dalessandro7c2e11f2016-01-22 12:45:59 -0800141 struct rvt_sge *sg_list = ss->sg_list;
142 struct rvt_sge sge = ss->sge;
Ralph Campbellf9315512010-05-23 21:44:54 -0700143 u8 num_sge = ss->num_sge;
144 u32 ndesc = 1; /* count the header */
145
146 while (length) {
Michael J. Ruhl87fc34b2019-01-23 19:08:19 -0800147 u32 len = rvt_get_sge_length(&sge, length);
Ralph Campbellf9315512010-05-23 21:44:54 -0700148
Ralph Campbellf9315512010-05-23 21:44:54 -0700149 if (((long) sge.vaddr & (sizeof(u32) - 1)) ||
150 (len != length && (len & (sizeof(u32) - 1)))) {
151 ndesc = 0;
152 break;
153 }
154 ndesc++;
155 sge.vaddr += len;
156 sge.length -= len;
157 sge.sge_length -= len;
158 if (sge.sge_length == 0) {
159 if (--num_sge)
160 sge = *sg_list++;
161 } else if (sge.length == 0 && sge.mr->lkey) {
Dennis Dalessandro7c2e11f2016-01-22 12:45:59 -0800162 if (++sge.n >= RVT_SEGSZ) {
Ralph Campbellf9315512010-05-23 21:44:54 -0700163 if (++sge.m >= sge.mr->mapsz)
164 break;
165 sge.n = 0;
166 }
167 sge.vaddr =
168 sge.mr->map[sge.m]->segs[sge.n].vaddr;
169 sge.length =
170 sge.mr->map[sge.m]->segs[sge.n].length;
171 }
172 length -= len;
173 }
174 return ndesc;
175}
176
177/*
178 * Copy from the SGEs to the data buffer.
179 */
Dennis Dalessandro7c2e11f2016-01-22 12:45:59 -0800180static void qib_copy_from_sge(void *data, struct rvt_sge_state *ss, u32 length)
Ralph Campbellf9315512010-05-23 21:44:54 -0700181{
Dennis Dalessandro7c2e11f2016-01-22 12:45:59 -0800182 struct rvt_sge *sge = &ss->sge;
Ralph Campbellf9315512010-05-23 21:44:54 -0700183
184 while (length) {
Michael J. Ruhl87fc34b2019-01-23 19:08:19 -0800185 u32 len = rvt_get_sge_length(sge, length);
Ralph Campbellf9315512010-05-23 21:44:54 -0700186
Ralph Campbellf9315512010-05-23 21:44:54 -0700187 memcpy(data, sge->vaddr, len);
188 sge->vaddr += len;
189 sge->length -= len;
190 sge->sge_length -= len;
191 if (sge->sge_length == 0) {
192 if (--ss->num_sge)
193 *sge = *ss->sg_list++;
194 } else if (sge->length == 0 && sge->mr->lkey) {
Dennis Dalessandro7c2e11f2016-01-22 12:45:59 -0800195 if (++sge->n >= RVT_SEGSZ) {
Ralph Campbellf9315512010-05-23 21:44:54 -0700196 if (++sge->m >= sge->mr->mapsz)
197 break;
198 sge->n = 0;
199 }
200 sge->vaddr =
201 sge->mr->map[sge->m]->segs[sge->n].vaddr;
202 sge->length =
203 sge->mr->map[sge->m]->segs[sge->n].length;
204 }
205 data += len;
206 length -= len;
207 }
208}
209
210/**
Ralph Campbellf9315512010-05-23 21:44:54 -0700211 * qib_qp_rcv - processing an incoming packet on a QP
212 * @rcd: the context pointer
213 * @hdr: the packet header
214 * @has_grh: true if the packet has a GRH
215 * @data: the packet data
216 * @tlen: the packet length
217 * @qp: the QP the packet came on
218 *
219 * This is called from qib_ib_rcv() to process an incoming packet
220 * for the given QP.
221 * Called at interrupt level.
222 */
Mike Marciniszyn261a4352016-09-06 04:35:05 -0700223static void qib_qp_rcv(struct qib_ctxtdata *rcd, struct ib_header *hdr,
Dennis Dalessandro7c2e11f2016-01-22 12:45:59 -0800224 int has_grh, void *data, u32 tlen, struct rvt_qp *qp)
Ralph Campbellf9315512010-05-23 21:44:54 -0700225{
226 struct qib_ibport *ibp = &rcd->ppd->ibport_data;
227
Ralph Campbella5210c12010-08-02 22:39:30 +0000228 spin_lock(&qp->r_lock);
229
Ralph Campbellf9315512010-05-23 21:44:54 -0700230 /* Check for valid receive state. */
Harish Chegondidb3ef0e2016-01-22 13:07:42 -0800231 if (!(ib_rvt_state_ops[qp->state] & RVT_PROCESS_RECV_OK)) {
Harish Chegondif24a6d42016-01-22 12:56:02 -0800232 ibp->rvp.n_pkt_drops++;
Ralph Campbella5210c12010-08-02 22:39:30 +0000233 goto unlock;
Ralph Campbellf9315512010-05-23 21:44:54 -0700234 }
235
236 switch (qp->ibqp.qp_type) {
237 case IB_QPT_SMI:
238 case IB_QPT_GSI:
239 if (ib_qib_disable_sma)
240 break;
241 /* FALLTHROUGH */
242 case IB_QPT_UD:
243 qib_ud_rcv(ibp, hdr, has_grh, data, tlen, qp);
244 break;
245
246 case IB_QPT_RC:
247 qib_rc_rcv(rcd, hdr, has_grh, data, tlen, qp);
248 break;
249
250 case IB_QPT_UC:
251 qib_uc_rcv(ibp, hdr, has_grh, data, tlen, qp);
252 break;
253
254 default:
255 break;
256 }
Ralph Campbella5210c12010-08-02 22:39:30 +0000257
258unlock:
259 spin_unlock(&qp->r_lock);
Ralph Campbellf9315512010-05-23 21:44:54 -0700260}
261
262/**
263 * qib_ib_rcv - process an incoming packet
264 * @rcd: the context pointer
265 * @rhdr: the header of the packet
266 * @data: the packet payload
267 * @tlen: the packet length
268 *
269 * This is called from qib_kreceive() to process an incoming packet at
270 * interrupt level. Tlen is the length of the header + data + CRC in bytes.
271 */
272void qib_ib_rcv(struct qib_ctxtdata *rcd, void *rhdr, void *data, u32 tlen)
273{
274 struct qib_pportdata *ppd = rcd->ppd;
275 struct qib_ibport *ibp = &ppd->ibport_data;
Mike Marciniszyn261a4352016-09-06 04:35:05 -0700276 struct ib_header *hdr = rhdr;
Harish Chegondi1cefc2c2016-02-03 14:20:19 -0800277 struct qib_devdata *dd = ppd->dd;
278 struct rvt_dev_info *rdi = &dd->verbs_dev.rdi;
Mike Marciniszyn261a4352016-09-06 04:35:05 -0700279 struct ib_other_headers *ohdr;
Dennis Dalessandro7c2e11f2016-01-22 12:45:59 -0800280 struct rvt_qp *qp;
Ralph Campbellf9315512010-05-23 21:44:54 -0700281 u32 qp_num;
282 int lnh;
283 u8 opcode;
284 u16 lid;
285
286 /* 24 == LRH+BTH+CRC */
287 if (unlikely(tlen < 24))
288 goto drop;
289
290 /* Check for a valid destination LID (see ch. 7.11.1). */
291 lid = be16_to_cpu(hdr->lrh[1]);
Dennis Dalessandro9ff198f2016-01-22 12:44:53 -0800292 if (lid < be16_to_cpu(IB_MULTICAST_LID_BASE)) {
Ralph Campbellf9315512010-05-23 21:44:54 -0700293 lid &= ~((1 << ppd->lmc) - 1);
294 if (unlikely(lid != ppd->lid))
295 goto drop;
296 }
297
298 /* Check for GRH */
299 lnh = be16_to_cpu(hdr->lrh[0]) & 3;
300 if (lnh == QIB_LRH_BTH)
301 ohdr = &hdr->u.oth;
302 else if (lnh == QIB_LRH_GRH) {
303 u32 vtf;
304
305 ohdr = &hdr->u.l.oth;
306 if (hdr->u.l.grh.next_hdr != IB_GRH_NEXT_HDR)
307 goto drop;
308 vtf = be32_to_cpu(hdr->u.l.grh.version_tclass_flow);
309 if ((vtf >> IB_GRH_VERSION_SHIFT) != IB_GRH_VERSION)
310 goto drop;
311 } else
312 goto drop;
313
Mike Marciniszynddb88762013-06-15 17:07:03 -0400314 opcode = (be32_to_cpu(ohdr->bth[0]) >> 24) & 0x7f;
315#ifdef CONFIG_DEBUG_FS
316 rcd->opstats->stats[opcode].n_bytes += tlen;
317 rcd->opstats->stats[opcode].n_packets++;
318#endif
Ralph Campbellf9315512010-05-23 21:44:54 -0700319
320 /* Get the destination QP number. */
Harish Chegondi70696ea2016-02-03 14:20:27 -0800321 qp_num = be32_to_cpu(ohdr->bth[1]) & RVT_QPN_MASK;
Ralph Campbellf9315512010-05-23 21:44:54 -0700322 if (qp_num == QIB_MULTICAST_QPN) {
Harish Chegondi18f6c582016-01-22 13:07:55 -0800323 struct rvt_mcast *mcast;
324 struct rvt_mcast_qp *p;
Ralph Campbellf9315512010-05-23 21:44:54 -0700325
326 if (lnh != QIB_LRH_GRH)
327 goto drop;
Michael J. Ruhlaad9ff92017-04-09 10:15:57 -0700328 mcast = rvt_mcast_find(&ibp->rvp, &hdr->u.l.grh.dgid, lid);
Ralph Campbellf9315512010-05-23 21:44:54 -0700329 if (mcast == NULL)
330 goto drop;
Mike Marciniszyn7d7632a2014-03-07 08:40:55 -0500331 this_cpu_inc(ibp->pmastats->n_multicast_rcv);
Dennis Dalessandro817a68a2020-02-25 14:54:45 -0500332 rcu_read_lock();
Ralph Campbellf9315512010-05-23 21:44:54 -0700333 list_for_each_entry_rcu(p, &mcast->qp_list, list)
334 qib_qp_rcv(rcd, hdr, 1, data, tlen, p->qp);
Dennis Dalessandro817a68a2020-02-25 14:54:45 -0500335 rcu_read_unlock();
Ralph Campbellf9315512010-05-23 21:44:54 -0700336 /*
Harish Chegondi18f6c582016-01-22 13:07:55 -0800337 * Notify rvt_multicast_detach() if it is waiting for us
Ralph Campbellf9315512010-05-23 21:44:54 -0700338 * to finish.
339 */
340 if (atomic_dec_return(&mcast->refcount) <= 1)
341 wake_up(&mcast->wait);
342 } else {
Harish Chegondi1cefc2c2016-02-03 14:20:19 -0800343 rcu_read_lock();
344 qp = rvt_lookup_qpn(rdi, &ibp->rvp, qp_num);
345 if (!qp) {
346 rcu_read_unlock();
347 goto drop;
Mike Marciniszynaf061a62011-09-23 13:16:44 -0400348 }
Mike Marciniszyn7d7632a2014-03-07 08:40:55 -0500349 this_cpu_inc(ibp->pmastats->n_unicast_rcv);
Ralph Campbellf9315512010-05-23 21:44:54 -0700350 qib_qp_rcv(rcd, hdr, lnh == QIB_LRH_GRH, data, tlen, qp);
Harish Chegondi1cefc2c2016-02-03 14:20:19 -0800351 rcu_read_unlock();
Ralph Campbellf9315512010-05-23 21:44:54 -0700352 }
353 return;
354
355drop:
Harish Chegondif24a6d42016-01-22 12:56:02 -0800356 ibp->rvp.n_pkt_drops++;
Ralph Campbellf9315512010-05-23 21:44:54 -0700357}
358
359/*
360 * This is called from a timer to check for QPs
361 * which need kernel memory in order to send a packet.
362 */
Kees Cook4037c922017-10-04 17:45:35 -0700363static void mem_timer(struct timer_list *t)
Ralph Campbellf9315512010-05-23 21:44:54 -0700364{
Kees Cook4037c922017-10-04 17:45:35 -0700365 struct qib_ibdev *dev = from_timer(dev, t, mem_timer);
Ralph Campbellf9315512010-05-23 21:44:54 -0700366 struct list_head *list = &dev->memwait;
Dennis Dalessandro7c2e11f2016-01-22 12:45:59 -0800367 struct rvt_qp *qp = NULL;
Dennis Dalessandroffc26902016-01-22 12:45:11 -0800368 struct qib_qp_priv *priv = NULL;
Ralph Campbellf9315512010-05-23 21:44:54 -0700369 unsigned long flags;
370
Harish Chegondicd182012016-01-22 12:56:14 -0800371 spin_lock_irqsave(&dev->rdi.pending_lock, flags);
Ralph Campbellf9315512010-05-23 21:44:54 -0700372 if (!list_empty(list)) {
Dennis Dalessandroffc26902016-01-22 12:45:11 -0800373 priv = list_entry(list->next, struct qib_qp_priv, iowait);
374 qp = priv->owner;
375 list_del_init(&priv->iowait);
Sebastian Sanchez238b1862016-12-07 19:34:00 -0800376 rvt_get_qp(qp);
Ralph Campbellf9315512010-05-23 21:44:54 -0700377 if (!list_empty(list))
378 mod_timer(&dev->mem_timer, jiffies + 1);
379 }
Harish Chegondicd182012016-01-22 12:56:14 -0800380 spin_unlock_irqrestore(&dev->rdi.pending_lock, flags);
Ralph Campbellf9315512010-05-23 21:44:54 -0700381
382 if (qp) {
383 spin_lock_irqsave(&qp->s_lock, flags);
Harish Chegondi01ba79d2016-01-22 12:56:46 -0800384 if (qp->s_flags & RVT_S_WAIT_KMEM) {
385 qp->s_flags &= ~RVT_S_WAIT_KMEM;
Ralph Campbellf9315512010-05-23 21:44:54 -0700386 qib_schedule_send(qp);
387 }
388 spin_unlock_irqrestore(&qp->s_lock, flags);
Sebastian Sanchez238b1862016-12-07 19:34:00 -0800389 rvt_put_qp(qp);
Ralph Campbellf9315512010-05-23 21:44:54 -0700390 }
391}
392
Ralph Campbellf9315512010-05-23 21:44:54 -0700393#ifdef __LITTLE_ENDIAN
394static inline u32 get_upper_bits(u32 data, u32 shift)
395{
396 return data >> shift;
397}
398
399static inline u32 set_upper_bits(u32 data, u32 shift)
400{
401 return data << shift;
402}
403
404static inline u32 clear_upper_bytes(u32 data, u32 n, u32 off)
405{
406 data <<= ((sizeof(u32) - n) * BITS_PER_BYTE);
407 data >>= ((sizeof(u32) - n - off) * BITS_PER_BYTE);
408 return data;
409}
410#else
411static inline u32 get_upper_bits(u32 data, u32 shift)
412{
413 return data << shift;
414}
415
416static inline u32 set_upper_bits(u32 data, u32 shift)
417{
418 return data >> shift;
419}
420
421static inline u32 clear_upper_bytes(u32 data, u32 n, u32 off)
422{
423 data >>= ((sizeof(u32) - n) * BITS_PER_BYTE);
424 data <<= ((sizeof(u32) - n - off) * BITS_PER_BYTE);
425 return data;
426}
427#endif
428
Dennis Dalessandro7c2e11f2016-01-22 12:45:59 -0800429static void copy_io(u32 __iomem *piobuf, struct rvt_sge_state *ss,
Ralph Campbellf9315512010-05-23 21:44:54 -0700430 u32 length, unsigned flush_wc)
431{
432 u32 extra = 0;
433 u32 data = 0;
434 u32 last;
435
436 while (1) {
Michael J. Ruhl87fc34b2019-01-23 19:08:19 -0800437 u32 len = rvt_get_sge_length(&ss->sge, length);
Ralph Campbellf9315512010-05-23 21:44:54 -0700438 u32 off;
439
Ralph Campbellf9315512010-05-23 21:44:54 -0700440 /* If the source address is not aligned, try to align it. */
441 off = (unsigned long)ss->sge.vaddr & (sizeof(u32) - 1);
442 if (off) {
443 u32 *addr = (u32 *)((unsigned long)ss->sge.vaddr &
444 ~(sizeof(u32) - 1));
445 u32 v = get_upper_bits(*addr, off * BITS_PER_BYTE);
446 u32 y;
447
448 y = sizeof(u32) - off;
449 if (len > y)
450 len = y;
451 if (len + extra >= sizeof(u32)) {
452 data |= set_upper_bits(v, extra *
453 BITS_PER_BYTE);
454 len = sizeof(u32) - extra;
455 if (len == length) {
456 last = data;
457 break;
458 }
459 __raw_writel(data, piobuf);
460 piobuf++;
461 extra = 0;
462 data = 0;
463 } else {
464 /* Clear unused upper bytes */
465 data |= clear_upper_bytes(v, len, extra);
466 if (len == length) {
467 last = data;
468 break;
469 }
470 extra += len;
471 }
472 } else if (extra) {
473 /* Source address is aligned. */
474 u32 *addr = (u32 *) ss->sge.vaddr;
475 int shift = extra * BITS_PER_BYTE;
476 int ushift = 32 - shift;
477 u32 l = len;
478
479 while (l >= sizeof(u32)) {
480 u32 v = *addr;
481
482 data |= set_upper_bits(v, shift);
483 __raw_writel(data, piobuf);
484 data = get_upper_bits(v, ushift);
485 piobuf++;
486 addr++;
487 l -= sizeof(u32);
488 }
489 /*
490 * We still have 'extra' number of bytes leftover.
491 */
492 if (l) {
493 u32 v = *addr;
494
495 if (l + extra >= sizeof(u32)) {
496 data |= set_upper_bits(v, shift);
497 len -= l + extra - sizeof(u32);
498 if (len == length) {
499 last = data;
500 break;
501 }
502 __raw_writel(data, piobuf);
503 piobuf++;
504 extra = 0;
505 data = 0;
506 } else {
507 /* Clear unused upper bytes */
508 data |= clear_upper_bytes(v, l, extra);
509 if (len == length) {
510 last = data;
511 break;
512 }
513 extra += l;
514 }
515 } else if (len == length) {
516 last = data;
517 break;
518 }
519 } else if (len == length) {
520 u32 w;
521
522 /*
523 * Need to round up for the last dword in the
524 * packet.
525 */
526 w = (len + 3) >> 2;
527 qib_pio_copy(piobuf, ss->sge.vaddr, w - 1);
528 piobuf += w - 1;
529 last = ((u32 *) ss->sge.vaddr)[w - 1];
530 break;
531 } else {
532 u32 w = len >> 2;
533
534 qib_pio_copy(piobuf, ss->sge.vaddr, w);
535 piobuf += w;
536
537 extra = len & (sizeof(u32) - 1);
538 if (extra) {
539 u32 v = ((u32 *) ss->sge.vaddr)[w];
540
541 /* Clear unused upper bytes */
542 data = clear_upper_bytes(v, extra, 0);
543 }
544 }
Brian Welty3fc4a092017-02-08 05:27:43 -0800545 rvt_update_sge(ss, len, false);
Ralph Campbellf9315512010-05-23 21:44:54 -0700546 length -= len;
547 }
548 /* Update address before sending packet. */
Brian Welty3fc4a092017-02-08 05:27:43 -0800549 rvt_update_sge(ss, length, false);
Ralph Campbellf9315512010-05-23 21:44:54 -0700550 if (flush_wc) {
551 /* must flush early everything before trigger word */
552 qib_flush_wc();
553 __raw_writel(last, piobuf);
554 /* be sure trigger word is written */
555 qib_flush_wc();
556 } else
557 __raw_writel(last, piobuf);
558}
559
Mike Marciniszyn48947102011-12-23 08:03:41 -0500560static noinline struct qib_verbs_txreq *__get_txreq(struct qib_ibdev *dev,
Dennis Dalessandro7c2e11f2016-01-22 12:45:59 -0800561 struct rvt_qp *qp)
Ralph Campbellf9315512010-05-23 21:44:54 -0700562{
Dennis Dalessandroffc26902016-01-22 12:45:11 -0800563 struct qib_qp_priv *priv = qp->priv;
Ralph Campbellf9315512010-05-23 21:44:54 -0700564 struct qib_verbs_txreq *tx;
565 unsigned long flags;
566
567 spin_lock_irqsave(&qp->s_lock, flags);
Harish Chegondicd182012016-01-22 12:56:14 -0800568 spin_lock(&dev->rdi.pending_lock);
Ralph Campbellf9315512010-05-23 21:44:54 -0700569
570 if (!list_empty(&dev->txreq_free)) {
571 struct list_head *l = dev->txreq_free.next;
572
573 list_del(l);
Harish Chegondicd182012016-01-22 12:56:14 -0800574 spin_unlock(&dev->rdi.pending_lock);
Mike Marciniszyn48947102011-12-23 08:03:41 -0500575 spin_unlock_irqrestore(&qp->s_lock, flags);
Ralph Campbellf9315512010-05-23 21:44:54 -0700576 tx = list_entry(l, struct qib_verbs_txreq, txreq.list);
Ralph Campbellf9315512010-05-23 21:44:54 -0700577 } else {
Harish Chegondidb3ef0e2016-01-22 13:07:42 -0800578 if (ib_rvt_state_ops[qp->state] & RVT_PROCESS_RECV_OK &&
Dennis Dalessandroffc26902016-01-22 12:45:11 -0800579 list_empty(&priv->iowait)) {
Ralph Campbellf9315512010-05-23 21:44:54 -0700580 dev->n_txwait++;
Harish Chegondi01ba79d2016-01-22 12:56:46 -0800581 qp->s_flags |= RVT_S_WAIT_TX;
Dennis Dalessandroffc26902016-01-22 12:45:11 -0800582 list_add_tail(&priv->iowait, &dev->txwait);
Ralph Campbellf9315512010-05-23 21:44:54 -0700583 }
Harish Chegondi01ba79d2016-01-22 12:56:46 -0800584 qp->s_flags &= ~RVT_S_BUSY;
Harish Chegondicd182012016-01-22 12:56:14 -0800585 spin_unlock(&dev->rdi.pending_lock);
Mike Marciniszyn48947102011-12-23 08:03:41 -0500586 spin_unlock_irqrestore(&qp->s_lock, flags);
587 tx = ERR_PTR(-EBUSY);
Ralph Campbellf9315512010-05-23 21:44:54 -0700588 }
Mike Marciniszyn48947102011-12-23 08:03:41 -0500589 return tx;
590}
Ralph Campbellf9315512010-05-23 21:44:54 -0700591
Mike Marciniszyn48947102011-12-23 08:03:41 -0500592static inline struct qib_verbs_txreq *get_txreq(struct qib_ibdev *dev,
Dennis Dalessandro7c2e11f2016-01-22 12:45:59 -0800593 struct rvt_qp *qp)
Mike Marciniszyn48947102011-12-23 08:03:41 -0500594{
595 struct qib_verbs_txreq *tx;
596 unsigned long flags;
Ralph Campbellf9315512010-05-23 21:44:54 -0700597
Harish Chegondicd182012016-01-22 12:56:14 -0800598 spin_lock_irqsave(&dev->rdi.pending_lock, flags);
Mike Marciniszyn48947102011-12-23 08:03:41 -0500599 /* assume the list non empty */
600 if (likely(!list_empty(&dev->txreq_free))) {
601 struct list_head *l = dev->txreq_free.next;
602
603 list_del(l);
Harish Chegondicd182012016-01-22 12:56:14 -0800604 spin_unlock_irqrestore(&dev->rdi.pending_lock, flags);
Mike Marciniszyn48947102011-12-23 08:03:41 -0500605 tx = list_entry(l, struct qib_verbs_txreq, txreq.list);
606 } else {
607 /* call slow path to get the extra lock */
Harish Chegondicd182012016-01-22 12:56:14 -0800608 spin_unlock_irqrestore(&dev->rdi.pending_lock, flags);
Mike Marciniszyn48947102011-12-23 08:03:41 -0500609 tx = __get_txreq(dev, qp);
610 }
Ralph Campbellf9315512010-05-23 21:44:54 -0700611 return tx;
612}
613
614void qib_put_txreq(struct qib_verbs_txreq *tx)
615{
616 struct qib_ibdev *dev;
Dennis Dalessandro7c2e11f2016-01-22 12:45:59 -0800617 struct rvt_qp *qp;
Dennis Dalessandroffc26902016-01-22 12:45:11 -0800618 struct qib_qp_priv *priv;
Ralph Campbellf9315512010-05-23 21:44:54 -0700619 unsigned long flags;
620
621 qp = tx->qp;
622 dev = to_idev(qp->ibqp.device);
623
Ralph Campbellf9315512010-05-23 21:44:54 -0700624 if (tx->mr) {
Dennis Dalessandro7c2e11f2016-01-22 12:45:59 -0800625 rvt_put_mr(tx->mr);
Ralph Campbellf9315512010-05-23 21:44:54 -0700626 tx->mr = NULL;
627 }
628 if (tx->txreq.flags & QIB_SDMA_TXREQ_F_FREEBUF) {
629 tx->txreq.flags &= ~QIB_SDMA_TXREQ_F_FREEBUF;
630 dma_unmap_single(&dd_from_dev(dev)->pcidev->dev,
631 tx->txreq.addr, tx->hdr_dwords << 2,
632 DMA_TO_DEVICE);
633 kfree(tx->align_buf);
634 }
635
Harish Chegondicd182012016-01-22 12:56:14 -0800636 spin_lock_irqsave(&dev->rdi.pending_lock, flags);
Ralph Campbellf9315512010-05-23 21:44:54 -0700637
638 /* Put struct back on free list */
639 list_add(&tx->txreq.list, &dev->txreq_free);
640
641 if (!list_empty(&dev->txwait)) {
642 /* Wake up first QP wanting a free struct */
Dennis Dalessandroffc26902016-01-22 12:45:11 -0800643 priv = list_entry(dev->txwait.next, struct qib_qp_priv,
644 iowait);
645 qp = priv->owner;
646 list_del_init(&priv->iowait);
Sebastian Sanchez238b1862016-12-07 19:34:00 -0800647 rvt_get_qp(qp);
Harish Chegondicd182012016-01-22 12:56:14 -0800648 spin_unlock_irqrestore(&dev->rdi.pending_lock, flags);
Ralph Campbellf9315512010-05-23 21:44:54 -0700649
650 spin_lock_irqsave(&qp->s_lock, flags);
Harish Chegondi01ba79d2016-01-22 12:56:46 -0800651 if (qp->s_flags & RVT_S_WAIT_TX) {
652 qp->s_flags &= ~RVT_S_WAIT_TX;
Ralph Campbellf9315512010-05-23 21:44:54 -0700653 qib_schedule_send(qp);
654 }
655 spin_unlock_irqrestore(&qp->s_lock, flags);
656
Sebastian Sanchez238b1862016-12-07 19:34:00 -0800657 rvt_put_qp(qp);
Ralph Campbellf9315512010-05-23 21:44:54 -0700658 } else
Harish Chegondicd182012016-01-22 12:56:14 -0800659 spin_unlock_irqrestore(&dev->rdi.pending_lock, flags);
Ralph Campbellf9315512010-05-23 21:44:54 -0700660}
661
662/*
663 * This is called when there are send DMA descriptors that might be
664 * available.
665 *
666 * This is called with ppd->sdma_lock held.
667 */
668void qib_verbs_sdma_desc_avail(struct qib_pportdata *ppd, unsigned avail)
669{
Bart Van Assche2055d1f2017-10-11 10:49:22 -0700670 struct rvt_qp *qp;
Dennis Dalessandroffc26902016-01-22 12:45:11 -0800671 struct qib_qp_priv *qpp, *nqpp;
Dennis Dalessandro7c2e11f2016-01-22 12:45:59 -0800672 struct rvt_qp *qps[20];
Ralph Campbellf9315512010-05-23 21:44:54 -0700673 struct qib_ibdev *dev;
674 unsigned i, n;
675
676 n = 0;
677 dev = &ppd->dd->verbs_dev;
Harish Chegondicd182012016-01-22 12:56:14 -0800678 spin_lock(&dev->rdi.pending_lock);
Ralph Campbellf9315512010-05-23 21:44:54 -0700679
680 /* Search wait list for first QP wanting DMA descriptors. */
Dennis Dalessandroffc26902016-01-22 12:45:11 -0800681 list_for_each_entry_safe(qpp, nqpp, &dev->dmawait, iowait) {
682 qp = qpp->owner;
Ralph Campbellf9315512010-05-23 21:44:54 -0700683 if (qp->port_num != ppd->port)
684 continue;
685 if (n == ARRAY_SIZE(qps))
686 break;
Dennis Dalessandroffc26902016-01-22 12:45:11 -0800687 if (qpp->s_tx->txreq.sg_count > avail)
Ralph Campbellf9315512010-05-23 21:44:54 -0700688 break;
Dennis Dalessandroffc26902016-01-22 12:45:11 -0800689 avail -= qpp->s_tx->txreq.sg_count;
690 list_del_init(&qpp->iowait);
Sebastian Sanchez238b1862016-12-07 19:34:00 -0800691 rvt_get_qp(qp);
Ralph Campbellf9315512010-05-23 21:44:54 -0700692 qps[n++] = qp;
693 }
694
Harish Chegondicd182012016-01-22 12:56:14 -0800695 spin_unlock(&dev->rdi.pending_lock);
Ralph Campbellf9315512010-05-23 21:44:54 -0700696
697 for (i = 0; i < n; i++) {
698 qp = qps[i];
699 spin_lock(&qp->s_lock);
Harish Chegondi01ba79d2016-01-22 12:56:46 -0800700 if (qp->s_flags & RVT_S_WAIT_DMA_DESC) {
701 qp->s_flags &= ~RVT_S_WAIT_DMA_DESC;
Ralph Campbellf9315512010-05-23 21:44:54 -0700702 qib_schedule_send(qp);
703 }
704 spin_unlock(&qp->s_lock);
Sebastian Sanchez238b1862016-12-07 19:34:00 -0800705 rvt_put_qp(qp);
Ralph Campbellf9315512010-05-23 21:44:54 -0700706 }
707}
708
709/*
710 * This is called with ppd->sdma_lock held.
711 */
712static void sdma_complete(struct qib_sdma_txreq *cookie, int status)
713{
714 struct qib_verbs_txreq *tx =
715 container_of(cookie, struct qib_verbs_txreq, txreq);
Dennis Dalessandro7c2e11f2016-01-22 12:45:59 -0800716 struct rvt_qp *qp = tx->qp;
Dennis Dalessandroffc26902016-01-22 12:45:11 -0800717 struct qib_qp_priv *priv = qp->priv;
Ralph Campbellf9315512010-05-23 21:44:54 -0700718
719 spin_lock(&qp->s_lock);
720 if (tx->wqe)
Venkata Sandeep Dhanalakota116aa032018-09-26 10:44:42 -0700721 rvt_send_complete(qp, tx->wqe, IB_WC_SUCCESS);
Ralph Campbellf9315512010-05-23 21:44:54 -0700722 else if (qp->ibqp.qp_type == IB_QPT_RC) {
Mike Marciniszyn261a4352016-09-06 04:35:05 -0700723 struct ib_header *hdr;
Ralph Campbellf9315512010-05-23 21:44:54 -0700724
725 if (tx->txreq.flags & QIB_SDMA_TXREQ_F_FREEBUF)
726 hdr = &tx->align_buf->hdr;
727 else {
728 struct qib_ibdev *dev = to_idev(qp->ibqp.device);
729
730 hdr = &dev->pio_hdrs[tx->hdr_inx].hdr;
731 }
732 qib_rc_send_complete(qp, hdr);
733 }
Dennis Dalessandroffc26902016-01-22 12:45:11 -0800734 if (atomic_dec_and_test(&priv->s_dma_busy)) {
Ralph Campbellf9315512010-05-23 21:44:54 -0700735 if (qp->state == IB_QPS_RESET)
Dennis Dalessandroffc26902016-01-22 12:45:11 -0800736 wake_up(&priv->wait_dma);
Harish Chegondi01ba79d2016-01-22 12:56:46 -0800737 else if (qp->s_flags & RVT_S_WAIT_DMA) {
738 qp->s_flags &= ~RVT_S_WAIT_DMA;
Ralph Campbellf9315512010-05-23 21:44:54 -0700739 qib_schedule_send(qp);
740 }
741 }
742 spin_unlock(&qp->s_lock);
743
744 qib_put_txreq(tx);
745}
746
Dennis Dalessandro7c2e11f2016-01-22 12:45:59 -0800747static int wait_kmem(struct qib_ibdev *dev, struct rvt_qp *qp)
Ralph Campbellf9315512010-05-23 21:44:54 -0700748{
Dennis Dalessandroffc26902016-01-22 12:45:11 -0800749 struct qib_qp_priv *priv = qp->priv;
Ralph Campbellf9315512010-05-23 21:44:54 -0700750 unsigned long flags;
751 int ret = 0;
752
753 spin_lock_irqsave(&qp->s_lock, flags);
Harish Chegondidb3ef0e2016-01-22 13:07:42 -0800754 if (ib_rvt_state_ops[qp->state] & RVT_PROCESS_RECV_OK) {
Harish Chegondicd182012016-01-22 12:56:14 -0800755 spin_lock(&dev->rdi.pending_lock);
Dennis Dalessandroffc26902016-01-22 12:45:11 -0800756 if (list_empty(&priv->iowait)) {
Ralph Campbellf9315512010-05-23 21:44:54 -0700757 if (list_empty(&dev->memwait))
758 mod_timer(&dev->mem_timer, jiffies + 1);
Harish Chegondi01ba79d2016-01-22 12:56:46 -0800759 qp->s_flags |= RVT_S_WAIT_KMEM;
Dennis Dalessandroffc26902016-01-22 12:45:11 -0800760 list_add_tail(&priv->iowait, &dev->memwait);
Ralph Campbellf9315512010-05-23 21:44:54 -0700761 }
Harish Chegondicd182012016-01-22 12:56:14 -0800762 spin_unlock(&dev->rdi.pending_lock);
Harish Chegondi01ba79d2016-01-22 12:56:46 -0800763 qp->s_flags &= ~RVT_S_BUSY;
Ralph Campbellf9315512010-05-23 21:44:54 -0700764 ret = -EBUSY;
765 }
766 spin_unlock_irqrestore(&qp->s_lock, flags);
767
768 return ret;
769}
770
Mike Marciniszyn261a4352016-09-06 04:35:05 -0700771static int qib_verbs_send_dma(struct rvt_qp *qp, struct ib_header *hdr,
Dennis Dalessandro7c2e11f2016-01-22 12:45:59 -0800772 u32 hdrwords, struct rvt_sge_state *ss, u32 len,
Ralph Campbellf9315512010-05-23 21:44:54 -0700773 u32 plen, u32 dwords)
774{
Dennis Dalessandroffc26902016-01-22 12:45:11 -0800775 struct qib_qp_priv *priv = qp->priv;
Ralph Campbellf9315512010-05-23 21:44:54 -0700776 struct qib_ibdev *dev = to_idev(qp->ibqp.device);
777 struct qib_devdata *dd = dd_from_dev(dev);
778 struct qib_ibport *ibp = to_iport(qp->ibqp.device, qp->port_num);
779 struct qib_pportdata *ppd = ppd_from_ibp(ibp);
780 struct qib_verbs_txreq *tx;
781 struct qib_pio_header *phdr;
782 u32 control;
783 u32 ndesc;
784 int ret;
785
Dennis Dalessandroffc26902016-01-22 12:45:11 -0800786 tx = priv->s_tx;
Ralph Campbellf9315512010-05-23 21:44:54 -0700787 if (tx) {
Dennis Dalessandroffc26902016-01-22 12:45:11 -0800788 priv->s_tx = NULL;
Ralph Campbellf9315512010-05-23 21:44:54 -0700789 /* resend previously constructed packet */
790 ret = qib_sdma_verbs_send(ppd, tx->ss, tx->dwords, tx);
791 goto bail;
792 }
793
Mike Marciniszyn48947102011-12-23 08:03:41 -0500794 tx = get_txreq(dev, qp);
795 if (IS_ERR(tx))
796 goto bail_tx;
Ralph Campbellf9315512010-05-23 21:44:54 -0700797
798 control = dd->f_setpbc_control(ppd, plen, qp->s_srate,
799 be16_to_cpu(hdr->lrh[0]) >> 12);
800 tx->qp = qp;
Ralph Campbellf9315512010-05-23 21:44:54 -0700801 tx->wqe = qp->s_wqe;
802 tx->mr = qp->s_rdma_mr;
803 if (qp->s_rdma_mr)
804 qp->s_rdma_mr = NULL;
805 tx->txreq.callback = sdma_complete;
806 if (dd->flags & QIB_HAS_SDMA_TIMEOUT)
807 tx->txreq.flags = QIB_SDMA_TXREQ_F_HEADTOHOST;
808 else
809 tx->txreq.flags = QIB_SDMA_TXREQ_F_INTREQ;
810 if (plen + 1 > dd->piosize2kmax_dwords)
811 tx->txreq.flags |= QIB_SDMA_TXREQ_F_USELARGEBUF;
812
813 if (len) {
814 /*
815 * Don't try to DMA if it takes more descriptors than
816 * the queue holds.
817 */
818 ndesc = qib_count_sge(ss, len);
819 if (ndesc >= ppd->sdma_descq_cnt)
820 ndesc = 0;
821 } else
822 ndesc = 1;
823 if (ndesc) {
824 phdr = &dev->pio_hdrs[tx->hdr_inx];
825 phdr->pbc[0] = cpu_to_le32(plen);
826 phdr->pbc[1] = cpu_to_le32(control);
827 memcpy(&phdr->hdr, hdr, hdrwords << 2);
828 tx->txreq.flags |= QIB_SDMA_TXREQ_F_FREEDESC;
829 tx->txreq.sg_count = ndesc;
830 tx->txreq.addr = dev->pio_hdrs_phys +
831 tx->hdr_inx * sizeof(struct qib_pio_header);
832 tx->hdr_dwords = hdrwords + 2; /* add PBC length */
833 ret = qib_sdma_verbs_send(ppd, ss, dwords, tx);
834 goto bail;
835 }
836
837 /* Allocate a buffer and copy the header and payload to it. */
838 tx->hdr_dwords = plen + 1;
839 phdr = kmalloc(tx->hdr_dwords << 2, GFP_ATOMIC);
840 if (!phdr)
841 goto err_tx;
842 phdr->pbc[0] = cpu_to_le32(plen);
843 phdr->pbc[1] = cpu_to_le32(control);
844 memcpy(&phdr->hdr, hdr, hdrwords << 2);
845 qib_copy_from_sge((u32 *) &phdr->hdr + hdrwords, ss, len);
846
847 tx->txreq.addr = dma_map_single(&dd->pcidev->dev, phdr,
848 tx->hdr_dwords << 2, DMA_TO_DEVICE);
849 if (dma_mapping_error(&dd->pcidev->dev, tx->txreq.addr))
850 goto map_err;
851 tx->align_buf = phdr;
852 tx->txreq.flags |= QIB_SDMA_TXREQ_F_FREEBUF;
853 tx->txreq.sg_count = 1;
854 ret = qib_sdma_verbs_send(ppd, NULL, 0, tx);
855 goto unaligned;
856
857map_err:
858 kfree(phdr);
859err_tx:
860 qib_put_txreq(tx);
861 ret = wait_kmem(dev, qp);
862unaligned:
Harish Chegondif24a6d42016-01-22 12:56:02 -0800863 ibp->rvp.n_unaligned++;
Ralph Campbellf9315512010-05-23 21:44:54 -0700864bail:
865 return ret;
Mike Marciniszyn48947102011-12-23 08:03:41 -0500866bail_tx:
867 ret = PTR_ERR(tx);
868 goto bail;
Ralph Campbellf9315512010-05-23 21:44:54 -0700869}
870
871/*
872 * If we are now in the error state, return zero to flush the
873 * send work request.
874 */
Dennis Dalessandro7c2e11f2016-01-22 12:45:59 -0800875static int no_bufs_available(struct rvt_qp *qp)
Ralph Campbellf9315512010-05-23 21:44:54 -0700876{
Dennis Dalessandroffc26902016-01-22 12:45:11 -0800877 struct qib_qp_priv *priv = qp->priv;
Ralph Campbellf9315512010-05-23 21:44:54 -0700878 struct qib_ibdev *dev = to_idev(qp->ibqp.device);
879 struct qib_devdata *dd;
880 unsigned long flags;
881 int ret = 0;
882
883 /*
884 * Note that as soon as want_buffer() is called and
885 * possibly before it returns, qib_ib_piobufavail()
886 * could be called. Therefore, put QP on the I/O wait list before
887 * enabling the PIO avail interrupt.
888 */
889 spin_lock_irqsave(&qp->s_lock, flags);
Harish Chegondidb3ef0e2016-01-22 13:07:42 -0800890 if (ib_rvt_state_ops[qp->state] & RVT_PROCESS_RECV_OK) {
Harish Chegondicd182012016-01-22 12:56:14 -0800891 spin_lock(&dev->rdi.pending_lock);
Dennis Dalessandroffc26902016-01-22 12:45:11 -0800892 if (list_empty(&priv->iowait)) {
Ralph Campbellf9315512010-05-23 21:44:54 -0700893 dev->n_piowait++;
Harish Chegondi01ba79d2016-01-22 12:56:46 -0800894 qp->s_flags |= RVT_S_WAIT_PIO;
Dennis Dalessandroffc26902016-01-22 12:45:11 -0800895 list_add_tail(&priv->iowait, &dev->piowait);
Ralph Campbellf9315512010-05-23 21:44:54 -0700896 dd = dd_from_dev(dev);
897 dd->f_wantpiobuf_intr(dd, 1);
898 }
Harish Chegondicd182012016-01-22 12:56:14 -0800899 spin_unlock(&dev->rdi.pending_lock);
Harish Chegondi01ba79d2016-01-22 12:56:46 -0800900 qp->s_flags &= ~RVT_S_BUSY;
Ralph Campbellf9315512010-05-23 21:44:54 -0700901 ret = -EBUSY;
902 }
903 spin_unlock_irqrestore(&qp->s_lock, flags);
904 return ret;
905}
906
Mike Marciniszyn261a4352016-09-06 04:35:05 -0700907static int qib_verbs_send_pio(struct rvt_qp *qp, struct ib_header *ibhdr,
Dennis Dalessandro7c2e11f2016-01-22 12:45:59 -0800908 u32 hdrwords, struct rvt_sge_state *ss, u32 len,
Ralph Campbellf9315512010-05-23 21:44:54 -0700909 u32 plen, u32 dwords)
910{
911 struct qib_devdata *dd = dd_from_ibdev(qp->ibqp.device);
912 struct qib_pportdata *ppd = dd->pport + qp->port_num - 1;
913 u32 *hdr = (u32 *) ibhdr;
914 u32 __iomem *piobuf_orig;
915 u32 __iomem *piobuf;
916 u64 pbc;
917 unsigned long flags;
918 unsigned flush_wc;
919 u32 control;
920 u32 pbufn;
921
922 control = dd->f_setpbc_control(ppd, plen, qp->s_srate,
923 be16_to_cpu(ibhdr->lrh[0]) >> 12);
924 pbc = ((u64) control << 32) | plen;
925 piobuf = dd->f_getsendbuf(ppd, pbc, &pbufn);
926 if (unlikely(piobuf == NULL))
927 return no_bufs_available(qp);
928
929 /*
930 * Write the pbc.
931 * We have to flush after the PBC for correctness on some cpus
932 * or WC buffer can be written out of order.
933 */
934 writeq(pbc, piobuf);
935 piobuf_orig = piobuf;
936 piobuf += 2;
937
938 flush_wc = dd->flags & QIB_PIO_FLUSH_WC;
939 if (len == 0) {
940 /*
941 * If there is just the header portion, must flush before
942 * writing last word of header for correctness, and after
943 * the last header word (trigger word).
944 */
945 if (flush_wc) {
946 qib_flush_wc();
947 qib_pio_copy(piobuf, hdr, hdrwords - 1);
948 qib_flush_wc();
949 __raw_writel(hdr[hdrwords - 1], piobuf + hdrwords - 1);
950 qib_flush_wc();
951 } else
952 qib_pio_copy(piobuf, hdr, hdrwords);
953 goto done;
954 }
955
956 if (flush_wc)
957 qib_flush_wc();
958 qib_pio_copy(piobuf, hdr, hdrwords);
959 piobuf += hdrwords;
960
961 /* The common case is aligned and contained in one segment. */
962 if (likely(ss->num_sge == 1 && len <= ss->sge.length &&
963 !((unsigned long)ss->sge.vaddr & (sizeof(u32) - 1)))) {
964 u32 *addr = (u32 *) ss->sge.vaddr;
965
966 /* Update address before sending packet. */
Brian Welty3fc4a092017-02-08 05:27:43 -0800967 rvt_update_sge(ss, len, false);
Ralph Campbellf9315512010-05-23 21:44:54 -0700968 if (flush_wc) {
969 qib_pio_copy(piobuf, addr, dwords - 1);
970 /* must flush early everything before trigger word */
971 qib_flush_wc();
972 __raw_writel(addr[dwords - 1], piobuf + dwords - 1);
973 /* be sure trigger word is written */
974 qib_flush_wc();
975 } else
976 qib_pio_copy(piobuf, addr, dwords);
977 goto done;
978 }
979 copy_io(piobuf, ss, len, flush_wc);
980done:
981 if (dd->flags & QIB_USE_SPCL_TRIG) {
982 u32 spcl_off = (pbufn >= dd->piobcnt2k) ? 2047 : 1023;
Mike Marciniszynda12c1f2015-01-16 11:23:31 -0500983
Ralph Campbellf9315512010-05-23 21:44:54 -0700984 qib_flush_wc();
985 __raw_writel(0xaebecede, piobuf_orig + spcl_off);
986 }
987 qib_sendbuf_done(dd, pbufn);
988 if (qp->s_rdma_mr) {
Dennis Dalessandro7c2e11f2016-01-22 12:45:59 -0800989 rvt_put_mr(qp->s_rdma_mr);
Ralph Campbellf9315512010-05-23 21:44:54 -0700990 qp->s_rdma_mr = NULL;
991 }
992 if (qp->s_wqe) {
993 spin_lock_irqsave(&qp->s_lock, flags);
Venkata Sandeep Dhanalakota116aa032018-09-26 10:44:42 -0700994 rvt_send_complete(qp, qp->s_wqe, IB_WC_SUCCESS);
Ralph Campbellf9315512010-05-23 21:44:54 -0700995 spin_unlock_irqrestore(&qp->s_lock, flags);
996 } else if (qp->ibqp.qp_type == IB_QPT_RC) {
997 spin_lock_irqsave(&qp->s_lock, flags);
998 qib_rc_send_complete(qp, ibhdr);
999 spin_unlock_irqrestore(&qp->s_lock, flags);
1000 }
1001 return 0;
1002}
1003
1004/**
1005 * qib_verbs_send - send a packet
1006 * @qp: the QP to send on
1007 * @hdr: the packet header
1008 * @hdrwords: the number of 32-bit words in the header
1009 * @ss: the SGE to send
1010 * @len: the length of the packet in bytes
1011 *
1012 * Return zero if packet is sent or queued OK.
Harish Chegondi01ba79d2016-01-22 12:56:46 -08001013 * Return non-zero and clear qp->s_flags RVT_S_BUSY otherwise.
Ralph Campbellf9315512010-05-23 21:44:54 -07001014 */
Mike Marciniszyn261a4352016-09-06 04:35:05 -07001015int qib_verbs_send(struct rvt_qp *qp, struct ib_header *hdr,
Dennis Dalessandro7c2e11f2016-01-22 12:45:59 -08001016 u32 hdrwords, struct rvt_sge_state *ss, u32 len)
Ralph Campbellf9315512010-05-23 21:44:54 -07001017{
1018 struct qib_devdata *dd = dd_from_ibdev(qp->ibqp.device);
1019 u32 plen;
1020 int ret;
1021 u32 dwords = (len + 3) >> 2;
1022
1023 /*
1024 * Calculate the send buffer trigger address.
1025 * The +1 counts for the pbc control dword following the pbc length.
1026 */
1027 plen = hdrwords + dwords + 1;
1028
1029 /*
1030 * VL15 packets (IB_QPT_SMI) will always use PIO, so we
1031 * can defer SDMA restart until link goes ACTIVE without
1032 * worrying about just how we got there.
1033 */
1034 if (qp->ibqp.qp_type == IB_QPT_SMI ||
1035 !(dd->flags & QIB_HAS_SEND_DMA))
1036 ret = qib_verbs_send_pio(qp, hdr, hdrwords, ss, len,
1037 plen, dwords);
1038 else
1039 ret = qib_verbs_send_dma(qp, hdr, hdrwords, ss, len,
1040 plen, dwords);
1041
1042 return ret;
1043}
1044
1045int qib_snapshot_counters(struct qib_pportdata *ppd, u64 *swords,
1046 u64 *rwords, u64 *spkts, u64 *rpkts,
1047 u64 *xmit_wait)
1048{
1049 int ret;
1050 struct qib_devdata *dd = ppd->dd;
1051
1052 if (!(dd->flags & QIB_PRESENT)) {
1053 /* no hardware, freeze, etc. */
1054 ret = -EINVAL;
1055 goto bail;
1056 }
1057 *swords = dd->f_portcntr(ppd, QIBPORTCNTR_WORDSEND);
1058 *rwords = dd->f_portcntr(ppd, QIBPORTCNTR_WORDRCV);
1059 *spkts = dd->f_portcntr(ppd, QIBPORTCNTR_PKTSEND);
1060 *rpkts = dd->f_portcntr(ppd, QIBPORTCNTR_PKTRCV);
1061 *xmit_wait = dd->f_portcntr(ppd, QIBPORTCNTR_SENDSTALL);
1062
1063 ret = 0;
1064
1065bail:
1066 return ret;
1067}
1068
1069/**
1070 * qib_get_counters - get various chip counters
1071 * @dd: the qlogic_ib device
1072 * @cntrs: counters are placed here
1073 *
1074 * Return the counters needed by recv_pma_get_portcounters().
1075 */
1076int qib_get_counters(struct qib_pportdata *ppd,
1077 struct qib_verbs_counters *cntrs)
1078{
1079 int ret;
1080
1081 if (!(ppd->dd->flags & QIB_PRESENT)) {
1082 /* no hardware, freeze, etc. */
1083 ret = -EINVAL;
1084 goto bail;
1085 }
1086 cntrs->symbol_error_counter =
1087 ppd->dd->f_portcntr(ppd, QIBPORTCNTR_IBSYMBOLERR);
1088 cntrs->link_error_recovery_counter =
1089 ppd->dd->f_portcntr(ppd, QIBPORTCNTR_IBLINKERRRECOV);
1090 /*
1091 * The link downed counter counts when the other side downs the
1092 * connection. We add in the number of times we downed the link
1093 * due to local link integrity errors to compensate.
1094 */
1095 cntrs->link_downed_counter =
1096 ppd->dd->f_portcntr(ppd, QIBPORTCNTR_IBLINKDOWN);
1097 cntrs->port_rcv_errors =
1098 ppd->dd->f_portcntr(ppd, QIBPORTCNTR_RXDROPPKT) +
1099 ppd->dd->f_portcntr(ppd, QIBPORTCNTR_RCVOVFL) +
1100 ppd->dd->f_portcntr(ppd, QIBPORTCNTR_ERR_RLEN) +
1101 ppd->dd->f_portcntr(ppd, QIBPORTCNTR_INVALIDRLEN) +
1102 ppd->dd->f_portcntr(ppd, QIBPORTCNTR_ERRLINK) +
1103 ppd->dd->f_portcntr(ppd, QIBPORTCNTR_ERRICRC) +
1104 ppd->dd->f_portcntr(ppd, QIBPORTCNTR_ERRVCRC) +
1105 ppd->dd->f_portcntr(ppd, QIBPORTCNTR_ERRLPCRC) +
1106 ppd->dd->f_portcntr(ppd, QIBPORTCNTR_BADFORMAT);
1107 cntrs->port_rcv_errors +=
1108 ppd->dd->f_portcntr(ppd, QIBPORTCNTR_RXLOCALPHYERR);
1109 cntrs->port_rcv_errors +=
1110 ppd->dd->f_portcntr(ppd, QIBPORTCNTR_RXVLERR);
1111 cntrs->port_rcv_remphys_errors =
1112 ppd->dd->f_portcntr(ppd, QIBPORTCNTR_RCVEBP);
1113 cntrs->port_xmit_discards =
1114 ppd->dd->f_portcntr(ppd, QIBPORTCNTR_UNSUPVL);
1115 cntrs->port_xmit_data = ppd->dd->f_portcntr(ppd,
1116 QIBPORTCNTR_WORDSEND);
1117 cntrs->port_rcv_data = ppd->dd->f_portcntr(ppd,
1118 QIBPORTCNTR_WORDRCV);
1119 cntrs->port_xmit_packets = ppd->dd->f_portcntr(ppd,
1120 QIBPORTCNTR_PKTSEND);
1121 cntrs->port_rcv_packets = ppd->dd->f_portcntr(ppd,
1122 QIBPORTCNTR_PKTRCV);
1123 cntrs->local_link_integrity_errors =
1124 ppd->dd->f_portcntr(ppd, QIBPORTCNTR_LLI);
1125 cntrs->excessive_buffer_overrun_errors =
1126 ppd->dd->f_portcntr(ppd, QIBPORTCNTR_EXCESSBUFOVFL);
1127 cntrs->vl15_dropped =
1128 ppd->dd->f_portcntr(ppd, QIBPORTCNTR_VL15PKTDROP);
1129
1130 ret = 0;
1131
1132bail:
1133 return ret;
1134}
1135
1136/**
1137 * qib_ib_piobufavail - callback when a PIO buffer is available
1138 * @dd: the device pointer
1139 *
1140 * This is called from qib_intr() at interrupt level when a PIO buffer is
1141 * available after qib_verbs_send() returned an error that no buffers were
1142 * available. Disable the interrupt if there are no more QPs waiting.
1143 */
1144void qib_ib_piobufavail(struct qib_devdata *dd)
1145{
1146 struct qib_ibdev *dev = &dd->verbs_dev;
1147 struct list_head *list;
Dennis Dalessandro7c2e11f2016-01-22 12:45:59 -08001148 struct rvt_qp *qps[5];
1149 struct rvt_qp *qp;
Ralph Campbellf9315512010-05-23 21:44:54 -07001150 unsigned long flags;
1151 unsigned i, n;
Dennis Dalessandroffc26902016-01-22 12:45:11 -08001152 struct qib_qp_priv *priv;
Ralph Campbellf9315512010-05-23 21:44:54 -07001153
1154 list = &dev->piowait;
1155 n = 0;
1156
1157 /*
1158 * Note: checking that the piowait list is empty and clearing
1159 * the buffer available interrupt needs to be atomic or we
1160 * could end up with QPs on the wait list with the interrupt
1161 * disabled.
1162 */
Harish Chegondicd182012016-01-22 12:56:14 -08001163 spin_lock_irqsave(&dev->rdi.pending_lock, flags);
Ralph Campbellf9315512010-05-23 21:44:54 -07001164 while (!list_empty(list)) {
1165 if (n == ARRAY_SIZE(qps))
1166 goto full;
Dennis Dalessandroffc26902016-01-22 12:45:11 -08001167 priv = list_entry(list->next, struct qib_qp_priv, iowait);
1168 qp = priv->owner;
1169 list_del_init(&priv->iowait);
Sebastian Sanchez238b1862016-12-07 19:34:00 -08001170 rvt_get_qp(qp);
Ralph Campbellf9315512010-05-23 21:44:54 -07001171 qps[n++] = qp;
1172 }
1173 dd->f_wantpiobuf_intr(dd, 0);
1174full:
Harish Chegondicd182012016-01-22 12:56:14 -08001175 spin_unlock_irqrestore(&dev->rdi.pending_lock, flags);
Ralph Campbellf9315512010-05-23 21:44:54 -07001176
1177 for (i = 0; i < n; i++) {
1178 qp = qps[i];
1179
1180 spin_lock_irqsave(&qp->s_lock, flags);
Harish Chegondi01ba79d2016-01-22 12:56:46 -08001181 if (qp->s_flags & RVT_S_WAIT_PIO) {
1182 qp->s_flags &= ~RVT_S_WAIT_PIO;
Ralph Campbellf9315512010-05-23 21:44:54 -07001183 qib_schedule_send(qp);
1184 }
1185 spin_unlock_irqrestore(&qp->s_lock, flags);
1186
1187 /* Notify qib_destroy_qp() if it is waiting. */
Sebastian Sanchez238b1862016-12-07 19:34:00 -08001188 rvt_put_qp(qp);
Ralph Campbellf9315512010-05-23 21:44:54 -07001189 }
1190}
1191
Harish Chegondi530a5d82016-02-03 14:20:52 -08001192static int qib_query_port(struct rvt_dev_info *rdi, u8 port_num,
Ralph Campbellf9315512010-05-23 21:44:54 -07001193 struct ib_port_attr *props)
1194{
Harish Chegondi530a5d82016-02-03 14:20:52 -08001195 struct qib_ibdev *ibdev = container_of(rdi, struct qib_ibdev, rdi);
1196 struct qib_devdata *dd = dd_from_dev(ibdev);
1197 struct qib_pportdata *ppd = &dd->pport[port_num - 1];
Ralph Campbellf9315512010-05-23 21:44:54 -07001198 enum ib_mtu mtu;
1199 u16 lid = ppd->lid;
1200
Or Gerlitzc4550c62017-01-24 13:02:39 +02001201 /* props being zeroed by the caller, avoid zeroing it here */
Ralph Campbellf9315512010-05-23 21:44:54 -07001202 props->lid = lid ? lid : be16_to_cpu(IB_LID_PERMISSIVE);
1203 props->lmc = ppd->lmc;
Ralph Campbellf9315512010-05-23 21:44:54 -07001204 props->state = dd->f_iblink_state(ppd->lastibcstat);
1205 props->phys_state = dd->f_ibphys_portstate(ppd->lastibcstat);
Ralph Campbellf9315512010-05-23 21:44:54 -07001206 props->gid_tbl_len = QIB_GUIDS_PER_PORT;
Ralph Campbellf9315512010-05-23 21:44:54 -07001207 props->active_width = ppd->link_width_active;
1208 /* See rate_show() */
1209 props->active_speed = ppd->link_speed_active;
1210 props->max_vl_num = qib_num_vls(ppd->vls_supported);
Ralph Campbellf9315512010-05-23 21:44:54 -07001211
1212 props->max_mtu = qib_ibmtu ? qib_ibmtu : IB_MTU_4096;
1213 switch (ppd->ibmtu) {
1214 case 4096:
1215 mtu = IB_MTU_4096;
1216 break;
1217 case 2048:
1218 mtu = IB_MTU_2048;
1219 break;
1220 case 1024:
1221 mtu = IB_MTU_1024;
1222 break;
1223 case 512:
1224 mtu = IB_MTU_512;
1225 break;
1226 case 256:
1227 mtu = IB_MTU_256;
1228 break;
1229 default:
1230 mtu = IB_MTU_2048;
1231 }
1232 props->active_mtu = mtu;
Ralph Campbellf9315512010-05-23 21:44:54 -07001233
1234 return 0;
1235}
1236
1237static int qib_modify_device(struct ib_device *device,
1238 int device_modify_mask,
1239 struct ib_device_modify *device_modify)
1240{
1241 struct qib_devdata *dd = dd_from_ibdev(device);
1242 unsigned i;
1243 int ret;
1244
1245 if (device_modify_mask & ~(IB_DEVICE_MODIFY_SYS_IMAGE_GUID |
1246 IB_DEVICE_MODIFY_NODE_DESC)) {
1247 ret = -EOPNOTSUPP;
1248 goto bail;
1249 }
1250
1251 if (device_modify_mask & IB_DEVICE_MODIFY_NODE_DESC) {
Yuval Shaiabd99fde2016-08-25 10:57:07 -07001252 memcpy(device->node_desc, device_modify->node_desc,
1253 IB_DEVICE_NODE_DESC_MAX);
Ralph Campbellf9315512010-05-23 21:44:54 -07001254 for (i = 0; i < dd->num_pports; i++) {
1255 struct qib_ibport *ibp = &dd->pport[i].ibport_data;
1256
1257 qib_node_desc_chg(ibp);
1258 }
1259 }
1260
1261 if (device_modify_mask & IB_DEVICE_MODIFY_SYS_IMAGE_GUID) {
1262 ib_qib_sys_image_guid =
1263 cpu_to_be64(device_modify->sys_image_guid);
1264 for (i = 0; i < dd->num_pports; i++) {
1265 struct qib_ibport *ibp = &dd->pport[i].ibport_data;
1266
1267 qib_sys_guid_chg(ibp);
1268 }
1269 }
1270
1271 ret = 0;
1272
1273bail:
1274 return ret;
1275}
1276
Harish Chegondi20f333b2016-02-14 12:09:55 -08001277static int qib_shut_down_port(struct rvt_dev_info *rdi, u8 port_num)
Ralph Campbellf9315512010-05-23 21:44:54 -07001278{
Harish Chegondi530a5d82016-02-03 14:20:52 -08001279 struct qib_ibdev *ibdev = container_of(rdi, struct qib_ibdev, rdi);
1280 struct qib_devdata *dd = dd_from_dev(ibdev);
1281 struct qib_pportdata *ppd = &dd->pport[port_num - 1];
Ralph Campbellf9315512010-05-23 21:44:54 -07001282
Harish Chegondi530a5d82016-02-03 14:20:52 -08001283 qib_set_linkstate(ppd, QIB_IB_LINKDOWN);
1284
Ralph Campbellf9315512010-05-23 21:44:54 -07001285 return 0;
1286}
1287
Dennis Dalessandro23667542016-02-03 14:20:44 -08001288static int qib_get_guid_be(struct rvt_dev_info *rdi, struct rvt_ibport *rvp,
1289 int guid_index, __be64 *guid)
Ralph Campbellf9315512010-05-23 21:44:54 -07001290{
Dennis Dalessandro23667542016-02-03 14:20:44 -08001291 struct qib_ibport *ibp = container_of(rvp, struct qib_ibport, rvp);
1292 struct qib_pportdata *ppd = ppd_from_ibp(ibp);
Ralph Campbellf9315512010-05-23 21:44:54 -07001293
Dennis Dalessandro23667542016-02-03 14:20:44 -08001294 if (guid_index == 0)
1295 *guid = ppd->guid;
1296 else if (guid_index < QIB_GUIDS_PER_PORT)
1297 *guid = ibp->guids[guid_index - 1];
1298 else
1299 return -EINVAL;
Ralph Campbellf9315512010-05-23 21:44:54 -07001300
Dennis Dalessandro23667542016-02-03 14:20:44 -08001301 return 0;
Ralph Campbellf9315512010-05-23 21:44:54 -07001302}
1303
Dasaratharaman Chandramouli90898852017-04-29 14:41:18 -04001304int qib_check_ah(struct ib_device *ibdev, struct rdma_ah_attr *ah_attr)
Ralph Campbellf9315512010-05-23 21:44:54 -07001305{
Dasaratharaman Chandramoulid8966fc2017-04-29 14:41:28 -04001306 if (rdma_ah_get_sl(ah_attr) > 15)
Dennis Dalessandro96ab1ac2016-01-22 12:46:07 -08001307 return -EINVAL;
1308
Don Hiatt13c19222017-08-04 13:53:51 -07001309 if (rdma_ah_get_dlid(ah_attr) == 0)
1310 return -EINVAL;
1311 if (rdma_ah_get_dlid(ah_attr) >=
1312 be16_to_cpu(IB_MULTICAST_LID_BASE) &&
1313 rdma_ah_get_dlid(ah_attr) !=
1314 be16_to_cpu(IB_LID_PERMISSIVE) &&
1315 !(rdma_ah_get_ah_flags(ah_attr) & IB_AH_GRH))
1316 return -EINVAL;
1317
Ralph Campbellf9315512010-05-23 21:44:54 -07001318 return 0;
Ralph Campbellf9315512010-05-23 21:44:54 -07001319}
1320
Harish Chegondi5418a5a2016-01-22 12:56:08 -08001321static void qib_notify_new_ah(struct ib_device *ibdev,
Dasaratharaman Chandramouli90898852017-04-29 14:41:18 -04001322 struct rdma_ah_attr *ah_attr,
Harish Chegondi5418a5a2016-01-22 12:56:08 -08001323 struct rvt_ah *ah)
1324{
1325 struct qib_ibport *ibp;
1326 struct qib_pportdata *ppd;
1327
1328 /*
1329 * Do not trust reading anything from rvt_ah at this point as it is not
1330 * done being setup. We can however modify things which we need to set.
1331 */
1332
Dasaratharaman Chandramoulid8966fc2017-04-29 14:41:28 -04001333 ibp = to_iport(ibdev, rdma_ah_get_port_num(ah_attr));
Harish Chegondi5418a5a2016-01-22 12:56:08 -08001334 ppd = ppd_from_ibp(ibp);
Dasaratharaman Chandramoulid8966fc2017-04-29 14:41:28 -04001335 ah->vl = ibp->sl_to_vl[rdma_ah_get_sl(&ah->attr)];
Harish Chegondi5418a5a2016-01-22 12:56:08 -08001336 ah->log_pmtu = ilog2(ppd->ibmtu);
1337}
1338
Mike Marciniszyn1fb9fed2012-07-16 17:11:06 +00001339struct ib_ah *qib_create_qp0_ah(struct qib_ibport *ibp, u16 dlid)
1340{
Dasaratharaman Chandramouli90898852017-04-29 14:41:18 -04001341 struct rdma_ah_attr attr;
Mike Marciniszyn1fb9fed2012-07-16 17:11:06 +00001342 struct ib_ah *ah = ERR_PTR(-EINVAL);
Dennis Dalessandro7c2e11f2016-01-22 12:45:59 -08001343 struct rvt_qp *qp0;
Dasaratharaman Chandramoulid8966fc2017-04-29 14:41:28 -04001344 struct qib_pportdata *ppd = ppd_from_ibp(ibp);
Dasaratharaman Chandramouli44c58482017-04-29 14:41:29 -04001345 struct qib_devdata *dd = dd_from_ppd(ppd);
Dasaratharaman Chandramoulid8966fc2017-04-29 14:41:28 -04001346 u8 port_num = ppd->port;
Mike Marciniszyn1fb9fed2012-07-16 17:11:06 +00001347
Mike Marciniszyn041af0b2015-01-16 10:50:32 -05001348 memset(&attr, 0, sizeof(attr));
Dasaratharaman Chandramouli44c58482017-04-29 14:41:29 -04001349 attr.type = rdma_ah_find_type(&dd->verbs_dev.rdi.ibdev, port_num);
Dasaratharaman Chandramoulid8966fc2017-04-29 14:41:28 -04001350 rdma_ah_set_dlid(&attr, dlid);
1351 rdma_ah_set_port_num(&attr, port_num);
Mike Marciniszyn1fb9fed2012-07-16 17:11:06 +00001352 rcu_read_lock();
Harish Chegondif24a6d42016-01-22 12:56:02 -08001353 qp0 = rcu_dereference(ibp->rvp.qp[0]);
Mike Marciniszyn1fb9fed2012-07-16 17:11:06 +00001354 if (qp0)
Gal Pressmanb090c4e2018-12-12 11:09:05 +02001355 ah = rdma_create_ah(qp0->ibqp.pd, &attr, 0);
Mike Marciniszyn1fb9fed2012-07-16 17:11:06 +00001356 rcu_read_unlock();
1357 return ah;
1358}
1359
Ralph Campbellf9315512010-05-23 21:44:54 -07001360/**
Ralph Campbellf9315512010-05-23 21:44:54 -07001361 * qib_get_npkeys - return the size of the PKEY table for context 0
1362 * @dd: the qlogic_ib device
1363 */
1364unsigned qib_get_npkeys(struct qib_devdata *dd)
1365{
1366 return ARRAY_SIZE(dd->rcd[0]->pkeys);
1367}
1368
1369/*
1370 * Return the indexed PKEY from the port PKEY table.
1371 * No need to validate rcd[ctxt]; the port is setup if we are here.
1372 */
1373unsigned qib_get_pkey(struct qib_ibport *ibp, unsigned index)
1374{
1375 struct qib_pportdata *ppd = ppd_from_ibp(ibp);
1376 struct qib_devdata *dd = ppd->dd;
1377 unsigned ctxt = ppd->hw_pidx;
1378 unsigned ret;
1379
1380 /* dd->rcd null if mini_init or some init failures */
1381 if (!dd->rcd || index >= ARRAY_SIZE(dd->rcd[ctxt]->pkeys))
1382 ret = 0;
1383 else
1384 ret = dd->rcd[ctxt]->pkeys[index];
1385
1386 return ret;
1387}
1388
Ralph Campbellf9315512010-05-23 21:44:54 -07001389static void init_ibport(struct qib_pportdata *ppd)
1390{
1391 struct qib_verbs_counters cntrs;
1392 struct qib_ibport *ibp = &ppd->ibport_data;
1393
Harish Chegondif24a6d42016-01-22 12:56:02 -08001394 spin_lock_init(&ibp->rvp.lock);
Ralph Campbellf9315512010-05-23 21:44:54 -07001395 /* Set the prefix to the default value (see ch. 4.1.1) */
Harish Chegondif24a6d42016-01-22 12:56:02 -08001396 ibp->rvp.gid_prefix = IB_DEFAULT_GID_PREFIX;
1397 ibp->rvp.sm_lid = be16_to_cpu(IB_LID_PERMISSIVE);
1398 ibp->rvp.port_cap_flags = IB_PORT_SYS_IMAGE_GUID_SUP |
Ralph Campbellf9315512010-05-23 21:44:54 -07001399 IB_PORT_CLIENT_REG_SUP | IB_PORT_SL_MAP_SUP |
1400 IB_PORT_TRAP_SUP | IB_PORT_AUTO_MIGR_SUP |
1401 IB_PORT_DR_NOTICE_SUP | IB_PORT_CAP_MASK_NOTICE_SUP |
1402 IB_PORT_OTHER_LOCAL_CHANGES_SUP;
1403 if (ppd->dd->flags & QIB_HAS_LINK_LATENCY)
Harish Chegondif24a6d42016-01-22 12:56:02 -08001404 ibp->rvp.port_cap_flags |= IB_PORT_LINK_LATENCY_SUP;
1405 ibp->rvp.pma_counter_select[0] = IB_PMA_PORT_XMIT_DATA;
1406 ibp->rvp.pma_counter_select[1] = IB_PMA_PORT_RCV_DATA;
1407 ibp->rvp.pma_counter_select[2] = IB_PMA_PORT_XMIT_PKTS;
1408 ibp->rvp.pma_counter_select[3] = IB_PMA_PORT_RCV_PKTS;
1409 ibp->rvp.pma_counter_select[4] = IB_PMA_PORT_XMIT_WAIT;
Ralph Campbellf9315512010-05-23 21:44:54 -07001410
1411 /* Snapshot current HW counters to "clear" them. */
1412 qib_get_counters(ppd, &cntrs);
1413 ibp->z_symbol_error_counter = cntrs.symbol_error_counter;
1414 ibp->z_link_error_recovery_counter =
1415 cntrs.link_error_recovery_counter;
1416 ibp->z_link_downed_counter = cntrs.link_downed_counter;
1417 ibp->z_port_rcv_errors = cntrs.port_rcv_errors;
1418 ibp->z_port_rcv_remphys_errors = cntrs.port_rcv_remphys_errors;
1419 ibp->z_port_xmit_discards = cntrs.port_xmit_discards;
1420 ibp->z_port_xmit_data = cntrs.port_xmit_data;
1421 ibp->z_port_rcv_data = cntrs.port_rcv_data;
1422 ibp->z_port_xmit_packets = cntrs.port_xmit_packets;
1423 ibp->z_port_rcv_packets = cntrs.port_rcv_packets;
1424 ibp->z_local_link_integrity_errors =
1425 cntrs.local_link_integrity_errors;
1426 ibp->z_excessive_buffer_overrun_errors =
1427 cntrs.excessive_buffer_overrun_errors;
1428 ibp->z_vl15_dropped = cntrs.vl15_dropped;
Harish Chegondif24a6d42016-01-22 12:56:02 -08001429 RCU_INIT_POINTER(ibp->rvp.qp[0], NULL);
1430 RCU_INIT_POINTER(ibp->rvp.qp[1], NULL);
Ralph Campbellf9315512010-05-23 21:44:54 -07001431}
1432
1433/**
Harish Chegondi0aeddea2016-01-22 12:56:40 -08001434 * qib_fill_device_attr - Fill in rvt dev info device attributes.
1435 * @dd: the device data structure
1436 */
1437static void qib_fill_device_attr(struct qib_devdata *dd)
1438{
1439 struct rvt_dev_info *rdi = &dd->verbs_dev.rdi;
1440
1441 memset(&rdi->dparms.props, 0, sizeof(rdi->dparms.props));
1442
1443 rdi->dparms.props.max_pd = ib_qib_max_pds;
1444 rdi->dparms.props.max_ah = ib_qib_max_ahs;
1445 rdi->dparms.props.device_cap_flags = IB_DEVICE_BAD_PKEY_CNTR |
1446 IB_DEVICE_BAD_QKEY_CNTR | IB_DEVICE_SHUTDOWN_PORT |
1447 IB_DEVICE_SYS_IMAGE_GUID | IB_DEVICE_RC_RNR_NAK_GEN |
1448 IB_DEVICE_PORT_ACTIVE_EVENT | IB_DEVICE_SRQ_RESIZE;
1449 rdi->dparms.props.page_size_cap = PAGE_SIZE;
1450 rdi->dparms.props.vendor_id =
1451 QIB_SRC_OUI_1 << 16 | QIB_SRC_OUI_2 << 8 | QIB_SRC_OUI_3;
1452 rdi->dparms.props.vendor_part_id = dd->deviceid;
1453 rdi->dparms.props.hw_ver = dd->minrev;
1454 rdi->dparms.props.sys_image_guid = ib_qib_sys_image_guid;
1455 rdi->dparms.props.max_mr_size = ~0ULL;
1456 rdi->dparms.props.max_qp = ib_qib_max_qps;
1457 rdi->dparms.props.max_qp_wr = ib_qib_max_qp_wrs;
Steve Wise33023fb2018-06-18 08:05:26 -07001458 rdi->dparms.props.max_send_sge = ib_qib_max_sges;
1459 rdi->dparms.props.max_recv_sge = ib_qib_max_sges;
Harish Chegondi0aeddea2016-01-22 12:56:40 -08001460 rdi->dparms.props.max_sge_rd = ib_qib_max_sges;
1461 rdi->dparms.props.max_cq = ib_qib_max_cqs;
1462 rdi->dparms.props.max_cqe = ib_qib_max_cqes;
1463 rdi->dparms.props.max_ah = ib_qib_max_ahs;
Harish Chegondi0aeddea2016-01-22 12:56:40 -08001464 rdi->dparms.props.max_map_per_fmr = 32767;
1465 rdi->dparms.props.max_qp_rd_atom = QIB_MAX_RDMA_ATOMIC;
1466 rdi->dparms.props.max_qp_init_rd_atom = 255;
1467 rdi->dparms.props.max_srq = ib_qib_max_srqs;
1468 rdi->dparms.props.max_srq_wr = ib_qib_max_srq_wrs;
1469 rdi->dparms.props.max_srq_sge = ib_qib_max_srq_sges;
1470 rdi->dparms.props.atomic_cap = IB_ATOMIC_GLOB;
1471 rdi->dparms.props.max_pkeys = qib_get_npkeys(dd);
1472 rdi->dparms.props.max_mcast_grp = ib_qib_max_mcast_grps;
1473 rdi->dparms.props.max_mcast_qp_attach = ib_qib_max_mcast_qp_attached;
1474 rdi->dparms.props.max_total_mcast_qp_attach =
1475 rdi->dparms.props.max_mcast_qp_attach *
1476 rdi->dparms.props.max_mcast_grp;
Mike Marciniszyn9ec4faa2016-07-01 16:02:18 -07001477 /* post send table */
1478 dd->verbs_dev.rdi.post_parms = qib_post_parms;
Venkata Sandeep Dhanalakota116aa032018-09-26 10:44:42 -07001479
1480 /* opcode translation table */
1481 dd->verbs_dev.rdi.wc_opcode = ib_qib_wc_opcode;
Harish Chegondi0aeddea2016-01-22 12:56:40 -08001482}
1483
Kamal Heib16b0ba92018-12-10 21:09:43 +02001484static const struct ib_device_ops qib_dev_ops = {
Jason Gunthorpe7a154142019-06-05 14:39:26 -03001485 .owner = THIS_MODULE,
Jason Gunthorpeb9560a42019-06-05 14:39:24 -03001486 .driver_id = RDMA_DRIVER_QIB,
1487
Parav Panditea4baf72018-12-18 14:28:30 +02001488 .init_port = qib_create_port_files,
Kamal Heib16b0ba92018-12-10 21:09:43 +02001489 .modify_device = qib_modify_device,
1490 .process_mad = qib_process_mad,
1491};
1492
Harish Chegondi0aeddea2016-01-22 12:56:40 -08001493/**
Ralph Campbellf9315512010-05-23 21:44:54 -07001494 * qib_register_ib_device - register our device with the infiniband core
1495 * @dd: the device data structure
1496 * Return the allocated qib_ibdev pointer or NULL on error.
1497 */
1498int qib_register_ib_device(struct qib_devdata *dd)
1499{
1500 struct qib_ibdev *dev = &dd->verbs_dev;
Dennis Dalessandro2dc05ab2016-01-22 12:44:29 -08001501 struct ib_device *ibdev = &dev->rdi.ibdev;
Ralph Campbellf9315512010-05-23 21:44:54 -07001502 struct qib_pportdata *ppd = dd->pport;
Harish Chegondi76fec3e2016-01-22 12:56:21 -08001503 unsigned i, ctxt;
Ralph Campbellf9315512010-05-23 21:44:54 -07001504 int ret;
1505
Mike Marciniszynaf061a62011-09-23 13:16:44 -04001506 get_random_bytes(&dev->qp_rnd, sizeof(dev->qp_rnd));
Ralph Campbellf9315512010-05-23 21:44:54 -07001507 for (i = 0; i < dd->num_pports; i++)
1508 init_ibport(ppd + i);
1509
1510 /* Only need to initialize non-zero fields. */
Kees Cook4037c922017-10-04 17:45:35 -07001511 timer_setup(&dev->mem_timer, mem_timer, 0);
Ralph Campbellf9315512010-05-23 21:44:54 -07001512
Ralph Campbellf9315512010-05-23 21:44:54 -07001513 INIT_LIST_HEAD(&dev->piowait);
1514 INIT_LIST_HEAD(&dev->dmawait);
1515 INIT_LIST_HEAD(&dev->txwait);
1516 INIT_LIST_HEAD(&dev->memwait);
1517 INIT_LIST_HEAD(&dev->txreq_free);
1518
1519 if (ppd->sdma_descq_cnt) {
1520 dev->pio_hdrs = dma_alloc_coherent(&dd->pcidev->dev,
1521 ppd->sdma_descq_cnt *
1522 sizeof(struct qib_pio_header),
1523 &dev->pio_hdrs_phys,
1524 GFP_KERNEL);
1525 if (!dev->pio_hdrs) {
1526 ret = -ENOMEM;
1527 goto err_hdrs;
1528 }
1529 }
1530
1531 for (i = 0; i < ppd->sdma_descq_cnt; i++) {
1532 struct qib_verbs_txreq *tx;
1533
Mike Marciniszyn041af0b2015-01-16 10:50:32 -05001534 tx = kzalloc(sizeof(*tx), GFP_KERNEL);
Ralph Campbellf9315512010-05-23 21:44:54 -07001535 if (!tx) {
1536 ret = -ENOMEM;
1537 goto err_tx;
1538 }
1539 tx->hdr_inx = i;
1540 list_add(&tx->txreq.list, &dev->txreq_free);
1541 }
1542
1543 /*
1544 * The system image GUID is supposed to be the same for all
1545 * IB HCAs in a single system but since there can be other
1546 * device types in the system, we can't be sure this is unique.
1547 */
1548 if (!ib_qib_sys_image_guid)
1549 ib_qib_sys_image_guid = ppd->guid;
1550
Ralph Campbellf9315512010-05-23 21:44:54 -07001551 ibdev->node_guid = ppd->guid;
Ralph Campbellf9315512010-05-23 21:44:54 -07001552 ibdev->phys_port_cnt = dd->num_pports;
Bart Van Assche989ab352017-01-20 13:04:26 -08001553 ibdev->dev.parent = &dd->pcidev->dev;
Ralph Campbellf9315512010-05-23 21:44:54 -07001554
1555 snprintf(ibdev->node_desc, sizeof(ibdev->node_desc),
Vinit Agnihotrie2eed582013-03-14 18:13:41 +00001556 "Intel Infiniband HCA %s", init_utsname()->nodename);
Ralph Campbellf9315512010-05-23 21:44:54 -07001557
Dennis Dalessandro2dc05ab2016-01-22 12:44:29 -08001558 /*
1559 * Fill in rvt info object.
1560 */
Dennis Dalessandro6a9df402016-01-22 12:45:20 -08001561 dd->verbs_dev.rdi.driver_f.get_pci_dev = qib_get_pci_dev;
Dennis Dalessandro96ab1ac2016-01-22 12:46:07 -08001562 dd->verbs_dev.rdi.driver_f.check_ah = qib_check_ah;
Kaike Wand205a06a2018-09-26 10:26:44 -07001563 dd->verbs_dev.rdi.driver_f.setup_wqe = qib_check_send_wqe;
Harish Chegondi5418a5a2016-01-22 12:56:08 -08001564 dd->verbs_dev.rdi.driver_f.notify_new_ah = qib_notify_new_ah;
Harish Chegondi20f333b2016-02-14 12:09:55 -08001565 dd->verbs_dev.rdi.driver_f.alloc_qpn = qib_alloc_qpn;
1566 dd->verbs_dev.rdi.driver_f.qp_priv_alloc = qib_qp_priv_alloc;
1567 dd->verbs_dev.rdi.driver_f.qp_priv_free = qib_qp_priv_free;
Harish Chegondi47c7ea62016-01-22 12:56:52 -08001568 dd->verbs_dev.rdi.driver_f.free_all_qps = qib_free_all_qps;
Harish Chegondi20f333b2016-02-14 12:09:55 -08001569 dd->verbs_dev.rdi.driver_f.notify_qp_reset = qib_notify_qp_reset;
Harish Chegondidb3ef0e2016-01-22 13:07:42 -08001570 dd->verbs_dev.rdi.driver_f.do_send = qib_do_send;
1571 dd->verbs_dev.rdi.driver_f.schedule_send = qib_schedule_send;
Harish Chegondi20f333b2016-02-14 12:09:55 -08001572 dd->verbs_dev.rdi.driver_f.quiesce_qp = qib_quiesce_qp;
1573 dd->verbs_dev.rdi.driver_f.stop_send_queue = qib_stop_send_queue;
1574 dd->verbs_dev.rdi.driver_f.flush_qp_waiters = qib_flush_qp_waiters;
1575 dd->verbs_dev.rdi.driver_f.notify_error_qp = qib_notify_error_qp;
Venkata Sandeep Dhanalakotab4238e72017-02-08 05:27:25 -08001576 dd->verbs_dev.rdi.driver_f.notify_restart_rc = qib_restart_rc;
Harish Chegondi20f333b2016-02-14 12:09:55 -08001577 dd->verbs_dev.rdi.driver_f.mtu_to_path_mtu = qib_mtu_to_path_mtu;
1578 dd->verbs_dev.rdi.driver_f.mtu_from_qp = qib_mtu_from_qp;
1579 dd->verbs_dev.rdi.driver_f.get_pmtu_from_attr = qib_get_pmtu_from_attr;
Mike Marciniszyn46a80d62016-02-14 12:10:04 -08001580 dd->verbs_dev.rdi.driver_f.schedule_send_no_lock = _qib_schedule_send;
Harish Chegondi530a5d82016-02-03 14:20:52 -08001581 dd->verbs_dev.rdi.driver_f.query_port_state = qib_query_port;
Harish Chegondi20f333b2016-02-14 12:09:55 -08001582 dd->verbs_dev.rdi.driver_f.shut_down_port = qib_shut_down_port;
Harish Chegondi530a5d82016-02-03 14:20:52 -08001583 dd->verbs_dev.rdi.driver_f.cap_mask_chg = qib_cap_mask_chg;
Dennis Dalessandro611ac092016-02-14 12:10:45 -08001584 dd->verbs_dev.rdi.driver_f.notify_create_mad_agent =
1585 qib_notify_create_mad_agent;
1586 dd->verbs_dev.rdi.driver_f.notify_free_mad_agent =
1587 qib_notify_free_mad_agent;
Harish Chegondi47c7ea62016-01-22 12:56:52 -08001588
Harish Chegondi70696ea2016-02-03 14:20:27 -08001589 dd->verbs_dev.rdi.dparms.max_rdma_atomic = QIB_MAX_RDMA_ATOMIC;
Dennis Dalessandro23667542016-02-03 14:20:44 -08001590 dd->verbs_dev.rdi.driver_f.get_guid_be = qib_get_guid_be;
Dennis Dalessandro7c2e11f2016-01-22 12:45:59 -08001591 dd->verbs_dev.rdi.dparms.lkey_table_size = qib_lkey_table_size;
Harish Chegondi47c7ea62016-01-22 12:56:52 -08001592 dd->verbs_dev.rdi.dparms.qp_table_size = ib_qib_qp_table_size;
1593 dd->verbs_dev.rdi.dparms.qpn_start = 1;
1594 dd->verbs_dev.rdi.dparms.qpn_res_start = QIB_KD_QP;
1595 dd->verbs_dev.rdi.dparms.qpn_res_end = QIB_KD_QP; /* Reserve one QP */
1596 dd->verbs_dev.rdi.dparms.qpn_inc = 1;
1597 dd->verbs_dev.rdi.dparms.qos_shift = 1;
Harish Chegondi034a3e72016-01-22 13:08:01 -08001598 dd->verbs_dev.rdi.dparms.psn_mask = QIB_PSN_MASK;
Harish Chegondi70696ea2016-02-03 14:20:27 -08001599 dd->verbs_dev.rdi.dparms.psn_shift = QIB_PSN_SHIFT;
1600 dd->verbs_dev.rdi.dparms.psn_modify_mask = QIB_PSN_MASK;
Harish Chegondi76fec3e2016-01-22 12:56:21 -08001601 dd->verbs_dev.rdi.dparms.nports = dd->num_pports;
1602 dd->verbs_dev.rdi.dparms.npkeys = qib_get_npkeys(dd);
Harish Chegondi4bb88e52016-01-22 13:07:36 -08001603 dd->verbs_dev.rdi.dparms.node = dd->assigned_node_id;
Harish Chegondi530a5d82016-02-03 14:20:52 -08001604 dd->verbs_dev.rdi.dparms.core_cap_flags = RDMA_CORE_PORT_IBA_IB;
1605 dd->verbs_dev.rdi.dparms.max_mad_size = IB_MGMT_MAD_SIZE;
Brian Welty019f1182018-09-26 10:44:33 -07001606 dd->verbs_dev.rdi.dparms.sge_copy_mode = RVT_SGE_COPY_MEMCPY;
Harish Chegondi530a5d82016-02-03 14:20:52 -08001607
Harish Chegondi0aeddea2016-01-22 12:56:40 -08001608 qib_fill_device_attr(dd);
1609
Harish Chegondi76fec3e2016-01-22 12:56:21 -08001610 ppd = dd->pport;
1611 for (i = 0; i < dd->num_pports; i++, ppd++) {
1612 ctxt = ppd->hw_pidx;
1613 rvt_init_port(&dd->verbs_dev.rdi,
1614 &ppd->ibport_data.rvp,
1615 i,
1616 dd->rcd[ctxt]->pkeys);
1617 }
Parav Pandit508a5232018-10-11 22:31:54 +03001618 rdma_set_device_sysfs_group(&dd->verbs_dev.rdi.ibdev, &qib_attr_group);
Dennis Dalessandro2dc05ab2016-01-22 12:44:29 -08001619
Kamal Heib16b0ba92018-12-10 21:09:43 +02001620 ib_set_device_ops(ibdev, &qib_dev_ops);
Jason Gunthorpeb9560a42019-06-05 14:39:24 -03001621 ret = rvt_register_device(&dd->verbs_dev.rdi);
Ralph Campbellf9315512010-05-23 21:44:54 -07001622 if (ret)
Dennis Dalessandro5196aa92016-01-22 13:07:30 -08001623 goto err_tx;
Ralph Campbellf9315512010-05-23 21:44:54 -07001624
Dennis Dalessandro5196aa92016-01-22 13:07:30 -08001625 return ret;
Ralph Campbellf9315512010-05-23 21:44:54 -07001626
Ralph Campbellf9315512010-05-23 21:44:54 -07001627err_tx:
1628 while (!list_empty(&dev->txreq_free)) {
1629 struct list_head *l = dev->txreq_free.next;
1630 struct qib_verbs_txreq *tx;
1631
1632 list_del(l);
1633 tx = list_entry(l, struct qib_verbs_txreq, txreq.list);
1634 kfree(tx);
1635 }
1636 if (ppd->sdma_descq_cnt)
1637 dma_free_coherent(&dd->pcidev->dev,
1638 ppd->sdma_descq_cnt *
1639 sizeof(struct qib_pio_header),
1640 dev->pio_hdrs, dev->pio_hdrs_phys);
1641err_hdrs:
Ralph Campbellf9315512010-05-23 21:44:54 -07001642 qib_dev_err(dd, "cannot register verbs: %d!\n", -ret);
Ralph Campbellf9315512010-05-23 21:44:54 -07001643 return ret;
1644}
1645
1646void qib_unregister_ib_device(struct qib_devdata *dd)
1647{
1648 struct qib_ibdev *dev = &dd->verbs_dev;
Ralph Campbellf9315512010-05-23 21:44:54 -07001649
1650 qib_verbs_unregister_sysfs(dd);
1651
Dennis Dalessandro2dc05ab2016-01-22 12:44:29 -08001652 rvt_unregister_device(&dd->verbs_dev.rdi);
Ralph Campbellf9315512010-05-23 21:44:54 -07001653
1654 if (!list_empty(&dev->piowait))
1655 qib_dev_err(dd, "piowait list not empty!\n");
1656 if (!list_empty(&dev->dmawait))
1657 qib_dev_err(dd, "dmawait list not empty!\n");
1658 if (!list_empty(&dev->txwait))
1659 qib_dev_err(dd, "txwait list not empty!\n");
1660 if (!list_empty(&dev->memwait))
1661 qib_dev_err(dd, "memwait list not empty!\n");
Ralph Campbellf9315512010-05-23 21:44:54 -07001662
Ralph Campbellf9315512010-05-23 21:44:54 -07001663 del_timer_sync(&dev->mem_timer);
Ralph Campbellf9315512010-05-23 21:44:54 -07001664 while (!list_empty(&dev->txreq_free)) {
1665 struct list_head *l = dev->txreq_free.next;
1666 struct qib_verbs_txreq *tx;
1667
1668 list_del(l);
1669 tx = list_entry(l, struct qib_verbs_txreq, txreq.list);
1670 kfree(tx);
1671 }
1672 if (dd->pport->sdma_descq_cnt)
1673 dma_free_coherent(&dd->pcidev->dev,
1674 dd->pport->sdma_descq_cnt *
1675 sizeof(struct qib_pio_header),
1676 dev->pio_hdrs, dev->pio_hdrs_phys);
Ralph Campbellf9315512010-05-23 21:44:54 -07001677}
Mike Marciniszyn551ace12012-07-19 13:03:56 +00001678
Mike Marciniszyn46a80d62016-02-14 12:10:04 -08001679/**
1680 * _qib_schedule_send - schedule progress
1681 * @qp - the qp
1682 *
1683 * This schedules progress w/o regard to the s_flags.
1684 *
1685 * It is only used in post send, which doesn't hold
1686 * the s_lock.
1687 */
Dennis Dalessandro5da0fc92018-09-28 07:17:09 -07001688bool _qib_schedule_send(struct rvt_qp *qp)
Mike Marciniszyn46a80d62016-02-14 12:10:04 -08001689{
1690 struct qib_ibport *ibp =
1691 to_iport(qp->ibqp.device, qp->port_num);
1692 struct qib_pportdata *ppd = ppd_from_ibp(ibp);
1693 struct qib_qp_priv *priv = qp->priv;
1694
Dennis Dalessandro5da0fc92018-09-28 07:17:09 -07001695 return queue_work(ppd->qib_wq, &priv->s_work);
Mike Marciniszyn46a80d62016-02-14 12:10:04 -08001696}
1697
1698/**
1699 * qib_schedule_send - schedule progress
1700 * @qp - the qp
1701 *
1702 * This schedules qp progress. The s_lock
1703 * should be held.
Mike Marciniszyn551ace12012-07-19 13:03:56 +00001704 */
Dennis Dalessandro5da0fc92018-09-28 07:17:09 -07001705bool qib_schedule_send(struct rvt_qp *qp)
Mike Marciniszyn551ace12012-07-19 13:03:56 +00001706{
Mike Marciniszyn46a80d62016-02-14 12:10:04 -08001707 if (qib_send_ok(qp))
Dennis Dalessandro5da0fc92018-09-28 07:17:09 -07001708 return _qib_schedule_send(qp);
1709 return false;
Mike Marciniszyn551ace12012-07-19 13:03:56 +00001710}