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