blob: 774d8ffa94efbef47c0c666fc4ed4cd96eec2774 [file] [log] [blame]
Mike Marciniszyn77241052015-07-30 15:17:43 -04001#ifndef _HFI1_KERNEL_H
2#define _HFI1_KERNEL_H
3/*
4 *
5 * This file is provided under a dual BSD/GPLv2 license. When using or
6 * redistributing this file, you may do so under either license.
7 *
8 * GPL LICENSE SUMMARY
9 *
Easwar Hariharan91ab4ed2016-02-03 14:35:57 -080010 * Copyright(c) 2015, 2016 Intel Corporation.
Mike Marciniszyn77241052015-07-30 15:17:43 -040011 *
12 * This program is free software; you can redistribute it and/or modify
13 * it under the terms of version 2 of the GNU General Public License as
14 * published by the Free Software Foundation.
15 *
16 * This program is distributed in the hope that it will be useful, but
17 * WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19 * General Public License for more details.
20 *
21 * BSD LICENSE
22 *
Easwar Hariharan91ab4ed2016-02-03 14:35:57 -080023 * Copyright(c) 2015, 2016 Intel Corporation.
Mike Marciniszyn77241052015-07-30 15:17:43 -040024 *
25 * Redistribution and use in source and binary forms, with or without
26 * modification, are permitted provided that the following conditions
27 * are met:
28 *
29 * - Redistributions of source code must retain the above copyright
30 * notice, this list of conditions and the following disclaimer.
31 * - Redistributions in binary form must reproduce the above copyright
32 * notice, this list of conditions and the following disclaimer in
33 * the documentation and/or other materials provided with the
34 * distribution.
35 * - Neither the name of Intel Corporation nor the names of its
36 * contributors may be used to endorse or promote products derived
37 * from this software without specific prior written permission.
38 *
39 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
40 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
41 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
42 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
43 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
44 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
45 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
46 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
47 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
48 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
49 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
50 *
51 */
52
53#include <linux/interrupt.h>
54#include <linux/pci.h>
55#include <linux/dma-mapping.h>
56#include <linux/mutex.h>
57#include <linux/list.h>
58#include <linux/scatterlist.h>
59#include <linux/slab.h>
60#include <linux/io.h>
61#include <linux/fs.h>
62#include <linux/completion.h>
63#include <linux/kref.h>
64#include <linux/sched.h>
65#include <linux/cdev.h>
66#include <linux/delay.h>
67#include <linux/kthread.h>
Dennis Dalessandroec3f2c12016-01-19 14:41:33 -080068#include <rdma/rdma_vt.h>
Mike Marciniszyn77241052015-07-30 15:17:43 -040069
70#include "chip_registers.h"
71#include "common.h"
72#include "verbs.h"
73#include "pio.h"
74#include "chip.h"
75#include "mad.h"
76#include "qsfp.h"
Easwar Hariharan8ebd4cf2016-02-03 14:31:14 -080077#include "platform.h"
Mitko Haralanov957558c2016-02-03 14:33:40 -080078#include "affinity.h"
Mike Marciniszyn77241052015-07-30 15:17:43 -040079
80/* bumped 1 from s/w major version of TrueScale */
81#define HFI1_CHIP_VERS_MAJ 3U
82
83/* don't care about this except printing */
84#define HFI1_CHIP_VERS_MIN 0U
85
86/* The Organization Unique Identifier (Mfg code), and its position in GUID */
87#define HFI1_OUI 0x001175
88#define HFI1_OUI_LSB 40
89
90#define DROP_PACKET_OFF 0
91#define DROP_PACKET_ON 1
92
93extern unsigned long hfi1_cap_mask;
94#define HFI1_CAP_KGET_MASK(mask, cap) ((mask) & HFI1_CAP_##cap)
95#define HFI1_CAP_UGET_MASK(mask, cap) \
96 (((mask) >> HFI1_CAP_USER_SHIFT) & HFI1_CAP_##cap)
97#define HFI1_CAP_KGET(cap) (HFI1_CAP_KGET_MASK(hfi1_cap_mask, cap))
98#define HFI1_CAP_UGET(cap) (HFI1_CAP_UGET_MASK(hfi1_cap_mask, cap))
99#define HFI1_CAP_IS_KSET(cap) (!!HFI1_CAP_KGET(cap))
100#define HFI1_CAP_IS_USET(cap) (!!HFI1_CAP_UGET(cap))
101#define HFI1_MISC_GET() ((hfi1_cap_mask >> HFI1_CAP_MISC_SHIFT) & \
102 HFI1_CAP_MISC_MASK)
Bryan Morgana9c05e32016-02-03 14:30:49 -0800103/* Offline Disabled Reason is 4-bits */
104#define HFI1_ODR_MASK(rsn) ((rsn) & OPA_PI_MASK_OFFLINE_REASON)
Mike Marciniszyn77241052015-07-30 15:17:43 -0400105
106/*
Niranjana Vishwanathapura82c26112015-11-11 00:35:19 -0500107 * Control context is always 0 and handles the error packets.
108 * It also handles the VL15 and multicast packets.
109 */
110#define HFI1_CTRL_CTXT 0
111
112/*
Joel Rosenzweig2c5b5212015-12-01 15:38:19 -0500113 * Driver context will store software counters for each of the events
114 * associated with these status registers
115 */
116#define NUM_CCE_ERR_STATUS_COUNTERS 41
117#define NUM_RCV_ERR_STATUS_COUNTERS 64
118#define NUM_MISC_ERR_STATUS_COUNTERS 13
119#define NUM_SEND_PIO_ERR_STATUS_COUNTERS 36
120#define NUM_SEND_DMA_ERR_STATUS_COUNTERS 4
121#define NUM_SEND_EGRESS_ERR_STATUS_COUNTERS 64
122#define NUM_SEND_ERR_STATUS_COUNTERS 3
123#define NUM_SEND_CTXT_ERR_STATUS_COUNTERS 5
124#define NUM_SEND_DMA_ENG_ERR_STATUS_COUNTERS 24
125
126/*
Mike Marciniszyn77241052015-07-30 15:17:43 -0400127 * per driver stats, either not device nor port-specific, or
128 * summed over all of the devices and ports.
129 * They are described by name via ipathfs filesystem, so layout
130 * and number of elements can change without breaking compatibility.
131 * If members are added or deleted hfi1_statnames[] in debugfs.c must
132 * change to match.
133 */
134struct hfi1_ib_stats {
135 __u64 sps_ints; /* number of interrupts handled */
136 __u64 sps_errints; /* number of error interrupts */
137 __u64 sps_txerrs; /* tx-related packet errors */
138 __u64 sps_rcverrs; /* non-crc rcv packet errors */
139 __u64 sps_hwerrs; /* hardware errors reported (parity, etc.) */
140 __u64 sps_nopiobufs; /* no pio bufs avail from kernel */
141 __u64 sps_ctxts; /* number of contexts currently open */
142 __u64 sps_lenerrs; /* number of kernel packets where RHF != LRH len */
143 __u64 sps_buffull;
144 __u64 sps_hdrfull;
145};
146
147extern struct hfi1_ib_stats hfi1_stats;
148extern const struct pci_error_handlers hfi1_pci_err_handler;
149
150/*
151 * First-cut criterion for "device is active" is
152 * two thousand dwords combined Tx, Rx traffic per
153 * 5-second interval. SMA packets are 64 dwords,
154 * and occur "a few per second", presumably each way.
155 */
156#define HFI1_TRAFFIC_ACTIVE_THRESHOLD (2000)
157
158/*
159 * Below contains all data related to a single context (formerly called port).
160 */
161
162#ifdef CONFIG_DEBUG_FS
163struct hfi1_opcode_stats_perctx;
164#endif
165
Mike Marciniszyn77241052015-07-30 15:17:43 -0400166struct ctxt_eager_bufs {
167 ssize_t size; /* total size of eager buffers */
168 u32 count; /* size of buffers array */
169 u32 numbufs; /* number of buffers allocated */
170 u32 alloced; /* number of rcvarray entries used */
171 u32 rcvtid_size; /* size of each eager rcv tid */
172 u32 threshold; /* head update threshold */
173 struct eager_buffer {
174 void *addr;
175 dma_addr_t phys;
176 ssize_t len;
177 } *buffers;
178 struct {
179 void *addr;
180 dma_addr_t phys;
181 } *rcvtids;
182};
183
Mitko Haralanova86cd352016-02-05 11:57:49 -0500184struct exp_tid_set {
185 struct list_head list;
186 u32 count;
187};
188
Mike Marciniszyn77241052015-07-30 15:17:43 -0400189struct hfi1_ctxtdata {
190 /* shadow the ctxt's RcvCtrl register */
191 u64 rcvctrl;
192 /* rcvhdrq base, needs mmap before useful */
193 void *rcvhdrq;
194 /* kernel virtual address where hdrqtail is updated */
195 volatile __le64 *rcvhdrtail_kvaddr;
196 /*
197 * Shared page for kernel to signal user processes that send buffers
198 * need disarming. The process should call HFI1_CMD_DISARM_BUFS
199 * or HFI1_CMD_ACK_EVENT with IPATH_EVENT_DISARM_BUFS set.
200 */
201 unsigned long *user_event_mask;
202 /* when waiting for rcv or pioavail */
203 wait_queue_head_t wait;
204 /* rcvhdrq size (for freeing) */
205 size_t rcvhdrq_size;
206 /* number of rcvhdrq entries */
207 u16 rcvhdrq_cnt;
208 /* size of each of the rcvhdrq entries */
209 u16 rcvhdrqentsize;
210 /* mmap of hdrq, must fit in 44 bits */
211 dma_addr_t rcvhdrq_phys;
212 dma_addr_t rcvhdrqtailaddr_phys;
213 struct ctxt_eager_bufs egrbufs;
214 /* this receive context's assigned PIO ACK send context */
215 struct send_context *sc;
216
217 /* dynamic receive available interrupt timeout */
218 u32 rcvavail_timeout;
219 /*
220 * number of opens (including slave sub-contexts) on this instance
221 * (ignoring forks, dup, etc. for now)
222 */
223 int cnt;
224 /*
225 * how much space to leave at start of eager TID entries for
226 * protocol use, on each TID
227 */
228 /* instead of calculating it */
229 unsigned ctxt;
230 /* non-zero if ctxt is being shared. */
231 u16 subctxt_cnt;
232 /* non-zero if ctxt is being shared. */
233 u16 subctxt_id;
234 u8 uuid[16];
235 /* job key */
236 u16 jkey;
237 /* number of RcvArray groups for this context. */
238 u32 rcv_array_groups;
239 /* index of first eager TID entry. */
240 u32 eager_base;
241 /* number of expected TID entries */
242 u32 expected_count;
243 /* index of first expected TID entry. */
244 u32 expected_base;
Mitko Haralanova86cd352016-02-05 11:57:49 -0500245
246 struct exp_tid_set tid_group_list;
247 struct exp_tid_set tid_used_list;
248 struct exp_tid_set tid_full_list;
249
Mike Marciniszyn77241052015-07-30 15:17:43 -0400250 /* lock protecting all Expected TID data */
Mitko Haralanov463e6eb2016-02-05 11:57:53 -0500251 struct mutex exp_lock;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400252 /* number of pio bufs for this ctxt (all procs, if shared) */
253 u32 piocnt;
254 /* first pio buffer for this ctxt */
255 u32 pio_base;
256 /* chip offset of PIO buffers for this ctxt */
257 u32 piobufs;
258 /* per-context configuration flags */
Niranjana Vishwanathapura82c26112015-11-11 00:35:19 -0500259 u32 flags;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400260 /* per-context event flags for fileops/intr communication */
261 unsigned long event_flags;
262 /* WAIT_RCV that timed out, no interrupt */
263 u32 rcvwait_to;
264 /* WAIT_PIO that timed out, no interrupt */
265 u32 piowait_to;
266 /* WAIT_RCV already happened, no wait */
267 u32 rcvnowait;
268 /* WAIT_PIO already happened, no wait */
269 u32 pionowait;
270 /* total number of polled urgent packets */
271 u32 urgent;
272 /* saved total number of polled urgent packets for poll edge trigger */
273 u32 urgent_poll;
274 /* pid of process using this ctxt */
275 pid_t pid;
276 pid_t subpid[HFI1_MAX_SHARED_CTXTS];
277 /* same size as task_struct .comm[], command that opened context */
Geliang Tangc3af8a22015-10-08 22:04:26 -0700278 char comm[TASK_COMM_LEN];
Mike Marciniszyn77241052015-07-30 15:17:43 -0400279 /* so file ops can get at unit */
280 struct hfi1_devdata *dd;
281 /* so functions that need physical port can get it easily */
282 struct hfi1_pportdata *ppd;
283 /* A page of memory for rcvhdrhead, rcvegrhead, rcvegrtail * N */
284 void *subctxt_uregbase;
285 /* An array of pages for the eager receive buffers * N */
286 void *subctxt_rcvegrbuf;
287 /* An array of pages for the eager header queue entries * N */
288 void *subctxt_rcvhdr_base;
289 /* The version of the library which opened this ctxt */
290 u32 userversion;
291 /* Bitmask of active slaves */
292 u32 active_slaves;
293 /* Type of packets or conditions we want to poll for */
294 u16 poll_type;
295 /* receive packet sequence counter */
296 u8 seq_cnt;
297 u8 redirect_seq_cnt;
298 /* ctxt rcvhdrq head offset */
299 u32 head;
300 u32 pkt_count;
301 /* QPs waiting for context processing */
302 struct list_head qp_wait_list;
303 /* interrupt handling */
304 u64 imask; /* clear interrupt mask */
305 int ireg; /* clear interrupt register */
306 unsigned numa_id; /* numa node of this context */
307 /* verbs stats per CTX */
308 struct hfi1_opcode_stats_perctx *opstats;
309 /*
310 * This is the kernel thread that will keep making
311 * progress on the user sdma requests behind the scenes.
312 * There is one per context (shared contexts use the master's).
313 */
314 struct task_struct *progress;
315 struct list_head sdma_queues;
Jubin John6a14c5e2016-02-14 20:21:34 -0800316 /* protect sdma queues */
Mike Marciniszyn77241052015-07-30 15:17:43 -0400317 spinlock_t sdma_qlock;
318
Ashutosh Dixitaffa48d2016-02-03 14:33:06 -0800319 /* Is ASPM interrupt supported for this context */
320 bool aspm_intr_supported;
321 /* ASPM state (enabled/disabled) for this context */
322 bool aspm_enabled;
323 /* Timer for re-enabling ASPM if interrupt activity quietens down */
324 struct timer_list aspm_timer;
325 /* Lock to serialize between intr, timer intr and user threads */
326 spinlock_t aspm_lock;
327 /* Is ASPM processing enabled for this context (in intr context) */
328 bool aspm_intr_enable;
329 /* Last interrupt timestamp */
330 ktime_t aspm_ts_last_intr;
331 /* Last timestamp at which we scheduled a timer for this context */
332 ktime_t aspm_ts_timer_sched;
333
Mike Marciniszyn77241052015-07-30 15:17:43 -0400334 /*
335 * The interrupt handler for a particular receive context can vary
336 * throughout it's lifetime. This is not a lock protected data member so
337 * it must be updated atomically and the prev and new value must always
338 * be valid. Worst case is we process an extra interrupt and up to 64
339 * packets with the wrong interrupt handler.
340 */
Dean Luickf4f30031c2015-10-26 10:28:44 -0400341 int (*do_interrupt)(struct hfi1_ctxtdata *rcd, int threaded);
Mike Marciniszyn77241052015-07-30 15:17:43 -0400342};
343
344/*
345 * Represents a single packet at a high level. Put commonly computed things in
346 * here so we do not have to keep doing them over and over. The rule of thumb is
347 * if something is used one time to derive some value, store that something in
348 * here. If it is used multiple times, then store the result of that derivation
349 * in here.
350 */
351struct hfi1_packet {
352 void *ebuf;
353 void *hdr;
354 struct hfi1_ctxtdata *rcd;
355 __le32 *rhf_addr;
Dennis Dalessandro895420d2016-01-19 14:42:28 -0800356 struct rvt_qp *qp;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400357 struct hfi1_other_headers *ohdr;
358 u64 rhf;
359 u32 maxcnt;
360 u32 rhqoff;
361 u32 hdrqtail;
362 int numpkt;
363 u16 tlen;
364 u16 hlen;
365 s16 etail;
366 u16 rsize;
367 u8 updegr;
368 u8 rcv_flags;
369 u8 etype;
370};
371
372static inline bool has_sc4_bit(struct hfi1_packet *p)
373{
374 return !!rhf_dc_info(p->rhf);
375}
376
377/*
378 * Private data for snoop/capture support.
379 */
380struct hfi1_snoop_data {
381 int mode_flag;
382 struct cdev cdev;
383 struct device *class_dev;
Jubin John6a14c5e2016-02-14 20:21:34 -0800384 /* protect snoop data */
Mike Marciniszyn77241052015-07-30 15:17:43 -0400385 spinlock_t snoop_lock;
386 struct list_head queue;
387 wait_queue_head_t waitq;
388 void *filter_value;
389 int (*filter_callback)(void *hdr, void *data, void *value);
390 u64 dcc_cfg; /* saved value of DCC Cfg register */
391};
392
393/* snoop mode_flag values */
394#define HFI1_PORT_SNOOP_MODE 1U
395#define HFI1_PORT_CAPTURE_MODE 2U
396
Dennis Dalessandro895420d2016-01-19 14:42:28 -0800397struct rvt_sge_state;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400398
399/*
400 * Get/Set IB link-level config parameters for f_get/set_ib_cfg()
401 * Mostly for MADs that set or query link parameters, also ipath
402 * config interfaces
403 */
404#define HFI1_IB_CFG_LIDLMC 0 /* LID (LS16b) and Mask (MS16b) */
405#define HFI1_IB_CFG_LWID_DG_ENB 1 /* allowed Link-width downgrade */
406#define HFI1_IB_CFG_LWID_ENB 2 /* allowed Link-width */
407#define HFI1_IB_CFG_LWID 3 /* currently active Link-width */
408#define HFI1_IB_CFG_SPD_ENB 4 /* allowed Link speeds */
409#define HFI1_IB_CFG_SPD 5 /* current Link spd */
410#define HFI1_IB_CFG_RXPOL_ENB 6 /* Auto-RX-polarity enable */
411#define HFI1_IB_CFG_LREV_ENB 7 /* Auto-Lane-reversal enable */
412#define HFI1_IB_CFG_LINKLATENCY 8 /* Link Latency (IB1.2 only) */
413#define HFI1_IB_CFG_HRTBT 9 /* IB heartbeat off/enable/auto; DDR/QDR only */
414#define HFI1_IB_CFG_OP_VLS 10 /* operational VLs */
415#define HFI1_IB_CFG_VL_HIGH_CAP 11 /* num of VL high priority weights */
416#define HFI1_IB_CFG_VL_LOW_CAP 12 /* num of VL low priority weights */
417#define HFI1_IB_CFG_OVERRUN_THRESH 13 /* IB overrun threshold */
418#define HFI1_IB_CFG_PHYERR_THRESH 14 /* IB PHY error threshold */
419#define HFI1_IB_CFG_LINKDEFAULT 15 /* IB link default (sleep/poll) */
420#define HFI1_IB_CFG_PKEYS 16 /* update partition keys */
421#define HFI1_IB_CFG_MTU 17 /* update MTU in IBC */
422#define HFI1_IB_CFG_VL_HIGH_LIMIT 19
423#define HFI1_IB_CFG_PMA_TICKS 20 /* PMA sample tick resolution */
424#define HFI1_IB_CFG_PORT 21 /* switch port we are connected to */
425
426/*
427 * HFI or Host Link States
428 *
429 * These describe the states the driver thinks the logical and physical
430 * states are in. Used as an argument to set_link_state(). Implemented
431 * as bits for easy multi-state checking. The actual state can only be
432 * one.
433 */
434#define __HLS_UP_INIT_BP 0
435#define __HLS_UP_ARMED_BP 1
436#define __HLS_UP_ACTIVE_BP 2
437#define __HLS_DN_DOWNDEF_BP 3 /* link down default */
438#define __HLS_DN_POLL_BP 4
439#define __HLS_DN_DISABLE_BP 5
440#define __HLS_DN_OFFLINE_BP 6
441#define __HLS_VERIFY_CAP_BP 7
442#define __HLS_GOING_UP_BP 8
443#define __HLS_GOING_OFFLINE_BP 9
444#define __HLS_LINK_COOLDOWN_BP 10
445
jubin.john@intel.com349ac712016-01-11 18:30:52 -0500446#define HLS_UP_INIT BIT(__HLS_UP_INIT_BP)
447#define HLS_UP_ARMED BIT(__HLS_UP_ARMED_BP)
448#define HLS_UP_ACTIVE BIT(__HLS_UP_ACTIVE_BP)
449#define HLS_DN_DOWNDEF BIT(__HLS_DN_DOWNDEF_BP) /* link down default */
450#define HLS_DN_POLL BIT(__HLS_DN_POLL_BP)
451#define HLS_DN_DISABLE BIT(__HLS_DN_DISABLE_BP)
452#define HLS_DN_OFFLINE BIT(__HLS_DN_OFFLINE_BP)
453#define HLS_VERIFY_CAP BIT(__HLS_VERIFY_CAP_BP)
454#define HLS_GOING_UP BIT(__HLS_GOING_UP_BP)
455#define HLS_GOING_OFFLINE BIT(__HLS_GOING_OFFLINE_BP)
456#define HLS_LINK_COOLDOWN BIT(__HLS_LINK_COOLDOWN_BP)
Mike Marciniszyn77241052015-07-30 15:17:43 -0400457
458#define HLS_UP (HLS_UP_INIT | HLS_UP_ARMED | HLS_UP_ACTIVE)
459
460/* use this MTU size if none other is given */
461#define HFI1_DEFAULT_ACTIVE_MTU 8192
462/* use this MTU size as the default maximum */
463#define HFI1_DEFAULT_MAX_MTU 8192
464/* default partition key */
465#define DEFAULT_PKEY 0xffff
466
467/*
468 * Possible fabric manager config parameters for fm_{get,set}_table()
469 */
470#define FM_TBL_VL_HIGH_ARB 1 /* Get/set VL high prio weights */
471#define FM_TBL_VL_LOW_ARB 2 /* Get/set VL low prio weights */
472#define FM_TBL_BUFFER_CONTROL 3 /* Get/set Buffer Control */
473#define FM_TBL_SC2VLNT 4 /* Get/set SC->VLnt */
474#define FM_TBL_VL_PREEMPT_ELEMS 5 /* Get (no set) VL preempt elems */
475#define FM_TBL_VL_PREEMPT_MATRIX 6 /* Get (no set) VL preempt matrix */
476
477/*
478 * Possible "operations" for f_rcvctrl(ppd, op, ctxt)
479 * these are bits so they can be combined, e.g.
480 * HFI1_RCVCTRL_INTRAVAIL_ENB | HFI1_RCVCTRL_CTXT_ENB
481 */
482#define HFI1_RCVCTRL_TAILUPD_ENB 0x01
483#define HFI1_RCVCTRL_TAILUPD_DIS 0x02
484#define HFI1_RCVCTRL_CTXT_ENB 0x04
485#define HFI1_RCVCTRL_CTXT_DIS 0x08
486#define HFI1_RCVCTRL_INTRAVAIL_ENB 0x10
487#define HFI1_RCVCTRL_INTRAVAIL_DIS 0x20
488#define HFI1_RCVCTRL_PKEY_ENB 0x40 /* Note, default is enabled */
489#define HFI1_RCVCTRL_PKEY_DIS 0x80
490#define HFI1_RCVCTRL_TIDFLOW_ENB 0x0400
491#define HFI1_RCVCTRL_TIDFLOW_DIS 0x0800
492#define HFI1_RCVCTRL_ONE_PKT_EGR_ENB 0x1000
493#define HFI1_RCVCTRL_ONE_PKT_EGR_DIS 0x2000
494#define HFI1_RCVCTRL_NO_RHQ_DROP_ENB 0x4000
495#define HFI1_RCVCTRL_NO_RHQ_DROP_DIS 0x8000
496#define HFI1_RCVCTRL_NO_EGR_DROP_ENB 0x10000
497#define HFI1_RCVCTRL_NO_EGR_DROP_DIS 0x20000
498
499/* partition enforcement flags */
500#define HFI1_PART_ENFORCE_IN 0x1
501#define HFI1_PART_ENFORCE_OUT 0x2
502
503/* how often we check for synthetic counter wrap around */
504#define SYNTH_CNT_TIME 2
505
506/* Counter flags */
507#define CNTR_NORMAL 0x0 /* Normal counters, just read register */
508#define CNTR_SYNTH 0x1 /* Synthetic counters, saturate at all 1s */
509#define CNTR_DISABLED 0x2 /* Disable this counter */
510#define CNTR_32BIT 0x4 /* Simulate 64 bits for this counter */
511#define CNTR_VL 0x8 /* Per VL counter */
Vennila Megavannana699c6c2016-01-11 18:30:56 -0500512#define CNTR_SDMA 0x10
Mike Marciniszyn77241052015-07-30 15:17:43 -0400513#define CNTR_INVALID_VL -1 /* Specifies invalid VL */
514#define CNTR_MODE_W 0x0
515#define CNTR_MODE_R 0x1
516
517/* VLs Supported/Operational */
518#define HFI1_MIN_VLS_SUPPORTED 1
519#define HFI1_MAX_VLS_SUPPORTED 8
520
521static inline void incr_cntr64(u64 *cntr)
522{
523 if (*cntr < (u64)-1LL)
524 (*cntr)++;
525}
526
527static inline void incr_cntr32(u32 *cntr)
528{
529 if (*cntr < (u32)-1LL)
530 (*cntr)++;
531}
532
533#define MAX_NAME_SIZE 64
534struct hfi1_msix_entry {
Mitko Haralanov957558c2016-02-03 14:33:40 -0800535 enum irq_type type;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400536 struct msix_entry msix;
537 void *arg;
538 char name[MAX_NAME_SIZE];
Mitko Haralanov957558c2016-02-03 14:33:40 -0800539 cpumask_t mask;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400540};
541
542/* per-SL CCA information */
543struct cca_timer {
544 struct hrtimer hrtimer;
545 struct hfi1_pportdata *ppd; /* read-only */
546 int sl; /* read-only */
547 u16 ccti; /* read/write - current value of CCTI */
548};
549
550struct link_down_reason {
551 /*
552 * SMA-facing value. Should be set from .latest when
553 * HLS_UP_* -> HLS_DN_* transition actually occurs.
554 */
555 u8 sma;
556 u8 latest;
557};
558
559enum {
560 LO_PRIO_TABLE,
561 HI_PRIO_TABLE,
562 MAX_PRIO_TABLE
563};
564
565struct vl_arb_cache {
Jubin John6a14c5e2016-02-14 20:21:34 -0800566 /* protect vl arb cache */
Mike Marciniszyn77241052015-07-30 15:17:43 -0400567 spinlock_t lock;
568 struct ib_vl_weight_elem table[VL_ARB_TABLE_SIZE];
569};
570
571/*
572 * The structure below encapsulates data relevant to a physical IB Port.
573 * Current chips support only one such port, but the separation
574 * clarifies things a bit. Note that to conform to IB conventions,
575 * port-numbers are one-based. The first or only port is port1.
576 */
577struct hfi1_pportdata {
578 struct hfi1_ibport ibport_data;
579
580 struct hfi1_devdata *dd;
581 struct kobject pport_cc_kobj;
582 struct kobject sc2vl_kobj;
583 struct kobject sl2sc_kobj;
584 struct kobject vl2mtu_kobj;
585
Easwar Hariharan8ebd4cf2016-02-03 14:31:14 -0800586 /* PHY support */
587 u32 port_type;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400588 struct qsfp_data qsfp_info;
589
590 /* GUID for this interface, in host order */
591 u64 guid;
592 /* GUID for peer interface, in host order */
593 u64 neighbor_guid;
594
595 /* up or down physical link state */
596 u32 linkup;
597
598 /*
599 * this address is mapped read-only into user processes so they can
600 * get status cheaply, whenever they want. One qword of status per port
601 */
602 u64 *statusp;
603
604 /* SendDMA related entries */
605
606 struct workqueue_struct *hfi1_wq;
607
608 /* move out of interrupt context */
609 struct work_struct link_vc_work;
610 struct work_struct link_up_work;
611 struct work_struct link_down_work;
Easwar Hariharancbac3862016-02-03 14:31:31 -0800612 struct work_struct dc_host_req_work;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400613 struct work_struct sma_message_work;
614 struct work_struct freeze_work;
615 struct work_struct link_downgrade_work;
616 struct work_struct link_bounce_work;
617 /* host link state variables */
618 struct mutex hls_lock;
619 u32 host_link_state;
620
621 spinlock_t sdma_alllock ____cacheline_aligned_in_smp;
622
623 u32 lstate; /* logical link state */
624
625 /* these are the "32 bit" regs */
626
627 u32 ibmtu; /* The MTU programmed for this unit */
628 /*
629 * Current max size IB packet (in bytes) including IB headers, that
630 * we can send. Changes when ibmtu changes.
631 */
632 u32 ibmaxlen;
633 u32 current_egress_rate; /* units [10^6 bits/sec] */
634 /* LID programmed for this instance */
635 u16 lid;
636 /* list of pkeys programmed; 0 if not set */
637 u16 pkeys[MAX_PKEY_VALUES];
638 u16 link_width_supported;
639 u16 link_width_downgrade_supported;
640 u16 link_speed_supported;
641 u16 link_width_enabled;
642 u16 link_width_downgrade_enabled;
643 u16 link_speed_enabled;
644 u16 link_width_active;
645 u16 link_width_downgrade_tx_active;
646 u16 link_width_downgrade_rx_active;
647 u16 link_speed_active;
648 u8 vls_supported;
649 u8 vls_operational;
Mike Marciniszyn8a4d3442016-02-14 12:46:01 -0800650 u8 actual_vls_operational;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400651 /* LID mask control */
652 u8 lmc;
653 /* Rx Polarity inversion (compensate for ~tx on partner) */
654 u8 rx_pol_inv;
655
656 u8 hw_pidx; /* physical port index */
657 u8 port; /* IB port number and index into dd->pports - 1 */
658 /* type of neighbor node */
659 u8 neighbor_type;
660 u8 neighbor_normal;
661 u8 neighbor_fm_security; /* 1 if firmware checking is disabled */
662 u8 neighbor_port_number;
663 u8 is_sm_config_started;
664 u8 offline_disabled_reason;
665 u8 is_active_optimize_enabled;
666 u8 driver_link_ready; /* driver ready for active link */
667 u8 link_enabled; /* link enabled? */
668 u8 linkinit_reason;
669 u8 local_tx_rate; /* rate given to 8051 firmware */
Dean Luickf45c8dc2016-02-03 14:35:31 -0800670 u8 last_pstate; /* info only */
Mike Marciniszyn77241052015-07-30 15:17:43 -0400671
672 /* placeholders for IB MAD packet settings */
673 u8 overrun_threshold;
674 u8 phy_error_threshold;
675
Easwar Hariharan91ab4ed2016-02-03 14:35:57 -0800676 /* Used to override LED behavior for things like maintenance beaconing*/
677 /*
678 * Alternates per phase of blink
679 * [0] holds LED off duration, [1] holds LED on duration
680 */
681 unsigned long led_override_vals[2];
682 u8 led_override_phase; /* LSB picks from vals[] */
Mike Marciniszyn77241052015-07-30 15:17:43 -0400683 atomic_t led_override_timer_active;
684 /* Used to flash LEDs in override mode */
685 struct timer_list led_override_timer;
Easwar Hariharan91ab4ed2016-02-03 14:35:57 -0800686
Mike Marciniszyn77241052015-07-30 15:17:43 -0400687 u32 sm_trap_qp;
688 u32 sa_qp;
689
690 /*
691 * cca_timer_lock protects access to the per-SL cca_timer
692 * structures (specifically the ccti member).
693 */
694 spinlock_t cca_timer_lock ____cacheline_aligned_in_smp;
695 struct cca_timer cca_timer[OPA_MAX_SLS];
696
697 /* List of congestion control table entries */
698 struct ib_cc_table_entry_shadow ccti_entries[CC_TABLE_SHADOW_MAX];
699
700 /* congestion entries, each entry corresponding to a SL */
701 struct opa_congestion_setting_entry_shadow
702 congestion_entries[OPA_MAX_SLS];
703
704 /*
705 * cc_state_lock protects (write) access to the per-port
706 * struct cc_state.
707 */
708 spinlock_t cc_state_lock ____cacheline_aligned_in_smp;
709
710 struct cc_state __rcu *cc_state;
711
712 /* Total number of congestion control table entries */
713 u16 total_cct_entry;
714
715 /* Bit map identifying service level */
716 u32 cc_sl_control_map;
717
718 /* CA's max number of 64 entry units in the congestion control table */
719 u8 cc_max_table_entries;
720
721 /* begin congestion log related entries
722 * cc_log_lock protects all congestion log related data */
723 spinlock_t cc_log_lock ____cacheline_aligned_in_smp;
Jubin John8638b772016-02-14 20:19:24 -0800724 u8 threshold_cong_event_map[OPA_MAX_SLS / 8];
Mike Marciniszyn77241052015-07-30 15:17:43 -0400725 u16 threshold_event_counter;
726 struct opa_hfi1_cong_log_event_internal cc_events[OPA_CONG_LOG_ELEMS];
727 int cc_log_idx; /* index for logging events */
728 int cc_mad_idx; /* index for reporting events */
729 /* end congestion log related entries */
730
731 struct vl_arb_cache vl_arb_cache[MAX_PRIO_TABLE];
732
733 /* port relative counter buffer */
734 u64 *cntrs;
735 /* port relative synthetic counter buffer */
736 u64 *scntrs;
Mike Marciniszyn69a00b82016-02-03 14:31:49 -0800737 /* port_xmit_discards are synthesized from different egress errors */
Mike Marciniszyn77241052015-07-30 15:17:43 -0400738 u64 port_xmit_discards;
Mike Marciniszyn69a00b82016-02-03 14:31:49 -0800739 u64 port_xmit_discards_vl[C_VL_COUNT];
Mike Marciniszyn77241052015-07-30 15:17:43 -0400740 u64 port_xmit_constraint_errors;
741 u64 port_rcv_constraint_errors;
742 /* count of 'link_err' interrupts from DC */
743 u64 link_downed;
744 /* number of times link retrained successfully */
745 u64 link_up;
Dean Luick6d014532015-12-01 15:38:23 -0500746 /* number of times a link unknown frame was reported */
747 u64 unknown_frame_count;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400748 /* port_ltp_crc_mode is returned in 'portinfo' MADs */
749 u16 port_ltp_crc_mode;
750 /* port_crc_mode_enabled is the crc we support */
751 u8 port_crc_mode_enabled;
752 /* mgmt_allowed is also returned in 'portinfo' MADs */
753 u8 mgmt_allowed;
754 u8 part_enforce; /* partition enforcement flags */
755 struct link_down_reason local_link_down_reason;
756 struct link_down_reason neigh_link_down_reason;
757 /* Value to be sent to link peer on LinkDown .*/
758 u8 remote_link_down_reason;
759 /* Error events that will cause a port bounce. */
760 u32 port_error_action;
Jim Snowfb9036d2016-01-11 18:32:21 -0500761 struct work_struct linkstate_active_work;
Vennila Megavannan6c9e50f2016-02-03 14:32:57 -0800762 /* Does this port need to prescan for FECNs */
763 bool cc_prescan;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400764};
765
766typedef int (*rhf_rcv_function_ptr)(struct hfi1_packet *packet);
767
768typedef void (*opcode_handler)(struct hfi1_packet *packet);
769
770/* return values for the RHF receive functions */
771#define RHF_RCV_CONTINUE 0 /* keep going */
772#define RHF_RCV_DONE 1 /* stop, this packet processed */
773#define RHF_RCV_REPROCESS 2 /* stop. retain this packet */
774
775struct rcv_array_data {
776 u8 group_size;
777 u16 ngroups;
778 u16 nctxt_extra;
779};
780
781struct per_vl_data {
782 u16 mtu;
783 struct send_context *sc;
784};
785
786/* 16 to directly index */
787#define PER_VL_SEND_CONTEXTS 16
788
789struct err_info_rcvport {
790 u8 status_and_code;
791 u64 packet_flit1;
792 u64 packet_flit2;
793};
794
795struct err_info_constraint {
796 u8 status;
797 u16 pkey;
798 u32 slid;
799};
800
801struct hfi1_temp {
802 unsigned int curr; /* current temperature */
803 unsigned int lo_lim; /* low temperature limit */
804 unsigned int hi_lim; /* high temperature limit */
805 unsigned int crit_lim; /* critical temperature limit */
806 u8 triggers; /* temperature triggers */
807};
808
809/* device data struct now contains only "general per-device" info.
810 * fields related to a physical IB port are in a hfi1_pportdata struct.
811 */
812struct sdma_engine;
813struct sdma_vl_map;
814
815#define BOARD_VERS_MAX 96 /* how long the version string can be */
816#define SERIAL_MAX 16 /* length of the serial number */
817
Mike Marciniszyn14553ca2016-02-14 12:45:36 -0800818typedef int (*send_routine)(struct rvt_qp *, struct hfi1_pkt_state *, u64);
Mike Marciniszyn77241052015-07-30 15:17:43 -0400819struct hfi1_devdata {
820 struct hfi1_ibdev verbs_dev; /* must be first */
821 struct list_head list;
822 /* pointers to related structs for this device */
823 /* pci access data structure */
824 struct pci_dev *pcidev;
825 struct cdev user_cdev;
826 struct cdev diag_cdev;
827 struct cdev ui_cdev;
828 struct device *user_device;
829 struct device *diag_device;
830 struct device *ui_device;
831
832 /* mem-mapped pointer to base of chip regs */
833 u8 __iomem *kregbase;
834 /* end of mem-mapped chip space excluding sendbuf and user regs */
835 u8 __iomem *kregend;
836 /* physical address of chip for io_remap, etc. */
837 resource_size_t physaddr;
838 /* receive context data */
839 struct hfi1_ctxtdata **rcd;
840 /* send context data */
841 struct send_context_info *send_contexts;
842 /* map hardware send contexts to software index */
843 u8 *hw_to_sw;
844 /* spinlock for allocating and releasing send context resources */
845 spinlock_t sc_lock;
846 /* Per VL data. Enough for all VLs but not all elements are set/used. */
847 struct per_vl_data vld[PER_VL_SEND_CONTEXTS];
Jubin John35f6bef2016-02-14 12:46:10 -0800848 /* lock for pio_map */
849 spinlock_t pio_map_lock;
850 /* array of kernel send contexts */
851 struct send_context **kernel_send_context;
852 /* array of vl maps */
853 struct pio_vl_map __rcu *pio_map;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400854 /* seqlock for sc2vl */
855 seqlock_t sc2vl_lock;
856 u64 sc2vl[4];
857 /* Send Context initialization lock. */
858 spinlock_t sc_init_lock;
859
860 /* fields common to all SDMA engines */
861
862 /* default flags to last descriptor */
863 u64 default_desc1;
864 volatile __le64 *sdma_heads_dma; /* DMA'ed by chip */
865 dma_addr_t sdma_heads_phys;
866 void *sdma_pad_dma; /* DMA'ed by chip */
867 dma_addr_t sdma_pad_phys;
868 /* for deallocation */
869 size_t sdma_heads_size;
870 /* number from the chip */
871 u32 chip_sdma_engines;
872 /* num used */
873 u32 num_sdma;
874 /* lock for sdma_map */
875 spinlock_t sde_map_lock;
876 /* array of engines sized by num_sdma */
877 struct sdma_engine *per_sdma;
878 /* array of vl maps */
879 struct sdma_vl_map __rcu *sdma_map;
880 /* SPC freeze waitqueue and variable */
881 wait_queue_head_t sdma_unfreeze_wq;
882 atomic_t sdma_unfreeze_count;
883
Mike Marciniszyn77241052015-07-30 15:17:43 -0400884 /* hfi1_pportdata, points to array of (physical) port-specific
885 * data structs, indexed by pidx (0..n-1)
886 */
887 struct hfi1_pportdata *pport;
888
889 /* mem-mapped pointer to base of PIO buffers */
890 void __iomem *piobase;
891 /*
892 * write-combining mem-mapped pointer to base of RcvArray
893 * memory.
894 */
895 void __iomem *rcvarray_wc;
896 /*
897 * credit return base - a per-NUMA range of DMA address that
898 * the chip will use to update the per-context free counter
899 */
900 struct credit_return_base *cr_base;
901
902 /* send context numbers and sizes for each type */
903 struct sc_config_sizes sc_sizes[SC_MAX];
904
905 u32 lcb_access_count; /* count of LCB users */
906
907 char *boardname; /* human readable board info */
908
909 /* device (not port) flags, basically device capabilities */
910 u32 flags;
911
912 /* reset value */
913 u64 z_int_counter;
914 u64 z_rcv_limit;
Vennila Megavannan89abfc82016-02-03 14:34:07 -0800915 u64 z_send_schedule;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400916 /* percpu int_counter */
917 u64 __percpu *int_counter;
918 u64 __percpu *rcv_limit;
Vennila Megavannan89abfc82016-02-03 14:34:07 -0800919 u64 __percpu *send_schedule;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400920 /* number of receive contexts in use by the driver */
921 u32 num_rcv_contexts;
922 /* number of pio send contexts in use by the driver */
923 u32 num_send_contexts;
924 /*
925 * number of ctxts available for PSM open
926 */
927 u32 freectxts;
Ashutosh Dixitaffa48d2016-02-03 14:33:06 -0800928 /* total number of available user/PSM contexts */
929 u32 num_user_contexts;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400930 /* base receive interrupt timeout, in CSR units */
931 u32 rcv_intr_timeout_csr;
932
933 u64 __iomem *egrtidbase;
934 spinlock_t sendctrl_lock; /* protect changes to SendCtrl */
935 spinlock_t rcvctrl_lock; /* protect changes to RcvCtrl */
936 /* around rcd and (user ctxts) ctxt_cnt use (intr vs free) */
937 spinlock_t uctxt_lock; /* rcd and user context changes */
938 /* exclusive access to 8051 */
939 spinlock_t dc8051_lock;
940 /* exclusive access to 8051 memory */
941 spinlock_t dc8051_memlock;
942 int dc8051_timed_out; /* remember if the 8051 timed out */
943 /*
944 * A page that will hold event notification bitmaps for all
945 * contexts. This page will be mapped into all processes.
946 */
947 unsigned long *events;
948 /*
949 * per unit status, see also portdata statusp
950 * mapped read-only into user processes so they can get unit and
951 * IB link status cheaply
952 */
953 struct hfi1_status *status;
954 u32 freezelen; /* max length of freezemsg */
955
956 /* revision register shadow */
957 u64 revision;
958 /* Base GUID for device (network order) */
959 u64 base_guid;
960
961 /* these are the "32 bit" regs */
962
963 /* value we put in kr_rcvhdrsize */
964 u32 rcvhdrsize;
965 /* number of receive contexts the chip supports */
966 u32 chip_rcv_contexts;
967 /* number of receive array entries */
968 u32 chip_rcv_array_count;
969 /* number of PIO send contexts the chip supports */
970 u32 chip_send_contexts;
971 /* number of bytes in the PIO memory buffer */
972 u32 chip_pio_mem_size;
973 /* number of bytes in the SDMA memory buffer */
974 u32 chip_sdma_mem_size;
975
976 /* size of each rcvegrbuffer */
977 u32 rcvegrbufsize;
978 /* log2 of above */
979 u16 rcvegrbufsize_shift;
980 /* both sides of the PCIe link are gen3 capable */
981 u8 link_gen3_capable;
982 /* localbus width (1, 2,4,8,16,32) from config space */
983 u32 lbus_width;
984 /* localbus speed in MHz */
985 u32 lbus_speed;
986 int unit; /* unit # of this chip */
987 int node; /* home node of this chip */
988
989 /* save these PCI fields to restore after a reset */
990 u32 pcibar0;
991 u32 pcibar1;
992 u32 pci_rom;
993 u16 pci_command;
994 u16 pcie_devctl;
995 u16 pcie_lnkctl;
996 u16 pcie_devctl2;
997 u32 pci_msix0;
998 u32 pci_lnkctl3;
999 u32 pci_tph2;
1000
1001 /*
1002 * ASCII serial number, from flash, large enough for original
1003 * all digit strings, and longer serial number format
1004 */
1005 u8 serial[SERIAL_MAX];
1006 /* human readable board version */
1007 u8 boardversion[BOARD_VERS_MAX];
1008 u8 lbus_info[32]; /* human readable localbus info */
1009 /* chip major rev, from CceRevision */
1010 u8 majrev;
1011 /* chip minor rev, from CceRevision */
1012 u8 minrev;
1013 /* hardware ID */
1014 u8 hfi1_id;
1015 /* implementation code */
1016 u8 icode;
1017 /* default link down value (poll/sleep) */
1018 u8 link_default;
1019 /* vAU of this device */
1020 u8 vau;
1021 /* vCU of this device */
1022 u8 vcu;
1023 /* link credits of this device */
1024 u16 link_credits;
1025 /* initial vl15 credits to use */
1026 u16 vl15_init;
1027
1028 /* Misc small ints */
1029 /* Number of physical ports available */
1030 u8 num_pports;
1031 /* Lowest context number which can be used by user processes */
1032 u8 first_user_ctxt;
1033 u8 n_krcv_queues;
1034 u8 qos_shift;
1035 u8 qpn_mask;
1036
1037 u16 rhf_offset; /* offset of RHF within receive header entry */
1038 u16 irev; /* implementation revision */
1039 u16 dc8051_ver; /* 8051 firmware version */
1040
Easwar Hariharanc3838b32016-02-09 14:29:13 -08001041 struct platform_config platform_config;
Mike Marciniszyn77241052015-07-30 15:17:43 -04001042 struct platform_config_cache pcfg_cache;
1043 /* control high-level access to qsfp */
1044 struct mutex qsfp_i2c_mutex;
1045
1046 struct diag_client *diag_client;
1047 spinlock_t hfi1_diag_trans_lock; /* protect diag observer ops */
1048
1049 u8 psxmitwait_supported;
1050 /* cycle length of PS* counters in HW (in picoseconds) */
1051 u16 psxmitwait_check_rate;
1052 /* high volume overflow errors deferred to tasklet */
1053 struct tasklet_struct error_tasklet;
Mike Marciniszyn77241052015-07-30 15:17:43 -04001054
1055 /* MSI-X information */
1056 struct hfi1_msix_entry *msix_entries;
1057 u32 num_msix_entries;
1058
1059 /* INTx information */
1060 u32 requested_intx_irq; /* did we request one? */
1061 char intx_name[MAX_NAME_SIZE]; /* INTx name */
1062
1063 /* general interrupt: mask of handled interrupts */
1064 u64 gi_mask[CCE_NUM_INT_CSRS];
1065
1066 struct rcv_array_data rcv_entries;
1067
1068 /*
1069 * 64 bit synthetic counters
1070 */
1071 struct timer_list synth_stats_timer;
1072
1073 /*
1074 * device counters
1075 */
1076 char *cntrnames;
1077 size_t cntrnameslen;
1078 size_t ndevcntrs;
1079 u64 *cntrs;
1080 u64 *scntrs;
1081
1082 /*
1083 * remembered values for synthetic counters
1084 */
1085 u64 last_tx;
1086 u64 last_rx;
1087
1088 /*
1089 * per-port counters
1090 */
1091 size_t nportcntrs;
1092 char *portcntrnames;
1093 size_t portcntrnameslen;
1094
1095 struct hfi1_snoop_data hfi1_snoop;
1096
1097 struct err_info_rcvport err_info_rcvport;
1098 struct err_info_constraint err_info_rcv_constraint;
1099 struct err_info_constraint err_info_xmit_constraint;
1100 u8 err_info_uncorrectable;
1101 u8 err_info_fmconfig;
1102
1103 atomic_t drop_packet;
1104 u8 do_drop;
1105
Joel Rosenzweig2c5b5212015-12-01 15:38:19 -05001106 /*
1107 * Software counters for the status bits defined by the
1108 * associated error status registers
1109 */
1110 u64 cce_err_status_cnt[NUM_CCE_ERR_STATUS_COUNTERS];
1111 u64 rcv_err_status_cnt[NUM_RCV_ERR_STATUS_COUNTERS];
1112 u64 misc_err_status_cnt[NUM_MISC_ERR_STATUS_COUNTERS];
1113 u64 send_pio_err_status_cnt[NUM_SEND_PIO_ERR_STATUS_COUNTERS];
1114 u64 send_dma_err_status_cnt[NUM_SEND_DMA_ERR_STATUS_COUNTERS];
1115 u64 send_egress_err_status_cnt[NUM_SEND_EGRESS_ERR_STATUS_COUNTERS];
1116 u64 send_err_status_cnt[NUM_SEND_ERR_STATUS_COUNTERS];
1117
1118 /* Software counter that spans all contexts */
1119 u64 sw_ctxt_err_status_cnt[NUM_SEND_CTXT_ERR_STATUS_COUNTERS];
1120 /* Software counter that spans all DMA engines */
1121 u64 sw_send_dma_eng_err_status_cnt[
1122 NUM_SEND_DMA_ENG_ERR_STATUS_COUNTERS];
1123 /* Software counter that aggregates all cce_err_status errors */
1124 u64 sw_cce_err_status_aggregate;
1125
Mike Marciniszyn77241052015-07-30 15:17:43 -04001126 /* receive interrupt functions */
1127 rhf_rcv_function_ptr *rhf_rcv_function_map;
1128 rhf_rcv_function_ptr normal_rhf_rcv_functions[8];
1129
1130 /*
1131 * Handlers for outgoing data so that snoop/capture does not
1132 * have to have its hooks in the send path
1133 */
Mike Marciniszyn14553ca2016-02-14 12:45:36 -08001134 send_routine process_pio_send;
1135 send_routine process_dma_send;
Mike Marciniszyn77241052015-07-30 15:17:43 -04001136 void (*pio_inline_send)(struct hfi1_devdata *dd, struct pio_buf *pbuf,
1137 u64 pbc, const void *from, size_t count);
1138
1139 /* OUI comes from the HW. Used everywhere as 3 separate bytes. */
1140 u8 oui1;
1141 u8 oui2;
1142 u8 oui3;
1143 /* Timer and counter used to detect RcvBufOvflCnt changes */
1144 struct timer_list rcverr_timer;
1145 u32 rcv_ovfl_cnt;
1146
Mike Marciniszyn77241052015-07-30 15:17:43 -04001147 wait_queue_head_t event_queue;
1148
1149 /* Save the enabled LCB error bits */
1150 u64 lcb_err_en;
1151 u8 dc_shutdown;
Mark F. Brown46b010d2015-11-09 19:18:20 -05001152
1153 /* receive context tail dummy address */
1154 __le64 *rcvhdrtail_dummy_kvaddr;
1155 dma_addr_t rcvhdrtail_dummy_physaddr;
Ashutosh Dixitaffa48d2016-02-03 14:33:06 -08001156
Dean Luicke154f122016-02-03 14:37:24 -08001157 bool eprom_available; /* true if EPROM is available for this device */
Ashutosh Dixitaffa48d2016-02-03 14:33:06 -08001158 bool aspm_supported; /* Does HW support ASPM */
1159 bool aspm_enabled; /* ASPM state: enabled/disabled */
1160 /* Serialize ASPM enable/disable between multiple verbs contexts */
1161 spinlock_t aspm_lock;
1162 /* Number of verbs contexts which have disabled ASPM */
1163 atomic_t aspm_disabled_cnt;
Mitko Haralanov957558c2016-02-03 14:33:40 -08001164
1165 struct hfi1_affinity *affinity;
Mike Marciniszyn77241052015-07-30 15:17:43 -04001166};
1167
1168/* 8051 firmware version helper */
1169#define dc8051_ver(a, b) ((a) << 8 | (b))
1170
1171/* f_put_tid types */
1172#define PT_EXPECTED 0
1173#define PT_EAGER 1
1174#define PT_INVALID 2
1175
Mitko Haralanovf727a0c2016-02-05 11:57:46 -05001176struct mmu_rb_node;
1177
Mike Marciniszyn77241052015-07-30 15:17:43 -04001178/* Private data for file operations */
1179struct hfi1_filedata {
1180 struct hfi1_ctxtdata *uctxt;
1181 unsigned subctxt;
1182 struct hfi1_user_sdma_comp_q *cq;
1183 struct hfi1_user_sdma_pkt_q *pq;
1184 /* for cpu affinity; -1 if none */
1185 int rec_cpu_num;
Mitko Haralanova86cd352016-02-05 11:57:49 -05001186 struct mmu_notifier mn;
1187 struct rb_root tid_rb_root;
Mitko Haralanova92ba6d2016-02-03 14:34:41 -08001188 struct mmu_rb_node **entry_to_rb;
Mitko Haralanova86cd352016-02-05 11:57:49 -05001189 spinlock_t tid_lock; /* protect tid_[limit,used] counters */
1190 u32 tid_limit;
1191 u32 tid_used;
1192 spinlock_t rb_lock; /* protect tid_rb_root RB tree */
1193 u32 *invalid_tids;
1194 u32 invalid_tid_idx;
1195 spinlock_t invalid_lock; /* protect the invalid_tids array */
Mitko Haralanova92ba6d2016-02-03 14:34:41 -08001196 int (*mmu_rb_insert)(struct hfi1_filedata *, struct rb_root *,
1197 struct mmu_rb_node *);
1198 void (*mmu_rb_remove)(struct hfi1_filedata *, struct rb_root *,
1199 struct mmu_rb_node *);
Mike Marciniszyn77241052015-07-30 15:17:43 -04001200};
1201
1202extern struct list_head hfi1_dev_list;
1203extern spinlock_t hfi1_devs_lock;
1204struct hfi1_devdata *hfi1_lookup(int unit);
1205extern u32 hfi1_cpulist_count;
1206extern unsigned long *hfi1_cpulist;
1207
1208extern unsigned int snoop_drop_send;
1209extern unsigned int snoop_force_capture;
1210int hfi1_init(struct hfi1_devdata *, int);
1211int hfi1_count_units(int *npresentp, int *nupp);
1212int hfi1_count_active_units(void);
1213
1214int hfi1_diag_add(struct hfi1_devdata *);
1215void hfi1_diag_remove(struct hfi1_devdata *);
1216void handle_linkup_change(struct hfi1_devdata *dd, u32 linkup);
1217
1218void handle_user_interrupt(struct hfi1_ctxtdata *rcd);
1219
1220int hfi1_create_rcvhdrq(struct hfi1_devdata *, struct hfi1_ctxtdata *);
1221int hfi1_setup_eagerbufs(struct hfi1_ctxtdata *);
1222int hfi1_create_ctxts(struct hfi1_devdata *dd);
Mitko Haralanov957558c2016-02-03 14:33:40 -08001223struct hfi1_ctxtdata *hfi1_create_ctxtdata(struct hfi1_pportdata *, u32, int);
Mike Marciniszyn77241052015-07-30 15:17:43 -04001224void hfi1_init_pportdata(struct pci_dev *, struct hfi1_pportdata *,
1225 struct hfi1_devdata *, u8, u8);
1226void hfi1_free_ctxtdata(struct hfi1_devdata *, struct hfi1_ctxtdata *);
1227
Dean Luickf4f30031c2015-10-26 10:28:44 -04001228int handle_receive_interrupt(struct hfi1_ctxtdata *, int);
1229int handle_receive_interrupt_nodma_rtail(struct hfi1_ctxtdata *, int);
1230int handle_receive_interrupt_dma_rtail(struct hfi1_ctxtdata *, int);
Jim Snowfb9036d2016-01-11 18:32:21 -05001231void set_all_slowpath(struct hfi1_devdata *dd);
Dean Luickf4f30031c2015-10-26 10:28:44 -04001232
1233/* receive packet handler dispositions */
1234#define RCV_PKT_OK 0x0 /* keep going */
1235#define RCV_PKT_LIMIT 0x1 /* stop, hit limit, start thread */
1236#define RCV_PKT_DONE 0x2 /* stop, no more packets detected */
1237
1238/* calculate the current RHF address */
1239static inline __le32 *get_rhf_addr(struct hfi1_ctxtdata *rcd)
1240{
1241 return (__le32 *)rcd->rcvhdrq + rcd->head + rcd->dd->rhf_offset;
1242}
1243
Mike Marciniszyn77241052015-07-30 15:17:43 -04001244int hfi1_reset_device(int);
1245
1246/* return the driver's idea of the logical OPA port state */
1247static inline u32 driver_lstate(struct hfi1_pportdata *ppd)
1248{
1249 return ppd->lstate; /* use the cached value */
1250}
1251
Jim Snowfb9036d2016-01-11 18:32:21 -05001252void receive_interrupt_work(struct work_struct *work);
1253
1254/* extract service channel from header and rhf */
1255static inline int hdr2sc(struct hfi1_message_header *hdr, u64 rhf)
1256{
1257 return ((be16_to_cpu(hdr->lrh[0]) >> 12) & 0xf) |
1258 ((!!(rhf & RHF_DC_INFO_MASK)) << 4);
1259}
1260
Mike Marciniszyn77241052015-07-30 15:17:43 -04001261static inline u16 generate_jkey(kuid_t uid)
1262{
1263 return from_kuid(current_user_ns(), uid) & 0xffff;
1264}
1265
1266/*
1267 * active_egress_rate
1268 *
1269 * returns the active egress rate in units of [10^6 bits/sec]
1270 */
1271static inline u32 active_egress_rate(struct hfi1_pportdata *ppd)
1272{
1273 u16 link_speed = ppd->link_speed_active;
1274 u16 link_width = ppd->link_width_active;
1275 u32 egress_rate;
1276
1277 if (link_speed == OPA_LINK_SPEED_25G)
1278 egress_rate = 25000;
1279 else /* assume OPA_LINK_SPEED_12_5G */
1280 egress_rate = 12500;
1281
1282 switch (link_width) {
1283 case OPA_LINK_WIDTH_4X:
1284 egress_rate *= 4;
1285 break;
1286 case OPA_LINK_WIDTH_3X:
1287 egress_rate *= 3;
1288 break;
1289 case OPA_LINK_WIDTH_2X:
1290 egress_rate *= 2;
1291 break;
1292 default:
1293 /* assume IB_WIDTH_1X */
1294 break;
1295 }
1296
1297 return egress_rate;
1298}
1299
1300/*
1301 * egress_cycles
1302 *
1303 * Returns the number of 'fabric clock cycles' to egress a packet
1304 * of length 'len' bytes, at 'rate' Mbit/s. Since the fabric clock
1305 * rate is (approximately) 805 MHz, the units of the returned value
1306 * are (1/805 MHz).
1307 */
1308static inline u32 egress_cycles(u32 len, u32 rate)
1309{
1310 u32 cycles;
1311
1312 /*
1313 * cycles is:
1314 *
1315 * (length) [bits] / (rate) [bits/sec]
1316 * ---------------------------------------------------
1317 * fabric_clock_period == 1 /(805 * 10^6) [cycles/sec]
1318 */
1319
1320 cycles = len * 8; /* bits */
1321 cycles *= 805;
1322 cycles /= rate;
1323
1324 return cycles;
1325}
1326
1327void set_link_ipg(struct hfi1_pportdata *ppd);
1328void process_becn(struct hfi1_pportdata *ppd, u8 sl, u16 rlid, u32 lqpn,
1329 u32 rqpn, u8 svc_type);
Dennis Dalessandro895420d2016-01-19 14:42:28 -08001330void return_cnp(struct hfi1_ibport *ibp, struct rvt_qp *qp, u32 remote_qpn,
Mike Marciniszyn77241052015-07-30 15:17:43 -04001331 u32 pkey, u32 slid, u32 dlid, u8 sc5,
1332 const struct ib_grh *old_grh);
1333
1334#define PACKET_EGRESS_TIMEOUT 350
1335static inline void pause_for_credit_return(struct hfi1_devdata *dd)
1336{
1337 /* Pause at least 1us, to ensure chip returns all credits */
1338 u32 usec = cclock_to_ns(dd, PACKET_EGRESS_TIMEOUT) / 1000;
1339
1340 udelay(usec ? usec : 1);
1341}
1342
1343/**
1344 * sc_to_vlt() reverse lookup sc to vl
1345 * @dd - devdata
1346 * @sc5 - 5 bit sc
1347 */
1348static inline u8 sc_to_vlt(struct hfi1_devdata *dd, u8 sc5)
1349{
1350 unsigned seq;
1351 u8 rval;
1352
1353 if (sc5 >= OPA_MAX_SCS)
1354 return (u8)(0xff);
1355
1356 do {
1357 seq = read_seqbegin(&dd->sc2vl_lock);
1358 rval = *(((u8 *)dd->sc2vl) + sc5);
1359 } while (read_seqretry(&dd->sc2vl_lock, seq));
1360
1361 return rval;
1362}
1363
1364#define PKEY_MEMBER_MASK 0x8000
1365#define PKEY_LOW_15_MASK 0x7fff
1366
1367/*
1368 * ingress_pkey_matches_entry - return 1 if the pkey matches ent (ent
1369 * being an entry from the ingress partition key table), return 0
1370 * otherwise. Use the matching criteria for ingress partition keys
1371 * specified in the OPAv1 spec., section 9.10.14.
1372 */
1373static inline int ingress_pkey_matches_entry(u16 pkey, u16 ent)
1374{
1375 u16 mkey = pkey & PKEY_LOW_15_MASK;
1376 u16 ment = ent & PKEY_LOW_15_MASK;
1377
1378 if (mkey == ment) {
1379 /*
1380 * If pkey[15] is clear (limited partition member),
1381 * is bit 15 in the corresponding table element
1382 * clear (limited member)?
1383 */
1384 if (!(pkey & PKEY_MEMBER_MASK))
1385 return !!(ent & PKEY_MEMBER_MASK);
1386 return 1;
1387 }
1388 return 0;
1389}
1390
1391/*
1392 * ingress_pkey_table_search - search the entire pkey table for
1393 * an entry which matches 'pkey'. return 0 if a match is found,
1394 * and 1 otherwise.
1395 */
1396static int ingress_pkey_table_search(struct hfi1_pportdata *ppd, u16 pkey)
1397{
1398 int i;
1399
1400 for (i = 0; i < MAX_PKEY_VALUES; i++) {
1401 if (ingress_pkey_matches_entry(pkey, ppd->pkeys[i]))
1402 return 0;
1403 }
1404 return 1;
1405}
1406
1407/*
1408 * ingress_pkey_table_fail - record a failure of ingress pkey validation,
1409 * i.e., increment port_rcv_constraint_errors for the port, and record
1410 * the 'error info' for this failure.
1411 */
1412static void ingress_pkey_table_fail(struct hfi1_pportdata *ppd, u16 pkey,
1413 u16 slid)
1414{
1415 struct hfi1_devdata *dd = ppd->dd;
1416
1417 incr_cntr64(&ppd->port_rcv_constraint_errors);
1418 if (!(dd->err_info_rcv_constraint.status & OPA_EI_STATUS_SMASK)) {
1419 dd->err_info_rcv_constraint.status |= OPA_EI_STATUS_SMASK;
1420 dd->err_info_rcv_constraint.slid = slid;
1421 dd->err_info_rcv_constraint.pkey = pkey;
1422 }
1423}
1424
1425/*
1426 * ingress_pkey_check - Return 0 if the ingress pkey is valid, return 1
1427 * otherwise. Use the criteria in the OPAv1 spec, section 9.10.14. idx
1428 * is a hint as to the best place in the partition key table to begin
1429 * searching. This function should not be called on the data path because
1430 * of performance reasons. On datapath pkey check is expected to be done
1431 * by HW and rcv_pkey_check function should be called instead.
1432 */
1433static inline int ingress_pkey_check(struct hfi1_pportdata *ppd, u16 pkey,
1434 u8 sc5, u8 idx, u16 slid)
1435{
1436 if (!(ppd->part_enforce & HFI1_PART_ENFORCE_IN))
1437 return 0;
1438
1439 /* If SC15, pkey[0:14] must be 0x7fff */
1440 if ((sc5 == 0xf) && ((pkey & PKEY_LOW_15_MASK) != PKEY_LOW_15_MASK))
1441 goto bad;
1442
1443 /* Is the pkey = 0x0, or 0x8000? */
1444 if ((pkey & PKEY_LOW_15_MASK) == 0)
1445 goto bad;
1446
1447 /* The most likely matching pkey has index 'idx' */
1448 if (ingress_pkey_matches_entry(pkey, ppd->pkeys[idx]))
1449 return 0;
1450
1451 /* no match - try the whole table */
1452 if (!ingress_pkey_table_search(ppd, pkey))
1453 return 0;
1454
1455bad:
1456 ingress_pkey_table_fail(ppd, pkey, slid);
1457 return 1;
1458}
1459
1460/*
1461 * rcv_pkey_check - Return 0 if the ingress pkey is valid, return 1
1462 * otherwise. It only ensures pkey is vlid for QP0. This function
1463 * should be called on the data path instead of ingress_pkey_check
1464 * as on data path, pkey check is done by HW (except for QP0).
1465 */
1466static inline int rcv_pkey_check(struct hfi1_pportdata *ppd, u16 pkey,
1467 u8 sc5, u16 slid)
1468{
1469 if (!(ppd->part_enforce & HFI1_PART_ENFORCE_IN))
1470 return 0;
1471
1472 /* If SC15, pkey[0:14] must be 0x7fff */
1473 if ((sc5 == 0xf) && ((pkey & PKEY_LOW_15_MASK) != PKEY_LOW_15_MASK))
1474 goto bad;
1475
1476 return 0;
1477bad:
1478 ingress_pkey_table_fail(ppd, pkey, slid);
1479 return 1;
1480}
1481
1482/* MTU handling */
1483
1484/* MTU enumeration, 256-4k match IB */
1485#define OPA_MTU_0 0
1486#define OPA_MTU_256 1
1487#define OPA_MTU_512 2
1488#define OPA_MTU_1024 3
1489#define OPA_MTU_2048 4
1490#define OPA_MTU_4096 5
1491
1492u32 lrh_max_header_bytes(struct hfi1_devdata *dd);
1493int mtu_to_enum(u32 mtu, int default_if_bad);
1494u16 enum_to_mtu(int);
1495static inline int valid_ib_mtu(unsigned int mtu)
1496{
1497 return mtu == 256 || mtu == 512 ||
1498 mtu == 1024 || mtu == 2048 ||
1499 mtu == 4096;
1500}
Jubin Johnf4d507c2016-02-14 20:20:25 -08001501
Mike Marciniszyn77241052015-07-30 15:17:43 -04001502static inline int valid_opa_max_mtu(unsigned int mtu)
1503{
1504 return mtu >= 2048 &&
1505 (valid_ib_mtu(mtu) || mtu == 8192 || mtu == 10240);
1506}
1507
1508int set_mtu(struct hfi1_pportdata *);
1509
1510int hfi1_set_lid(struct hfi1_pportdata *, u32, u8);
1511void hfi1_disable_after_error(struct hfi1_devdata *);
1512int hfi1_set_uevent_bits(struct hfi1_pportdata *, const int);
1513int hfi1_rcvbuf_validate(u32, u8, u16 *);
1514
1515int fm_get_table(struct hfi1_pportdata *, int, void *);
1516int fm_set_table(struct hfi1_pportdata *, int, void *);
1517
1518void set_up_vl15(struct hfi1_devdata *dd, u8 vau, u16 vl15buf);
1519void reset_link_credits(struct hfi1_devdata *dd);
1520void assign_remote_cm_au_table(struct hfi1_devdata *dd, u8 vcu);
1521
1522int snoop_recv_handler(struct hfi1_packet *packet);
Dennis Dalessandro895420d2016-01-19 14:42:28 -08001523int snoop_send_dma_handler(struct rvt_qp *qp, struct hfi1_pkt_state *ps,
Dennis Dalessandrod46e5142015-11-11 00:34:37 -05001524 u64 pbc);
Dennis Dalessandro895420d2016-01-19 14:42:28 -08001525int snoop_send_pio_handler(struct rvt_qp *qp, struct hfi1_pkt_state *ps,
Dennis Dalessandrod46e5142015-11-11 00:34:37 -05001526 u64 pbc);
Mike Marciniszyn77241052015-07-30 15:17:43 -04001527void snoop_inline_pio_send(struct hfi1_devdata *dd, struct pio_buf *pbuf,
1528 u64 pbc, const void *from, size_t count);
Mike Marciniszyn8a4d3442016-02-14 12:46:01 -08001529int set_buffer_control(struct hfi1_pportdata *ppd, struct buffer_control *bc);
Mike Marciniszyn77241052015-07-30 15:17:43 -04001530
Mike Marciniszyn77241052015-07-30 15:17:43 -04001531static inline struct hfi1_devdata *dd_from_ppd(struct hfi1_pportdata *ppd)
1532{
1533 return ppd->dd;
1534}
1535
1536static inline struct hfi1_devdata *dd_from_dev(struct hfi1_ibdev *dev)
1537{
1538 return container_of(dev, struct hfi1_devdata, verbs_dev);
1539}
1540
1541static inline struct hfi1_devdata *dd_from_ibdev(struct ib_device *ibdev)
1542{
1543 return dd_from_dev(to_idev(ibdev));
1544}
1545
1546static inline struct hfi1_pportdata *ppd_from_ibp(struct hfi1_ibport *ibp)
1547{
1548 return container_of(ibp, struct hfi1_pportdata, ibport_data);
1549}
1550
Harish Chegondi45b59ee2016-02-03 14:36:49 -08001551static inline struct hfi1_ibdev *dev_from_rdi(struct rvt_dev_info *rdi)
1552{
1553 return container_of(rdi, struct hfi1_ibdev, rdi);
1554}
1555
Mike Marciniszyn77241052015-07-30 15:17:43 -04001556static inline struct hfi1_ibport *to_iport(struct ib_device *ibdev, u8 port)
1557{
1558 struct hfi1_devdata *dd = dd_from_ibdev(ibdev);
1559 unsigned pidx = port - 1; /* IB number port from 1, hdw from 0 */
1560
1561 WARN_ON(pidx >= dd->num_pports);
1562 return &dd->pport[pidx].ibport_data;
1563}
1564
1565/*
1566 * Return the indexed PKEY from the port PKEY table.
1567 */
1568static inline u16 hfi1_get_pkey(struct hfi1_ibport *ibp, unsigned index)
1569{
1570 struct hfi1_pportdata *ppd = ppd_from_ibp(ibp);
1571 u16 ret;
1572
1573 if (index >= ARRAY_SIZE(ppd->pkeys))
1574 ret = 0;
1575 else
1576 ret = ppd->pkeys[index];
1577
1578 return ret;
1579}
1580
1581/*
1582 * Readers of cc_state must call get_cc_state() under rcu_read_lock().
1583 * Writers of cc_state must call get_cc_state() under cc_state_lock.
1584 */
1585static inline struct cc_state *get_cc_state(struct hfi1_pportdata *ppd)
1586{
1587 return rcu_dereference(ppd->cc_state);
1588}
1589
1590/*
1591 * values for dd->flags (_device_ related flags)
1592 */
1593#define HFI1_INITTED 0x1 /* chip and driver up and initted */
1594#define HFI1_PRESENT 0x2 /* chip accesses can be done */
1595#define HFI1_FROZEN 0x4 /* chip in SPC freeze */
1596#define HFI1_HAS_SDMA_TIMEOUT 0x8
1597#define HFI1_HAS_SEND_DMA 0x10 /* Supports Send DMA */
1598#define HFI1_FORCED_FREEZE 0x80 /* driver forced freeze mode */
1599#define HFI1_DO_INIT_ASIC 0x100 /* This device will init the ASIC */
1600
1601/* IB dword length mask in PBC (lower 11 bits); same for all chips */
1602#define HFI1_PBC_LENGTH_MASK ((1 << 11) - 1)
1603
Mike Marciniszyn77241052015-07-30 15:17:43 -04001604/* ctxt_flag bit offsets */
1605 /* context has been setup */
1606#define HFI1_CTXT_SETUP_DONE 1
1607 /* waiting for a packet to arrive */
1608#define HFI1_CTXT_WAITING_RCV 2
1609 /* master has not finished initializing */
1610#define HFI1_CTXT_MASTER_UNINIT 4
1611 /* waiting for an urgent packet to arrive */
1612#define HFI1_CTXT_WAITING_URG 5
1613
1614/* free up any allocated data at closes */
1615struct hfi1_devdata *hfi1_init_dd(struct pci_dev *,
1616 const struct pci_device_id *);
1617void hfi1_free_devdata(struct hfi1_devdata *);
1618void cc_state_reclaim(struct rcu_head *rcu);
1619struct hfi1_devdata *hfi1_alloc_devdata(struct pci_dev *pdev, size_t extra);
1620
Easwar Hariharan91ab4ed2016-02-03 14:35:57 -08001621void hfi1_set_led_override(struct hfi1_pportdata *ppd, unsigned int timeon,
1622 unsigned int timeoff);
Mike Marciniszyn77241052015-07-30 15:17:43 -04001623/*
Easwar Hariharan91ab4ed2016-02-03 14:35:57 -08001624 * Only to be used for driver unload or device reset where we cannot allow
1625 * the timer to fire even the one extra time, else use hfi1_set_led_override
1626 * with timeon = timeoff = 0
Mike Marciniszyn77241052015-07-30 15:17:43 -04001627 */
Easwar Hariharan91ab4ed2016-02-03 14:35:57 -08001628void shutdown_led_override(struct hfi1_pportdata *ppd);
Mike Marciniszyn77241052015-07-30 15:17:43 -04001629
1630#define HFI1_CREDIT_RETURN_RATE (100)
1631
1632/*
1633 * The number of words for the KDETH protocol field. If this is
1634 * larger then the actual field used, then part of the payload
1635 * will be in the header.
1636 *
1637 * Optimally, we want this sized so that a typical case will
1638 * use full cache lines. The typical local KDETH header would
1639 * be:
1640 *
1641 * Bytes Field
1642 * 8 LRH
1643 * 12 BHT
1644 * ?? KDETH
1645 * 8 RHF
1646 * ---
1647 * 28 + KDETH
1648 *
1649 * For a 64-byte cache line, KDETH would need to be 36 bytes or 9 DWORDS
1650 */
1651#define DEFAULT_RCVHDRSIZE 9
1652
1653/*
1654 * Maximal header byte count:
1655 *
1656 * Bytes Field
1657 * 8 LRH
1658 * 40 GRH (optional)
1659 * 12 BTH
1660 * ?? KDETH
1661 * 8 RHF
1662 * ---
1663 * 68 + KDETH
1664 *
1665 * We also want to maintain a cache line alignment to assist DMA'ing
1666 * of the header bytes. Round up to a good size.
1667 */
1668#define DEFAULT_RCVHDR_ENTSIZE 32
1669
Mitko Haralanovdef82282015-12-08 17:10:09 -05001670int hfi1_acquire_user_pages(unsigned long, size_t, bool, struct page **);
1671void hfi1_release_user_pages(struct page **, size_t, bool);
Mike Marciniszyn77241052015-07-30 15:17:43 -04001672
1673static inline void clear_rcvhdrtail(const struct hfi1_ctxtdata *rcd)
1674{
Jubin John50e5dcb2016-02-14 20:19:41 -08001675 *((u64 *)rcd->rcvhdrtail_kvaddr) = 0ULL;
Mike Marciniszyn77241052015-07-30 15:17:43 -04001676}
1677
1678static inline u32 get_rcvhdrtail(const struct hfi1_ctxtdata *rcd)
1679{
1680 /*
1681 * volatile because it's a DMA target from the chip, routine is
1682 * inlined, and don't want register caching or reordering.
1683 */
Jubin John50e5dcb2016-02-14 20:19:41 -08001684 return (u32)le64_to_cpu(*rcd->rcvhdrtail_kvaddr);
Mike Marciniszyn77241052015-07-30 15:17:43 -04001685}
1686
1687/*
1688 * sysfs interface.
1689 */
1690
1691extern const char ib_hfi1_version[];
1692
1693int hfi1_device_create(struct hfi1_devdata *);
1694void hfi1_device_remove(struct hfi1_devdata *);
1695
1696int hfi1_create_port_files(struct ib_device *ibdev, u8 port_num,
1697 struct kobject *kobj);
1698int hfi1_verbs_register_sysfs(struct hfi1_devdata *);
1699void hfi1_verbs_unregister_sysfs(struct hfi1_devdata *);
1700/* Hook for sysfs read of QSFP */
1701int qsfp_dump(struct hfi1_pportdata *ppd, char *buf, int len);
1702
1703int hfi1_pcie_init(struct pci_dev *, const struct pci_device_id *);
1704void hfi1_pcie_cleanup(struct pci_dev *);
1705int hfi1_pcie_ddinit(struct hfi1_devdata *, struct pci_dev *,
1706 const struct pci_device_id *);
1707void hfi1_pcie_ddcleanup(struct hfi1_devdata *);
1708void hfi1_pcie_flr(struct hfi1_devdata *);
1709int pcie_speeds(struct hfi1_devdata *);
1710void request_msix(struct hfi1_devdata *, u32 *, struct hfi1_msix_entry *);
1711void hfi1_enable_intx(struct pci_dev *);
Mike Marciniszyn77241052015-07-30 15:17:43 -04001712void restore_pci_variables(struct hfi1_devdata *dd);
1713int do_pcie_gen3_transition(struct hfi1_devdata *dd);
1714int parse_platform_config(struct hfi1_devdata *dd);
1715int get_platform_config_field(struct hfi1_devdata *dd,
1716 enum platform_config_table_type_encoding table_type,
1717 int table_index, int field_index, u32 *data, u32 len);
1718
Mike Marciniszyn77241052015-07-30 15:17:43 -04001719const char *get_unit_name(int unit);
Dennis Dalessandro49dbb6c2016-01-19 14:42:06 -08001720const char *get_card_name(struct rvt_dev_info *rdi);
1721struct pci_dev *get_pci_dev(struct rvt_dev_info *rdi);
Mike Marciniszyn77241052015-07-30 15:17:43 -04001722
1723/*
1724 * Flush write combining store buffers (if present) and perform a write
1725 * barrier.
1726 */
1727static inline void flush_wc(void)
1728{
1729 asm volatile("sfence" : : : "memory");
1730}
1731
1732void handle_eflags(struct hfi1_packet *packet);
1733int process_receive_ib(struct hfi1_packet *packet);
1734int process_receive_bypass(struct hfi1_packet *packet);
1735int process_receive_error(struct hfi1_packet *packet);
1736int kdeth_process_expected(struct hfi1_packet *packet);
1737int kdeth_process_eager(struct hfi1_packet *packet);
1738int process_receive_invalid(struct hfi1_packet *packet);
1739
1740extern rhf_rcv_function_ptr snoop_rhf_rcv_functions[8];
1741
Dennis Dalessandro895420d2016-01-19 14:42:28 -08001742void update_sge(struct rvt_sge_state *ss, u32 length);
Mike Marciniszyn77241052015-07-30 15:17:43 -04001743
1744/* global module parameter variables */
1745extern unsigned int hfi1_max_mtu;
1746extern unsigned int hfi1_cu;
1747extern unsigned int user_credit_return_threshold;
Sebastian Sanchez2ce6bf22015-12-11 08:44:48 -05001748extern int num_user_contexts;
Mike Marciniszyn77241052015-07-30 15:17:43 -04001749extern unsigned n_krcvqs;
Mark F. Brown5b55ea32016-01-11 18:30:54 -05001750extern uint krcvqs[];
Mike Marciniszyn77241052015-07-30 15:17:43 -04001751extern int krcvqsset;
1752extern uint kdeth_qp;
1753extern uint loopback;
1754extern uint quick_linkup;
1755extern uint rcv_intr_timeout;
1756extern uint rcv_intr_count;
1757extern uint rcv_intr_dynamic;
1758extern ushort link_crc_mask;
1759
1760extern struct mutex hfi1_mutex;
1761
1762/* Number of seconds before our card status check... */
1763#define STATUS_TIMEOUT 60
1764
1765#define DRIVER_NAME "hfi1"
1766#define HFI1_USER_MINOR_BASE 0
1767#define HFI1_TRACE_MINOR 127
1768#define HFI1_DIAGPKT_MINOR 128
1769#define HFI1_DIAG_MINOR_BASE 129
1770#define HFI1_SNOOP_CAPTURE_BASE 200
1771#define HFI1_NMINORS 255
1772
1773#define PCI_VENDOR_ID_INTEL 0x8086
1774#define PCI_DEVICE_ID_INTEL0 0x24f0
1775#define PCI_DEVICE_ID_INTEL1 0x24f1
1776
1777#define HFI1_PKT_USER_SC_INTEGRITY \
1778 (SEND_CTXT_CHECK_ENABLE_DISALLOW_NON_KDETH_PACKETS_SMASK \
1779 | SEND_CTXT_CHECK_ENABLE_DISALLOW_BYPASS_SMASK \
1780 | SEND_CTXT_CHECK_ENABLE_DISALLOW_GRH_SMASK)
1781
1782#define HFI1_PKT_KERNEL_SC_INTEGRITY \
1783 (SEND_CTXT_CHECK_ENABLE_DISALLOW_KDETH_PACKETS_SMASK)
1784
1785static inline u64 hfi1_pkt_default_send_ctxt_mask(struct hfi1_devdata *dd,
1786 u16 ctxt_type)
1787{
1788 u64 base_sc_integrity =
1789 SEND_CTXT_CHECK_ENABLE_DISALLOW_BYPASS_BAD_PKT_LEN_SMASK
1790 | SEND_CTXT_CHECK_ENABLE_DISALLOW_PBC_STATIC_RATE_CONTROL_SMASK
1791 | SEND_CTXT_CHECK_ENABLE_DISALLOW_TOO_LONG_BYPASS_PACKETS_SMASK
1792 | SEND_CTXT_CHECK_ENABLE_DISALLOW_TOO_LONG_IB_PACKETS_SMASK
1793 | SEND_CTXT_CHECK_ENABLE_DISALLOW_BAD_PKT_LEN_SMASK
1794 | SEND_CTXT_CHECK_ENABLE_DISALLOW_PBC_TEST_SMASK
1795 | SEND_CTXT_CHECK_ENABLE_DISALLOW_TOO_SMALL_BYPASS_PACKETS_SMASK
1796 | SEND_CTXT_CHECK_ENABLE_DISALLOW_TOO_SMALL_IB_PACKETS_SMASK
1797 | SEND_CTXT_CHECK_ENABLE_DISALLOW_RAW_IPV6_SMASK
1798 | SEND_CTXT_CHECK_ENABLE_DISALLOW_RAW_SMASK
1799 | SEND_CTXT_CHECK_ENABLE_CHECK_BYPASS_VL_MAPPING_SMASK
1800 | SEND_CTXT_CHECK_ENABLE_CHECK_VL_MAPPING_SMASK
1801 | SEND_CTXT_CHECK_ENABLE_CHECK_OPCODE_SMASK
1802 | SEND_CTXT_CHECK_ENABLE_CHECK_SLID_SMASK
1803 | SEND_CTXT_CHECK_ENABLE_CHECK_JOB_KEY_SMASK
1804 | SEND_CTXT_CHECK_ENABLE_CHECK_VL_SMASK
1805 | SEND_CTXT_CHECK_ENABLE_CHECK_ENABLE_SMASK;
1806
1807 if (ctxt_type == SC_USER)
1808 base_sc_integrity |= HFI1_PKT_USER_SC_INTEGRITY;
1809 else
1810 base_sc_integrity |= HFI1_PKT_KERNEL_SC_INTEGRITY;
1811
Mike Marciniszyn995deaf2015-11-16 21:59:29 -05001812 if (is_ax(dd))
Edward Mascarenhas624be1d2016-01-11 18:31:43 -05001813 /* turn off send-side job key checks - A0 */
Mike Marciniszyn77241052015-07-30 15:17:43 -04001814 return base_sc_integrity &
1815 ~SEND_CTXT_CHECK_ENABLE_CHECK_JOB_KEY_SMASK;
1816 return base_sc_integrity;
1817}
1818
1819static inline u64 hfi1_pkt_base_sdma_integrity(struct hfi1_devdata *dd)
1820{
1821 u64 base_sdma_integrity =
1822 SEND_DMA_CHECK_ENABLE_DISALLOW_BYPASS_BAD_PKT_LEN_SMASK
1823 | SEND_DMA_CHECK_ENABLE_DISALLOW_PBC_STATIC_RATE_CONTROL_SMASK
1824 | SEND_DMA_CHECK_ENABLE_DISALLOW_TOO_LONG_BYPASS_PACKETS_SMASK
1825 | SEND_DMA_CHECK_ENABLE_DISALLOW_TOO_LONG_IB_PACKETS_SMASK
1826 | SEND_DMA_CHECK_ENABLE_DISALLOW_BAD_PKT_LEN_SMASK
1827 | SEND_DMA_CHECK_ENABLE_DISALLOW_TOO_SMALL_BYPASS_PACKETS_SMASK
1828 | SEND_DMA_CHECK_ENABLE_DISALLOW_TOO_SMALL_IB_PACKETS_SMASK
1829 | SEND_DMA_CHECK_ENABLE_DISALLOW_RAW_IPV6_SMASK
1830 | SEND_DMA_CHECK_ENABLE_DISALLOW_RAW_SMASK
1831 | SEND_DMA_CHECK_ENABLE_CHECK_BYPASS_VL_MAPPING_SMASK
1832 | SEND_DMA_CHECK_ENABLE_CHECK_VL_MAPPING_SMASK
1833 | SEND_DMA_CHECK_ENABLE_CHECK_OPCODE_SMASK
1834 | SEND_DMA_CHECK_ENABLE_CHECK_SLID_SMASK
1835 | SEND_DMA_CHECK_ENABLE_CHECK_JOB_KEY_SMASK
1836 | SEND_DMA_CHECK_ENABLE_CHECK_VL_SMASK
1837 | SEND_DMA_CHECK_ENABLE_CHECK_ENABLE_SMASK;
1838
Mike Marciniszyn995deaf2015-11-16 21:59:29 -05001839 if (is_ax(dd))
Edward Mascarenhas624be1d2016-01-11 18:31:43 -05001840 /* turn off send-side job key checks - A0 */
Mike Marciniszyn77241052015-07-30 15:17:43 -04001841 return base_sdma_integrity &
1842 ~SEND_DMA_CHECK_ENABLE_CHECK_JOB_KEY_SMASK;
1843 return base_sdma_integrity;
1844}
1845
1846/*
1847 * hfi1_early_err is used (only!) to print early errors before devdata is
1848 * allocated, or when dd->pcidev may not be valid, and at the tail end of
1849 * cleanup when devdata may have been freed, etc. hfi1_dev_porterr is
1850 * the same as dd_dev_err, but is used when the message really needs
1851 * the IB port# to be definitive as to what's happening..
1852 */
1853#define hfi1_early_err(dev, fmt, ...) \
1854 dev_err(dev, fmt, ##__VA_ARGS__)
1855
1856#define hfi1_early_info(dev, fmt, ...) \
1857 dev_info(dev, fmt, ##__VA_ARGS__)
1858
1859#define dd_dev_emerg(dd, fmt, ...) \
1860 dev_emerg(&(dd)->pcidev->dev, "%s: " fmt, \
1861 get_unit_name((dd)->unit), ##__VA_ARGS__)
1862#define dd_dev_err(dd, fmt, ...) \
1863 dev_err(&(dd)->pcidev->dev, "%s: " fmt, \
1864 get_unit_name((dd)->unit), ##__VA_ARGS__)
1865#define dd_dev_warn(dd, fmt, ...) \
1866 dev_warn(&(dd)->pcidev->dev, "%s: " fmt, \
1867 get_unit_name((dd)->unit), ##__VA_ARGS__)
1868
1869#define dd_dev_warn_ratelimited(dd, fmt, ...) \
1870 dev_warn_ratelimited(&(dd)->pcidev->dev, "%s: " fmt, \
1871 get_unit_name((dd)->unit), ##__VA_ARGS__)
1872
1873#define dd_dev_info(dd, fmt, ...) \
1874 dev_info(&(dd)->pcidev->dev, "%s: " fmt, \
1875 get_unit_name((dd)->unit), ##__VA_ARGS__)
1876
Ira Weinya1edc182016-01-11 13:04:32 -05001877#define dd_dev_dbg(dd, fmt, ...) \
1878 dev_dbg(&(dd)->pcidev->dev, "%s: " fmt, \
1879 get_unit_name((dd)->unit), ##__VA_ARGS__)
1880
Mike Marciniszyn77241052015-07-30 15:17:43 -04001881#define hfi1_dev_porterr(dd, port, fmt, ...) \
1882 dev_err(&(dd)->pcidev->dev, "%s: IB%u:%u " fmt, \
1883 get_unit_name((dd)->unit), (dd)->unit, (port), \
1884 ##__VA_ARGS__)
1885
1886/*
1887 * this is used for formatting hw error messages...
1888 */
1889struct hfi1_hwerror_msgs {
1890 u64 mask;
1891 const char *msg;
1892 size_t sz;
1893};
1894
1895/* in intr.c... */
1896void hfi1_format_hwerrors(u64 hwerrs,
1897 const struct hfi1_hwerror_msgs *hwerrmsgs,
1898 size_t nhwerrmsgs, char *msg, size_t lmsg);
1899
1900#define USER_OPCODE_CHECK_VAL 0xC0
1901#define USER_OPCODE_CHECK_MASK 0xC0
1902#define OPCODE_CHECK_VAL_DISABLED 0x0
1903#define OPCODE_CHECK_MASK_DISABLED 0x0
1904
1905static inline void hfi1_reset_cpu_counters(struct hfi1_devdata *dd)
1906{
1907 struct hfi1_pportdata *ppd;
1908 int i;
1909
1910 dd->z_int_counter = get_all_cpu_total(dd->int_counter);
1911 dd->z_rcv_limit = get_all_cpu_total(dd->rcv_limit);
Vennila Megavannan89abfc82016-02-03 14:34:07 -08001912 dd->z_send_schedule = get_all_cpu_total(dd->send_schedule);
Mike Marciniszyn77241052015-07-30 15:17:43 -04001913
1914 ppd = (struct hfi1_pportdata *)(dd + 1);
1915 for (i = 0; i < dd->num_pports; i++, ppd++) {
Dennis Dalessandro4eb06882016-01-19 14:42:39 -08001916 ppd->ibport_data.rvp.z_rc_acks =
1917 get_all_cpu_total(ppd->ibport_data.rvp.rc_acks);
1918 ppd->ibport_data.rvp.z_rc_qacks =
1919 get_all_cpu_total(ppd->ibport_data.rvp.rc_qacks);
Mike Marciniszyn77241052015-07-30 15:17:43 -04001920 }
1921}
1922
1923/* Control LED state */
1924static inline void setextled(struct hfi1_devdata *dd, u32 on)
1925{
1926 if (on)
1927 write_csr(dd, DCC_CFG_LED_CNTRL, 0x1F);
1928 else
1929 write_csr(dd, DCC_CFG_LED_CNTRL, 0x10);
1930}
1931
1932int hfi1_tempsense_rd(struct hfi1_devdata *dd, struct hfi1_temp *temp);
1933
1934#endif /* _HFI1_KERNEL_H */