rio_mport_cdev.h 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  1. /*
  2. * Copyright (c) 2015-2016, Integrated Device Technology Inc.
  3. * Copyright (c) 2015, Prodrive Technologies
  4. * Copyright (c) 2015, Texas Instruments Incorporated
  5. * Copyright (c) 2015, RapidIO Trade Association
  6. * All rights reserved.
  7. *
  8. * This software is available to you under a choice of one of two licenses.
  9. * You may choose to be licensed under the terms of the GNU General Public
  10. * License(GPL) Version 2, or the BSD-3 Clause license below:
  11. *
  12. * Redistribution and use in source and binary forms, with or without
  13. * modification, are permitted provided that the following conditions are met:
  14. *
  15. * 1. Redistributions of source code must retain the above copyright notice,
  16. * this list of conditions and the following disclaimer.
  17. *
  18. * 2. Redistributions in binary form must reproduce the above copyright notice,
  19. * this list of conditions and the following disclaimer in the documentation
  20. * and/or other materials provided with the distribution.
  21. *
  22. * 3. Neither the name of the copyright holder nor the names of its contributors
  23. * may be used to endorse or promote products derived from this software without
  24. * specific prior written permission.
  25. *
  26. * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  27. * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
  28. * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  29. * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
  30. * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  31. * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  32. * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
  33. * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  34. * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
  35. * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  36. * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  37. */
  38. #ifndef _RIO_MPORT_CDEV_H_
  39. #define _RIO_MPORT_CDEV_H_
  40. #include <linux/ioctl.h>
  41. #include <linux/types.h>
  42. struct rio_mport_maint_io {
  43. __u16 rioid; /* destID of remote device */
  44. __u8 hopcount; /* hopcount to remote device */
  45. __u8 pad0[5];
  46. __u32 offset; /* offset in register space */
  47. __u32 length; /* length in bytes */
  48. __u64 buffer; /* pointer to data buffer */
  49. };
  50. /*
  51. * Definitions for RapidIO data transfers:
  52. * - memory mapped (MAPPED)
  53. * - packet generation from memory (TRANSFER)
  54. */
  55. #define RIO_TRANSFER_MODE_MAPPED (1 << 0)
  56. #define RIO_TRANSFER_MODE_TRANSFER (1 << 1)
  57. #define RIO_CAP_DBL_SEND (1 << 2)
  58. #define RIO_CAP_DBL_RECV (1 << 3)
  59. #define RIO_CAP_PW_SEND (1 << 4)
  60. #define RIO_CAP_PW_RECV (1 << 5)
  61. #define RIO_CAP_MAP_OUTB (1 << 6)
  62. #define RIO_CAP_MAP_INB (1 << 7)
  63. struct rio_mport_properties {
  64. __u16 hdid;
  65. __u8 id; /* Physical port ID */
  66. __u8 index;
  67. __u32 flags;
  68. __u32 sys_size; /* Default addressing size */
  69. __u8 port_ok;
  70. __u8 link_speed;
  71. __u8 link_width;
  72. __u8 pad0;
  73. __u32 dma_max_sge;
  74. __u32 dma_max_size;
  75. __u32 dma_align;
  76. __u32 transfer_mode; /* Default transfer mode */
  77. __u32 cap_sys_size; /* Capable system sizes */
  78. __u32 cap_addr_size; /* Capable addressing sizes */
  79. __u32 cap_transfer_mode; /* Capable transfer modes */
  80. __u32 cap_mport; /* Mport capabilities */
  81. };
  82. /*
  83. * Definitions for RapidIO events;
  84. * - incoming port-writes
  85. * - incoming doorbells
  86. */
  87. #define RIO_DOORBELL (1 << 0)
  88. #define RIO_PORTWRITE (1 << 1)
  89. struct rio_doorbell {
  90. __u16 rioid;
  91. __u16 payload;
  92. };
  93. struct rio_doorbell_filter {
  94. __u16 rioid; /* Use RIO_INVALID_DESTID to match all ids */
  95. __u16 low;
  96. __u16 high;
  97. __u16 pad0;
  98. };
  99. struct rio_portwrite {
  100. __u32 payload[16];
  101. };
  102. struct rio_pw_filter {
  103. __u32 mask;
  104. __u32 low;
  105. __u32 high;
  106. __u32 pad0;
  107. };
  108. /* RapidIO base address for inbound requests set to value defined below
  109. * indicates that no specific RIO-to-local address translation is requested
  110. * and driver should use direct (one-to-one) address mapping.
  111. */
  112. #define RIO_MAP_ANY_ADDR (__u64)(~((__u64) 0))
  113. struct rio_mmap {
  114. __u16 rioid;
  115. __u16 pad0[3];
  116. __u64 rio_addr;
  117. __u64 length;
  118. __u64 handle;
  119. __u64 address;
  120. };
  121. struct rio_dma_mem {
  122. __u64 length; /* length of DMA memory */
  123. __u64 dma_handle; /* handle associated with this memory */
  124. __u64 address;
  125. };
  126. struct rio_event {
  127. __u32 header; /* event type RIO_DOORBELL or RIO_PORTWRITE */
  128. union {
  129. struct rio_doorbell doorbell; /* header for RIO_DOORBELL */
  130. struct rio_portwrite portwrite; /* header for RIO_PORTWRITE */
  131. } u;
  132. __u32 pad0;
  133. };
  134. enum rio_transfer_sync {
  135. RIO_TRANSFER_SYNC, /* synchronous transfer */
  136. RIO_TRANSFER_ASYNC, /* asynchronous transfer */
  137. RIO_TRANSFER_FAF, /* fire-and-forget transfer */
  138. };
  139. enum rio_transfer_dir {
  140. RIO_TRANSFER_DIR_READ, /* Read operation */
  141. RIO_TRANSFER_DIR_WRITE, /* Write operation */
  142. };
  143. /*
  144. * RapidIO data exchange transactions are lists of individual transfers. Each
  145. * transfer exchanges data between two RapidIO devices by remote direct memory
  146. * access and has its own completion code.
  147. *
  148. * The RapidIO specification defines four types of data exchange requests:
  149. * NREAD, NWRITE, SWRITE and NWRITE_R. The RapidIO DMA channel interface allows
  150. * to specify the required type of write operation or combination of them when
  151. * only the last data packet requires response.
  152. *
  153. * NREAD: read up to 256 bytes from remote device memory into local memory
  154. * NWRITE: write up to 256 bytes from local memory to remote device memory
  155. * without confirmation
  156. * SWRITE: as NWRITE, but all addresses and payloads must be 64-bit aligned
  157. * NWRITE_R: as NWRITE, but expect acknowledgment from remote device.
  158. *
  159. * The default exchange is chosen from NREAD and any of the WRITE modes as the
  160. * driver sees fit. For write requests the user can explicitly choose between
  161. * any of the write modes for each transaction.
  162. */
  163. enum rio_exchange {
  164. RIO_EXCHANGE_DEFAULT, /* Default method */
  165. RIO_EXCHANGE_NWRITE, /* All packets using NWRITE */
  166. RIO_EXCHANGE_SWRITE, /* All packets using SWRITE */
  167. RIO_EXCHANGE_NWRITE_R, /* Last packet NWRITE_R, others NWRITE */
  168. RIO_EXCHANGE_SWRITE_R, /* Last packet NWRITE_R, others SWRITE */
  169. RIO_EXCHANGE_NWRITE_R_ALL, /* All packets using NWRITE_R */
  170. };
  171. struct rio_transfer_io {
  172. __u64 rio_addr; /* Address in target's RIO mem space */
  173. __u64 loc_addr;
  174. __u64 handle;
  175. __u64 offset; /* Offset in buffer */
  176. __u64 length; /* Length in bytes */
  177. __u16 rioid; /* Target destID */
  178. __u16 method; /* Data exchange method, one of rio_exchange enum */
  179. __u32 completion_code; /* Completion code for this transfer */
  180. };
  181. struct rio_transaction {
  182. __u64 block; /* Pointer to array of <count> transfers */
  183. __u32 count; /* Number of transfers */
  184. __u32 transfer_mode; /* Data transfer mode */
  185. __u16 sync; /* Synch method, one of rio_transfer_sync enum */
  186. __u16 dir; /* Transfer direction, one of rio_transfer_dir enum */
  187. __u32 pad0;
  188. };
  189. struct rio_async_tx_wait {
  190. __u32 token; /* DMA transaction ID token */
  191. __u32 timeout; /* Wait timeout in msec, if 0 use default TO */
  192. };
  193. #define RIO_MAX_DEVNAME_SZ 20
  194. struct rio_rdev_info {
  195. __u16 destid;
  196. __u8 hopcount;
  197. __u8 pad0;
  198. __u32 comptag;
  199. char name[RIO_MAX_DEVNAME_SZ + 1];
  200. };
  201. /* Driver IOCTL codes */
  202. #define RIO_MPORT_DRV_MAGIC 'm'
  203. #define RIO_MPORT_MAINT_HDID_SET \
  204. _IOW(RIO_MPORT_DRV_MAGIC, 1, __u16)
  205. #define RIO_MPORT_MAINT_COMPTAG_SET \
  206. _IOW(RIO_MPORT_DRV_MAGIC, 2, __u32)
  207. #define RIO_MPORT_MAINT_PORT_IDX_GET \
  208. _IOR(RIO_MPORT_DRV_MAGIC, 3, __u32)
  209. #define RIO_MPORT_GET_PROPERTIES \
  210. _IOR(RIO_MPORT_DRV_MAGIC, 4, struct rio_mport_properties)
  211. #define RIO_MPORT_MAINT_READ_LOCAL \
  212. _IOR(RIO_MPORT_DRV_MAGIC, 5, struct rio_mport_maint_io)
  213. #define RIO_MPORT_MAINT_WRITE_LOCAL \
  214. _IOW(RIO_MPORT_DRV_MAGIC, 6, struct rio_mport_maint_io)
  215. #define RIO_MPORT_MAINT_READ_REMOTE \
  216. _IOR(RIO_MPORT_DRV_MAGIC, 7, struct rio_mport_maint_io)
  217. #define RIO_MPORT_MAINT_WRITE_REMOTE \
  218. _IOW(RIO_MPORT_DRV_MAGIC, 8, struct rio_mport_maint_io)
  219. #define RIO_ENABLE_DOORBELL_RANGE \
  220. _IOW(RIO_MPORT_DRV_MAGIC, 9, struct rio_doorbell_filter)
  221. #define RIO_DISABLE_DOORBELL_RANGE \
  222. _IOW(RIO_MPORT_DRV_MAGIC, 10, struct rio_doorbell_filter)
  223. #define RIO_ENABLE_PORTWRITE_RANGE \
  224. _IOW(RIO_MPORT_DRV_MAGIC, 11, struct rio_pw_filter)
  225. #define RIO_DISABLE_PORTWRITE_RANGE \
  226. _IOW(RIO_MPORT_DRV_MAGIC, 12, struct rio_pw_filter)
  227. #define RIO_SET_EVENT_MASK \
  228. _IOW(RIO_MPORT_DRV_MAGIC, 13, __u32)
  229. #define RIO_GET_EVENT_MASK \
  230. _IOR(RIO_MPORT_DRV_MAGIC, 14, __u32)
  231. #define RIO_MAP_OUTBOUND \
  232. _IOWR(RIO_MPORT_DRV_MAGIC, 15, struct rio_mmap)
  233. #define RIO_UNMAP_OUTBOUND \
  234. _IOW(RIO_MPORT_DRV_MAGIC, 16, struct rio_mmap)
  235. #define RIO_MAP_INBOUND \
  236. _IOWR(RIO_MPORT_DRV_MAGIC, 17, struct rio_mmap)
  237. #define RIO_UNMAP_INBOUND \
  238. _IOW(RIO_MPORT_DRV_MAGIC, 18, __u64)
  239. #define RIO_ALLOC_DMA \
  240. _IOWR(RIO_MPORT_DRV_MAGIC, 19, struct rio_dma_mem)
  241. #define RIO_FREE_DMA \
  242. _IOW(RIO_MPORT_DRV_MAGIC, 20, __u64)
  243. #define RIO_TRANSFER \
  244. _IOWR(RIO_MPORT_DRV_MAGIC, 21, struct rio_transaction)
  245. #define RIO_WAIT_FOR_ASYNC \
  246. _IOW(RIO_MPORT_DRV_MAGIC, 22, struct rio_async_tx_wait)
  247. #define RIO_DEV_ADD \
  248. _IOW(RIO_MPORT_DRV_MAGIC, 23, struct rio_rdev_info)
  249. #define RIO_DEV_DEL \
  250. _IOW(RIO_MPORT_DRV_MAGIC, 24, struct rio_rdev_info)
  251. #endif /* _RIO_MPORT_CDEV_H_ */