qib.h 48 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447
  1. #ifndef _QIB_KERNEL_H
  2. #define _QIB_KERNEL_H
  3. /*
  4. * Copyright (c) 2006, 2007, 2008, 2009, 2010 QLogic Corporation.
  5. * All rights reserved.
  6. * Copyright (c) 2003, 2004, 2005, 2006 PathScale, Inc. All rights reserved.
  7. *
  8. * This software is available to you under a choice of one of two
  9. * licenses. You may choose to be licensed under the terms of the GNU
  10. * General Public License (GPL) Version 2, available from the file
  11. * COPYING in the main directory of this source tree, or the
  12. * OpenIB.org BSD license below:
  13. *
  14. * Redistribution and use in source and binary forms, with or
  15. * without modification, are permitted provided that the following
  16. * conditions are met:
  17. *
  18. * - Redistributions of source code must retain the above
  19. * copyright notice, this list of conditions and the following
  20. * disclaimer.
  21. *
  22. * - Redistributions in binary form must reproduce the above
  23. * copyright notice, this list of conditions and the following
  24. * disclaimer in the documentation and/or other materials
  25. * provided with the distribution.
  26. *
  27. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  28. * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  29. * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  30. * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
  31. * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
  32. * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  33. * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  34. * SOFTWARE.
  35. */
  36. /*
  37. * This header file is the base header file for qlogic_ib kernel code
  38. * qib_user.h serves a similar purpose for user code.
  39. */
  40. #include <linux/interrupt.h>
  41. #include <linux/pci.h>
  42. #include <linux/dma-mapping.h>
  43. #include <linux/mutex.h>
  44. #include <linux/list.h>
  45. #include <linux/scatterlist.h>
  46. #include <linux/slab.h>
  47. #include <linux/io.h>
  48. #include <linux/fs.h>
  49. #include <linux/completion.h>
  50. #include <linux/kref.h>
  51. #include <linux/sched.h>
  52. #include "qib_common.h"
  53. #include "qib_verbs.h"
  54. /* only s/w major version of QLogic_IB we can handle */
  55. #define QIB_CHIP_VERS_MAJ 2U
  56. /* don't care about this except printing */
  57. #define QIB_CHIP_VERS_MIN 0U
  58. /* The Organization Unique Identifier (Mfg code), and its position in GUID */
  59. #define QIB_OUI 0x001175
  60. #define QIB_OUI_LSB 40
  61. /*
  62. * per driver stats, either not device nor port-specific, or
  63. * summed over all of the devices and ports.
  64. * They are described by name via ipathfs filesystem, so layout
  65. * and number of elements can change without breaking compatibility.
  66. * If members are added or deleted qib_statnames[] in qib_fs.c must
  67. * change to match.
  68. */
  69. struct qlogic_ib_stats {
  70. __u64 sps_ints; /* number of interrupts handled */
  71. __u64 sps_errints; /* number of error interrupts */
  72. __u64 sps_txerrs; /* tx-related packet errors */
  73. __u64 sps_rcverrs; /* non-crc rcv packet errors */
  74. __u64 sps_hwerrs; /* hardware errors reported (parity, etc.) */
  75. __u64 sps_nopiobufs; /* no pio bufs avail from kernel */
  76. __u64 sps_ctxts; /* number of contexts currently open */
  77. __u64 sps_lenerrs; /* number of kernel packets where RHF != LRH len */
  78. __u64 sps_buffull;
  79. __u64 sps_hdrfull;
  80. };
  81. extern struct qlogic_ib_stats qib_stats;
  82. extern struct pci_error_handlers qib_pci_err_handler;
  83. extern struct pci_driver qib_driver;
  84. #define QIB_CHIP_SWVERSION QIB_CHIP_VERS_MAJ
  85. /*
  86. * First-cut critierion for "device is active" is
  87. * two thousand dwords combined Tx, Rx traffic per
  88. * 5-second interval. SMA packets are 64 dwords,
  89. * and occur "a few per second", presumably each way.
  90. */
  91. #define QIB_TRAFFIC_ACTIVE_THRESHOLD (2000)
  92. /*
  93. * Struct used to indicate which errors are logged in each of the
  94. * error-counters that are logged to EEPROM. A counter is incremented
  95. * _once_ (saturating at 255) for each event with any bits set in
  96. * the error or hwerror register masks below.
  97. */
  98. #define QIB_EEP_LOG_CNT (4)
  99. struct qib_eep_log_mask {
  100. u64 errs_to_log;
  101. u64 hwerrs_to_log;
  102. };
  103. /*
  104. * Below contains all data related to a single context (formerly called port).
  105. */
  106. struct qib_ctxtdata {
  107. void **rcvegrbuf;
  108. dma_addr_t *rcvegrbuf_phys;
  109. /* rcvhdrq base, needs mmap before useful */
  110. void *rcvhdrq;
  111. /* kernel virtual address where hdrqtail is updated */
  112. void *rcvhdrtail_kvaddr;
  113. /*
  114. * temp buffer for expected send setup, allocated at open, instead
  115. * of each setup call
  116. */
  117. void *tid_pg_list;
  118. /*
  119. * Shared page for kernel to signal user processes that send buffers
  120. * need disarming. The process should call QIB_CMD_DISARM_BUFS
  121. * or QIB_CMD_ACK_EVENT with IPATH_EVENT_DISARM_BUFS set.
  122. */
  123. unsigned long *user_event_mask;
  124. /* when waiting for rcv or pioavail */
  125. wait_queue_head_t wait;
  126. /*
  127. * rcvegr bufs base, physical, must fit
  128. * in 44 bits so 32 bit programs mmap64 44 bit works)
  129. */
  130. dma_addr_t rcvegr_phys;
  131. /* mmap of hdrq, must fit in 44 bits */
  132. dma_addr_t rcvhdrq_phys;
  133. dma_addr_t rcvhdrqtailaddr_phys;
  134. /*
  135. * number of opens (including slave sub-contexts) on this instance
  136. * (ignoring forks, dup, etc. for now)
  137. */
  138. int cnt;
  139. /*
  140. * how much space to leave at start of eager TID entries for
  141. * protocol use, on each TID
  142. */
  143. /* instead of calculating it */
  144. unsigned ctxt;
  145. /* non-zero if ctxt is being shared. */
  146. u16 subctxt_cnt;
  147. /* non-zero if ctxt is being shared. */
  148. u16 subctxt_id;
  149. /* number of eager TID entries. */
  150. u16 rcvegrcnt;
  151. /* index of first eager TID entry. */
  152. u16 rcvegr_tid_base;
  153. /* number of pio bufs for this ctxt (all procs, if shared) */
  154. u32 piocnt;
  155. /* first pio buffer for this ctxt */
  156. u32 pio_base;
  157. /* chip offset of PIO buffers for this ctxt */
  158. u32 piobufs;
  159. /* how many alloc_pages() chunks in rcvegrbuf_pages */
  160. u32 rcvegrbuf_chunks;
  161. /* how many egrbufs per chunk */
  162. u32 rcvegrbufs_perchunk;
  163. /* order for rcvegrbuf_pages */
  164. size_t rcvegrbuf_size;
  165. /* rcvhdrq size (for freeing) */
  166. size_t rcvhdrq_size;
  167. /* per-context flags for fileops/intr communication */
  168. unsigned long flag;
  169. /* next expected TID to check when looking for free */
  170. u32 tidcursor;
  171. /* WAIT_RCV that timed out, no interrupt */
  172. u32 rcvwait_to;
  173. /* WAIT_PIO that timed out, no interrupt */
  174. u32 piowait_to;
  175. /* WAIT_RCV already happened, no wait */
  176. u32 rcvnowait;
  177. /* WAIT_PIO already happened, no wait */
  178. u32 pionowait;
  179. /* total number of polled urgent packets */
  180. u32 urgent;
  181. /* saved total number of polled urgent packets for poll edge trigger */
  182. u32 urgent_poll;
  183. /* pid of process using this ctxt */
  184. pid_t pid;
  185. pid_t subpid[QLOGIC_IB_MAX_SUBCTXT];
  186. /* same size as task_struct .comm[], command that opened context */
  187. char comm[16];
  188. /* pkeys set by this use of this ctxt */
  189. u16 pkeys[4];
  190. /* so file ops can get at unit */
  191. struct qib_devdata *dd;
  192. /* so funcs that need physical port can get it easily */
  193. struct qib_pportdata *ppd;
  194. /* A page of memory for rcvhdrhead, rcvegrhead, rcvegrtail * N */
  195. void *subctxt_uregbase;
  196. /* An array of pages for the eager receive buffers * N */
  197. void *subctxt_rcvegrbuf;
  198. /* An array of pages for the eager header queue entries * N */
  199. void *subctxt_rcvhdr_base;
  200. /* The version of the library which opened this ctxt */
  201. u32 userversion;
  202. /* Bitmask of active slaves */
  203. u32 active_slaves;
  204. /* Type of packets or conditions we want to poll for */
  205. u16 poll_type;
  206. /* receive packet sequence counter */
  207. u8 seq_cnt;
  208. u8 redirect_seq_cnt;
  209. /* ctxt rcvhdrq head offset */
  210. u32 head;
  211. u32 pkt_count;
  212. /* QPs waiting for context processing */
  213. struct list_head qp_wait_list;
  214. };
  215. struct qib_sge_state;
  216. struct qib_sdma_txreq {
  217. int flags;
  218. int sg_count;
  219. dma_addr_t addr;
  220. void (*callback)(struct qib_sdma_txreq *, int);
  221. u16 start_idx; /* sdma private */
  222. u16 next_descq_idx; /* sdma private */
  223. struct list_head list; /* sdma private */
  224. };
  225. struct qib_sdma_desc {
  226. __le64 qw[2];
  227. };
  228. struct qib_verbs_txreq {
  229. struct qib_sdma_txreq txreq;
  230. struct qib_qp *qp;
  231. struct qib_swqe *wqe;
  232. u32 dwords;
  233. u16 hdr_dwords;
  234. u16 hdr_inx;
  235. struct qib_pio_header *align_buf;
  236. struct qib_mregion *mr;
  237. struct qib_sge_state *ss;
  238. };
  239. #define QIB_SDMA_TXREQ_F_USELARGEBUF 0x1
  240. #define QIB_SDMA_TXREQ_F_HEADTOHOST 0x2
  241. #define QIB_SDMA_TXREQ_F_INTREQ 0x4
  242. #define QIB_SDMA_TXREQ_F_FREEBUF 0x8
  243. #define QIB_SDMA_TXREQ_F_FREEDESC 0x10
  244. #define QIB_SDMA_TXREQ_S_OK 0
  245. #define QIB_SDMA_TXREQ_S_SENDERROR 1
  246. #define QIB_SDMA_TXREQ_S_ABORTED 2
  247. #define QIB_SDMA_TXREQ_S_SHUTDOWN 3
  248. /*
  249. * Get/Set IB link-level config parameters for f_get/set_ib_cfg()
  250. * Mostly for MADs that set or query link parameters, also ipath
  251. * config interfaces
  252. */
  253. #define QIB_IB_CFG_LIDLMC 0 /* LID (LS16b) and Mask (MS16b) */
  254. #define QIB_IB_CFG_LWID_ENB 2 /* allowed Link-width */
  255. #define QIB_IB_CFG_LWID 3 /* currently active Link-width */
  256. #define QIB_IB_CFG_SPD_ENB 4 /* allowed Link speeds */
  257. #define QIB_IB_CFG_SPD 5 /* current Link spd */
  258. #define QIB_IB_CFG_RXPOL_ENB 6 /* Auto-RX-polarity enable */
  259. #define QIB_IB_CFG_LREV_ENB 7 /* Auto-Lane-reversal enable */
  260. #define QIB_IB_CFG_LINKLATENCY 8 /* Link Latency (IB1.2 only) */
  261. #define QIB_IB_CFG_HRTBT 9 /* IB heartbeat off/enable/auto; DDR/QDR only */
  262. #define QIB_IB_CFG_OP_VLS 10 /* operational VLs */
  263. #define QIB_IB_CFG_VL_HIGH_CAP 11 /* num of VL high priority weights */
  264. #define QIB_IB_CFG_VL_LOW_CAP 12 /* num of VL low priority weights */
  265. #define QIB_IB_CFG_OVERRUN_THRESH 13 /* IB overrun threshold */
  266. #define QIB_IB_CFG_PHYERR_THRESH 14 /* IB PHY error threshold */
  267. #define QIB_IB_CFG_LINKDEFAULT 15 /* IB link default (sleep/poll) */
  268. #define QIB_IB_CFG_PKEYS 16 /* update partition keys */
  269. #define QIB_IB_CFG_MTU 17 /* update MTU in IBC */
  270. #define QIB_IB_CFG_LSTATE 18 /* update linkcmd and linkinitcmd in IBC */
  271. #define QIB_IB_CFG_VL_HIGH_LIMIT 19
  272. #define QIB_IB_CFG_PMA_TICKS 20 /* PMA sample tick resolution */
  273. #define QIB_IB_CFG_PORT 21 /* switch port we are connected to */
  274. /*
  275. * for CFG_LSTATE: LINKCMD in upper 16 bits, LINKINITCMD in lower 16
  276. * IB_LINKINITCMD_POLL and SLEEP are also used as set/get values for
  277. * QIB_IB_CFG_LINKDEFAULT cmd
  278. */
  279. #define IB_LINKCMD_DOWN (0 << 16)
  280. #define IB_LINKCMD_ARMED (1 << 16)
  281. #define IB_LINKCMD_ACTIVE (2 << 16)
  282. #define IB_LINKINITCMD_NOP 0
  283. #define IB_LINKINITCMD_POLL 1
  284. #define IB_LINKINITCMD_SLEEP 2
  285. #define IB_LINKINITCMD_DISABLE 3
  286. /*
  287. * valid states passed to qib_set_linkstate() user call
  288. */
  289. #define QIB_IB_LINKDOWN 0
  290. #define QIB_IB_LINKARM 1
  291. #define QIB_IB_LINKACTIVE 2
  292. #define QIB_IB_LINKDOWN_ONLY 3
  293. #define QIB_IB_LINKDOWN_SLEEP 4
  294. #define QIB_IB_LINKDOWN_DISABLE 5
  295. /*
  296. * These 7 values (SDR, DDR, and QDR may be ORed for auto-speed
  297. * negotiation) are used for the 3rd argument to path_f_set_ib_cfg
  298. * with cmd QIB_IB_CFG_SPD_ENB, by direct calls or via sysfs. They
  299. * are also the the possible values for qib_link_speed_enabled and active
  300. * The values were chosen to match values used within the IB spec.
  301. */
  302. #define QIB_IB_SDR 1
  303. #define QIB_IB_DDR 2
  304. #define QIB_IB_QDR 4
  305. #define QIB_DEFAULT_MTU 4096
  306. /* max number of IB ports supported per HCA */
  307. #define QIB_MAX_IB_PORTS 2
  308. /*
  309. * Possible IB config parameters for f_get/set_ib_table()
  310. */
  311. #define QIB_IB_TBL_VL_HIGH_ARB 1 /* Get/set VL high priority weights */
  312. #define QIB_IB_TBL_VL_LOW_ARB 2 /* Get/set VL low priority weights */
  313. /*
  314. * Possible "operations" for f_rcvctrl(ppd, op, ctxt)
  315. * these are bits so they can be combined, e.g.
  316. * QIB_RCVCTRL_INTRAVAIL_ENB | QIB_RCVCTRL_CTXT_ENB
  317. */
  318. #define QIB_RCVCTRL_TAILUPD_ENB 0x01
  319. #define QIB_RCVCTRL_TAILUPD_DIS 0x02
  320. #define QIB_RCVCTRL_CTXT_ENB 0x04
  321. #define QIB_RCVCTRL_CTXT_DIS 0x08
  322. #define QIB_RCVCTRL_INTRAVAIL_ENB 0x10
  323. #define QIB_RCVCTRL_INTRAVAIL_DIS 0x20
  324. #define QIB_RCVCTRL_PKEY_ENB 0x40 /* Note, default is enabled */
  325. #define QIB_RCVCTRL_PKEY_DIS 0x80
  326. #define QIB_RCVCTRL_BP_ENB 0x0100
  327. #define QIB_RCVCTRL_BP_DIS 0x0200
  328. #define QIB_RCVCTRL_TIDFLOW_ENB 0x0400
  329. #define QIB_RCVCTRL_TIDFLOW_DIS 0x0800
  330. /*
  331. * Possible "operations" for f_sendctrl(ppd, op, var)
  332. * these are bits so they can be combined, e.g.
  333. * QIB_SENDCTRL_BUFAVAIL_ENB | QIB_SENDCTRL_ENB
  334. * Some operations (e.g. DISARM, ABORT) are known to
  335. * be "one-shot", so do not modify shadow.
  336. */
  337. #define QIB_SENDCTRL_DISARM (0x1000)
  338. #define QIB_SENDCTRL_DISARM_BUF(bufn) ((bufn) | QIB_SENDCTRL_DISARM)
  339. /* available (0x2000) */
  340. #define QIB_SENDCTRL_AVAIL_DIS (0x4000)
  341. #define QIB_SENDCTRL_AVAIL_ENB (0x8000)
  342. #define QIB_SENDCTRL_AVAIL_BLIP (0x10000)
  343. #define QIB_SENDCTRL_SEND_DIS (0x20000)
  344. #define QIB_SENDCTRL_SEND_ENB (0x40000)
  345. #define QIB_SENDCTRL_FLUSH (0x80000)
  346. #define QIB_SENDCTRL_CLEAR (0x100000)
  347. #define QIB_SENDCTRL_DISARM_ALL (0x200000)
  348. /*
  349. * These are the generic indices for requesting per-port
  350. * counter values via the f_portcntr function. They
  351. * are always returned as 64 bit values, although most
  352. * are 32 bit counters.
  353. */
  354. /* send-related counters */
  355. #define QIBPORTCNTR_PKTSEND 0U
  356. #define QIBPORTCNTR_WORDSEND 1U
  357. #define QIBPORTCNTR_PSXMITDATA 2U
  358. #define QIBPORTCNTR_PSXMITPKTS 3U
  359. #define QIBPORTCNTR_PSXMITWAIT 4U
  360. #define QIBPORTCNTR_SENDSTALL 5U
  361. /* receive-related counters */
  362. #define QIBPORTCNTR_PKTRCV 6U
  363. #define QIBPORTCNTR_PSRCVDATA 7U
  364. #define QIBPORTCNTR_PSRCVPKTS 8U
  365. #define QIBPORTCNTR_RCVEBP 9U
  366. #define QIBPORTCNTR_RCVOVFL 10U
  367. #define QIBPORTCNTR_WORDRCV 11U
  368. /* IB link related error counters */
  369. #define QIBPORTCNTR_RXLOCALPHYERR 12U
  370. #define QIBPORTCNTR_RXVLERR 13U
  371. #define QIBPORTCNTR_ERRICRC 14U
  372. #define QIBPORTCNTR_ERRVCRC 15U
  373. #define QIBPORTCNTR_ERRLPCRC 16U
  374. #define QIBPORTCNTR_BADFORMAT 17U
  375. #define QIBPORTCNTR_ERR_RLEN 18U
  376. #define QIBPORTCNTR_IBSYMBOLERR 19U
  377. #define QIBPORTCNTR_INVALIDRLEN 20U
  378. #define QIBPORTCNTR_UNSUPVL 21U
  379. #define QIBPORTCNTR_EXCESSBUFOVFL 22U
  380. #define QIBPORTCNTR_ERRLINK 23U
  381. #define QIBPORTCNTR_IBLINKDOWN 24U
  382. #define QIBPORTCNTR_IBLINKERRRECOV 25U
  383. #define QIBPORTCNTR_LLI 26U
  384. /* other error counters */
  385. #define QIBPORTCNTR_RXDROPPKT 27U
  386. #define QIBPORTCNTR_VL15PKTDROP 28U
  387. #define QIBPORTCNTR_ERRPKEY 29U
  388. #define QIBPORTCNTR_KHDROVFL 30U
  389. /* sampling counters (these are actually control registers) */
  390. #define QIBPORTCNTR_PSINTERVAL 31U
  391. #define QIBPORTCNTR_PSSTART 32U
  392. #define QIBPORTCNTR_PSSTAT 33U
  393. /* how often we check for packet activity for "power on hours (in seconds) */
  394. #define ACTIVITY_TIMER 5
  395. /* Below is an opaque struct. Each chip (device) can maintain
  396. * private data needed for its operation, but not germane to the
  397. * rest of the driver. For convenience, we define another that
  398. * is chip-specific, per-port
  399. */
  400. struct qib_chip_specific;
  401. struct qib_chipport_specific;
  402. enum qib_sdma_states {
  403. qib_sdma_state_s00_hw_down,
  404. qib_sdma_state_s10_hw_start_up_wait,
  405. qib_sdma_state_s20_idle,
  406. qib_sdma_state_s30_sw_clean_up_wait,
  407. qib_sdma_state_s40_hw_clean_up_wait,
  408. qib_sdma_state_s50_hw_halt_wait,
  409. qib_sdma_state_s99_running,
  410. };
  411. enum qib_sdma_events {
  412. qib_sdma_event_e00_go_hw_down,
  413. qib_sdma_event_e10_go_hw_start,
  414. qib_sdma_event_e20_hw_started,
  415. qib_sdma_event_e30_go_running,
  416. qib_sdma_event_e40_sw_cleaned,
  417. qib_sdma_event_e50_hw_cleaned,
  418. qib_sdma_event_e60_hw_halted,
  419. qib_sdma_event_e70_go_idle,
  420. qib_sdma_event_e7220_err_halted,
  421. qib_sdma_event_e7322_err_halted,
  422. qib_sdma_event_e90_timer_tick,
  423. };
  424. extern char *qib_sdma_state_names[];
  425. extern char *qib_sdma_event_names[];
  426. struct sdma_set_state_action {
  427. unsigned op_enable:1;
  428. unsigned op_intenable:1;
  429. unsigned op_halt:1;
  430. unsigned op_drain:1;
  431. unsigned go_s99_running_tofalse:1;
  432. unsigned go_s99_running_totrue:1;
  433. };
  434. struct qib_sdma_state {
  435. struct kref kref;
  436. struct completion comp;
  437. enum qib_sdma_states current_state;
  438. struct sdma_set_state_action *set_state_action;
  439. unsigned current_op;
  440. unsigned go_s99_running;
  441. unsigned first_sendbuf;
  442. unsigned last_sendbuf; /* really last +1 */
  443. /* debugging/devel */
  444. enum qib_sdma_states previous_state;
  445. unsigned previous_op;
  446. enum qib_sdma_events last_event;
  447. };
  448. struct xmit_wait {
  449. struct timer_list timer;
  450. u64 counter;
  451. u8 flags;
  452. struct cache {
  453. u64 psxmitdata;
  454. u64 psrcvdata;
  455. u64 psxmitpkts;
  456. u64 psrcvpkts;
  457. u64 psxmitwait;
  458. } counter_cache;
  459. };
  460. /*
  461. * The structure below encapsulates data relevant to a physical IB Port.
  462. * Current chips support only one such port, but the separation
  463. * clarifies things a bit. Note that to conform to IB conventions,
  464. * port-numbers are one-based. The first or only port is port1.
  465. */
  466. struct qib_pportdata {
  467. struct qib_ibport ibport_data;
  468. struct qib_devdata *dd;
  469. struct qib_chippport_specific *cpspec; /* chip-specific per-port */
  470. struct kobject pport_kobj;
  471. struct kobject sl2vl_kobj;
  472. struct kobject diagc_kobj;
  473. /* GUID for this interface, in network order */
  474. __be64 guid;
  475. /* QIB_POLL, etc. link-state specific flags, per port */
  476. u32 lflags;
  477. /* qib_lflags driver is waiting for */
  478. u32 state_wanted;
  479. spinlock_t lflags_lock;
  480. /* number of (port-specific) interrupts for this port -- saturates... */
  481. u32 int_counter;
  482. /* ref count for each pkey */
  483. atomic_t pkeyrefs[4];
  484. /*
  485. * this address is mapped readonly into user processes so they can
  486. * get status cheaply, whenever they want. One qword of status per port
  487. */
  488. u64 *statusp;
  489. /* SendDMA related entries */
  490. spinlock_t sdma_lock;
  491. struct qib_sdma_state sdma_state;
  492. unsigned long sdma_buf_jiffies;
  493. struct qib_sdma_desc *sdma_descq;
  494. u64 sdma_descq_added;
  495. u64 sdma_descq_removed;
  496. u16 sdma_descq_cnt;
  497. u16 sdma_descq_tail;
  498. u16 sdma_descq_head;
  499. u16 sdma_next_intr;
  500. u16 sdma_reset_wait;
  501. u8 sdma_generation;
  502. struct tasklet_struct sdma_sw_clean_up_task;
  503. struct list_head sdma_activelist;
  504. dma_addr_t sdma_descq_phys;
  505. volatile __le64 *sdma_head_dma; /* DMA'ed by chip */
  506. dma_addr_t sdma_head_phys;
  507. wait_queue_head_t state_wait; /* for state_wanted */
  508. /* HoL blocking for SMP replies */
  509. unsigned hol_state;
  510. struct timer_list hol_timer;
  511. /*
  512. * Shadow copies of registers; size indicates read access size.
  513. * Most of them are readonly, but some are write-only register,
  514. * where we manipulate the bits in the shadow copy, and then write
  515. * the shadow copy to qlogic_ib.
  516. *
  517. * We deliberately make most of these 32 bits, since they have
  518. * restricted range. For any that we read, we won't to generate 32
  519. * bit accesses, since Opteron will generate 2 separate 32 bit HT
  520. * transactions for a 64 bit read, and we want to avoid unnecessary
  521. * bus transactions.
  522. */
  523. /* This is the 64 bit group */
  524. /* last ibcstatus. opaque outside chip-specific code */
  525. u64 lastibcstat;
  526. /* these are the "32 bit" regs */
  527. /*
  528. * the following two are 32-bit bitmasks, but {test,clear,set}_bit
  529. * all expect bit fields to be "unsigned long"
  530. */
  531. unsigned long p_rcvctrl; /* shadow per-port rcvctrl */
  532. unsigned long p_sendctrl; /* shadow per-port sendctrl */
  533. u32 ibmtu; /* The MTU programmed for this unit */
  534. /*
  535. * Current max size IB packet (in bytes) including IB headers, that
  536. * we can send. Changes when ibmtu changes.
  537. */
  538. u32 ibmaxlen;
  539. /*
  540. * ibmaxlen at init time, limited by chip and by receive buffer
  541. * size. Not changed after init.
  542. */
  543. u32 init_ibmaxlen;
  544. /* LID programmed for this instance */
  545. u16 lid;
  546. /* list of pkeys programmed; 0 if not set */
  547. u16 pkeys[4];
  548. /* LID mask control */
  549. u8 lmc;
  550. u8 link_width_supported;
  551. u8 link_speed_supported;
  552. u8 link_width_enabled;
  553. u8 link_speed_enabled;
  554. u8 link_width_active;
  555. u8 link_speed_active;
  556. u8 vls_supported;
  557. u8 vls_operational;
  558. /* Rx Polarity inversion (compensate for ~tx on partner) */
  559. u8 rx_pol_inv;
  560. u8 hw_pidx; /* physical port index */
  561. u8 port; /* IB port number and index into dd->pports - 1 */
  562. u8 delay_mult;
  563. /* used to override LED behavior */
  564. u8 led_override; /* Substituted for normal value, if non-zero */
  565. u16 led_override_timeoff; /* delta to next timer event */
  566. u8 led_override_vals[2]; /* Alternates per blink-frame */
  567. u8 led_override_phase; /* Just counts, LSB picks from vals[] */
  568. atomic_t led_override_timer_active;
  569. /* Used to flash LEDs in override mode */
  570. struct timer_list led_override_timer;
  571. struct xmit_wait cong_stats;
  572. struct timer_list symerr_clear_timer;
  573. };
  574. /* Observers. Not to be taken lightly, possibly not to ship. */
  575. /*
  576. * If a diag read or write is to (bottom <= offset <= top),
  577. * the "hoook" is called, allowing, e.g. shadows to be
  578. * updated in sync with the driver. struct diag_observer
  579. * is the "visible" part.
  580. */
  581. struct diag_observer;
  582. typedef int (*diag_hook) (struct qib_devdata *dd,
  583. const struct diag_observer *op,
  584. u32 offs, u64 *data, u64 mask, int only_32);
  585. struct diag_observer {
  586. diag_hook hook;
  587. u32 bottom;
  588. u32 top;
  589. };
  590. extern int qib_register_observer(struct qib_devdata *dd,
  591. const struct diag_observer *op);
  592. /* Only declared here, not defined. Private to diags */
  593. struct diag_observer_list_elt;
  594. /* device data struct now contains only "general per-device" info.
  595. * fields related to a physical IB port are in a qib_pportdata struct,
  596. * described above) while fields only used by a particular chip-type are in
  597. * a qib_chipdata struct, whose contents are opaque to this file.
  598. */
  599. struct qib_devdata {
  600. struct qib_ibdev verbs_dev; /* must be first */
  601. struct list_head list;
  602. /* pointers to related structs for this device */
  603. /* pci access data structure */
  604. struct pci_dev *pcidev;
  605. struct cdev *user_cdev;
  606. struct cdev *diag_cdev;
  607. struct device *user_device;
  608. struct device *diag_device;
  609. /* mem-mapped pointer to base of chip regs */
  610. u64 __iomem *kregbase;
  611. /* end of mem-mapped chip space excluding sendbuf and user regs */
  612. u64 __iomem *kregend;
  613. /* physical address of chip for io_remap, etc. */
  614. resource_size_t physaddr;
  615. /* qib_cfgctxts pointers */
  616. struct qib_ctxtdata **rcd; /* Receive Context Data */
  617. /* qib_pportdata, points to array of (physical) port-specific
  618. * data structs, indexed by pidx (0..n-1)
  619. */
  620. struct qib_pportdata *pport;
  621. struct qib_chip_specific *cspec; /* chip-specific */
  622. /* kvirt address of 1st 2k pio buffer */
  623. void __iomem *pio2kbase;
  624. /* kvirt address of 1st 4k pio buffer */
  625. void __iomem *pio4kbase;
  626. /* mem-mapped pointer to base of PIO buffers (if using WC PAT) */
  627. void __iomem *piobase;
  628. /* mem-mapped pointer to base of user chip regs (if using WC PAT) */
  629. u64 __iomem *userbase;
  630. void __iomem *piovl15base; /* base of VL15 buffers, if not WC */
  631. /*
  632. * points to area where PIOavail registers will be DMA'ed.
  633. * Has to be on a page of it's own, because the page will be
  634. * mapped into user program space. This copy is *ONLY* ever
  635. * written by DMA, not by the driver! Need a copy per device
  636. * when we get to multiple devices
  637. */
  638. volatile __le64 *pioavailregs_dma; /* DMA'ed by chip */
  639. /* physical address where updates occur */
  640. dma_addr_t pioavailregs_phys;
  641. /* device-specific implementations of functions needed by
  642. * common code. Contrary to previous consensus, we can't
  643. * really just point to a device-specific table, because we
  644. * may need to "bend", e.g. *_f_put_tid
  645. */
  646. /* fallback to alternate interrupt type if possible */
  647. int (*f_intr_fallback)(struct qib_devdata *);
  648. /* hard reset chip */
  649. int (*f_reset)(struct qib_devdata *);
  650. void (*f_quiet_serdes)(struct qib_pportdata *);
  651. int (*f_bringup_serdes)(struct qib_pportdata *);
  652. int (*f_early_init)(struct qib_devdata *);
  653. void (*f_clear_tids)(struct qib_devdata *, struct qib_ctxtdata *);
  654. void (*f_put_tid)(struct qib_devdata *, u64 __iomem*,
  655. u32, unsigned long);
  656. void (*f_cleanup)(struct qib_devdata *);
  657. void (*f_setextled)(struct qib_pportdata *, u32);
  658. /* fill out chip-specific fields */
  659. int (*f_get_base_info)(struct qib_ctxtdata *, struct qib_base_info *);
  660. /* free irq */
  661. void (*f_free_irq)(struct qib_devdata *);
  662. struct qib_message_header *(*f_get_msgheader)
  663. (struct qib_devdata *, __le32 *);
  664. void (*f_config_ctxts)(struct qib_devdata *);
  665. int (*f_get_ib_cfg)(struct qib_pportdata *, int);
  666. int (*f_set_ib_cfg)(struct qib_pportdata *, int, u32);
  667. int (*f_set_ib_loopback)(struct qib_pportdata *, const char *);
  668. int (*f_get_ib_table)(struct qib_pportdata *, int, void *);
  669. int (*f_set_ib_table)(struct qib_pportdata *, int, void *);
  670. u32 (*f_iblink_state)(u64);
  671. u8 (*f_ibphys_portstate)(u64);
  672. void (*f_xgxs_reset)(struct qib_pportdata *);
  673. /* per chip actions needed for IB Link up/down changes */
  674. int (*f_ib_updown)(struct qib_pportdata *, int, u64);
  675. u32 __iomem *(*f_getsendbuf)(struct qib_pportdata *, u64, u32 *);
  676. /* Read/modify/write of GPIO pins (potentially chip-specific */
  677. int (*f_gpio_mod)(struct qib_devdata *dd, u32 out, u32 dir,
  678. u32 mask);
  679. /* Enable writes to config EEPROM (if supported) */
  680. int (*f_eeprom_wen)(struct qib_devdata *dd, int wen);
  681. /*
  682. * modify rcvctrl shadow[s] and write to appropriate chip-regs.
  683. * see above QIB_RCVCTRL_xxx_ENB/DIS for operations.
  684. * (ctxt == -1) means "all contexts", only meaningful for
  685. * clearing. Could remove if chip_spec shutdown properly done.
  686. */
  687. void (*f_rcvctrl)(struct qib_pportdata *, unsigned int op,
  688. int ctxt);
  689. /* Read/modify/write sendctrl appropriately for op and port. */
  690. void (*f_sendctrl)(struct qib_pportdata *, u32 op);
  691. void (*f_set_intr_state)(struct qib_devdata *, u32);
  692. void (*f_set_armlaunch)(struct qib_devdata *, u32);
  693. void (*f_wantpiobuf_intr)(struct qib_devdata *, u32);
  694. int (*f_late_initreg)(struct qib_devdata *);
  695. int (*f_init_sdma_regs)(struct qib_pportdata *);
  696. u16 (*f_sdma_gethead)(struct qib_pportdata *);
  697. int (*f_sdma_busy)(struct qib_pportdata *);
  698. void (*f_sdma_update_tail)(struct qib_pportdata *, u16);
  699. void (*f_sdma_set_desc_cnt)(struct qib_pportdata *, unsigned);
  700. void (*f_sdma_sendctrl)(struct qib_pportdata *, unsigned);
  701. void (*f_sdma_hw_clean_up)(struct qib_pportdata *);
  702. void (*f_sdma_hw_start_up)(struct qib_pportdata *);
  703. void (*f_sdma_init_early)(struct qib_pportdata *);
  704. void (*f_set_cntr_sample)(struct qib_pportdata *, u32, u32);
  705. void (*f_update_usrhead)(struct qib_ctxtdata *, u64, u32, u32, u32);
  706. u32 (*f_hdrqempty)(struct qib_ctxtdata *);
  707. u64 (*f_portcntr)(struct qib_pportdata *, u32);
  708. u32 (*f_read_cntrs)(struct qib_devdata *, loff_t, char **,
  709. u64 **);
  710. u32 (*f_read_portcntrs)(struct qib_devdata *, loff_t, u32,
  711. char **, u64 **);
  712. u32 (*f_setpbc_control)(struct qib_pportdata *, u32, u8, u8);
  713. void (*f_initvl15_bufs)(struct qib_devdata *);
  714. void (*f_init_ctxt)(struct qib_ctxtdata *);
  715. void (*f_txchk_change)(struct qib_devdata *, u32, u32, u32,
  716. struct qib_ctxtdata *);
  717. void (*f_writescratch)(struct qib_devdata *, u32);
  718. int (*f_tempsense_rd)(struct qib_devdata *, int regnum);
  719. char *boardname; /* human readable board info */
  720. /* template for writing TIDs */
  721. u64 tidtemplate;
  722. /* value to write to free TIDs */
  723. u64 tidinvalid;
  724. /* number of registers used for pioavail */
  725. u32 pioavregs;
  726. /* device (not port) flags, basically device capabilities */
  727. u32 flags;
  728. /* last buffer for user use */
  729. u32 lastctxt_piobuf;
  730. /* saturating counter of (non-port-specific) device interrupts */
  731. u32 int_counter;
  732. /* pio bufs allocated per ctxt */
  733. u32 pbufsctxt;
  734. /* if remainder on bufs/ctxt, ctxts < extrabuf get 1 extra */
  735. u32 ctxts_extrabuf;
  736. /*
  737. * number of ctxts configured as max; zero is set to number chip
  738. * supports, less gives more pio bufs/ctxt, etc.
  739. */
  740. u32 cfgctxts;
  741. /*
  742. * hint that we should update pioavailshadow before
  743. * looking for a PIO buffer
  744. */
  745. u32 upd_pio_shadow;
  746. /* internal debugging stats */
  747. u32 maxpkts_call;
  748. u32 avgpkts_call;
  749. u64 nopiobufs;
  750. /* PCI Vendor ID (here for NodeInfo) */
  751. u16 vendorid;
  752. /* PCI Device ID (here for NodeInfo) */
  753. u16 deviceid;
  754. /* for write combining settings */
  755. unsigned long wc_cookie;
  756. unsigned long wc_base;
  757. unsigned long wc_len;
  758. /* shadow copy of struct page *'s for exp tid pages */
  759. struct page **pageshadow;
  760. /* shadow copy of dma handles for exp tid pages */
  761. dma_addr_t *physshadow;
  762. u64 __iomem *egrtidbase;
  763. spinlock_t sendctrl_lock; /* protect changes to sendctrl shadow */
  764. /* around rcd and (user ctxts) ctxt_cnt use (intr vs free) */
  765. spinlock_t uctxt_lock; /* rcd and user context changes */
  766. /*
  767. * per unit status, see also portdata statusp
  768. * mapped readonly into user processes so they can get unit and
  769. * IB link status cheaply
  770. */
  771. u64 *devstatusp;
  772. char *freezemsg; /* freeze msg if hw error put chip in freeze */
  773. u32 freezelen; /* max length of freezemsg */
  774. /* timer used to prevent stats overflow, error throttling, etc. */
  775. struct timer_list stats_timer;
  776. /* timer to verify interrupts work, and fallback if possible */
  777. struct timer_list intrchk_timer;
  778. unsigned long ureg_align; /* user register alignment */
  779. /*
  780. * Protects pioavailshadow, pioavailkernel, pio_need_disarm, and
  781. * pio_writing.
  782. */
  783. spinlock_t pioavail_lock;
  784. /*
  785. * Shadow copies of registers; size indicates read access size.
  786. * Most of them are readonly, but some are write-only register,
  787. * where we manipulate the bits in the shadow copy, and then write
  788. * the shadow copy to qlogic_ib.
  789. *
  790. * We deliberately make most of these 32 bits, since they have
  791. * restricted range. For any that we read, we won't to generate 32
  792. * bit accesses, since Opteron will generate 2 separate 32 bit HT
  793. * transactions for a 64 bit read, and we want to avoid unnecessary
  794. * bus transactions.
  795. */
  796. /* This is the 64 bit group */
  797. unsigned long pioavailshadow[6];
  798. /* bitmap of send buffers available for the kernel to use with PIO. */
  799. unsigned long pioavailkernel[6];
  800. /* bitmap of send buffers which need to be disarmed. */
  801. unsigned long pio_need_disarm[3];
  802. /* bitmap of send buffers which are being written to. */
  803. unsigned long pio_writing[3];
  804. /* kr_revision shadow */
  805. u64 revision;
  806. /* Base GUID for device (from eeprom, network order) */
  807. __be64 base_guid;
  808. /*
  809. * kr_sendpiobufbase value (chip offset of pio buffers), and the
  810. * base of the 2KB buffer s(user processes only use 2K)
  811. */
  812. u64 piobufbase;
  813. u32 pio2k_bufbase;
  814. /* these are the "32 bit" regs */
  815. /* number of GUIDs in the flash for this interface */
  816. u32 nguid;
  817. /*
  818. * the following two are 32-bit bitmasks, but {test,clear,set}_bit
  819. * all expect bit fields to be "unsigned long"
  820. */
  821. unsigned long rcvctrl; /* shadow per device rcvctrl */
  822. unsigned long sendctrl; /* shadow per device sendctrl */
  823. /* value we put in kr_rcvhdrcnt */
  824. u32 rcvhdrcnt;
  825. /* value we put in kr_rcvhdrsize */
  826. u32 rcvhdrsize;
  827. /* value we put in kr_rcvhdrentsize */
  828. u32 rcvhdrentsize;
  829. /* kr_ctxtcnt value */
  830. u32 ctxtcnt;
  831. /* kr_pagealign value */
  832. u32 palign;
  833. /* number of "2KB" PIO buffers */
  834. u32 piobcnt2k;
  835. /* size in bytes of "2KB" PIO buffers */
  836. u32 piosize2k;
  837. /* max usable size in dwords of a "2KB" PIO buffer before going "4KB" */
  838. u32 piosize2kmax_dwords;
  839. /* number of "4KB" PIO buffers */
  840. u32 piobcnt4k;
  841. /* size in bytes of "4KB" PIO buffers */
  842. u32 piosize4k;
  843. /* kr_rcvegrbase value */
  844. u32 rcvegrbase;
  845. /* kr_rcvtidbase value */
  846. u32 rcvtidbase;
  847. /* kr_rcvtidcnt value */
  848. u32 rcvtidcnt;
  849. /* kr_userregbase */
  850. u32 uregbase;
  851. /* shadow the control register contents */
  852. u32 control;
  853. /* chip address space used by 4k pio buffers */
  854. u32 align4k;
  855. /* size of each rcvegrbuffer */
  856. u32 rcvegrbufsize;
  857. /* localbus width (1, 2,4,8,16,32) from config space */
  858. u32 lbus_width;
  859. /* localbus speed in MHz */
  860. u32 lbus_speed;
  861. int unit; /* unit # of this chip */
  862. /* start of CHIP_SPEC move to chipspec, but need code changes */
  863. /* low and high portions of MSI capability/vector */
  864. u32 msi_lo;
  865. /* saved after PCIe init for restore after reset */
  866. u32 msi_hi;
  867. /* MSI data (vector) saved for restore */
  868. u16 msi_data;
  869. /* so we can rewrite it after a chip reset */
  870. u32 pcibar0;
  871. /* so we can rewrite it after a chip reset */
  872. u32 pcibar1;
  873. u64 rhdrhead_intr_off;
  874. /*
  875. * ASCII serial number, from flash, large enough for original
  876. * all digit strings, and longer QLogic serial number format
  877. */
  878. u8 serial[16];
  879. /* human readable board version */
  880. u8 boardversion[96];
  881. u8 lbus_info[32]; /* human readable localbus info */
  882. /* chip major rev, from qib_revision */
  883. u8 majrev;
  884. /* chip minor rev, from qib_revision */
  885. u8 minrev;
  886. /* Misc small ints */
  887. /* Number of physical ports available */
  888. u8 num_pports;
  889. /* Lowest context number which can be used by user processes */
  890. u8 first_user_ctxt;
  891. u8 n_krcv_queues;
  892. u8 qpn_mask;
  893. u8 skip_kctxt_mask;
  894. u16 rhf_offset; /* offset of RHF within receive header entry */
  895. /*
  896. * GPIO pins for twsi-connected devices, and device code for eeprom
  897. */
  898. u8 gpio_sda_num;
  899. u8 gpio_scl_num;
  900. u8 twsi_eeprom_dev;
  901. u8 board_atten;
  902. /* Support (including locks) for EEPROM logging of errors and time */
  903. /* control access to actual counters, timer */
  904. spinlock_t eep_st_lock;
  905. /* control high-level access to EEPROM */
  906. struct mutex eep_lock;
  907. uint64_t traffic_wds;
  908. /* active time is kept in seconds, but logged in hours */
  909. atomic_t active_time;
  910. /* Below are nominal shadow of EEPROM, new since last EEPROM update */
  911. uint8_t eep_st_errs[QIB_EEP_LOG_CNT];
  912. uint8_t eep_st_new_errs[QIB_EEP_LOG_CNT];
  913. uint16_t eep_hrs;
  914. /*
  915. * masks for which bits of errs, hwerrs that cause
  916. * each of the counters to increment.
  917. */
  918. struct qib_eep_log_mask eep_st_masks[QIB_EEP_LOG_CNT];
  919. struct qib_diag_client *diag_client;
  920. spinlock_t qib_diag_trans_lock; /* protect diag observer ops */
  921. struct diag_observer_list_elt *diag_observer_list;
  922. u8 psxmitwait_supported;
  923. /* cycle length of PS* counters in HW (in picoseconds) */
  924. u16 psxmitwait_check_rate;
  925. /* high volume overflow errors defered to tasklet */
  926. struct tasklet_struct error_tasklet;
  927. };
  928. /* hol_state values */
  929. #define QIB_HOL_UP 0
  930. #define QIB_HOL_INIT 1
  931. #define QIB_SDMA_SENDCTRL_OP_ENABLE (1U << 0)
  932. #define QIB_SDMA_SENDCTRL_OP_INTENABLE (1U << 1)
  933. #define QIB_SDMA_SENDCTRL_OP_HALT (1U << 2)
  934. #define QIB_SDMA_SENDCTRL_OP_CLEANUP (1U << 3)
  935. #define QIB_SDMA_SENDCTRL_OP_DRAIN (1U << 4)
  936. /* operation types for f_txchk_change() */
  937. #define TXCHK_CHG_TYPE_DIS1 3
  938. #define TXCHK_CHG_TYPE_ENAB1 2
  939. #define TXCHK_CHG_TYPE_KERN 1
  940. #define TXCHK_CHG_TYPE_USER 0
  941. #define QIB_CHASE_TIME msecs_to_jiffies(145)
  942. #define QIB_CHASE_DIS_TIME msecs_to_jiffies(160)
  943. /* Private data for file operations */
  944. struct qib_filedata {
  945. struct qib_ctxtdata *rcd;
  946. unsigned subctxt;
  947. unsigned tidcursor;
  948. struct qib_user_sdma_queue *pq;
  949. int rec_cpu_num; /* for cpu affinity; -1 if none */
  950. };
  951. extern struct list_head qib_dev_list;
  952. extern spinlock_t qib_devs_lock;
  953. extern struct qib_devdata *qib_lookup(int unit);
  954. extern u32 qib_cpulist_count;
  955. extern unsigned long *qib_cpulist;
  956. extern unsigned qib_wc_pat;
  957. int qib_init(struct qib_devdata *, int);
  958. int init_chip_wc_pat(struct qib_devdata *dd, u32);
  959. int qib_enable_wc(struct qib_devdata *dd);
  960. void qib_disable_wc(struct qib_devdata *dd);
  961. int qib_count_units(int *npresentp, int *nupp);
  962. int qib_count_active_units(void);
  963. int qib_cdev_init(int minor, const char *name,
  964. const struct file_operations *fops,
  965. struct cdev **cdevp, struct device **devp);
  966. void qib_cdev_cleanup(struct cdev **cdevp, struct device **devp);
  967. int qib_dev_init(void);
  968. void qib_dev_cleanup(void);
  969. int qib_diag_add(struct qib_devdata *);
  970. void qib_diag_remove(struct qib_devdata *);
  971. void qib_handle_e_ibstatuschanged(struct qib_pportdata *, u64);
  972. void qib_sdma_update_tail(struct qib_pportdata *, u16); /* hold sdma_lock */
  973. int qib_decode_err(struct qib_devdata *dd, char *buf, size_t blen, u64 err);
  974. void qib_bad_intrstatus(struct qib_devdata *);
  975. void qib_handle_urcv(struct qib_devdata *, u64);
  976. /* clean up any per-chip chip-specific stuff */
  977. void qib_chip_cleanup(struct qib_devdata *);
  978. /* clean up any chip type-specific stuff */
  979. void qib_chip_done(void);
  980. /* check to see if we have to force ordering for write combining */
  981. int qib_unordered_wc(void);
  982. void qib_pio_copy(void __iomem *to, const void *from, size_t count);
  983. void qib_disarm_piobufs(struct qib_devdata *, unsigned, unsigned);
  984. int qib_disarm_piobufs_ifneeded(struct qib_ctxtdata *);
  985. void qib_disarm_piobufs_set(struct qib_devdata *, unsigned long *, unsigned);
  986. void qib_cancel_sends(struct qib_pportdata *);
  987. int qib_create_rcvhdrq(struct qib_devdata *, struct qib_ctxtdata *);
  988. int qib_setup_eagerbufs(struct qib_ctxtdata *);
  989. void qib_set_ctxtcnt(struct qib_devdata *);
  990. int qib_create_ctxts(struct qib_devdata *dd);
  991. struct qib_ctxtdata *qib_create_ctxtdata(struct qib_pportdata *, u32);
  992. void qib_init_pportdata(struct qib_pportdata *, struct qib_devdata *, u8, u8);
  993. void qib_free_ctxtdata(struct qib_devdata *, struct qib_ctxtdata *);
  994. u32 qib_kreceive(struct qib_ctxtdata *, u32 *, u32 *);
  995. int qib_reset_device(int);
  996. int qib_wait_linkstate(struct qib_pportdata *, u32, int);
  997. int qib_set_linkstate(struct qib_pportdata *, u8);
  998. int qib_set_mtu(struct qib_pportdata *, u16);
  999. int qib_set_lid(struct qib_pportdata *, u32, u8);
  1000. void qib_hol_down(struct qib_pportdata *);
  1001. void qib_hol_init(struct qib_pportdata *);
  1002. void qib_hol_up(struct qib_pportdata *);
  1003. void qib_hol_event(unsigned long);
  1004. void qib_disable_after_error(struct qib_devdata *);
  1005. int qib_set_uevent_bits(struct qib_pportdata *, const int);
  1006. /* for use in system calls, where we want to know device type, etc. */
  1007. #define ctxt_fp(fp) \
  1008. (((struct qib_filedata *)(fp)->private_data)->rcd)
  1009. #define subctxt_fp(fp) \
  1010. (((struct qib_filedata *)(fp)->private_data)->subctxt)
  1011. #define tidcursor_fp(fp) \
  1012. (((struct qib_filedata *)(fp)->private_data)->tidcursor)
  1013. #define user_sdma_queue_fp(fp) \
  1014. (((struct qib_filedata *)(fp)->private_data)->pq)
  1015. static inline struct qib_devdata *dd_from_ppd(struct qib_pportdata *ppd)
  1016. {
  1017. return ppd->dd;
  1018. }
  1019. static inline struct qib_devdata *dd_from_dev(struct qib_ibdev *dev)
  1020. {
  1021. return container_of(dev, struct qib_devdata, verbs_dev);
  1022. }
  1023. static inline struct qib_devdata *dd_from_ibdev(struct ib_device *ibdev)
  1024. {
  1025. return dd_from_dev(to_idev(ibdev));
  1026. }
  1027. static inline struct qib_pportdata *ppd_from_ibp(struct qib_ibport *ibp)
  1028. {
  1029. return container_of(ibp, struct qib_pportdata, ibport_data);
  1030. }
  1031. static inline struct qib_ibport *to_iport(struct ib_device *ibdev, u8 port)
  1032. {
  1033. struct qib_devdata *dd = dd_from_ibdev(ibdev);
  1034. unsigned pidx = port - 1; /* IB number port from 1, hdw from 0 */
  1035. WARN_ON(pidx >= dd->num_pports);
  1036. return &dd->pport[pidx].ibport_data;
  1037. }
  1038. /*
  1039. * values for dd->flags (_device_ related flags) and
  1040. */
  1041. #define QIB_HAS_LINK_LATENCY 0x1 /* supports link latency (IB 1.2) */
  1042. #define QIB_INITTED 0x2 /* chip and driver up and initted */
  1043. #define QIB_DOING_RESET 0x4 /* in the middle of doing chip reset */
  1044. #define QIB_PRESENT 0x8 /* chip accesses can be done */
  1045. #define QIB_PIO_FLUSH_WC 0x10 /* Needs Write combining flush for PIO */
  1046. #define QIB_HAS_THRESH_UPDATE 0x40
  1047. #define QIB_HAS_SDMA_TIMEOUT 0x80
  1048. #define QIB_USE_SPCL_TRIG 0x100 /* SpecialTrigger launch enabled */
  1049. #define QIB_NODMA_RTAIL 0x200 /* rcvhdrtail register DMA enabled */
  1050. #define QIB_HAS_INTX 0x800 /* Supports INTx interrupts */
  1051. #define QIB_HAS_SEND_DMA 0x1000 /* Supports Send DMA */
  1052. #define QIB_HAS_VLSUPP 0x2000 /* Supports multiple VLs; PBC different */
  1053. #define QIB_HAS_HDRSUPP 0x4000 /* Supports header suppression */
  1054. #define QIB_BADINTR 0x8000 /* severe interrupt problems */
  1055. #define QIB_DCA_ENABLED 0x10000 /* Direct Cache Access enabled */
  1056. #define QIB_HAS_QSFP 0x20000 /* device (card instance) has QSFP */
  1057. /*
  1058. * values for ppd->lflags (_ib_port_ related flags)
  1059. */
  1060. #define QIBL_LINKV 0x1 /* IB link state valid */
  1061. #define QIBL_LINKDOWN 0x8 /* IB link is down */
  1062. #define QIBL_LINKINIT 0x10 /* IB link level is up */
  1063. #define QIBL_LINKARMED 0x20 /* IB link is ARMED */
  1064. #define QIBL_LINKACTIVE 0x40 /* IB link is ACTIVE */
  1065. /* leave a gap for more IB-link state */
  1066. #define QIBL_IB_AUTONEG_INPROG 0x1000 /* non-IBTA DDR/QDR neg active */
  1067. #define QIBL_IB_AUTONEG_FAILED 0x2000 /* non-IBTA DDR/QDR neg failed */
  1068. #define QIBL_IB_LINK_DISABLED 0x4000 /* Linkdown-disable forced,
  1069. * Do not try to bring up */
  1070. #define QIBL_IB_FORCE_NOTIFY 0x8000 /* force notify on next ib change */
  1071. /* IB dword length mask in PBC (lower 11 bits); same for all chips */
  1072. #define QIB_PBC_LENGTH_MASK ((1 << 11) - 1)
  1073. /* ctxt_flag bit offsets */
  1074. /* waiting for a packet to arrive */
  1075. #define QIB_CTXT_WAITING_RCV 2
  1076. /* master has not finished initializing */
  1077. #define QIB_CTXT_MASTER_UNINIT 4
  1078. /* waiting for an urgent packet to arrive */
  1079. #define QIB_CTXT_WAITING_URG 5
  1080. /* free up any allocated data at closes */
  1081. void qib_free_data(struct qib_ctxtdata *dd);
  1082. void qib_chg_pioavailkernel(struct qib_devdata *, unsigned, unsigned,
  1083. u32, struct qib_ctxtdata *);
  1084. struct qib_devdata *qib_init_iba7322_funcs(struct pci_dev *,
  1085. const struct pci_device_id *);
  1086. struct qib_devdata *qib_init_iba7220_funcs(struct pci_dev *,
  1087. const struct pci_device_id *);
  1088. struct qib_devdata *qib_init_iba6120_funcs(struct pci_dev *,
  1089. const struct pci_device_id *);
  1090. void qib_free_devdata(struct qib_devdata *);
  1091. struct qib_devdata *qib_alloc_devdata(struct pci_dev *pdev, size_t extra);
  1092. #define QIB_TWSI_NO_DEV 0xFF
  1093. /* Below qib_twsi_ functions must be called with eep_lock held */
  1094. int qib_twsi_reset(struct qib_devdata *dd);
  1095. int qib_twsi_blk_rd(struct qib_devdata *dd, int dev, int addr, void *buffer,
  1096. int len);
  1097. int qib_twsi_blk_wr(struct qib_devdata *dd, int dev, int addr,
  1098. const void *buffer, int len);
  1099. void qib_get_eeprom_info(struct qib_devdata *);
  1100. int qib_update_eeprom_log(struct qib_devdata *dd);
  1101. void qib_inc_eeprom_err(struct qib_devdata *dd, u32 eidx, u32 incr);
  1102. void qib_dump_lookup_output_queue(struct qib_devdata *);
  1103. void qib_force_pio_avail_update(struct qib_devdata *);
  1104. void qib_clear_symerror_on_linkup(unsigned long opaque);
  1105. /*
  1106. * Set LED override, only the two LSBs have "public" meaning, but
  1107. * any non-zero value substitutes them for the Link and LinkTrain
  1108. * LED states.
  1109. */
  1110. #define QIB_LED_PHYS 1 /* Physical (linktraining) GREEN LED */
  1111. #define QIB_LED_LOG 2 /* Logical (link) YELLOW LED */
  1112. void qib_set_led_override(struct qib_pportdata *ppd, unsigned int val);
  1113. /* send dma routines */
  1114. int qib_setup_sdma(struct qib_pportdata *);
  1115. void qib_teardown_sdma(struct qib_pportdata *);
  1116. void __qib_sdma_intr(struct qib_pportdata *);
  1117. void qib_sdma_intr(struct qib_pportdata *);
  1118. int qib_sdma_verbs_send(struct qib_pportdata *, struct qib_sge_state *,
  1119. u32, struct qib_verbs_txreq *);
  1120. /* ppd->sdma_lock should be locked before calling this. */
  1121. int qib_sdma_make_progress(struct qib_pportdata *dd);
  1122. /* must be called under qib_sdma_lock */
  1123. static inline u16 qib_sdma_descq_freecnt(const struct qib_pportdata *ppd)
  1124. {
  1125. return ppd->sdma_descq_cnt -
  1126. (ppd->sdma_descq_added - ppd->sdma_descq_removed) - 1;
  1127. }
  1128. static inline int __qib_sdma_running(struct qib_pportdata *ppd)
  1129. {
  1130. return ppd->sdma_state.current_state == qib_sdma_state_s99_running;
  1131. }
  1132. int qib_sdma_running(struct qib_pportdata *);
  1133. void __qib_sdma_process_event(struct qib_pportdata *, enum qib_sdma_events);
  1134. void qib_sdma_process_event(struct qib_pportdata *, enum qib_sdma_events);
  1135. /*
  1136. * number of words used for protocol header if not set by qib_userinit();
  1137. */
  1138. #define QIB_DFLT_RCVHDRSIZE 9
  1139. /*
  1140. * We need to be able to handle an IB header of at least 24 dwords.
  1141. * We need the rcvhdrq large enough to handle largest IB header, but
  1142. * still have room for a 2KB MTU standard IB packet.
  1143. * Additionally, some processor/memory controller combinations
  1144. * benefit quite strongly from having the DMA'ed data be cacheline
  1145. * aligned and a cacheline multiple, so we set the size to 32 dwords
  1146. * (2 64-byte primary cachelines for pretty much all processors of
  1147. * interest). The alignment hurts nothing, other than using somewhat
  1148. * more memory.
  1149. */
  1150. #define QIB_RCVHDR_ENTSIZE 32
  1151. int qib_get_user_pages(unsigned long, size_t, struct page **);
  1152. void qib_release_user_pages(struct page **, size_t);
  1153. int qib_eeprom_read(struct qib_devdata *, u8, void *, int);
  1154. int qib_eeprom_write(struct qib_devdata *, u8, const void *, int);
  1155. u32 __iomem *qib_getsendbuf_range(struct qib_devdata *, u32 *, u32, u32);
  1156. void qib_sendbuf_done(struct qib_devdata *, unsigned);
  1157. static inline void qib_clear_rcvhdrtail(const struct qib_ctxtdata *rcd)
  1158. {
  1159. *((u64 *) rcd->rcvhdrtail_kvaddr) = 0ULL;
  1160. }
  1161. static inline u32 qib_get_rcvhdrtail(const struct qib_ctxtdata *rcd)
  1162. {
  1163. /*
  1164. * volatile because it's a DMA target from the chip, routine is
  1165. * inlined, and don't want register caching or reordering.
  1166. */
  1167. return (u32) le64_to_cpu(
  1168. *((volatile __le64 *)rcd->rcvhdrtail_kvaddr)); /* DMA'ed */
  1169. }
  1170. static inline u32 qib_get_hdrqtail(const struct qib_ctxtdata *rcd)
  1171. {
  1172. const struct qib_devdata *dd = rcd->dd;
  1173. u32 hdrqtail;
  1174. if (dd->flags & QIB_NODMA_RTAIL) {
  1175. __le32 *rhf_addr;
  1176. u32 seq;
  1177. rhf_addr = (__le32 *) rcd->rcvhdrq +
  1178. rcd->head + dd->rhf_offset;
  1179. seq = qib_hdrget_seq(rhf_addr);
  1180. hdrqtail = rcd->head;
  1181. if (seq == rcd->seq_cnt)
  1182. hdrqtail++;
  1183. } else
  1184. hdrqtail = qib_get_rcvhdrtail(rcd);
  1185. return hdrqtail;
  1186. }
  1187. /*
  1188. * sysfs interface.
  1189. */
  1190. extern const char ib_qib_version[];
  1191. int qib_device_create(struct qib_devdata *);
  1192. void qib_device_remove(struct qib_devdata *);
  1193. int qib_create_port_files(struct ib_device *ibdev, u8 port_num,
  1194. struct kobject *kobj);
  1195. int qib_verbs_register_sysfs(struct qib_devdata *);
  1196. void qib_verbs_unregister_sysfs(struct qib_devdata *);
  1197. /* Hook for sysfs read of QSFP */
  1198. extern int qib_qsfp_dump(struct qib_pportdata *ppd, char *buf, int len);
  1199. int __init qib_init_qibfs(void);
  1200. int __exit qib_exit_qibfs(void);
  1201. int qibfs_add(struct qib_devdata *);
  1202. int qibfs_remove(struct qib_devdata *);
  1203. int qib_pcie_init(struct pci_dev *, const struct pci_device_id *);
  1204. int qib_pcie_ddinit(struct qib_devdata *, struct pci_dev *,
  1205. const struct pci_device_id *);
  1206. void qib_pcie_ddcleanup(struct qib_devdata *);
  1207. int qib_pcie_params(struct qib_devdata *, u32, u32 *, struct msix_entry *);
  1208. int qib_reinit_intr(struct qib_devdata *);
  1209. void qib_enable_intx(struct pci_dev *);
  1210. void qib_nomsi(struct qib_devdata *);
  1211. void qib_nomsix(struct qib_devdata *);
  1212. void qib_pcie_getcmd(struct qib_devdata *, u16 *, u8 *, u8 *);
  1213. void qib_pcie_reenable(struct qib_devdata *, u16, u8, u8);
  1214. /*
  1215. * dma_addr wrappers - all 0's invalid for hw
  1216. */
  1217. dma_addr_t qib_map_page(struct pci_dev *, struct page *, unsigned long,
  1218. size_t, int);
  1219. const char *qib_get_unit_name(int unit);
  1220. /*
  1221. * Flush write combining store buffers (if present) and perform a write
  1222. * barrier.
  1223. */
  1224. #if defined(CONFIG_X86_64)
  1225. #define qib_flush_wc() asm volatile("sfence" : : : "memory")
  1226. #else
  1227. #define qib_flush_wc() wmb() /* no reorder around wc flush */
  1228. #endif
  1229. /* global module parameter variables */
  1230. extern unsigned qib_ibmtu;
  1231. extern ushort qib_cfgctxts;
  1232. extern ushort qib_num_cfg_vls;
  1233. extern ushort qib_mini_init; /* If set, do few (ideally 0) writes to chip */
  1234. extern unsigned qib_n_krcv_queues;
  1235. extern unsigned qib_sdma_fetch_arb;
  1236. extern unsigned qib_compat_ddr_negotiate;
  1237. extern int qib_special_trigger;
  1238. extern struct mutex qib_mutex;
  1239. /* Number of seconds before our card status check... */
  1240. #define STATUS_TIMEOUT 60
  1241. #define QIB_DRV_NAME "ib_qib"
  1242. #define QIB_USER_MINOR_BASE 0
  1243. #define QIB_TRACE_MINOR 127
  1244. #define QIB_DIAGPKT_MINOR 128
  1245. #define QIB_DIAG_MINOR_BASE 129
  1246. #define QIB_NMINORS 255
  1247. #define PCI_VENDOR_ID_PATHSCALE 0x1fc1
  1248. #define PCI_VENDOR_ID_QLOGIC 0x1077
  1249. #define PCI_DEVICE_ID_QLOGIC_IB_6120 0x10
  1250. #define PCI_DEVICE_ID_QLOGIC_IB_7220 0x7220
  1251. #define PCI_DEVICE_ID_QLOGIC_IB_7322 0x7322
  1252. /*
  1253. * qib_early_err is used (only!) to print early errors before devdata is
  1254. * allocated, or when dd->pcidev may not be valid, and at the tail end of
  1255. * cleanup when devdata may have been freed, etc. qib_dev_porterr is
  1256. * the same as qib_dev_err, but is used when the message really needs
  1257. * the IB port# to be definitive as to what's happening..
  1258. * All of these go to the trace log, and the trace log entry is done
  1259. * first to avoid possible serial port delays from printk.
  1260. */
  1261. #define qib_early_err(dev, fmt, ...) \
  1262. do { \
  1263. dev_err(dev, fmt, ##__VA_ARGS__); \
  1264. } while (0)
  1265. #define qib_dev_err(dd, fmt, ...) \
  1266. do { \
  1267. dev_err(&(dd)->pcidev->dev, "%s: " fmt, \
  1268. qib_get_unit_name((dd)->unit), ##__VA_ARGS__); \
  1269. } while (0)
  1270. #define qib_dev_porterr(dd, port, fmt, ...) \
  1271. do { \
  1272. dev_err(&(dd)->pcidev->dev, "%s: IB%u:%u " fmt, \
  1273. qib_get_unit_name((dd)->unit), (dd)->unit, (port), \
  1274. ##__VA_ARGS__); \
  1275. } while (0)
  1276. #define qib_devinfo(pcidev, fmt, ...) \
  1277. do { \
  1278. dev_info(&(pcidev)->dev, fmt, ##__VA_ARGS__); \
  1279. } while (0)
  1280. /*
  1281. * this is used for formatting hw error messages...
  1282. */
  1283. struct qib_hwerror_msgs {
  1284. u64 mask;
  1285. const char *msg;
  1286. size_t sz;
  1287. };
  1288. #define QLOGIC_IB_HWE_MSG(a, b) { .mask = a, .msg = b }
  1289. /* in qib_intr.c... */
  1290. void qib_format_hwerrors(u64 hwerrs,
  1291. const struct qib_hwerror_msgs *hwerrmsgs,
  1292. size_t nhwerrmsgs, char *msg, size_t lmsg);
  1293. #endif /* _QIB_KERNEL_H */