genwqe_card.h 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501
  1. #ifndef __GENWQE_CARD_H__
  2. #define __GENWQE_CARD_H__
  3. /**
  4. * IBM Accelerator Family 'GenWQE'
  5. *
  6. * (C) Copyright IBM Corp. 2013
  7. *
  8. * Author: Frank Haverkamp <haver@linux.vnet.ibm.com>
  9. * Author: Joerg-Stephan Vogt <jsvogt@de.ibm.com>
  10. * Author: Michael Jung <mijung@gmx.net>
  11. * Author: Michael Ruettger <michael@ibmra.de>
  12. *
  13. * This program is free software; you can redistribute it and/or modify
  14. * it under the terms of the GNU General Public License (version 2 only)
  15. * as published by the Free Software Foundation.
  16. *
  17. * This program is distributed in the hope that it will be useful,
  18. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  19. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  20. * GNU General Public License for more details.
  21. */
  22. /*
  23. * User-space API for the GenWQE card. For debugging and test purposes
  24. * the register addresses are included here too.
  25. */
  26. #include <linux/types.h>
  27. #include <linux/ioctl.h>
  28. /* Basename of sysfs, debugfs and /dev interfaces */
  29. #define GENWQE_DEVNAME "genwqe"
  30. #define GENWQE_TYPE_ALTERA_230 0x00 /* GenWQE4 Stratix-IV-230 */
  31. #define GENWQE_TYPE_ALTERA_530 0x01 /* GenWQE4 Stratix-IV-530 */
  32. #define GENWQE_TYPE_ALTERA_A4 0x02 /* GenWQE5 A4 Stratix-V-A4 */
  33. #define GENWQE_TYPE_ALTERA_A7 0x03 /* GenWQE5 A7 Stratix-V-A7 */
  34. /* MMIO Unit offsets: Each UnitID occupies a defined address range */
  35. #define GENWQE_UID_OFFS(uid) ((uid) << 24)
  36. #define GENWQE_SLU_OFFS GENWQE_UID_OFFS(0)
  37. #define GENWQE_HSU_OFFS GENWQE_UID_OFFS(1)
  38. #define GENWQE_APP_OFFS GENWQE_UID_OFFS(2)
  39. #define GENWQE_MAX_UNITS 3
  40. /* Common offsets per UnitID */
  41. #define IO_EXTENDED_ERROR_POINTER 0x00000048
  42. #define IO_ERROR_INJECT_SELECTOR 0x00000060
  43. #define IO_EXTENDED_DIAG_SELECTOR 0x00000070
  44. #define IO_EXTENDED_DIAG_READ_MBX 0x00000078
  45. #define IO_EXTENDED_DIAG_MAP(ring) (0x00000500 | ((ring) << 3))
  46. #define GENWQE_EXTENDED_DIAG_SELECTOR(ring, trace) (((ring) << 8) | (trace))
  47. /* UnitID 0: Service Layer Unit (SLU) */
  48. /* SLU: Unit Configuration Register */
  49. #define IO_SLU_UNITCFG 0x00000000
  50. #define IO_SLU_UNITCFG_TYPE_MASK 0x000000000ff00000 /* 27:20 */
  51. /* SLU: Fault Isolation Register (FIR) (ac_slu_fir) */
  52. #define IO_SLU_FIR 0x00000008 /* read only, wr direct */
  53. #define IO_SLU_FIR_CLR 0x00000010 /* read and clear */
  54. /* SLU: First Error Capture Register (FEC/WOF) */
  55. #define IO_SLU_FEC 0x00000018
  56. #define IO_SLU_ERR_ACT_MASK 0x00000020
  57. #define IO_SLU_ERR_ATTN_MASK 0x00000028
  58. #define IO_SLU_FIRX1_ACT_MASK 0x00000030
  59. #define IO_SLU_FIRX0_ACT_MASK 0x00000038
  60. #define IO_SLU_SEC_LEM_DEBUG_OVR 0x00000040
  61. #define IO_SLU_EXTENDED_ERR_PTR 0x00000048
  62. #define IO_SLU_COMMON_CONFIG 0x00000060
  63. #define IO_SLU_FLASH_FIR 0x00000108
  64. #define IO_SLU_SLC_FIR 0x00000110
  65. #define IO_SLU_RIU_TRAP 0x00000280
  66. #define IO_SLU_FLASH_FEC 0x00000308
  67. #define IO_SLU_SLC_FEC 0x00000310
  68. /*
  69. * The Virtual Function's Access is from offset 0x00010000
  70. * The Physical Function's Access is from offset 0x00050000
  71. * Single Shared Registers exists only at offset 0x00060000
  72. *
  73. * SLC: Queue Virtual Window Window for accessing into a specific VF
  74. * queue. When accessing the 0x10000 space using the 0x50000 address
  75. * segment, the value indicated here is used to specify which VF
  76. * register is decoded. This register, and the 0x50000 register space
  77. * can only be accessed by the PF. Example, if this register is set to
  78. * 0x2, then a read from 0x50000 is the same as a read from 0x10000
  79. * from VF=2.
  80. */
  81. /* SLC: Queue Segment */
  82. #define IO_SLC_QUEUE_SEGMENT 0x00010000
  83. #define IO_SLC_VF_QUEUE_SEGMENT 0x00050000
  84. /* SLC: Queue Offset */
  85. #define IO_SLC_QUEUE_OFFSET 0x00010008
  86. #define IO_SLC_VF_QUEUE_OFFSET 0x00050008
  87. /* SLC: Queue Configuration */
  88. #define IO_SLC_QUEUE_CONFIG 0x00010010
  89. #define IO_SLC_VF_QUEUE_CONFIG 0x00050010
  90. /* SLC: Job Timout/Only accessible for the PF */
  91. #define IO_SLC_APPJOB_TIMEOUT 0x00010018
  92. #define IO_SLC_VF_APPJOB_TIMEOUT 0x00050018
  93. #define TIMEOUT_250MS 0x0000000f
  94. #define HEARTBEAT_DISABLE 0x0000ff00
  95. /* SLC: Queue InitSequence Register */
  96. #define IO_SLC_QUEUE_INITSQN 0x00010020
  97. #define IO_SLC_VF_QUEUE_INITSQN 0x00050020
  98. /* SLC: Queue Wrap */
  99. #define IO_SLC_QUEUE_WRAP 0x00010028
  100. #define IO_SLC_VF_QUEUE_WRAP 0x00050028
  101. /* SLC: Queue Status */
  102. #define IO_SLC_QUEUE_STATUS 0x00010100
  103. #define IO_SLC_VF_QUEUE_STATUS 0x00050100
  104. /* SLC: Queue Working Time */
  105. #define IO_SLC_QUEUE_WTIME 0x00010030
  106. #define IO_SLC_VF_QUEUE_WTIME 0x00050030
  107. /* SLC: Queue Error Counts */
  108. #define IO_SLC_QUEUE_ERRCNTS 0x00010038
  109. #define IO_SLC_VF_QUEUE_ERRCNTS 0x00050038
  110. /* SLC: Queue Loast Response Word */
  111. #define IO_SLC_QUEUE_LRW 0x00010040
  112. #define IO_SLC_VF_QUEUE_LRW 0x00050040
  113. /* SLC: Freerunning Timer */
  114. #define IO_SLC_FREE_RUNNING_TIMER 0x00010108
  115. #define IO_SLC_VF_FREE_RUNNING_TIMER 0x00050108
  116. /* SLC: Queue Virtual Access Region */
  117. #define IO_PF_SLC_VIRTUAL_REGION 0x00050000
  118. /* SLC: Queue Virtual Window */
  119. #define IO_PF_SLC_VIRTUAL_WINDOW 0x00060000
  120. /* SLC: DDCB Application Job Pending [n] (n=0:63) */
  121. #define IO_PF_SLC_JOBPEND(n) (0x00061000 + 8*(n))
  122. #define IO_SLC_JOBPEND(n) IO_PF_SLC_JOBPEND(n)
  123. /* SLC: Parser Trap RAM [n] (n=0:31) */
  124. #define IO_SLU_SLC_PARSE_TRAP(n) (0x00011000 + 8*(n))
  125. /* SLC: Dispatcher Trap RAM [n] (n=0:31) */
  126. #define IO_SLU_SLC_DISP_TRAP(n) (0x00011200 + 8*(n))
  127. /* Global Fault Isolation Register (GFIR) */
  128. #define IO_SLC_CFGREG_GFIR 0x00020000
  129. #define GFIR_ERR_TRIGGER 0x0000ffff
  130. /* SLU: Soft Reset Register */
  131. #define IO_SLC_CFGREG_SOFTRESET 0x00020018
  132. /* SLU: Misc Debug Register */
  133. #define IO_SLC_MISC_DEBUG 0x00020060
  134. #define IO_SLC_MISC_DEBUG_CLR 0x00020068
  135. #define IO_SLC_MISC_DEBUG_SET 0x00020070
  136. /* Temperature Sensor Reading */
  137. #define IO_SLU_TEMPERATURE_SENSOR 0x00030000
  138. #define IO_SLU_TEMPERATURE_CONFIG 0x00030008
  139. /* Voltage Margining Control */
  140. #define IO_SLU_VOLTAGE_CONTROL 0x00030080
  141. #define IO_SLU_VOLTAGE_NOMINAL 0x00000000
  142. #define IO_SLU_VOLTAGE_DOWN5 0x00000006
  143. #define IO_SLU_VOLTAGE_UP5 0x00000007
  144. /* Direct LED Control Register */
  145. #define IO_SLU_LEDCONTROL 0x00030100
  146. /* SLU: Flashbus Direct Access -A5 */
  147. #define IO_SLU_FLASH_DIRECTACCESS 0x00040010
  148. /* SLU: Flashbus Direct Access2 -A5 */
  149. #define IO_SLU_FLASH_DIRECTACCESS2 0x00040020
  150. /* SLU: Flashbus Command Interface -A5 */
  151. #define IO_SLU_FLASH_CMDINTF 0x00040030
  152. /* SLU: BitStream Loaded */
  153. #define IO_SLU_BITSTREAM 0x00040040
  154. /* This Register has a switch which will change the CAs to UR */
  155. #define IO_HSU_ERR_BEHAVIOR 0x01001010
  156. #define IO_SLC2_SQB_TRAP 0x00062000
  157. #define IO_SLC2_QUEUE_MANAGER_TRAP 0x00062008
  158. #define IO_SLC2_FLS_MASTER_TRAP 0x00062010
  159. /* UnitID 1: HSU Registers */
  160. #define IO_HSU_UNITCFG 0x01000000
  161. #define IO_HSU_FIR 0x01000008
  162. #define IO_HSU_FIR_CLR 0x01000010
  163. #define IO_HSU_FEC 0x01000018
  164. #define IO_HSU_ERR_ACT_MASK 0x01000020
  165. #define IO_HSU_ERR_ATTN_MASK 0x01000028
  166. #define IO_HSU_FIRX1_ACT_MASK 0x01000030
  167. #define IO_HSU_FIRX0_ACT_MASK 0x01000038
  168. #define IO_HSU_SEC_LEM_DEBUG_OVR 0x01000040
  169. #define IO_HSU_EXTENDED_ERR_PTR 0x01000048
  170. #define IO_HSU_COMMON_CONFIG 0x01000060
  171. /* UnitID 2: Application Unit (APP) */
  172. #define IO_APP_UNITCFG 0x02000000
  173. #define IO_APP_FIR 0x02000008
  174. #define IO_APP_FIR_CLR 0x02000010
  175. #define IO_APP_FEC 0x02000018
  176. #define IO_APP_ERR_ACT_MASK 0x02000020
  177. #define IO_APP_ERR_ATTN_MASK 0x02000028
  178. #define IO_APP_FIRX1_ACT_MASK 0x02000030
  179. #define IO_APP_FIRX0_ACT_MASK 0x02000038
  180. #define IO_APP_SEC_LEM_DEBUG_OVR 0x02000040
  181. #define IO_APP_EXTENDED_ERR_PTR 0x02000048
  182. #define IO_APP_COMMON_CONFIG 0x02000060
  183. #define IO_APP_DEBUG_REG_01 0x02010000
  184. #define IO_APP_DEBUG_REG_02 0x02010008
  185. #define IO_APP_DEBUG_REG_03 0x02010010
  186. #define IO_APP_DEBUG_REG_04 0x02010018
  187. #define IO_APP_DEBUG_REG_05 0x02010020
  188. #define IO_APP_DEBUG_REG_06 0x02010028
  189. #define IO_APP_DEBUG_REG_07 0x02010030
  190. #define IO_APP_DEBUG_REG_08 0x02010038
  191. #define IO_APP_DEBUG_REG_09 0x02010040
  192. #define IO_APP_DEBUG_REG_10 0x02010048
  193. #define IO_APP_DEBUG_REG_11 0x02010050
  194. #define IO_APP_DEBUG_REG_12 0x02010058
  195. #define IO_APP_DEBUG_REG_13 0x02010060
  196. #define IO_APP_DEBUG_REG_14 0x02010068
  197. #define IO_APP_DEBUG_REG_15 0x02010070
  198. #define IO_APP_DEBUG_REG_16 0x02010078
  199. #define IO_APP_DEBUG_REG_17 0x02010080
  200. #define IO_APP_DEBUG_REG_18 0x02010088
  201. /* Read/write from/to registers */
  202. struct genwqe_reg_io {
  203. __u64 num; /* register offset/address */
  204. __u64 val64;
  205. };
  206. /*
  207. * All registers of our card will return values not equal this values.
  208. * If we see IO_ILLEGAL_VALUE on any of our MMIO register reads, the
  209. * card can be considered as unusable. It will need recovery.
  210. */
  211. #define IO_ILLEGAL_VALUE 0xffffffffffffffffull
  212. /*
  213. * Generic DDCB execution interface.
  214. *
  215. * This interface is a first prototype resulting from discussions we
  216. * had with other teams which wanted to use the Genwqe card. It allows
  217. * to issue a DDCB request in a generic way. The request will block
  218. * until it finishes or time out with error.
  219. *
  220. * Some DDCBs require DMA addresses to be specified in the ASIV
  221. * block. The interface provies the capability to let the kernel
  222. * driver know where those addresses are by specifying the ATS field,
  223. * such that it can replace the user-space addresses with appropriate
  224. * DMA addresses or DMA addresses of a scatter gather list which is
  225. * dynamically created.
  226. *
  227. * Our hardware will refuse DDCB execution if the ATS field is not as
  228. * expected. That means the DDCB execution engine in the chip knows
  229. * where it expects DMA addresses within the ASIV part of the DDCB and
  230. * will check that against the ATS field definition. Any invalid or
  231. * unknown ATS content will lead to DDCB refusal.
  232. */
  233. /* Genwqe chip Units */
  234. #define DDCB_ACFUNC_SLU 0x00 /* chip service layer unit */
  235. #define DDCB_ACFUNC_APP 0x01 /* chip application */
  236. /* DDCB return codes (RETC) */
  237. #define DDCB_RETC_IDLE 0x0000 /* Unexecuted/DDCB created */
  238. #define DDCB_RETC_PENDING 0x0101 /* Pending Execution */
  239. #define DDCB_RETC_COMPLETE 0x0102 /* Cmd complete. No error */
  240. #define DDCB_RETC_FAULT 0x0104 /* App Err, recoverable */
  241. #define DDCB_RETC_ERROR 0x0108 /* App Err, non-recoverable */
  242. #define DDCB_RETC_FORCED_ERROR 0x01ff /* overwritten by driver */
  243. #define DDCB_RETC_UNEXEC 0x0110 /* Unexe/Removed from queue */
  244. #define DDCB_RETC_TERM 0x0120 /* Terminated */
  245. #define DDCB_RETC_RES0 0x0140 /* Reserved */
  246. #define DDCB_RETC_RES1 0x0180 /* Reserved */
  247. /* DDCB Command Options (CMDOPT) */
  248. #define DDCB_OPT_ECHO_FORCE_NO 0x0000 /* ECHO DDCB */
  249. #define DDCB_OPT_ECHO_FORCE_102 0x0001 /* force return code */
  250. #define DDCB_OPT_ECHO_FORCE_104 0x0002
  251. #define DDCB_OPT_ECHO_FORCE_108 0x0003
  252. #define DDCB_OPT_ECHO_FORCE_110 0x0004 /* only on PF ! */
  253. #define DDCB_OPT_ECHO_FORCE_120 0x0005
  254. #define DDCB_OPT_ECHO_FORCE_140 0x0006
  255. #define DDCB_OPT_ECHO_FORCE_180 0x0007
  256. #define DDCB_OPT_ECHO_COPY_NONE (0 << 5)
  257. #define DDCB_OPT_ECHO_COPY_ALL (1 << 5)
  258. /* Definitions of Service Layer Commands */
  259. #define SLCMD_ECHO_SYNC 0x00 /* PF/VF */
  260. #define SLCMD_MOVE_FLASH 0x06 /* PF only */
  261. #define SLCMD_MOVE_FLASH_FLAGS_MODE 0x03 /* bit 0 and 1 used for mode */
  262. #define SLCMD_MOVE_FLASH_FLAGS_DLOAD 0 /* mode: download */
  263. #define SLCMD_MOVE_FLASH_FLAGS_EMUL 1 /* mode: emulation */
  264. #define SLCMD_MOVE_FLASH_FLAGS_UPLOAD 2 /* mode: upload */
  265. #define SLCMD_MOVE_FLASH_FLAGS_VERIFY 3 /* mode: verify */
  266. #define SLCMD_MOVE_FLASH_FLAG_NOTAP (1 << 2)/* just dump DDCB and exit */
  267. #define SLCMD_MOVE_FLASH_FLAG_POLL (1 << 3)/* wait for RETC >= 0102 */
  268. #define SLCMD_MOVE_FLASH_FLAG_PARTITION (1 << 4)
  269. #define SLCMD_MOVE_FLASH_FLAG_ERASE (1 << 5)
  270. enum genwqe_card_state {
  271. GENWQE_CARD_UNUSED = 0,
  272. GENWQE_CARD_USED = 1,
  273. GENWQE_CARD_FATAL_ERROR = 2,
  274. GENWQE_CARD_RELOAD_BITSTREAM = 3,
  275. GENWQE_CARD_STATE_MAX,
  276. };
  277. /* common struct for chip image exchange */
  278. struct genwqe_bitstream {
  279. __u64 data_addr; /* pointer to image data */
  280. __u32 size; /* size of image file */
  281. __u32 crc; /* crc of this image */
  282. __u64 target_addr; /* starting address in Flash */
  283. __u32 partition; /* '0', '1', or 'v' */
  284. __u32 uid; /* 1=host/x=dram */
  285. __u64 slu_id; /* informational/sim: SluID */
  286. __u64 app_id; /* informational/sim: AppID */
  287. __u16 retc; /* returned from processing */
  288. __u16 attn; /* attention code from processing */
  289. __u32 progress; /* progress code from processing */
  290. };
  291. /* Issuing a specific DDCB command */
  292. #define DDCB_LENGTH 256 /* for debug data */
  293. #define DDCB_ASIV_LENGTH 104 /* len of the DDCB ASIV array */
  294. #define DDCB_ASIV_LENGTH_ATS 96 /* ASIV in ATS architecture */
  295. #define DDCB_ASV_LENGTH 64 /* len of the DDCB ASV array */
  296. #define DDCB_FIXUPS 12 /* maximum number of fixups */
  297. struct genwqe_debug_data {
  298. char driver_version[64];
  299. __u64 slu_unitcfg;
  300. __u64 app_unitcfg;
  301. __u8 ddcb_before[DDCB_LENGTH];
  302. __u8 ddcb_prev[DDCB_LENGTH];
  303. __u8 ddcb_finished[DDCB_LENGTH];
  304. };
  305. /*
  306. * Address Translation Specification (ATS) definitions
  307. *
  308. * Each 4 bit within the ATS 64-bit word specify the required address
  309. * translation at the defined offset.
  310. *
  311. * 63 LSB
  312. * 6666.5555.5555.5544.4444.4443.3333.3333 ... 11
  313. * 3210.9876.5432.1098.7654.3210.9876.5432 ... 1098.7654.3210
  314. *
  315. * offset: 0x00 0x08 0x10 0x18 0x20 0x28 0x30 0x38 ... 0x68 0x70 0x78
  316. * res res res res ASIV ...
  317. * The first 4 entries in the ATS word are reserved. The following nibbles
  318. * each describe at an 8 byte offset the format of the required data.
  319. */
  320. #define ATS_TYPE_DATA 0x0ull /* data */
  321. #define ATS_TYPE_FLAT_RD 0x4ull /* flat buffer read only */
  322. #define ATS_TYPE_FLAT_RDWR 0x5ull /* flat buffer read/write */
  323. #define ATS_TYPE_SGL_RD 0x6ull /* sgl read only */
  324. #define ATS_TYPE_SGL_RDWR 0x7ull /* sgl read/write */
  325. #define ATS_SET_FLAGS(_struct, _field, _flags) \
  326. (((_flags) & 0xf) << (44 - (4 * (offsetof(_struct, _field) / 8))))
  327. #define ATS_GET_FLAGS(_ats, _byte_offs) \
  328. (((_ats) >> (44 - (4 * ((_byte_offs) / 8)))) & 0xf)
  329. /**
  330. * struct genwqe_ddcb_cmd - User parameter for generic DDCB commands
  331. *
  332. * On the way into the kernel the driver will read the whole data
  333. * structure. On the way out the driver will not copy the ASIV data
  334. * back to user-space.
  335. */
  336. struct genwqe_ddcb_cmd {
  337. /* START of data copied to/from driver */
  338. __u64 next_addr; /* chaining genwqe_ddcb_cmd */
  339. __u64 flags; /* reserved */
  340. __u8 acfunc; /* accelerators functional unit */
  341. __u8 cmd; /* command to execute */
  342. __u8 asiv_length; /* used parameter length */
  343. __u8 asv_length; /* length of valid return values */
  344. __u16 cmdopts; /* command options */
  345. __u16 retc; /* return code from processing */
  346. __u16 attn; /* attention code from processing */
  347. __u16 vcrc; /* variant crc16 */
  348. __u32 progress; /* progress code from processing */
  349. __u64 deque_ts; /* dequeue time stamp */
  350. __u64 cmplt_ts; /* completion time stamp */
  351. __u64 disp_ts; /* SW processing start */
  352. /* move to end and avoid copy-back */
  353. __u64 ddata_addr; /* collect debug data */
  354. /* command specific values */
  355. __u8 asv[DDCB_ASV_LENGTH];
  356. /* END of data copied from driver */
  357. union {
  358. struct {
  359. __u64 ats;
  360. __u8 asiv[DDCB_ASIV_LENGTH_ATS];
  361. };
  362. /* used for flash update to keep it backward compatible */
  363. __u8 __asiv[DDCB_ASIV_LENGTH];
  364. };
  365. /* END of data copied to driver */
  366. };
  367. #define GENWQE_IOC_CODE 0xa5
  368. /* Access functions */
  369. #define GENWQE_READ_REG64 _IOR(GENWQE_IOC_CODE, 30, struct genwqe_reg_io)
  370. #define GENWQE_WRITE_REG64 _IOW(GENWQE_IOC_CODE, 31, struct genwqe_reg_io)
  371. #define GENWQE_READ_REG32 _IOR(GENWQE_IOC_CODE, 32, struct genwqe_reg_io)
  372. #define GENWQE_WRITE_REG32 _IOW(GENWQE_IOC_CODE, 33, struct genwqe_reg_io)
  373. #define GENWQE_READ_REG16 _IOR(GENWQE_IOC_CODE, 34, struct genwqe_reg_io)
  374. #define GENWQE_WRITE_REG16 _IOW(GENWQE_IOC_CODE, 35, struct genwqe_reg_io)
  375. #define GENWQE_GET_CARD_STATE _IOR(GENWQE_IOC_CODE, 36, enum genwqe_card_state)
  376. /**
  377. * struct genwqe_mem - Memory pinning/unpinning information
  378. * @addr: virtual user space address
  379. * @size: size of the area pin/dma-map/unmap
  380. * direction: 0: read/1: read and write
  381. *
  382. * Avoid pinning and unpinning of memory pages dynamically. Instead
  383. * the idea is to pin the whole buffer space required for DDCB
  384. * opertionas in advance. The driver will reuse this pinning and the
  385. * memory associated with it to setup the sglists for the DDCB
  386. * requests without the need to allocate and free memory or map and
  387. * unmap to get the DMA addresses.
  388. *
  389. * The inverse operation needs to be called after the pinning is not
  390. * needed anymore. The pinnings else the pinnings will get removed
  391. * after the device is closed. Note that pinnings will required
  392. * memory.
  393. */
  394. struct genwqe_mem {
  395. __u64 addr;
  396. __u64 size;
  397. __u64 direction;
  398. __u64 flags;
  399. };
  400. #define GENWQE_PIN_MEM _IOWR(GENWQE_IOC_CODE, 40, struct genwqe_mem)
  401. #define GENWQE_UNPIN_MEM _IOWR(GENWQE_IOC_CODE, 41, struct genwqe_mem)
  402. /*
  403. * Generic synchronous DDCB execution interface.
  404. * Synchronously execute a DDCB.
  405. *
  406. * Return: 0 on success or negative error code.
  407. * -EINVAL: Invalid parameters (ASIV_LEN, ASV_LEN, illegal fixups
  408. * no mappings found/could not create mappings
  409. * -EFAULT: illegal addresses in fixups, purging failed
  410. * -EBADMSG: enqueing failed, retc != DDCB_RETC_COMPLETE
  411. */
  412. #define GENWQE_EXECUTE_DDCB \
  413. _IOWR(GENWQE_IOC_CODE, 50, struct genwqe_ddcb_cmd)
  414. #define GENWQE_EXECUTE_RAW_DDCB \
  415. _IOWR(GENWQE_IOC_CODE, 51, struct genwqe_ddcb_cmd)
  416. /* Service Layer functions (PF only) */
  417. #define GENWQE_SLU_UPDATE _IOWR(GENWQE_IOC_CODE, 80, struct genwqe_bitstream)
  418. #define GENWQE_SLU_READ _IOWR(GENWQE_IOC_CODE, 81, struct genwqe_bitstream)
  419. #endif /* __GENWQE_CARD_H__ */