qp.c 43 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595
  1. /*
  2. * Copyright (c) 2009-2010 Chelsio, Inc. All rights reserved.
  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. #include "iw_cxgb4.h"
  33. static int ocqp_support;
  34. module_param(ocqp_support, int, 0644);
  35. MODULE_PARM_DESC(ocqp_support, "Support on-chip SQs (default=0)");
  36. static void set_state(struct c4iw_qp *qhp, enum c4iw_qp_state state)
  37. {
  38. unsigned long flag;
  39. spin_lock_irqsave(&qhp->lock, flag);
  40. qhp->attr.state = state;
  41. spin_unlock_irqrestore(&qhp->lock, flag);
  42. }
  43. static void dealloc_oc_sq(struct c4iw_rdev *rdev, struct t4_sq *sq)
  44. {
  45. c4iw_ocqp_pool_free(rdev, sq->dma_addr, sq->memsize);
  46. }
  47. static void dealloc_host_sq(struct c4iw_rdev *rdev, struct t4_sq *sq)
  48. {
  49. dma_free_coherent(&(rdev->lldi.pdev->dev), sq->memsize, sq->queue,
  50. pci_unmap_addr(sq, mapping));
  51. }
  52. static void dealloc_sq(struct c4iw_rdev *rdev, struct t4_sq *sq)
  53. {
  54. if (t4_sq_onchip(sq))
  55. dealloc_oc_sq(rdev, sq);
  56. else
  57. dealloc_host_sq(rdev, sq);
  58. }
  59. static int alloc_oc_sq(struct c4iw_rdev *rdev, struct t4_sq *sq)
  60. {
  61. if (!ocqp_support || !t4_ocqp_supported())
  62. return -ENOSYS;
  63. sq->dma_addr = c4iw_ocqp_pool_alloc(rdev, sq->memsize);
  64. if (!sq->dma_addr)
  65. return -ENOMEM;
  66. sq->phys_addr = rdev->oc_mw_pa + sq->dma_addr -
  67. rdev->lldi.vr->ocq.start;
  68. sq->queue = (__force union t4_wr *)(rdev->oc_mw_kva + sq->dma_addr -
  69. rdev->lldi.vr->ocq.start);
  70. sq->flags |= T4_SQ_ONCHIP;
  71. return 0;
  72. }
  73. static int alloc_host_sq(struct c4iw_rdev *rdev, struct t4_sq *sq)
  74. {
  75. sq->queue = dma_alloc_coherent(&(rdev->lldi.pdev->dev), sq->memsize,
  76. &(sq->dma_addr), GFP_KERNEL);
  77. if (!sq->queue)
  78. return -ENOMEM;
  79. sq->phys_addr = virt_to_phys(sq->queue);
  80. pci_unmap_addr_set(sq, mapping, sq->dma_addr);
  81. return 0;
  82. }
  83. static int destroy_qp(struct c4iw_rdev *rdev, struct t4_wq *wq,
  84. struct c4iw_dev_ucontext *uctx)
  85. {
  86. /*
  87. * uP clears EQ contexts when the connection exits rdma mode,
  88. * so no need to post a RESET WR for these EQs.
  89. */
  90. dma_free_coherent(&(rdev->lldi.pdev->dev),
  91. wq->rq.memsize, wq->rq.queue,
  92. dma_unmap_addr(&wq->rq, mapping));
  93. dealloc_sq(rdev, &wq->sq);
  94. c4iw_rqtpool_free(rdev, wq->rq.rqt_hwaddr, wq->rq.rqt_size);
  95. kfree(wq->rq.sw_rq);
  96. kfree(wq->sq.sw_sq);
  97. c4iw_put_qpid(rdev, wq->rq.qid, uctx);
  98. c4iw_put_qpid(rdev, wq->sq.qid, uctx);
  99. return 0;
  100. }
  101. static int create_qp(struct c4iw_rdev *rdev, struct t4_wq *wq,
  102. struct t4_cq *rcq, struct t4_cq *scq,
  103. struct c4iw_dev_ucontext *uctx)
  104. {
  105. int user = (uctx != &rdev->uctx);
  106. struct fw_ri_res_wr *res_wr;
  107. struct fw_ri_res *res;
  108. int wr_len;
  109. struct c4iw_wr_wait wr_wait;
  110. struct sk_buff *skb;
  111. int ret;
  112. int eqsize;
  113. wq->sq.qid = c4iw_get_qpid(rdev, uctx);
  114. if (!wq->sq.qid)
  115. return -ENOMEM;
  116. wq->rq.qid = c4iw_get_qpid(rdev, uctx);
  117. if (!wq->rq.qid)
  118. goto err1;
  119. if (!user) {
  120. wq->sq.sw_sq = kzalloc(wq->sq.size * sizeof *wq->sq.sw_sq,
  121. GFP_KERNEL);
  122. if (!wq->sq.sw_sq)
  123. goto err2;
  124. wq->rq.sw_rq = kzalloc(wq->rq.size * sizeof *wq->rq.sw_rq,
  125. GFP_KERNEL);
  126. if (!wq->rq.sw_rq)
  127. goto err3;
  128. }
  129. /*
  130. * RQT must be a power of 2.
  131. */
  132. wq->rq.rqt_size = roundup_pow_of_two(wq->rq.size);
  133. wq->rq.rqt_hwaddr = c4iw_rqtpool_alloc(rdev, wq->rq.rqt_size);
  134. if (!wq->rq.rqt_hwaddr)
  135. goto err4;
  136. if (user) {
  137. if (alloc_oc_sq(rdev, &wq->sq) && alloc_host_sq(rdev, &wq->sq))
  138. goto err5;
  139. } else
  140. if (alloc_host_sq(rdev, &wq->sq))
  141. goto err5;
  142. memset(wq->sq.queue, 0, wq->sq.memsize);
  143. dma_unmap_addr_set(&wq->sq, mapping, wq->sq.dma_addr);
  144. wq->rq.queue = dma_alloc_coherent(&(rdev->lldi.pdev->dev),
  145. wq->rq.memsize, &(wq->rq.dma_addr),
  146. GFP_KERNEL);
  147. if (!wq->rq.queue)
  148. goto err6;
  149. PDBG("%s sq base va 0x%p pa 0x%llx rq base va 0x%p pa 0x%llx\n",
  150. __func__, wq->sq.queue,
  151. (unsigned long long)virt_to_phys(wq->sq.queue),
  152. wq->rq.queue,
  153. (unsigned long long)virt_to_phys(wq->rq.queue));
  154. memset(wq->rq.queue, 0, wq->rq.memsize);
  155. dma_unmap_addr_set(&wq->rq, mapping, wq->rq.dma_addr);
  156. wq->db = rdev->lldi.db_reg;
  157. wq->gts = rdev->lldi.gts_reg;
  158. if (user) {
  159. wq->sq.udb = (u64)pci_resource_start(rdev->lldi.pdev, 2) +
  160. (wq->sq.qid << rdev->qpshift);
  161. wq->sq.udb &= PAGE_MASK;
  162. wq->rq.udb = (u64)pci_resource_start(rdev->lldi.pdev, 2) +
  163. (wq->rq.qid << rdev->qpshift);
  164. wq->rq.udb &= PAGE_MASK;
  165. }
  166. wq->rdev = rdev;
  167. wq->rq.msn = 1;
  168. /* build fw_ri_res_wr */
  169. wr_len = sizeof *res_wr + 2 * sizeof *res;
  170. skb = alloc_skb(wr_len, GFP_KERNEL);
  171. if (!skb) {
  172. ret = -ENOMEM;
  173. goto err7;
  174. }
  175. set_wr_txq(skb, CPL_PRIORITY_CONTROL, 0);
  176. res_wr = (struct fw_ri_res_wr *)__skb_put(skb, wr_len);
  177. memset(res_wr, 0, wr_len);
  178. res_wr->op_nres = cpu_to_be32(
  179. FW_WR_OP(FW_RI_RES_WR) |
  180. V_FW_RI_RES_WR_NRES(2) |
  181. FW_WR_COMPL(1));
  182. res_wr->len16_pkd = cpu_to_be32(DIV_ROUND_UP(wr_len, 16));
  183. res_wr->cookie = (unsigned long) &wr_wait;
  184. res = res_wr->res;
  185. res->u.sqrq.restype = FW_RI_RES_TYPE_SQ;
  186. res->u.sqrq.op = FW_RI_RES_OP_WRITE;
  187. /*
  188. * eqsize is the number of 64B entries plus the status page size.
  189. */
  190. eqsize = wq->sq.size * T4_SQ_NUM_SLOTS + T4_EQ_STATUS_ENTRIES;
  191. res->u.sqrq.fetchszm_to_iqid = cpu_to_be32(
  192. V_FW_RI_RES_WR_HOSTFCMODE(0) | /* no host cidx updates */
  193. V_FW_RI_RES_WR_CPRIO(0) | /* don't keep in chip cache */
  194. V_FW_RI_RES_WR_PCIECHN(0) | /* set by uP at ri_init time */
  195. t4_sq_onchip(&wq->sq) ? F_FW_RI_RES_WR_ONCHIP : 0 |
  196. V_FW_RI_RES_WR_IQID(scq->cqid));
  197. res->u.sqrq.dcaen_to_eqsize = cpu_to_be32(
  198. V_FW_RI_RES_WR_DCAEN(0) |
  199. V_FW_RI_RES_WR_DCACPU(0) |
  200. V_FW_RI_RES_WR_FBMIN(2) |
  201. V_FW_RI_RES_WR_FBMAX(3) |
  202. V_FW_RI_RES_WR_CIDXFTHRESHO(0) |
  203. V_FW_RI_RES_WR_CIDXFTHRESH(0) |
  204. V_FW_RI_RES_WR_EQSIZE(eqsize));
  205. res->u.sqrq.eqid = cpu_to_be32(wq->sq.qid);
  206. res->u.sqrq.eqaddr = cpu_to_be64(wq->sq.dma_addr);
  207. res++;
  208. res->u.sqrq.restype = FW_RI_RES_TYPE_RQ;
  209. res->u.sqrq.op = FW_RI_RES_OP_WRITE;
  210. /*
  211. * eqsize is the number of 64B entries plus the status page size.
  212. */
  213. eqsize = wq->rq.size * T4_RQ_NUM_SLOTS + T4_EQ_STATUS_ENTRIES;
  214. res->u.sqrq.fetchszm_to_iqid = cpu_to_be32(
  215. V_FW_RI_RES_WR_HOSTFCMODE(0) | /* no host cidx updates */
  216. V_FW_RI_RES_WR_CPRIO(0) | /* don't keep in chip cache */
  217. V_FW_RI_RES_WR_PCIECHN(0) | /* set by uP at ri_init time */
  218. V_FW_RI_RES_WR_IQID(rcq->cqid));
  219. res->u.sqrq.dcaen_to_eqsize = cpu_to_be32(
  220. V_FW_RI_RES_WR_DCAEN(0) |
  221. V_FW_RI_RES_WR_DCACPU(0) |
  222. V_FW_RI_RES_WR_FBMIN(2) |
  223. V_FW_RI_RES_WR_FBMAX(3) |
  224. V_FW_RI_RES_WR_CIDXFTHRESHO(0) |
  225. V_FW_RI_RES_WR_CIDXFTHRESH(0) |
  226. V_FW_RI_RES_WR_EQSIZE(eqsize));
  227. res->u.sqrq.eqid = cpu_to_be32(wq->rq.qid);
  228. res->u.sqrq.eqaddr = cpu_to_be64(wq->rq.dma_addr);
  229. c4iw_init_wr_wait(&wr_wait);
  230. ret = c4iw_ofld_send(rdev, skb);
  231. if (ret)
  232. goto err7;
  233. ret = c4iw_wait_for_reply(rdev, &wr_wait, 0, wq->sq.qid, __func__);
  234. if (ret)
  235. goto err7;
  236. PDBG("%s sqid 0x%x rqid 0x%x kdb 0x%p squdb 0x%llx rqudb 0x%llx\n",
  237. __func__, wq->sq.qid, wq->rq.qid, wq->db,
  238. (unsigned long long)wq->sq.udb, (unsigned long long)wq->rq.udb);
  239. return 0;
  240. err7:
  241. dma_free_coherent(&(rdev->lldi.pdev->dev),
  242. wq->rq.memsize, wq->rq.queue,
  243. dma_unmap_addr(&wq->rq, mapping));
  244. err6:
  245. dealloc_sq(rdev, &wq->sq);
  246. err5:
  247. c4iw_rqtpool_free(rdev, wq->rq.rqt_hwaddr, wq->rq.rqt_size);
  248. err4:
  249. kfree(wq->rq.sw_rq);
  250. err3:
  251. kfree(wq->sq.sw_sq);
  252. err2:
  253. c4iw_put_qpid(rdev, wq->rq.qid, uctx);
  254. err1:
  255. c4iw_put_qpid(rdev, wq->sq.qid, uctx);
  256. return -ENOMEM;
  257. }
  258. static int build_immd(struct t4_sq *sq, struct fw_ri_immd *immdp,
  259. struct ib_send_wr *wr, int max, u32 *plenp)
  260. {
  261. u8 *dstp, *srcp;
  262. u32 plen = 0;
  263. int i;
  264. int rem, len;
  265. dstp = (u8 *)immdp->data;
  266. for (i = 0; i < wr->num_sge; i++) {
  267. if ((plen + wr->sg_list[i].length) > max)
  268. return -EMSGSIZE;
  269. srcp = (u8 *)(unsigned long)wr->sg_list[i].addr;
  270. plen += wr->sg_list[i].length;
  271. rem = wr->sg_list[i].length;
  272. while (rem) {
  273. if (dstp == (u8 *)&sq->queue[sq->size])
  274. dstp = (u8 *)sq->queue;
  275. if (rem <= (u8 *)&sq->queue[sq->size] - dstp)
  276. len = rem;
  277. else
  278. len = (u8 *)&sq->queue[sq->size] - dstp;
  279. memcpy(dstp, srcp, len);
  280. dstp += len;
  281. srcp += len;
  282. rem -= len;
  283. }
  284. }
  285. len = roundup(plen + sizeof *immdp, 16) - (plen + sizeof *immdp);
  286. if (len)
  287. memset(dstp, 0, len);
  288. immdp->op = FW_RI_DATA_IMMD;
  289. immdp->r1 = 0;
  290. immdp->r2 = 0;
  291. immdp->immdlen = cpu_to_be32(plen);
  292. *plenp = plen;
  293. return 0;
  294. }
  295. static int build_isgl(__be64 *queue_start, __be64 *queue_end,
  296. struct fw_ri_isgl *isglp, struct ib_sge *sg_list,
  297. int num_sge, u32 *plenp)
  298. {
  299. int i;
  300. u32 plen = 0;
  301. __be64 *flitp = (__be64 *)isglp->sge;
  302. for (i = 0; i < num_sge; i++) {
  303. if ((plen + sg_list[i].length) < plen)
  304. return -EMSGSIZE;
  305. plen += sg_list[i].length;
  306. *flitp = cpu_to_be64(((u64)sg_list[i].lkey << 32) |
  307. sg_list[i].length);
  308. if (++flitp == queue_end)
  309. flitp = queue_start;
  310. *flitp = cpu_to_be64(sg_list[i].addr);
  311. if (++flitp == queue_end)
  312. flitp = queue_start;
  313. }
  314. *flitp = (__force __be64)0;
  315. isglp->op = FW_RI_DATA_ISGL;
  316. isglp->r1 = 0;
  317. isglp->nsge = cpu_to_be16(num_sge);
  318. isglp->r2 = 0;
  319. if (plenp)
  320. *plenp = plen;
  321. return 0;
  322. }
  323. static int build_rdma_send(struct t4_sq *sq, union t4_wr *wqe,
  324. struct ib_send_wr *wr, u8 *len16)
  325. {
  326. u32 plen;
  327. int size;
  328. int ret;
  329. if (wr->num_sge > T4_MAX_SEND_SGE)
  330. return -EINVAL;
  331. switch (wr->opcode) {
  332. case IB_WR_SEND:
  333. if (wr->send_flags & IB_SEND_SOLICITED)
  334. wqe->send.sendop_pkd = cpu_to_be32(
  335. V_FW_RI_SEND_WR_SENDOP(FW_RI_SEND_WITH_SE));
  336. else
  337. wqe->send.sendop_pkd = cpu_to_be32(
  338. V_FW_RI_SEND_WR_SENDOP(FW_RI_SEND));
  339. wqe->send.stag_inv = 0;
  340. break;
  341. case IB_WR_SEND_WITH_INV:
  342. if (wr->send_flags & IB_SEND_SOLICITED)
  343. wqe->send.sendop_pkd = cpu_to_be32(
  344. V_FW_RI_SEND_WR_SENDOP(FW_RI_SEND_WITH_SE_INV));
  345. else
  346. wqe->send.sendop_pkd = cpu_to_be32(
  347. V_FW_RI_SEND_WR_SENDOP(FW_RI_SEND_WITH_INV));
  348. wqe->send.stag_inv = cpu_to_be32(wr->ex.invalidate_rkey);
  349. break;
  350. default:
  351. return -EINVAL;
  352. }
  353. plen = 0;
  354. if (wr->num_sge) {
  355. if (wr->send_flags & IB_SEND_INLINE) {
  356. ret = build_immd(sq, wqe->send.u.immd_src, wr,
  357. T4_MAX_SEND_INLINE, &plen);
  358. if (ret)
  359. return ret;
  360. size = sizeof wqe->send + sizeof(struct fw_ri_immd) +
  361. plen;
  362. } else {
  363. ret = build_isgl((__be64 *)sq->queue,
  364. (__be64 *)&sq->queue[sq->size],
  365. wqe->send.u.isgl_src,
  366. wr->sg_list, wr->num_sge, &plen);
  367. if (ret)
  368. return ret;
  369. size = sizeof wqe->send + sizeof(struct fw_ri_isgl) +
  370. wr->num_sge * sizeof(struct fw_ri_sge);
  371. }
  372. } else {
  373. wqe->send.u.immd_src[0].op = FW_RI_DATA_IMMD;
  374. wqe->send.u.immd_src[0].r1 = 0;
  375. wqe->send.u.immd_src[0].r2 = 0;
  376. wqe->send.u.immd_src[0].immdlen = 0;
  377. size = sizeof wqe->send + sizeof(struct fw_ri_immd);
  378. plen = 0;
  379. }
  380. *len16 = DIV_ROUND_UP(size, 16);
  381. wqe->send.plen = cpu_to_be32(plen);
  382. return 0;
  383. }
  384. static int build_rdma_write(struct t4_sq *sq, union t4_wr *wqe,
  385. struct ib_send_wr *wr, u8 *len16)
  386. {
  387. u32 plen;
  388. int size;
  389. int ret;
  390. if (wr->num_sge > T4_MAX_SEND_SGE)
  391. return -EINVAL;
  392. wqe->write.r2 = 0;
  393. wqe->write.stag_sink = cpu_to_be32(wr->wr.rdma.rkey);
  394. wqe->write.to_sink = cpu_to_be64(wr->wr.rdma.remote_addr);
  395. if (wr->num_sge) {
  396. if (wr->send_flags & IB_SEND_INLINE) {
  397. ret = build_immd(sq, wqe->write.u.immd_src, wr,
  398. T4_MAX_WRITE_INLINE, &plen);
  399. if (ret)
  400. return ret;
  401. size = sizeof wqe->write + sizeof(struct fw_ri_immd) +
  402. plen;
  403. } else {
  404. ret = build_isgl((__be64 *)sq->queue,
  405. (__be64 *)&sq->queue[sq->size],
  406. wqe->write.u.isgl_src,
  407. wr->sg_list, wr->num_sge, &plen);
  408. if (ret)
  409. return ret;
  410. size = sizeof wqe->write + sizeof(struct fw_ri_isgl) +
  411. wr->num_sge * sizeof(struct fw_ri_sge);
  412. }
  413. } else {
  414. wqe->write.u.immd_src[0].op = FW_RI_DATA_IMMD;
  415. wqe->write.u.immd_src[0].r1 = 0;
  416. wqe->write.u.immd_src[0].r2 = 0;
  417. wqe->write.u.immd_src[0].immdlen = 0;
  418. size = sizeof wqe->write + sizeof(struct fw_ri_immd);
  419. plen = 0;
  420. }
  421. *len16 = DIV_ROUND_UP(size, 16);
  422. wqe->write.plen = cpu_to_be32(plen);
  423. return 0;
  424. }
  425. static int build_rdma_read(union t4_wr *wqe, struct ib_send_wr *wr, u8 *len16)
  426. {
  427. if (wr->num_sge > 1)
  428. return -EINVAL;
  429. if (wr->num_sge) {
  430. wqe->read.stag_src = cpu_to_be32(wr->wr.rdma.rkey);
  431. wqe->read.to_src_hi = cpu_to_be32((u32)(wr->wr.rdma.remote_addr
  432. >> 32));
  433. wqe->read.to_src_lo = cpu_to_be32((u32)wr->wr.rdma.remote_addr);
  434. wqe->read.stag_sink = cpu_to_be32(wr->sg_list[0].lkey);
  435. wqe->read.plen = cpu_to_be32(wr->sg_list[0].length);
  436. wqe->read.to_sink_hi = cpu_to_be32((u32)(wr->sg_list[0].addr
  437. >> 32));
  438. wqe->read.to_sink_lo = cpu_to_be32((u32)(wr->sg_list[0].addr));
  439. } else {
  440. wqe->read.stag_src = cpu_to_be32(2);
  441. wqe->read.to_src_hi = 0;
  442. wqe->read.to_src_lo = 0;
  443. wqe->read.stag_sink = cpu_to_be32(2);
  444. wqe->read.plen = 0;
  445. wqe->read.to_sink_hi = 0;
  446. wqe->read.to_sink_lo = 0;
  447. }
  448. wqe->read.r2 = 0;
  449. wqe->read.r5 = 0;
  450. *len16 = DIV_ROUND_UP(sizeof wqe->read, 16);
  451. return 0;
  452. }
  453. static int build_rdma_recv(struct c4iw_qp *qhp, union t4_recv_wr *wqe,
  454. struct ib_recv_wr *wr, u8 *len16)
  455. {
  456. int ret;
  457. ret = build_isgl((__be64 *)qhp->wq.rq.queue,
  458. (__be64 *)&qhp->wq.rq.queue[qhp->wq.rq.size],
  459. &wqe->recv.isgl, wr->sg_list, wr->num_sge, NULL);
  460. if (ret)
  461. return ret;
  462. *len16 = DIV_ROUND_UP(sizeof wqe->recv +
  463. wr->num_sge * sizeof(struct fw_ri_sge), 16);
  464. return 0;
  465. }
  466. static int build_fastreg(struct t4_sq *sq, union t4_wr *wqe,
  467. struct ib_send_wr *wr, u8 *len16)
  468. {
  469. struct fw_ri_immd *imdp;
  470. __be64 *p;
  471. int i;
  472. int pbllen = roundup(wr->wr.fast_reg.page_list_len * sizeof(u64), 32);
  473. int rem;
  474. if (wr->wr.fast_reg.page_list_len > T4_MAX_FR_DEPTH)
  475. return -EINVAL;
  476. wqe->fr.qpbinde_to_dcacpu = 0;
  477. wqe->fr.pgsz_shift = wr->wr.fast_reg.page_shift - 12;
  478. wqe->fr.addr_type = FW_RI_VA_BASED_TO;
  479. wqe->fr.mem_perms = c4iw_ib_to_tpt_access(wr->wr.fast_reg.access_flags);
  480. wqe->fr.len_hi = 0;
  481. wqe->fr.len_lo = cpu_to_be32(wr->wr.fast_reg.length);
  482. wqe->fr.stag = cpu_to_be32(wr->wr.fast_reg.rkey);
  483. wqe->fr.va_hi = cpu_to_be32(wr->wr.fast_reg.iova_start >> 32);
  484. wqe->fr.va_lo_fbo = cpu_to_be32(wr->wr.fast_reg.iova_start &
  485. 0xffffffff);
  486. WARN_ON(pbllen > T4_MAX_FR_IMMD);
  487. imdp = (struct fw_ri_immd *)(&wqe->fr + 1);
  488. imdp->op = FW_RI_DATA_IMMD;
  489. imdp->r1 = 0;
  490. imdp->r2 = 0;
  491. imdp->immdlen = cpu_to_be32(pbllen);
  492. p = (__be64 *)(imdp + 1);
  493. rem = pbllen;
  494. for (i = 0; i < wr->wr.fast_reg.page_list_len; i++) {
  495. *p = cpu_to_be64((u64)wr->wr.fast_reg.page_list->page_list[i]);
  496. rem -= sizeof *p;
  497. if (++p == (__be64 *)&sq->queue[sq->size])
  498. p = (__be64 *)sq->queue;
  499. }
  500. BUG_ON(rem < 0);
  501. while (rem) {
  502. *p = 0;
  503. rem -= sizeof *p;
  504. if (++p == (__be64 *)&sq->queue[sq->size])
  505. p = (__be64 *)sq->queue;
  506. }
  507. *len16 = DIV_ROUND_UP(sizeof wqe->fr + sizeof *imdp + pbllen, 16);
  508. return 0;
  509. }
  510. static int build_inv_stag(union t4_wr *wqe, struct ib_send_wr *wr,
  511. u8 *len16)
  512. {
  513. wqe->inv.stag_inv = cpu_to_be32(wr->ex.invalidate_rkey);
  514. wqe->inv.r2 = 0;
  515. *len16 = DIV_ROUND_UP(sizeof wqe->inv, 16);
  516. return 0;
  517. }
  518. void c4iw_qp_add_ref(struct ib_qp *qp)
  519. {
  520. PDBG("%s ib_qp %p\n", __func__, qp);
  521. atomic_inc(&(to_c4iw_qp(qp)->refcnt));
  522. }
  523. void c4iw_qp_rem_ref(struct ib_qp *qp)
  524. {
  525. PDBG("%s ib_qp %p\n", __func__, qp);
  526. if (atomic_dec_and_test(&(to_c4iw_qp(qp)->refcnt)))
  527. wake_up(&(to_c4iw_qp(qp)->wait));
  528. }
  529. int c4iw_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr,
  530. struct ib_send_wr **bad_wr)
  531. {
  532. int err = 0;
  533. u8 len16 = 0;
  534. enum fw_wr_opcodes fw_opcode = 0;
  535. enum fw_ri_wr_flags fw_flags;
  536. struct c4iw_qp *qhp;
  537. union t4_wr *wqe;
  538. u32 num_wrs;
  539. struct t4_swsqe *swsqe;
  540. unsigned long flag;
  541. u16 idx = 0;
  542. qhp = to_c4iw_qp(ibqp);
  543. spin_lock_irqsave(&qhp->lock, flag);
  544. if (t4_wq_in_error(&qhp->wq)) {
  545. spin_unlock_irqrestore(&qhp->lock, flag);
  546. return -EINVAL;
  547. }
  548. num_wrs = t4_sq_avail(&qhp->wq);
  549. if (num_wrs == 0) {
  550. spin_unlock_irqrestore(&qhp->lock, flag);
  551. return -ENOMEM;
  552. }
  553. while (wr) {
  554. if (num_wrs == 0) {
  555. err = -ENOMEM;
  556. *bad_wr = wr;
  557. break;
  558. }
  559. wqe = (union t4_wr *)((u8 *)qhp->wq.sq.queue +
  560. qhp->wq.sq.wq_pidx * T4_EQ_ENTRY_SIZE);
  561. fw_flags = 0;
  562. if (wr->send_flags & IB_SEND_SOLICITED)
  563. fw_flags |= FW_RI_SOLICITED_EVENT_FLAG;
  564. if (wr->send_flags & IB_SEND_SIGNALED)
  565. fw_flags |= FW_RI_COMPLETION_FLAG;
  566. swsqe = &qhp->wq.sq.sw_sq[qhp->wq.sq.pidx];
  567. switch (wr->opcode) {
  568. case IB_WR_SEND_WITH_INV:
  569. case IB_WR_SEND:
  570. if (wr->send_flags & IB_SEND_FENCE)
  571. fw_flags |= FW_RI_READ_FENCE_FLAG;
  572. fw_opcode = FW_RI_SEND_WR;
  573. if (wr->opcode == IB_WR_SEND)
  574. swsqe->opcode = FW_RI_SEND;
  575. else
  576. swsqe->opcode = FW_RI_SEND_WITH_INV;
  577. err = build_rdma_send(&qhp->wq.sq, wqe, wr, &len16);
  578. break;
  579. case IB_WR_RDMA_WRITE:
  580. fw_opcode = FW_RI_RDMA_WRITE_WR;
  581. swsqe->opcode = FW_RI_RDMA_WRITE;
  582. err = build_rdma_write(&qhp->wq.sq, wqe, wr, &len16);
  583. break;
  584. case IB_WR_RDMA_READ:
  585. case IB_WR_RDMA_READ_WITH_INV:
  586. fw_opcode = FW_RI_RDMA_READ_WR;
  587. swsqe->opcode = FW_RI_READ_REQ;
  588. if (wr->opcode == IB_WR_RDMA_READ_WITH_INV)
  589. fw_flags = FW_RI_RDMA_READ_INVALIDATE;
  590. else
  591. fw_flags = 0;
  592. err = build_rdma_read(wqe, wr, &len16);
  593. if (err)
  594. break;
  595. swsqe->read_len = wr->sg_list[0].length;
  596. if (!qhp->wq.sq.oldest_read)
  597. qhp->wq.sq.oldest_read = swsqe;
  598. break;
  599. case IB_WR_FAST_REG_MR:
  600. fw_opcode = FW_RI_FR_NSMR_WR;
  601. swsqe->opcode = FW_RI_FAST_REGISTER;
  602. err = build_fastreg(&qhp->wq.sq, wqe, wr, &len16);
  603. break;
  604. case IB_WR_LOCAL_INV:
  605. if (wr->send_flags & IB_SEND_FENCE)
  606. fw_flags |= FW_RI_LOCAL_FENCE_FLAG;
  607. fw_opcode = FW_RI_INV_LSTAG_WR;
  608. swsqe->opcode = FW_RI_LOCAL_INV;
  609. err = build_inv_stag(wqe, wr, &len16);
  610. break;
  611. default:
  612. PDBG("%s post of type=%d TBD!\n", __func__,
  613. wr->opcode);
  614. err = -EINVAL;
  615. }
  616. if (err) {
  617. *bad_wr = wr;
  618. break;
  619. }
  620. swsqe->idx = qhp->wq.sq.pidx;
  621. swsqe->complete = 0;
  622. swsqe->signaled = (wr->send_flags & IB_SEND_SIGNALED);
  623. swsqe->wr_id = wr->wr_id;
  624. init_wr_hdr(wqe, qhp->wq.sq.pidx, fw_opcode, fw_flags, len16);
  625. PDBG("%s cookie 0x%llx pidx 0x%x opcode 0x%x read_len %u\n",
  626. __func__, (unsigned long long)wr->wr_id, qhp->wq.sq.pidx,
  627. swsqe->opcode, swsqe->read_len);
  628. wr = wr->next;
  629. num_wrs--;
  630. t4_sq_produce(&qhp->wq, len16);
  631. idx += DIV_ROUND_UP(len16*16, T4_EQ_ENTRY_SIZE);
  632. }
  633. if (t4_wq_db_enabled(&qhp->wq))
  634. t4_ring_sq_db(&qhp->wq, idx);
  635. spin_unlock_irqrestore(&qhp->lock, flag);
  636. return err;
  637. }
  638. int c4iw_post_receive(struct ib_qp *ibqp, struct ib_recv_wr *wr,
  639. struct ib_recv_wr **bad_wr)
  640. {
  641. int err = 0;
  642. struct c4iw_qp *qhp;
  643. union t4_recv_wr *wqe;
  644. u32 num_wrs;
  645. u8 len16 = 0;
  646. unsigned long flag;
  647. u16 idx = 0;
  648. qhp = to_c4iw_qp(ibqp);
  649. spin_lock_irqsave(&qhp->lock, flag);
  650. if (t4_wq_in_error(&qhp->wq)) {
  651. spin_unlock_irqrestore(&qhp->lock, flag);
  652. return -EINVAL;
  653. }
  654. num_wrs = t4_rq_avail(&qhp->wq);
  655. if (num_wrs == 0) {
  656. spin_unlock_irqrestore(&qhp->lock, flag);
  657. return -ENOMEM;
  658. }
  659. while (wr) {
  660. if (wr->num_sge > T4_MAX_RECV_SGE) {
  661. err = -EINVAL;
  662. *bad_wr = wr;
  663. break;
  664. }
  665. wqe = (union t4_recv_wr *)((u8 *)qhp->wq.rq.queue +
  666. qhp->wq.rq.wq_pidx *
  667. T4_EQ_ENTRY_SIZE);
  668. if (num_wrs)
  669. err = build_rdma_recv(qhp, wqe, wr, &len16);
  670. else
  671. err = -ENOMEM;
  672. if (err) {
  673. *bad_wr = wr;
  674. break;
  675. }
  676. qhp->wq.rq.sw_rq[qhp->wq.rq.pidx].wr_id = wr->wr_id;
  677. wqe->recv.opcode = FW_RI_RECV_WR;
  678. wqe->recv.r1 = 0;
  679. wqe->recv.wrid = qhp->wq.rq.pidx;
  680. wqe->recv.r2[0] = 0;
  681. wqe->recv.r2[1] = 0;
  682. wqe->recv.r2[2] = 0;
  683. wqe->recv.len16 = len16;
  684. PDBG("%s cookie 0x%llx pidx %u\n", __func__,
  685. (unsigned long long) wr->wr_id, qhp->wq.rq.pidx);
  686. t4_rq_produce(&qhp->wq, len16);
  687. idx += DIV_ROUND_UP(len16*16, T4_EQ_ENTRY_SIZE);
  688. wr = wr->next;
  689. num_wrs--;
  690. }
  691. if (t4_wq_db_enabled(&qhp->wq))
  692. t4_ring_rq_db(&qhp->wq, idx);
  693. spin_unlock_irqrestore(&qhp->lock, flag);
  694. return err;
  695. }
  696. int c4iw_bind_mw(struct ib_qp *qp, struct ib_mw *mw, struct ib_mw_bind *mw_bind)
  697. {
  698. return -ENOSYS;
  699. }
  700. static inline void build_term_codes(struct t4_cqe *err_cqe, u8 *layer_type,
  701. u8 *ecode)
  702. {
  703. int status;
  704. int tagged;
  705. int opcode;
  706. int rqtype;
  707. int send_inv;
  708. if (!err_cqe) {
  709. *layer_type = LAYER_RDMAP|DDP_LOCAL_CATA;
  710. *ecode = 0;
  711. return;
  712. }
  713. status = CQE_STATUS(err_cqe);
  714. opcode = CQE_OPCODE(err_cqe);
  715. rqtype = RQ_TYPE(err_cqe);
  716. send_inv = (opcode == FW_RI_SEND_WITH_INV) ||
  717. (opcode == FW_RI_SEND_WITH_SE_INV);
  718. tagged = (opcode == FW_RI_RDMA_WRITE) ||
  719. (rqtype && (opcode == FW_RI_READ_RESP));
  720. switch (status) {
  721. case T4_ERR_STAG:
  722. if (send_inv) {
  723. *layer_type = LAYER_RDMAP|RDMAP_REMOTE_OP;
  724. *ecode = RDMAP_CANT_INV_STAG;
  725. } else {
  726. *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT;
  727. *ecode = RDMAP_INV_STAG;
  728. }
  729. break;
  730. case T4_ERR_PDID:
  731. *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT;
  732. if ((opcode == FW_RI_SEND_WITH_INV) ||
  733. (opcode == FW_RI_SEND_WITH_SE_INV))
  734. *ecode = RDMAP_CANT_INV_STAG;
  735. else
  736. *ecode = RDMAP_STAG_NOT_ASSOC;
  737. break;
  738. case T4_ERR_QPID:
  739. *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT;
  740. *ecode = RDMAP_STAG_NOT_ASSOC;
  741. break;
  742. case T4_ERR_ACCESS:
  743. *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT;
  744. *ecode = RDMAP_ACC_VIOL;
  745. break;
  746. case T4_ERR_WRAP:
  747. *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT;
  748. *ecode = RDMAP_TO_WRAP;
  749. break;
  750. case T4_ERR_BOUND:
  751. if (tagged) {
  752. *layer_type = LAYER_DDP|DDP_TAGGED_ERR;
  753. *ecode = DDPT_BASE_BOUNDS;
  754. } else {
  755. *layer_type = LAYER_RDMAP|RDMAP_REMOTE_PROT;
  756. *ecode = RDMAP_BASE_BOUNDS;
  757. }
  758. break;
  759. case T4_ERR_INVALIDATE_SHARED_MR:
  760. case T4_ERR_INVALIDATE_MR_WITH_MW_BOUND:
  761. *layer_type = LAYER_RDMAP|RDMAP_REMOTE_OP;
  762. *ecode = RDMAP_CANT_INV_STAG;
  763. break;
  764. case T4_ERR_ECC:
  765. case T4_ERR_ECC_PSTAG:
  766. case T4_ERR_INTERNAL_ERR:
  767. *layer_type = LAYER_RDMAP|RDMAP_LOCAL_CATA;
  768. *ecode = 0;
  769. break;
  770. case T4_ERR_OUT_OF_RQE:
  771. *layer_type = LAYER_DDP|DDP_UNTAGGED_ERR;
  772. *ecode = DDPU_INV_MSN_NOBUF;
  773. break;
  774. case T4_ERR_PBL_ADDR_BOUND:
  775. *layer_type = LAYER_DDP|DDP_TAGGED_ERR;
  776. *ecode = DDPT_BASE_BOUNDS;
  777. break;
  778. case T4_ERR_CRC:
  779. *layer_type = LAYER_MPA|DDP_LLP;
  780. *ecode = MPA_CRC_ERR;
  781. break;
  782. case T4_ERR_MARKER:
  783. *layer_type = LAYER_MPA|DDP_LLP;
  784. *ecode = MPA_MARKER_ERR;
  785. break;
  786. case T4_ERR_PDU_LEN_ERR:
  787. *layer_type = LAYER_DDP|DDP_UNTAGGED_ERR;
  788. *ecode = DDPU_MSG_TOOBIG;
  789. break;
  790. case T4_ERR_DDP_VERSION:
  791. if (tagged) {
  792. *layer_type = LAYER_DDP|DDP_TAGGED_ERR;
  793. *ecode = DDPT_INV_VERS;
  794. } else {
  795. *layer_type = LAYER_DDP|DDP_UNTAGGED_ERR;
  796. *ecode = DDPU_INV_VERS;
  797. }
  798. break;
  799. case T4_ERR_RDMA_VERSION:
  800. *layer_type = LAYER_RDMAP|RDMAP_REMOTE_OP;
  801. *ecode = RDMAP_INV_VERS;
  802. break;
  803. case T4_ERR_OPCODE:
  804. *layer_type = LAYER_RDMAP|RDMAP_REMOTE_OP;
  805. *ecode = RDMAP_INV_OPCODE;
  806. break;
  807. case T4_ERR_DDP_QUEUE_NUM:
  808. *layer_type = LAYER_DDP|DDP_UNTAGGED_ERR;
  809. *ecode = DDPU_INV_QN;
  810. break;
  811. case T4_ERR_MSN:
  812. case T4_ERR_MSN_GAP:
  813. case T4_ERR_MSN_RANGE:
  814. case T4_ERR_IRD_OVERFLOW:
  815. *layer_type = LAYER_DDP|DDP_UNTAGGED_ERR;
  816. *ecode = DDPU_INV_MSN_RANGE;
  817. break;
  818. case T4_ERR_TBIT:
  819. *layer_type = LAYER_DDP|DDP_LOCAL_CATA;
  820. *ecode = 0;
  821. break;
  822. case T4_ERR_MO:
  823. *layer_type = LAYER_DDP|DDP_UNTAGGED_ERR;
  824. *ecode = DDPU_INV_MO;
  825. break;
  826. default:
  827. *layer_type = LAYER_RDMAP|DDP_LOCAL_CATA;
  828. *ecode = 0;
  829. break;
  830. }
  831. }
  832. static void post_terminate(struct c4iw_qp *qhp, struct t4_cqe *err_cqe,
  833. gfp_t gfp)
  834. {
  835. struct fw_ri_wr *wqe;
  836. struct sk_buff *skb;
  837. struct terminate_message *term;
  838. PDBG("%s qhp %p qid 0x%x tid %u\n", __func__, qhp, qhp->wq.sq.qid,
  839. qhp->ep->hwtid);
  840. skb = alloc_skb(sizeof *wqe, gfp);
  841. if (!skb)
  842. return;
  843. set_wr_txq(skb, CPL_PRIORITY_DATA, qhp->ep->txq_idx);
  844. wqe = (struct fw_ri_wr *)__skb_put(skb, sizeof(*wqe));
  845. memset(wqe, 0, sizeof *wqe);
  846. wqe->op_compl = cpu_to_be32(FW_WR_OP(FW_RI_INIT_WR));
  847. wqe->flowid_len16 = cpu_to_be32(
  848. FW_WR_FLOWID(qhp->ep->hwtid) |
  849. FW_WR_LEN16(DIV_ROUND_UP(sizeof *wqe, 16)));
  850. wqe->u.terminate.type = FW_RI_TYPE_TERMINATE;
  851. wqe->u.terminate.immdlen = cpu_to_be32(sizeof *term);
  852. term = (struct terminate_message *)wqe->u.terminate.termmsg;
  853. build_term_codes(err_cqe, &term->layer_etype, &term->ecode);
  854. c4iw_ofld_send(&qhp->rhp->rdev, skb);
  855. }
  856. /*
  857. * Assumes qhp lock is held.
  858. */
  859. static void __flush_qp(struct c4iw_qp *qhp, struct c4iw_cq *rchp,
  860. struct c4iw_cq *schp)
  861. {
  862. int count;
  863. int flushed;
  864. unsigned long flag;
  865. PDBG("%s qhp %p rchp %p schp %p\n", __func__, qhp, rchp, schp);
  866. /* locking hierarchy: cq lock first, then qp lock. */
  867. spin_lock_irqsave(&rchp->lock, flag);
  868. spin_lock(&qhp->lock);
  869. c4iw_flush_hw_cq(&rchp->cq);
  870. c4iw_count_rcqes(&rchp->cq, &qhp->wq, &count);
  871. flushed = c4iw_flush_rq(&qhp->wq, &rchp->cq, count);
  872. spin_unlock(&qhp->lock);
  873. spin_unlock_irqrestore(&rchp->lock, flag);
  874. if (flushed)
  875. (*rchp->ibcq.comp_handler)(&rchp->ibcq, rchp->ibcq.cq_context);
  876. /* locking hierarchy: cq lock first, then qp lock. */
  877. spin_lock_irqsave(&schp->lock, flag);
  878. spin_lock(&qhp->lock);
  879. c4iw_flush_hw_cq(&schp->cq);
  880. c4iw_count_scqes(&schp->cq, &qhp->wq, &count);
  881. flushed = c4iw_flush_sq(&qhp->wq, &schp->cq, count);
  882. spin_unlock(&qhp->lock);
  883. spin_unlock_irqrestore(&schp->lock, flag);
  884. if (flushed)
  885. (*schp->ibcq.comp_handler)(&schp->ibcq, schp->ibcq.cq_context);
  886. }
  887. static void flush_qp(struct c4iw_qp *qhp)
  888. {
  889. struct c4iw_cq *rchp, *schp;
  890. rchp = get_chp(qhp->rhp, qhp->attr.rcq);
  891. schp = get_chp(qhp->rhp, qhp->attr.scq);
  892. if (qhp->ibqp.uobject) {
  893. t4_set_wq_in_error(&qhp->wq);
  894. t4_set_cq_in_error(&rchp->cq);
  895. if (schp != rchp)
  896. t4_set_cq_in_error(&schp->cq);
  897. return;
  898. }
  899. __flush_qp(qhp, rchp, schp);
  900. }
  901. static int rdma_fini(struct c4iw_dev *rhp, struct c4iw_qp *qhp,
  902. struct c4iw_ep *ep)
  903. {
  904. struct fw_ri_wr *wqe;
  905. int ret;
  906. struct sk_buff *skb;
  907. PDBG("%s qhp %p qid 0x%x tid %u\n", __func__, qhp, qhp->wq.sq.qid,
  908. ep->hwtid);
  909. skb = alloc_skb(sizeof *wqe, GFP_KERNEL);
  910. if (!skb)
  911. return -ENOMEM;
  912. set_wr_txq(skb, CPL_PRIORITY_DATA, ep->txq_idx);
  913. wqe = (struct fw_ri_wr *)__skb_put(skb, sizeof(*wqe));
  914. memset(wqe, 0, sizeof *wqe);
  915. wqe->op_compl = cpu_to_be32(
  916. FW_WR_OP(FW_RI_INIT_WR) |
  917. FW_WR_COMPL(1));
  918. wqe->flowid_len16 = cpu_to_be32(
  919. FW_WR_FLOWID(ep->hwtid) |
  920. FW_WR_LEN16(DIV_ROUND_UP(sizeof *wqe, 16)));
  921. wqe->cookie = (unsigned long) &ep->com.wr_wait;
  922. wqe->u.fini.type = FW_RI_TYPE_FINI;
  923. ret = c4iw_ofld_send(&rhp->rdev, skb);
  924. if (ret)
  925. goto out;
  926. ret = c4iw_wait_for_reply(&rhp->rdev, &ep->com.wr_wait, qhp->ep->hwtid,
  927. qhp->wq.sq.qid, __func__);
  928. out:
  929. PDBG("%s ret %d\n", __func__, ret);
  930. return ret;
  931. }
  932. static void build_rtr_msg(u8 p2p_type, struct fw_ri_init *init)
  933. {
  934. memset(&init->u, 0, sizeof init->u);
  935. switch (p2p_type) {
  936. case FW_RI_INIT_P2PTYPE_RDMA_WRITE:
  937. init->u.write.opcode = FW_RI_RDMA_WRITE_WR;
  938. init->u.write.stag_sink = cpu_to_be32(1);
  939. init->u.write.to_sink = cpu_to_be64(1);
  940. init->u.write.u.immd_src[0].op = FW_RI_DATA_IMMD;
  941. init->u.write.len16 = DIV_ROUND_UP(sizeof init->u.write +
  942. sizeof(struct fw_ri_immd),
  943. 16);
  944. break;
  945. case FW_RI_INIT_P2PTYPE_READ_REQ:
  946. init->u.write.opcode = FW_RI_RDMA_READ_WR;
  947. init->u.read.stag_src = cpu_to_be32(1);
  948. init->u.read.to_src_lo = cpu_to_be32(1);
  949. init->u.read.stag_sink = cpu_to_be32(1);
  950. init->u.read.to_sink_lo = cpu_to_be32(1);
  951. init->u.read.len16 = DIV_ROUND_UP(sizeof init->u.read, 16);
  952. break;
  953. }
  954. }
  955. static int rdma_init(struct c4iw_dev *rhp, struct c4iw_qp *qhp)
  956. {
  957. struct fw_ri_wr *wqe;
  958. int ret;
  959. struct sk_buff *skb;
  960. PDBG("%s qhp %p qid 0x%x tid %u\n", __func__, qhp, qhp->wq.sq.qid,
  961. qhp->ep->hwtid);
  962. skb = alloc_skb(sizeof *wqe, GFP_KERNEL);
  963. if (!skb)
  964. return -ENOMEM;
  965. set_wr_txq(skb, CPL_PRIORITY_DATA, qhp->ep->txq_idx);
  966. wqe = (struct fw_ri_wr *)__skb_put(skb, sizeof(*wqe));
  967. memset(wqe, 0, sizeof *wqe);
  968. wqe->op_compl = cpu_to_be32(
  969. FW_WR_OP(FW_RI_INIT_WR) |
  970. FW_WR_COMPL(1));
  971. wqe->flowid_len16 = cpu_to_be32(
  972. FW_WR_FLOWID(qhp->ep->hwtid) |
  973. FW_WR_LEN16(DIV_ROUND_UP(sizeof *wqe, 16)));
  974. wqe->cookie = (unsigned long) &qhp->ep->com.wr_wait;
  975. wqe->u.init.type = FW_RI_TYPE_INIT;
  976. wqe->u.init.mpareqbit_p2ptype =
  977. V_FW_RI_WR_MPAREQBIT(qhp->attr.mpa_attr.initiator) |
  978. V_FW_RI_WR_P2PTYPE(qhp->attr.mpa_attr.p2p_type);
  979. wqe->u.init.mpa_attrs = FW_RI_MPA_IETF_ENABLE;
  980. if (qhp->attr.mpa_attr.recv_marker_enabled)
  981. wqe->u.init.mpa_attrs |= FW_RI_MPA_RX_MARKER_ENABLE;
  982. if (qhp->attr.mpa_attr.xmit_marker_enabled)
  983. wqe->u.init.mpa_attrs |= FW_RI_MPA_TX_MARKER_ENABLE;
  984. if (qhp->attr.mpa_attr.crc_enabled)
  985. wqe->u.init.mpa_attrs |= FW_RI_MPA_CRC_ENABLE;
  986. wqe->u.init.qp_caps = FW_RI_QP_RDMA_READ_ENABLE |
  987. FW_RI_QP_RDMA_WRITE_ENABLE |
  988. FW_RI_QP_BIND_ENABLE;
  989. if (!qhp->ibqp.uobject)
  990. wqe->u.init.qp_caps |= FW_RI_QP_FAST_REGISTER_ENABLE |
  991. FW_RI_QP_STAG0_ENABLE;
  992. wqe->u.init.nrqe = cpu_to_be16(t4_rqes_posted(&qhp->wq));
  993. wqe->u.init.pdid = cpu_to_be32(qhp->attr.pd);
  994. wqe->u.init.qpid = cpu_to_be32(qhp->wq.sq.qid);
  995. wqe->u.init.sq_eqid = cpu_to_be32(qhp->wq.sq.qid);
  996. wqe->u.init.rq_eqid = cpu_to_be32(qhp->wq.rq.qid);
  997. wqe->u.init.scqid = cpu_to_be32(qhp->attr.scq);
  998. wqe->u.init.rcqid = cpu_to_be32(qhp->attr.rcq);
  999. wqe->u.init.ord_max = cpu_to_be32(qhp->attr.max_ord);
  1000. wqe->u.init.ird_max = cpu_to_be32(qhp->attr.max_ird);
  1001. wqe->u.init.iss = cpu_to_be32(qhp->ep->snd_seq);
  1002. wqe->u.init.irs = cpu_to_be32(qhp->ep->rcv_seq);
  1003. wqe->u.init.hwrqsize = cpu_to_be32(qhp->wq.rq.rqt_size);
  1004. wqe->u.init.hwrqaddr = cpu_to_be32(qhp->wq.rq.rqt_hwaddr -
  1005. rhp->rdev.lldi.vr->rq.start);
  1006. if (qhp->attr.mpa_attr.initiator)
  1007. build_rtr_msg(qhp->attr.mpa_attr.p2p_type, &wqe->u.init);
  1008. ret = c4iw_ofld_send(&rhp->rdev, skb);
  1009. if (ret)
  1010. goto out;
  1011. ret = c4iw_wait_for_reply(&rhp->rdev, &qhp->ep->com.wr_wait,
  1012. qhp->ep->hwtid, qhp->wq.sq.qid, __func__);
  1013. out:
  1014. PDBG("%s ret %d\n", __func__, ret);
  1015. return ret;
  1016. }
  1017. int c4iw_modify_qp(struct c4iw_dev *rhp, struct c4iw_qp *qhp,
  1018. enum c4iw_qp_attr_mask mask,
  1019. struct c4iw_qp_attributes *attrs,
  1020. int internal)
  1021. {
  1022. int ret = 0;
  1023. struct c4iw_qp_attributes newattr = qhp->attr;
  1024. int disconnect = 0;
  1025. int terminate = 0;
  1026. int abort = 0;
  1027. int free = 0;
  1028. struct c4iw_ep *ep = NULL;
  1029. PDBG("%s qhp %p sqid 0x%x rqid 0x%x ep %p state %d -> %d\n", __func__,
  1030. qhp, qhp->wq.sq.qid, qhp->wq.rq.qid, qhp->ep, qhp->attr.state,
  1031. (mask & C4IW_QP_ATTR_NEXT_STATE) ? attrs->next_state : -1);
  1032. mutex_lock(&qhp->mutex);
  1033. /* Process attr changes if in IDLE */
  1034. if (mask & C4IW_QP_ATTR_VALID_MODIFY) {
  1035. if (qhp->attr.state != C4IW_QP_STATE_IDLE) {
  1036. ret = -EIO;
  1037. goto out;
  1038. }
  1039. if (mask & C4IW_QP_ATTR_ENABLE_RDMA_READ)
  1040. newattr.enable_rdma_read = attrs->enable_rdma_read;
  1041. if (mask & C4IW_QP_ATTR_ENABLE_RDMA_WRITE)
  1042. newattr.enable_rdma_write = attrs->enable_rdma_write;
  1043. if (mask & C4IW_QP_ATTR_ENABLE_RDMA_BIND)
  1044. newattr.enable_bind = attrs->enable_bind;
  1045. if (mask & C4IW_QP_ATTR_MAX_ORD) {
  1046. if (attrs->max_ord > c4iw_max_read_depth) {
  1047. ret = -EINVAL;
  1048. goto out;
  1049. }
  1050. newattr.max_ord = attrs->max_ord;
  1051. }
  1052. if (mask & C4IW_QP_ATTR_MAX_IRD) {
  1053. if (attrs->max_ird > c4iw_max_read_depth) {
  1054. ret = -EINVAL;
  1055. goto out;
  1056. }
  1057. newattr.max_ird = attrs->max_ird;
  1058. }
  1059. qhp->attr = newattr;
  1060. }
  1061. if (!(mask & C4IW_QP_ATTR_NEXT_STATE))
  1062. goto out;
  1063. if (qhp->attr.state == attrs->next_state)
  1064. goto out;
  1065. switch (qhp->attr.state) {
  1066. case C4IW_QP_STATE_IDLE:
  1067. switch (attrs->next_state) {
  1068. case C4IW_QP_STATE_RTS:
  1069. if (!(mask & C4IW_QP_ATTR_LLP_STREAM_HANDLE)) {
  1070. ret = -EINVAL;
  1071. goto out;
  1072. }
  1073. if (!(mask & C4IW_QP_ATTR_MPA_ATTR)) {
  1074. ret = -EINVAL;
  1075. goto out;
  1076. }
  1077. qhp->attr.mpa_attr = attrs->mpa_attr;
  1078. qhp->attr.llp_stream_handle = attrs->llp_stream_handle;
  1079. qhp->ep = qhp->attr.llp_stream_handle;
  1080. set_state(qhp, C4IW_QP_STATE_RTS);
  1081. /*
  1082. * Ref the endpoint here and deref when we
  1083. * disassociate the endpoint from the QP. This
  1084. * happens in CLOSING->IDLE transition or *->ERROR
  1085. * transition.
  1086. */
  1087. c4iw_get_ep(&qhp->ep->com);
  1088. ret = rdma_init(rhp, qhp);
  1089. if (ret)
  1090. goto err;
  1091. break;
  1092. case C4IW_QP_STATE_ERROR:
  1093. set_state(qhp, C4IW_QP_STATE_ERROR);
  1094. flush_qp(qhp);
  1095. break;
  1096. default:
  1097. ret = -EINVAL;
  1098. goto out;
  1099. }
  1100. break;
  1101. case C4IW_QP_STATE_RTS:
  1102. switch (attrs->next_state) {
  1103. case C4IW_QP_STATE_CLOSING:
  1104. BUG_ON(atomic_read(&qhp->ep->com.kref.refcount) < 2);
  1105. set_state(qhp, C4IW_QP_STATE_CLOSING);
  1106. ep = qhp->ep;
  1107. if (!internal) {
  1108. abort = 0;
  1109. disconnect = 1;
  1110. c4iw_get_ep(&qhp->ep->com);
  1111. }
  1112. ret = rdma_fini(rhp, qhp, ep);
  1113. if (ret) {
  1114. if (internal)
  1115. c4iw_get_ep(&qhp->ep->com);
  1116. disconnect = abort = 1;
  1117. goto err;
  1118. }
  1119. break;
  1120. case C4IW_QP_STATE_TERMINATE:
  1121. set_state(qhp, C4IW_QP_STATE_TERMINATE);
  1122. if (qhp->ibqp.uobject)
  1123. t4_set_wq_in_error(&qhp->wq);
  1124. ep = qhp->ep;
  1125. if (!internal)
  1126. terminate = 1;
  1127. disconnect = 1;
  1128. c4iw_get_ep(&qhp->ep->com);
  1129. break;
  1130. case C4IW_QP_STATE_ERROR:
  1131. set_state(qhp, C4IW_QP_STATE_ERROR);
  1132. if (!internal) {
  1133. abort = 1;
  1134. disconnect = 1;
  1135. ep = qhp->ep;
  1136. c4iw_get_ep(&qhp->ep->com);
  1137. }
  1138. goto err;
  1139. break;
  1140. default:
  1141. ret = -EINVAL;
  1142. goto out;
  1143. }
  1144. break;
  1145. case C4IW_QP_STATE_CLOSING:
  1146. if (!internal) {
  1147. ret = -EINVAL;
  1148. goto out;
  1149. }
  1150. switch (attrs->next_state) {
  1151. case C4IW_QP_STATE_IDLE:
  1152. flush_qp(qhp);
  1153. set_state(qhp, C4IW_QP_STATE_IDLE);
  1154. qhp->attr.llp_stream_handle = NULL;
  1155. c4iw_put_ep(&qhp->ep->com);
  1156. qhp->ep = NULL;
  1157. wake_up(&qhp->wait);
  1158. break;
  1159. case C4IW_QP_STATE_ERROR:
  1160. goto err;
  1161. default:
  1162. ret = -EINVAL;
  1163. goto err;
  1164. }
  1165. break;
  1166. case C4IW_QP_STATE_ERROR:
  1167. if (attrs->next_state != C4IW_QP_STATE_IDLE) {
  1168. ret = -EINVAL;
  1169. goto out;
  1170. }
  1171. if (!t4_sq_empty(&qhp->wq) || !t4_rq_empty(&qhp->wq)) {
  1172. ret = -EINVAL;
  1173. goto out;
  1174. }
  1175. set_state(qhp, C4IW_QP_STATE_IDLE);
  1176. break;
  1177. case C4IW_QP_STATE_TERMINATE:
  1178. if (!internal) {
  1179. ret = -EINVAL;
  1180. goto out;
  1181. }
  1182. goto err;
  1183. break;
  1184. default:
  1185. printk(KERN_ERR "%s in a bad state %d\n",
  1186. __func__, qhp->attr.state);
  1187. ret = -EINVAL;
  1188. goto err;
  1189. break;
  1190. }
  1191. goto out;
  1192. err:
  1193. PDBG("%s disassociating ep %p qpid 0x%x\n", __func__, qhp->ep,
  1194. qhp->wq.sq.qid);
  1195. /* disassociate the LLP connection */
  1196. qhp->attr.llp_stream_handle = NULL;
  1197. if (!ep)
  1198. ep = qhp->ep;
  1199. qhp->ep = NULL;
  1200. set_state(qhp, C4IW_QP_STATE_ERROR);
  1201. free = 1;
  1202. wake_up(&qhp->wait);
  1203. BUG_ON(!ep);
  1204. flush_qp(qhp);
  1205. out:
  1206. mutex_unlock(&qhp->mutex);
  1207. if (terminate)
  1208. post_terminate(qhp, NULL, internal ? GFP_ATOMIC : GFP_KERNEL);
  1209. /*
  1210. * If disconnect is 1, then we need to initiate a disconnect
  1211. * on the EP. This can be a normal close (RTS->CLOSING) or
  1212. * an abnormal close (RTS/CLOSING->ERROR).
  1213. */
  1214. if (disconnect) {
  1215. c4iw_ep_disconnect(ep, abort, internal ? GFP_ATOMIC :
  1216. GFP_KERNEL);
  1217. c4iw_put_ep(&ep->com);
  1218. }
  1219. /*
  1220. * If free is 1, then we've disassociated the EP from the QP
  1221. * and we need to dereference the EP.
  1222. */
  1223. if (free)
  1224. c4iw_put_ep(&ep->com);
  1225. PDBG("%s exit state %d\n", __func__, qhp->attr.state);
  1226. return ret;
  1227. }
  1228. int c4iw_destroy_qp(struct ib_qp *ib_qp)
  1229. {
  1230. struct c4iw_dev *rhp;
  1231. struct c4iw_qp *qhp;
  1232. struct c4iw_qp_attributes attrs;
  1233. struct c4iw_ucontext *ucontext;
  1234. qhp = to_c4iw_qp(ib_qp);
  1235. rhp = qhp->rhp;
  1236. attrs.next_state = C4IW_QP_STATE_ERROR;
  1237. c4iw_modify_qp(rhp, qhp, C4IW_QP_ATTR_NEXT_STATE, &attrs, 0);
  1238. wait_event(qhp->wait, !qhp->ep);
  1239. remove_handle(rhp, &rhp->qpidr, qhp->wq.sq.qid);
  1240. atomic_dec(&qhp->refcnt);
  1241. wait_event(qhp->wait, !atomic_read(&qhp->refcnt));
  1242. ucontext = ib_qp->uobject ?
  1243. to_c4iw_ucontext(ib_qp->uobject->context) : NULL;
  1244. destroy_qp(&rhp->rdev, &qhp->wq,
  1245. ucontext ? &ucontext->uctx : &rhp->rdev.uctx);
  1246. PDBG("%s ib_qp %p qpid 0x%0x\n", __func__, ib_qp, qhp->wq.sq.qid);
  1247. kfree(qhp);
  1248. return 0;
  1249. }
  1250. struct ib_qp *c4iw_create_qp(struct ib_pd *pd, struct ib_qp_init_attr *attrs,
  1251. struct ib_udata *udata)
  1252. {
  1253. struct c4iw_dev *rhp;
  1254. struct c4iw_qp *qhp;
  1255. struct c4iw_pd *php;
  1256. struct c4iw_cq *schp;
  1257. struct c4iw_cq *rchp;
  1258. struct c4iw_create_qp_resp uresp;
  1259. int sqsize, rqsize;
  1260. struct c4iw_ucontext *ucontext;
  1261. int ret;
  1262. struct c4iw_mm_entry *mm1, *mm2, *mm3, *mm4, *mm5 = NULL;
  1263. PDBG("%s ib_pd %p\n", __func__, pd);
  1264. if (attrs->qp_type != IB_QPT_RC)
  1265. return ERR_PTR(-EINVAL);
  1266. php = to_c4iw_pd(pd);
  1267. rhp = php->rhp;
  1268. schp = get_chp(rhp, ((struct c4iw_cq *)attrs->send_cq)->cq.cqid);
  1269. rchp = get_chp(rhp, ((struct c4iw_cq *)attrs->recv_cq)->cq.cqid);
  1270. if (!schp || !rchp)
  1271. return ERR_PTR(-EINVAL);
  1272. if (attrs->cap.max_inline_data > T4_MAX_SEND_INLINE)
  1273. return ERR_PTR(-EINVAL);
  1274. rqsize = roundup(attrs->cap.max_recv_wr + 1, 16);
  1275. if (rqsize > T4_MAX_RQ_SIZE)
  1276. return ERR_PTR(-E2BIG);
  1277. sqsize = roundup(attrs->cap.max_send_wr + 1, 16);
  1278. if (sqsize > T4_MAX_SQ_SIZE)
  1279. return ERR_PTR(-E2BIG);
  1280. ucontext = pd->uobject ? to_c4iw_ucontext(pd->uobject->context) : NULL;
  1281. qhp = kzalloc(sizeof(*qhp), GFP_KERNEL);
  1282. if (!qhp)
  1283. return ERR_PTR(-ENOMEM);
  1284. qhp->wq.sq.size = sqsize;
  1285. qhp->wq.sq.memsize = (sqsize + 1) * sizeof *qhp->wq.sq.queue;
  1286. qhp->wq.rq.size = rqsize;
  1287. qhp->wq.rq.memsize = (rqsize + 1) * sizeof *qhp->wq.rq.queue;
  1288. if (ucontext) {
  1289. qhp->wq.sq.memsize = roundup(qhp->wq.sq.memsize, PAGE_SIZE);
  1290. qhp->wq.rq.memsize = roundup(qhp->wq.rq.memsize, PAGE_SIZE);
  1291. }
  1292. PDBG("%s sqsize %u sqmemsize %zu rqsize %u rqmemsize %zu\n",
  1293. __func__, sqsize, qhp->wq.sq.memsize, rqsize, qhp->wq.rq.memsize);
  1294. ret = create_qp(&rhp->rdev, &qhp->wq, &schp->cq, &rchp->cq,
  1295. ucontext ? &ucontext->uctx : &rhp->rdev.uctx);
  1296. if (ret)
  1297. goto err1;
  1298. attrs->cap.max_recv_wr = rqsize - 1;
  1299. attrs->cap.max_send_wr = sqsize - 1;
  1300. attrs->cap.max_inline_data = T4_MAX_SEND_INLINE;
  1301. qhp->rhp = rhp;
  1302. qhp->attr.pd = php->pdid;
  1303. qhp->attr.scq = ((struct c4iw_cq *) attrs->send_cq)->cq.cqid;
  1304. qhp->attr.rcq = ((struct c4iw_cq *) attrs->recv_cq)->cq.cqid;
  1305. qhp->attr.sq_num_entries = attrs->cap.max_send_wr;
  1306. qhp->attr.rq_num_entries = attrs->cap.max_recv_wr;
  1307. qhp->attr.sq_max_sges = attrs->cap.max_send_sge;
  1308. qhp->attr.sq_max_sges_rdma_write = attrs->cap.max_send_sge;
  1309. qhp->attr.rq_max_sges = attrs->cap.max_recv_sge;
  1310. qhp->attr.state = C4IW_QP_STATE_IDLE;
  1311. qhp->attr.next_state = C4IW_QP_STATE_IDLE;
  1312. qhp->attr.enable_rdma_read = 1;
  1313. qhp->attr.enable_rdma_write = 1;
  1314. qhp->attr.enable_bind = 1;
  1315. qhp->attr.max_ord = 1;
  1316. qhp->attr.max_ird = 1;
  1317. spin_lock_init(&qhp->lock);
  1318. mutex_init(&qhp->mutex);
  1319. init_waitqueue_head(&qhp->wait);
  1320. atomic_set(&qhp->refcnt, 1);
  1321. ret = insert_handle(rhp, &rhp->qpidr, qhp, qhp->wq.sq.qid);
  1322. if (ret)
  1323. goto err2;
  1324. if (udata) {
  1325. mm1 = kmalloc(sizeof *mm1, GFP_KERNEL);
  1326. if (!mm1) {
  1327. ret = -ENOMEM;
  1328. goto err3;
  1329. }
  1330. mm2 = kmalloc(sizeof *mm2, GFP_KERNEL);
  1331. if (!mm2) {
  1332. ret = -ENOMEM;
  1333. goto err4;
  1334. }
  1335. mm3 = kmalloc(sizeof *mm3, GFP_KERNEL);
  1336. if (!mm3) {
  1337. ret = -ENOMEM;
  1338. goto err5;
  1339. }
  1340. mm4 = kmalloc(sizeof *mm4, GFP_KERNEL);
  1341. if (!mm4) {
  1342. ret = -ENOMEM;
  1343. goto err6;
  1344. }
  1345. if (t4_sq_onchip(&qhp->wq.sq)) {
  1346. mm5 = kmalloc(sizeof *mm5, GFP_KERNEL);
  1347. if (!mm5) {
  1348. ret = -ENOMEM;
  1349. goto err7;
  1350. }
  1351. uresp.flags = C4IW_QPF_ONCHIP;
  1352. } else
  1353. uresp.flags = 0;
  1354. uresp.qid_mask = rhp->rdev.qpmask;
  1355. uresp.sqid = qhp->wq.sq.qid;
  1356. uresp.sq_size = qhp->wq.sq.size;
  1357. uresp.sq_memsize = qhp->wq.sq.memsize;
  1358. uresp.rqid = qhp->wq.rq.qid;
  1359. uresp.rq_size = qhp->wq.rq.size;
  1360. uresp.rq_memsize = qhp->wq.rq.memsize;
  1361. spin_lock(&ucontext->mmap_lock);
  1362. if (mm5) {
  1363. uresp.ma_sync_key = ucontext->key;
  1364. ucontext->key += PAGE_SIZE;
  1365. }
  1366. uresp.sq_key = ucontext->key;
  1367. ucontext->key += PAGE_SIZE;
  1368. uresp.rq_key = ucontext->key;
  1369. ucontext->key += PAGE_SIZE;
  1370. uresp.sq_db_gts_key = ucontext->key;
  1371. ucontext->key += PAGE_SIZE;
  1372. uresp.rq_db_gts_key = ucontext->key;
  1373. ucontext->key += PAGE_SIZE;
  1374. spin_unlock(&ucontext->mmap_lock);
  1375. ret = ib_copy_to_udata(udata, &uresp, sizeof uresp);
  1376. if (ret)
  1377. goto err8;
  1378. mm1->key = uresp.sq_key;
  1379. mm1->addr = qhp->wq.sq.phys_addr;
  1380. mm1->len = PAGE_ALIGN(qhp->wq.sq.memsize);
  1381. insert_mmap(ucontext, mm1);
  1382. mm2->key = uresp.rq_key;
  1383. mm2->addr = virt_to_phys(qhp->wq.rq.queue);
  1384. mm2->len = PAGE_ALIGN(qhp->wq.rq.memsize);
  1385. insert_mmap(ucontext, mm2);
  1386. mm3->key = uresp.sq_db_gts_key;
  1387. mm3->addr = qhp->wq.sq.udb;
  1388. mm3->len = PAGE_SIZE;
  1389. insert_mmap(ucontext, mm3);
  1390. mm4->key = uresp.rq_db_gts_key;
  1391. mm4->addr = qhp->wq.rq.udb;
  1392. mm4->len = PAGE_SIZE;
  1393. insert_mmap(ucontext, mm4);
  1394. if (mm5) {
  1395. mm5->key = uresp.ma_sync_key;
  1396. mm5->addr = (pci_resource_start(rhp->rdev.lldi.pdev, 0)
  1397. + A_PCIE_MA_SYNC) & PAGE_MASK;
  1398. mm5->len = PAGE_SIZE;
  1399. insert_mmap(ucontext, mm5);
  1400. }
  1401. }
  1402. qhp->ibqp.qp_num = qhp->wq.sq.qid;
  1403. init_timer(&(qhp->timer));
  1404. PDBG("%s qhp %p sq_num_entries %d, rq_num_entries %d qpid 0x%0x\n",
  1405. __func__, qhp, qhp->attr.sq_num_entries, qhp->attr.rq_num_entries,
  1406. qhp->wq.sq.qid);
  1407. return &qhp->ibqp;
  1408. err8:
  1409. kfree(mm5);
  1410. err7:
  1411. kfree(mm4);
  1412. err6:
  1413. kfree(mm3);
  1414. err5:
  1415. kfree(mm2);
  1416. err4:
  1417. kfree(mm1);
  1418. err3:
  1419. remove_handle(rhp, &rhp->qpidr, qhp->wq.sq.qid);
  1420. err2:
  1421. destroy_qp(&rhp->rdev, &qhp->wq,
  1422. ucontext ? &ucontext->uctx : &rhp->rdev.uctx);
  1423. err1:
  1424. kfree(qhp);
  1425. return ERR_PTR(ret);
  1426. }
  1427. int c4iw_ib_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr,
  1428. int attr_mask, struct ib_udata *udata)
  1429. {
  1430. struct c4iw_dev *rhp;
  1431. struct c4iw_qp *qhp;
  1432. enum c4iw_qp_attr_mask mask = 0;
  1433. struct c4iw_qp_attributes attrs;
  1434. PDBG("%s ib_qp %p\n", __func__, ibqp);
  1435. /* iwarp does not support the RTR state */
  1436. if ((attr_mask & IB_QP_STATE) && (attr->qp_state == IB_QPS_RTR))
  1437. attr_mask &= ~IB_QP_STATE;
  1438. /* Make sure we still have something left to do */
  1439. if (!attr_mask)
  1440. return 0;
  1441. memset(&attrs, 0, sizeof attrs);
  1442. qhp = to_c4iw_qp(ibqp);
  1443. rhp = qhp->rhp;
  1444. attrs.next_state = c4iw_convert_state(attr->qp_state);
  1445. attrs.enable_rdma_read = (attr->qp_access_flags &
  1446. IB_ACCESS_REMOTE_READ) ? 1 : 0;
  1447. attrs.enable_rdma_write = (attr->qp_access_flags &
  1448. IB_ACCESS_REMOTE_WRITE) ? 1 : 0;
  1449. attrs.enable_bind = (attr->qp_access_flags & IB_ACCESS_MW_BIND) ? 1 : 0;
  1450. mask |= (attr_mask & IB_QP_STATE) ? C4IW_QP_ATTR_NEXT_STATE : 0;
  1451. mask |= (attr_mask & IB_QP_ACCESS_FLAGS) ?
  1452. (C4IW_QP_ATTR_ENABLE_RDMA_READ |
  1453. C4IW_QP_ATTR_ENABLE_RDMA_WRITE |
  1454. C4IW_QP_ATTR_ENABLE_RDMA_BIND) : 0;
  1455. return c4iw_modify_qp(rhp, qhp, mask, &attrs, 0);
  1456. }
  1457. struct ib_qp *c4iw_get_qp(struct ib_device *dev, int qpn)
  1458. {
  1459. PDBG("%s ib_dev %p qpn 0x%x\n", __func__, dev, qpn);
  1460. return (struct ib_qp *)get_qhp(to_c4iw_dev(dev), qpn);
  1461. }