qed_roce.h 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. /* QLogic qed NIC Driver
  2. * Copyright (c) 2015-2016 QLogic Corporation
  3. *
  4. * This software is available to you under a choice of one of two
  5. * licenses. You may choose to be licensed under the terms of the GNU
  6. * General Public License (GPL) Version 2, available from the file
  7. * COPYING in the main directory of this source tree, or the
  8. * OpenIB.org BSD license below:
  9. *
  10. * Redistribution and use in source and binary forms, with or
  11. * without modification, are permitted provided that the following
  12. * conditions are met:
  13. *
  14. * - Redistributions of source code must retain the above
  15. * copyright notice, this list of conditions and the following
  16. * disclaimer.
  17. *
  18. * - Redistributions in binary form must reproduce the above
  19. * copyright notice, this list of conditions and the following
  20. * disclaimer in the documentation and /or other materials
  21. * provided with the distribution.
  22. *
  23. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  24. * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  25. * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  26. * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
  27. * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
  28. * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  29. * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  30. * SOFTWARE.
  31. */
  32. #ifndef _QED_ROCE_H
  33. #define _QED_ROCE_H
  34. #include <linux/types.h>
  35. #include <linux/bitops.h>
  36. #include <linux/kernel.h>
  37. #include <linux/list.h>
  38. #include <linux/slab.h>
  39. #include <linux/spinlock.h>
  40. #include <linux/qed/qed_if.h>
  41. #include <linux/qed/qed_roce_if.h>
  42. #include "qed.h"
  43. #include "qed_dev_api.h"
  44. #include "qed_hsi.h"
  45. #include "qed_ll2.h"
  46. #define QED_RDMA_MAX_FMR (RDMA_MAX_TIDS)
  47. #define QED_RDMA_MAX_P_KEY (1)
  48. #define QED_RDMA_MAX_WQE (0x7FFF)
  49. #define QED_RDMA_MAX_SRQ_WQE_ELEM (0x7FFF)
  50. #define QED_RDMA_PAGE_SIZE_CAPS (0xFFFFF000)
  51. #define QED_RDMA_ACK_DELAY (15)
  52. #define QED_RDMA_MAX_MR_SIZE (0x10000000000ULL)
  53. #define QED_RDMA_MAX_CQS (RDMA_MAX_CQS)
  54. #define QED_RDMA_MAX_MRS (RDMA_MAX_TIDS)
  55. /* Add 1 for header element */
  56. #define QED_RDMA_MAX_SRQ_ELEM_PER_WQE (RDMA_MAX_SGE_PER_RQ_WQE + 1)
  57. #define QED_RDMA_MAX_SGE_PER_SRQ_WQE (RDMA_MAX_SGE_PER_RQ_WQE)
  58. #define QED_RDMA_SRQ_WQE_ELEM_SIZE (16)
  59. #define QED_RDMA_MAX_SRQS (32 * 1024)
  60. #define QED_RDMA_MAX_CQE_32_BIT (0x7FFFFFFF - 1)
  61. #define QED_RDMA_MAX_CQE_16_BIT (0x7FFF - 1)
  62. enum qed_rdma_toggle_bit {
  63. QED_RDMA_TOGGLE_BIT_CLEAR = 0,
  64. QED_RDMA_TOGGLE_BIT_SET = 1
  65. };
  66. struct qed_bmap {
  67. unsigned long *bitmap;
  68. u32 max_count;
  69. };
  70. struct qed_rdma_info {
  71. /* spin lock to protect bitmaps */
  72. spinlock_t lock;
  73. struct qed_bmap cq_map;
  74. struct qed_bmap pd_map;
  75. struct qed_bmap tid_map;
  76. struct qed_bmap qp_map;
  77. struct qed_bmap srq_map;
  78. struct qed_bmap cid_map;
  79. struct qed_bmap dpi_map;
  80. struct qed_bmap toggle_bits;
  81. struct qed_rdma_events events;
  82. struct qed_rdma_device *dev;
  83. struct qed_rdma_port *port;
  84. u32 last_tid;
  85. u8 num_cnqs;
  86. u32 num_qps;
  87. u32 num_mrs;
  88. u16 queue_zone_base;
  89. enum protocol_type proto;
  90. };
  91. struct qed_rdma_qp {
  92. struct regpair qp_handle;
  93. struct regpair qp_handle_async;
  94. u32 qpid;
  95. u16 icid;
  96. enum qed_roce_qp_state cur_state;
  97. bool use_srq;
  98. bool signal_all;
  99. bool fmr_and_reserved_lkey;
  100. bool incoming_rdma_read_en;
  101. bool incoming_rdma_write_en;
  102. bool incoming_atomic_en;
  103. bool e2e_flow_control_en;
  104. u16 pd;
  105. u16 pkey;
  106. u32 dest_qp;
  107. u16 mtu;
  108. u16 srq_id;
  109. u8 traffic_class_tos;
  110. u8 hop_limit_ttl;
  111. u16 dpi;
  112. u32 flow_label;
  113. bool lb_indication;
  114. u16 vlan_id;
  115. u32 ack_timeout;
  116. u8 retry_cnt;
  117. u8 rnr_retry_cnt;
  118. u8 min_rnr_nak_timer;
  119. bool sqd_async;
  120. union qed_gid sgid;
  121. union qed_gid dgid;
  122. enum roce_mode roce_mode;
  123. u16 udp_src_port;
  124. u8 stats_queue;
  125. /* requeseter */
  126. u8 max_rd_atomic_req;
  127. u32 sq_psn;
  128. u16 sq_cq_id;
  129. u16 sq_num_pages;
  130. dma_addr_t sq_pbl_ptr;
  131. void *orq;
  132. dma_addr_t orq_phys_addr;
  133. u8 orq_num_pages;
  134. bool req_offloaded;
  135. /* responder */
  136. u8 max_rd_atomic_resp;
  137. u32 rq_psn;
  138. u16 rq_cq_id;
  139. u16 rq_num_pages;
  140. dma_addr_t rq_pbl_ptr;
  141. void *irq;
  142. dma_addr_t irq_phys_addr;
  143. u8 irq_num_pages;
  144. bool resp_offloaded;
  145. u8 remote_mac_addr[6];
  146. u8 local_mac_addr[6];
  147. void *shared_queue;
  148. dma_addr_t shared_queue_phys_addr;
  149. };
  150. #if IS_ENABLED(CONFIG_QED_RDMA)
  151. void qed_rdma_dpm_bar(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt);
  152. void qed_async_roce_event(struct qed_hwfn *p_hwfn,
  153. struct event_ring_entry *p_eqe);
  154. void qed_ll2b_complete_tx_gsi_packet(struct qed_hwfn *p_hwfn,
  155. u8 connection_handle,
  156. void *cookie,
  157. dma_addr_t first_frag_addr,
  158. bool b_last_fragment, bool b_last_packet);
  159. void qed_ll2b_release_tx_gsi_packet(struct qed_hwfn *p_hwfn,
  160. u8 connection_handle,
  161. void *cookie,
  162. dma_addr_t first_frag_addr,
  163. bool b_last_fragment, bool b_last_packet);
  164. void qed_ll2b_complete_rx_gsi_packet(struct qed_hwfn *p_hwfn,
  165. u8 connection_handle,
  166. void *cookie,
  167. dma_addr_t rx_buf_addr,
  168. u16 data_length,
  169. u8 data_length_error,
  170. u16 parse_flags,
  171. u16 vlan,
  172. u32 src_mac_addr_hi,
  173. u16 src_mac_addr_lo, bool b_last_packet);
  174. #else
  175. static inline void qed_rdma_dpm_bar(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt) {}
  176. static inline void qed_async_roce_event(struct qed_hwfn *p_hwfn, struct event_ring_entry *p_eqe) {}
  177. static inline void qed_ll2b_complete_tx_gsi_packet(struct qed_hwfn *p_hwfn,
  178. u8 connection_handle,
  179. void *cookie,
  180. dma_addr_t first_frag_addr,
  181. bool b_last_fragment,
  182. bool b_last_packet) {}
  183. static inline void qed_ll2b_release_tx_gsi_packet(struct qed_hwfn *p_hwfn,
  184. u8 connection_handle,
  185. void *cookie,
  186. dma_addr_t first_frag_addr,
  187. bool b_last_fragment,
  188. bool b_last_packet) {}
  189. static inline void qed_ll2b_complete_rx_gsi_packet(struct qed_hwfn *p_hwfn,
  190. u8 connection_handle,
  191. void *cookie,
  192. dma_addr_t rx_buf_addr,
  193. u16 data_length,
  194. u8 data_length_error,
  195. u16 parse_flags,
  196. u16 vlan,
  197. u32 src_mac_addr_hi,
  198. u16 src_mac_addr_lo,
  199. bool b_last_packet) {}
  200. #endif
  201. #endif