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