iwch_provider.c 38 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456
  1. /*
  2. * Copyright (c) 2006 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 <linux/module.h>
  33. #include <linux/moduleparam.h>
  34. #include <linux/device.h>
  35. #include <linux/netdevice.h>
  36. #include <linux/etherdevice.h>
  37. #include <linux/delay.h>
  38. #include <linux/errno.h>
  39. #include <linux/list.h>
  40. #include <linux/spinlock.h>
  41. #include <linux/ethtool.h>
  42. #include <linux/rtnetlink.h>
  43. #include <linux/inetdevice.h>
  44. #include <asm/io.h>
  45. #include <asm/irq.h>
  46. #include <asm/byteorder.h>
  47. #include <rdma/iw_cm.h>
  48. #include <rdma/ib_verbs.h>
  49. #include <rdma/ib_smi.h>
  50. #include <rdma/ib_umem.h>
  51. #include <rdma/ib_user_verbs.h>
  52. #include "cxio_hal.h"
  53. #include "iwch.h"
  54. #include "iwch_provider.h"
  55. #include "iwch_cm.h"
  56. #include "iwch_user.h"
  57. #include "common.h"
  58. static int iwch_modify_port(struct ib_device *ibdev,
  59. u8 port, int port_modify_mask,
  60. struct ib_port_modify *props)
  61. {
  62. return -ENOSYS;
  63. }
  64. static struct ib_ah *iwch_ah_create(struct ib_pd *pd,
  65. struct ib_ah_attr *ah_attr)
  66. {
  67. return ERR_PTR(-ENOSYS);
  68. }
  69. static int iwch_ah_destroy(struct ib_ah *ah)
  70. {
  71. return -ENOSYS;
  72. }
  73. static int iwch_multicast_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid)
  74. {
  75. return -ENOSYS;
  76. }
  77. static int iwch_multicast_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid)
  78. {
  79. return -ENOSYS;
  80. }
  81. static int iwch_process_mad(struct ib_device *ibdev,
  82. int mad_flags,
  83. u8 port_num,
  84. struct ib_wc *in_wc,
  85. struct ib_grh *in_grh,
  86. struct ib_mad *in_mad, struct ib_mad *out_mad)
  87. {
  88. return -ENOSYS;
  89. }
  90. static int iwch_dealloc_ucontext(struct ib_ucontext *context)
  91. {
  92. struct iwch_dev *rhp = to_iwch_dev(context->device);
  93. struct iwch_ucontext *ucontext = to_iwch_ucontext(context);
  94. struct iwch_mm_entry *mm, *tmp;
  95. PDBG("%s context %p\n", __func__, context);
  96. list_for_each_entry_safe(mm, tmp, &ucontext->mmaps, entry)
  97. kfree(mm);
  98. cxio_release_ucontext(&rhp->rdev, &ucontext->uctx);
  99. kfree(ucontext);
  100. return 0;
  101. }
  102. static struct ib_ucontext *iwch_alloc_ucontext(struct ib_device *ibdev,
  103. struct ib_udata *udata)
  104. {
  105. struct iwch_ucontext *context;
  106. struct iwch_dev *rhp = to_iwch_dev(ibdev);
  107. PDBG("%s ibdev %p\n", __func__, ibdev);
  108. context = kzalloc(sizeof(*context), GFP_KERNEL);
  109. if (!context)
  110. return ERR_PTR(-ENOMEM);
  111. cxio_init_ucontext(&rhp->rdev, &context->uctx);
  112. INIT_LIST_HEAD(&context->mmaps);
  113. spin_lock_init(&context->mmap_lock);
  114. return &context->ibucontext;
  115. }
  116. static int iwch_destroy_cq(struct ib_cq *ib_cq)
  117. {
  118. struct iwch_cq *chp;
  119. PDBG("%s ib_cq %p\n", __func__, ib_cq);
  120. chp = to_iwch_cq(ib_cq);
  121. remove_handle(chp->rhp, &chp->rhp->cqidr, chp->cq.cqid);
  122. atomic_dec(&chp->refcnt);
  123. wait_event(chp->wait, !atomic_read(&chp->refcnt));
  124. cxio_destroy_cq(&chp->rhp->rdev, &chp->cq);
  125. kfree(chp);
  126. return 0;
  127. }
  128. static struct ib_cq *iwch_create_cq(struct ib_device *ibdev, int entries, int vector,
  129. struct ib_ucontext *ib_context,
  130. struct ib_udata *udata)
  131. {
  132. struct iwch_dev *rhp;
  133. struct iwch_cq *chp;
  134. struct iwch_create_cq_resp uresp;
  135. struct iwch_create_cq_req ureq;
  136. struct iwch_ucontext *ucontext = NULL;
  137. PDBG("%s ib_dev %p entries %d\n", __func__, ibdev, entries);
  138. rhp = to_iwch_dev(ibdev);
  139. chp = kzalloc(sizeof(*chp), GFP_KERNEL);
  140. if (!chp)
  141. return ERR_PTR(-ENOMEM);
  142. if (ib_context) {
  143. ucontext = to_iwch_ucontext(ib_context);
  144. if (!t3a_device(rhp)) {
  145. if (ib_copy_from_udata(&ureq, udata, sizeof (ureq))) {
  146. kfree(chp);
  147. return ERR_PTR(-EFAULT);
  148. }
  149. chp->user_rptr_addr = (u32 __user *)(unsigned long)ureq.user_rptr_addr;
  150. }
  151. }
  152. if (t3a_device(rhp)) {
  153. /*
  154. * T3A: Add some fluff to handle extra CQEs inserted
  155. * for various errors.
  156. * Additional CQE possibilities:
  157. * TERMINATE,
  158. * incoming RDMA WRITE Failures
  159. * incoming RDMA READ REQUEST FAILUREs
  160. * NOTE: We cannot ensure the CQ won't overflow.
  161. */
  162. entries += 16;
  163. }
  164. entries = roundup_pow_of_two(entries);
  165. chp->cq.size_log2 = ilog2(entries);
  166. if (cxio_create_cq(&rhp->rdev, &chp->cq)) {
  167. kfree(chp);
  168. return ERR_PTR(-ENOMEM);
  169. }
  170. chp->rhp = rhp;
  171. chp->ibcq.cqe = 1 << chp->cq.size_log2;
  172. spin_lock_init(&chp->lock);
  173. atomic_set(&chp->refcnt, 1);
  174. init_waitqueue_head(&chp->wait);
  175. if (insert_handle(rhp, &rhp->cqidr, chp, chp->cq.cqid)) {
  176. cxio_destroy_cq(&chp->rhp->rdev, &chp->cq);
  177. kfree(chp);
  178. return ERR_PTR(-ENOMEM);
  179. }
  180. if (ucontext) {
  181. struct iwch_mm_entry *mm;
  182. mm = kmalloc(sizeof *mm, GFP_KERNEL);
  183. if (!mm) {
  184. iwch_destroy_cq(&chp->ibcq);
  185. return ERR_PTR(-ENOMEM);
  186. }
  187. uresp.cqid = chp->cq.cqid;
  188. uresp.size_log2 = chp->cq.size_log2;
  189. spin_lock(&ucontext->mmap_lock);
  190. uresp.key = ucontext->key;
  191. ucontext->key += PAGE_SIZE;
  192. spin_unlock(&ucontext->mmap_lock);
  193. if (ib_copy_to_udata(udata, &uresp, sizeof (uresp))) {
  194. kfree(mm);
  195. iwch_destroy_cq(&chp->ibcq);
  196. return ERR_PTR(-EFAULT);
  197. }
  198. mm->key = uresp.key;
  199. mm->addr = virt_to_phys(chp->cq.queue);
  200. mm->len = PAGE_ALIGN((1UL << uresp.size_log2) *
  201. sizeof (struct t3_cqe));
  202. insert_mmap(ucontext, mm);
  203. }
  204. PDBG("created cqid 0x%0x chp %p size 0x%0x, dma_addr 0x%0llx\n",
  205. chp->cq.cqid, chp, (1 << chp->cq.size_log2),
  206. (unsigned long long) chp->cq.dma_addr);
  207. return &chp->ibcq;
  208. }
  209. static int iwch_resize_cq(struct ib_cq *cq, int cqe, struct ib_udata *udata)
  210. {
  211. #ifdef notyet
  212. struct iwch_cq *chp = to_iwch_cq(cq);
  213. struct t3_cq oldcq, newcq;
  214. int ret;
  215. PDBG("%s ib_cq %p cqe %d\n", __func__, cq, cqe);
  216. /* We don't downsize... */
  217. if (cqe <= cq->cqe)
  218. return 0;
  219. /* create new t3_cq with new size */
  220. cqe = roundup_pow_of_two(cqe+1);
  221. newcq.size_log2 = ilog2(cqe);
  222. /* Dont allow resize to less than the current wce count */
  223. if (cqe < Q_COUNT(chp->cq.rptr, chp->cq.wptr)) {
  224. return -ENOMEM;
  225. }
  226. /* Quiesce all QPs using this CQ */
  227. ret = iwch_quiesce_qps(chp);
  228. if (ret) {
  229. return ret;
  230. }
  231. ret = cxio_create_cq(&chp->rhp->rdev, &newcq);
  232. if (ret) {
  233. return ret;
  234. }
  235. /* copy CQEs */
  236. memcpy(newcq.queue, chp->cq.queue, (1 << chp->cq.size_log2) *
  237. sizeof(struct t3_cqe));
  238. /* old iwch_qp gets new t3_cq but keeps old cqid */
  239. oldcq = chp->cq;
  240. chp->cq = newcq;
  241. chp->cq.cqid = oldcq.cqid;
  242. /* resize new t3_cq to update the HW context */
  243. ret = cxio_resize_cq(&chp->rhp->rdev, &chp->cq);
  244. if (ret) {
  245. chp->cq = oldcq;
  246. return ret;
  247. }
  248. chp->ibcq.cqe = (1<<chp->cq.size_log2) - 1;
  249. /* destroy old t3_cq */
  250. oldcq.cqid = newcq.cqid;
  251. ret = cxio_destroy_cq(&chp->rhp->rdev, &oldcq);
  252. if (ret) {
  253. printk(KERN_ERR MOD "%s - cxio_destroy_cq failed %d\n",
  254. __func__, ret);
  255. }
  256. /* add user hooks here */
  257. /* resume qps */
  258. ret = iwch_resume_qps(chp);
  259. return ret;
  260. #else
  261. return -ENOSYS;
  262. #endif
  263. }
  264. static int iwch_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags)
  265. {
  266. struct iwch_dev *rhp;
  267. struct iwch_cq *chp;
  268. enum t3_cq_opcode cq_op;
  269. int err;
  270. unsigned long flag;
  271. u32 rptr;
  272. chp = to_iwch_cq(ibcq);
  273. rhp = chp->rhp;
  274. if ((flags & IB_CQ_SOLICITED_MASK) == IB_CQ_SOLICITED)
  275. cq_op = CQ_ARM_SE;
  276. else
  277. cq_op = CQ_ARM_AN;
  278. if (chp->user_rptr_addr) {
  279. if (get_user(rptr, chp->user_rptr_addr))
  280. return -EFAULT;
  281. spin_lock_irqsave(&chp->lock, flag);
  282. chp->cq.rptr = rptr;
  283. } else
  284. spin_lock_irqsave(&chp->lock, flag);
  285. PDBG("%s rptr 0x%x\n", __func__, chp->cq.rptr);
  286. err = cxio_hal_cq_op(&rhp->rdev, &chp->cq, cq_op, 0);
  287. spin_unlock_irqrestore(&chp->lock, flag);
  288. if (err < 0)
  289. printk(KERN_ERR MOD "Error %d rearming CQID 0x%x\n", err,
  290. chp->cq.cqid);
  291. if (err > 0 && !(flags & IB_CQ_REPORT_MISSED_EVENTS))
  292. err = 0;
  293. return err;
  294. }
  295. static int iwch_mmap(struct ib_ucontext *context, struct vm_area_struct *vma)
  296. {
  297. int len = vma->vm_end - vma->vm_start;
  298. u32 key = vma->vm_pgoff << PAGE_SHIFT;
  299. struct cxio_rdev *rdev_p;
  300. int ret = 0;
  301. struct iwch_mm_entry *mm;
  302. struct iwch_ucontext *ucontext;
  303. u64 addr;
  304. PDBG("%s pgoff 0x%lx key 0x%x len %d\n", __func__, vma->vm_pgoff,
  305. key, len);
  306. if (vma->vm_start & (PAGE_SIZE-1)) {
  307. return -EINVAL;
  308. }
  309. rdev_p = &(to_iwch_dev(context->device)->rdev);
  310. ucontext = to_iwch_ucontext(context);
  311. mm = remove_mmap(ucontext, key, len);
  312. if (!mm)
  313. return -EINVAL;
  314. addr = mm->addr;
  315. kfree(mm);
  316. if ((addr >= rdev_p->rnic_info.udbell_physbase) &&
  317. (addr < (rdev_p->rnic_info.udbell_physbase +
  318. rdev_p->rnic_info.udbell_len))) {
  319. /*
  320. * Map T3 DB register.
  321. */
  322. if (vma->vm_flags & VM_READ) {
  323. return -EPERM;
  324. }
  325. vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot);
  326. vma->vm_flags |= VM_DONTCOPY | VM_DONTEXPAND;
  327. vma->vm_flags &= ~VM_MAYREAD;
  328. ret = io_remap_pfn_range(vma, vma->vm_start,
  329. addr >> PAGE_SHIFT,
  330. len, vma->vm_page_prot);
  331. } else {
  332. /*
  333. * Map WQ or CQ contig dma memory...
  334. */
  335. ret = remap_pfn_range(vma, vma->vm_start,
  336. addr >> PAGE_SHIFT,
  337. len, vma->vm_page_prot);
  338. }
  339. return ret;
  340. }
  341. static int iwch_deallocate_pd(struct ib_pd *pd)
  342. {
  343. struct iwch_dev *rhp;
  344. struct iwch_pd *php;
  345. php = to_iwch_pd(pd);
  346. rhp = php->rhp;
  347. PDBG("%s ibpd %p pdid 0x%x\n", __func__, pd, php->pdid);
  348. cxio_hal_put_pdid(rhp->rdev.rscp, php->pdid);
  349. kfree(php);
  350. return 0;
  351. }
  352. static struct ib_pd *iwch_allocate_pd(struct ib_device *ibdev,
  353. struct ib_ucontext *context,
  354. struct ib_udata *udata)
  355. {
  356. struct iwch_pd *php;
  357. u32 pdid;
  358. struct iwch_dev *rhp;
  359. PDBG("%s ibdev %p\n", __func__, ibdev);
  360. rhp = (struct iwch_dev *) ibdev;
  361. pdid = cxio_hal_get_pdid(rhp->rdev.rscp);
  362. if (!pdid)
  363. return ERR_PTR(-EINVAL);
  364. php = kzalloc(sizeof(*php), GFP_KERNEL);
  365. if (!php) {
  366. cxio_hal_put_pdid(rhp->rdev.rscp, pdid);
  367. return ERR_PTR(-ENOMEM);
  368. }
  369. php->pdid = pdid;
  370. php->rhp = rhp;
  371. if (context) {
  372. if (ib_copy_to_udata(udata, &php->pdid, sizeof (__u32))) {
  373. iwch_deallocate_pd(&php->ibpd);
  374. return ERR_PTR(-EFAULT);
  375. }
  376. }
  377. PDBG("%s pdid 0x%0x ptr 0x%p\n", __func__, pdid, php);
  378. return &php->ibpd;
  379. }
  380. static int iwch_dereg_mr(struct ib_mr *ib_mr)
  381. {
  382. struct iwch_dev *rhp;
  383. struct iwch_mr *mhp;
  384. u32 mmid;
  385. PDBG("%s ib_mr %p\n", __func__, ib_mr);
  386. /* There can be no memory windows */
  387. if (atomic_read(&ib_mr->usecnt))
  388. return -EINVAL;
  389. mhp = to_iwch_mr(ib_mr);
  390. rhp = mhp->rhp;
  391. mmid = mhp->attr.stag >> 8;
  392. cxio_dereg_mem(&rhp->rdev, mhp->attr.stag, mhp->attr.pbl_size,
  393. mhp->attr.pbl_addr);
  394. iwch_free_pbl(mhp);
  395. remove_handle(rhp, &rhp->mmidr, mmid);
  396. if (mhp->kva)
  397. kfree((void *) (unsigned long) mhp->kva);
  398. if (mhp->umem)
  399. ib_umem_release(mhp->umem);
  400. PDBG("%s mmid 0x%x ptr %p\n", __func__, mmid, mhp);
  401. kfree(mhp);
  402. return 0;
  403. }
  404. static struct ib_mr *iwch_register_phys_mem(struct ib_pd *pd,
  405. struct ib_phys_buf *buffer_list,
  406. int num_phys_buf,
  407. int acc,
  408. u64 *iova_start)
  409. {
  410. __be64 *page_list;
  411. int shift;
  412. u64 total_size;
  413. int npages;
  414. struct iwch_dev *rhp;
  415. struct iwch_pd *php;
  416. struct iwch_mr *mhp;
  417. int ret;
  418. PDBG("%s ib_pd %p\n", __func__, pd);
  419. php = to_iwch_pd(pd);
  420. rhp = php->rhp;
  421. mhp = kzalloc(sizeof(*mhp), GFP_KERNEL);
  422. if (!mhp)
  423. return ERR_PTR(-ENOMEM);
  424. mhp->rhp = rhp;
  425. /* First check that we have enough alignment */
  426. if ((*iova_start & ~PAGE_MASK) != (buffer_list[0].addr & ~PAGE_MASK)) {
  427. ret = -EINVAL;
  428. goto err;
  429. }
  430. if (num_phys_buf > 1 &&
  431. ((buffer_list[0].addr + buffer_list[0].size) & ~PAGE_MASK)) {
  432. ret = -EINVAL;
  433. goto err;
  434. }
  435. ret = build_phys_page_list(buffer_list, num_phys_buf, iova_start,
  436. &total_size, &npages, &shift, &page_list);
  437. if (ret)
  438. goto err;
  439. ret = iwch_alloc_pbl(mhp, npages);
  440. if (ret) {
  441. kfree(page_list);
  442. goto err_pbl;
  443. }
  444. ret = iwch_write_pbl(mhp, page_list, npages, 0);
  445. kfree(page_list);
  446. if (ret)
  447. goto err_pbl;
  448. mhp->attr.pdid = php->pdid;
  449. mhp->attr.zbva = 0;
  450. mhp->attr.perms = iwch_ib_to_tpt_access(acc);
  451. mhp->attr.va_fbo = *iova_start;
  452. mhp->attr.page_size = shift - 12;
  453. mhp->attr.len = (u32) total_size;
  454. mhp->attr.pbl_size = npages;
  455. ret = iwch_register_mem(rhp, php, mhp, shift);
  456. if (ret)
  457. goto err_pbl;
  458. return &mhp->ibmr;
  459. err_pbl:
  460. iwch_free_pbl(mhp);
  461. err:
  462. kfree(mhp);
  463. return ERR_PTR(ret);
  464. }
  465. static int iwch_reregister_phys_mem(struct ib_mr *mr,
  466. int mr_rereg_mask,
  467. struct ib_pd *pd,
  468. struct ib_phys_buf *buffer_list,
  469. int num_phys_buf,
  470. int acc, u64 * iova_start)
  471. {
  472. struct iwch_mr mh, *mhp;
  473. struct iwch_pd *php;
  474. struct iwch_dev *rhp;
  475. __be64 *page_list = NULL;
  476. int shift = 0;
  477. u64 total_size;
  478. int npages;
  479. int ret;
  480. PDBG("%s ib_mr %p ib_pd %p\n", __func__, mr, pd);
  481. /* There can be no memory windows */
  482. if (atomic_read(&mr->usecnt))
  483. return -EINVAL;
  484. mhp = to_iwch_mr(mr);
  485. rhp = mhp->rhp;
  486. php = to_iwch_pd(mr->pd);
  487. /* make sure we are on the same adapter */
  488. if (rhp != php->rhp)
  489. return -EINVAL;
  490. memcpy(&mh, mhp, sizeof *mhp);
  491. if (mr_rereg_mask & IB_MR_REREG_PD)
  492. php = to_iwch_pd(pd);
  493. if (mr_rereg_mask & IB_MR_REREG_ACCESS)
  494. mh.attr.perms = iwch_ib_to_tpt_access(acc);
  495. if (mr_rereg_mask & IB_MR_REREG_TRANS) {
  496. ret = build_phys_page_list(buffer_list, num_phys_buf,
  497. iova_start,
  498. &total_size, &npages,
  499. &shift, &page_list);
  500. if (ret)
  501. return ret;
  502. }
  503. ret = iwch_reregister_mem(rhp, php, &mh, shift, npages);
  504. kfree(page_list);
  505. if (ret) {
  506. return ret;
  507. }
  508. if (mr_rereg_mask & IB_MR_REREG_PD)
  509. mhp->attr.pdid = php->pdid;
  510. if (mr_rereg_mask & IB_MR_REREG_ACCESS)
  511. mhp->attr.perms = iwch_ib_to_tpt_access(acc);
  512. if (mr_rereg_mask & IB_MR_REREG_TRANS) {
  513. mhp->attr.zbva = 0;
  514. mhp->attr.va_fbo = *iova_start;
  515. mhp->attr.page_size = shift - 12;
  516. mhp->attr.len = (u32) total_size;
  517. mhp->attr.pbl_size = npages;
  518. }
  519. return 0;
  520. }
  521. static struct ib_mr *iwch_reg_user_mr(struct ib_pd *pd, u64 start, u64 length,
  522. u64 virt, int acc, struct ib_udata *udata)
  523. {
  524. __be64 *pages;
  525. int shift, n, len;
  526. int i, j, k;
  527. int err = 0;
  528. struct ib_umem_chunk *chunk;
  529. struct iwch_dev *rhp;
  530. struct iwch_pd *php;
  531. struct iwch_mr *mhp;
  532. struct iwch_reg_user_mr_resp uresp;
  533. PDBG("%s ib_pd %p\n", __func__, pd);
  534. php = to_iwch_pd(pd);
  535. rhp = php->rhp;
  536. mhp = kzalloc(sizeof(*mhp), GFP_KERNEL);
  537. if (!mhp)
  538. return ERR_PTR(-ENOMEM);
  539. mhp->rhp = rhp;
  540. mhp->umem = ib_umem_get(pd->uobject->context, start, length, acc, 0);
  541. if (IS_ERR(mhp->umem)) {
  542. err = PTR_ERR(mhp->umem);
  543. kfree(mhp);
  544. return ERR_PTR(err);
  545. }
  546. shift = ffs(mhp->umem->page_size) - 1;
  547. n = 0;
  548. list_for_each_entry(chunk, &mhp->umem->chunk_list, list)
  549. n += chunk->nents;
  550. err = iwch_alloc_pbl(mhp, n);
  551. if (err)
  552. goto err;
  553. pages = (__be64 *) __get_free_page(GFP_KERNEL);
  554. if (!pages) {
  555. err = -ENOMEM;
  556. goto err_pbl;
  557. }
  558. i = n = 0;
  559. list_for_each_entry(chunk, &mhp->umem->chunk_list, list)
  560. for (j = 0; j < chunk->nmap; ++j) {
  561. len = sg_dma_len(&chunk->page_list[j]) >> shift;
  562. for (k = 0; k < len; ++k) {
  563. pages[i++] = cpu_to_be64(sg_dma_address(
  564. &chunk->page_list[j]) +
  565. mhp->umem->page_size * k);
  566. if (i == PAGE_SIZE / sizeof *pages) {
  567. err = iwch_write_pbl(mhp, pages, i, n);
  568. if (err)
  569. goto pbl_done;
  570. n += i;
  571. i = 0;
  572. }
  573. }
  574. }
  575. if (i)
  576. err = iwch_write_pbl(mhp, pages, i, n);
  577. pbl_done:
  578. free_page((unsigned long) pages);
  579. if (err)
  580. goto err_pbl;
  581. mhp->attr.pdid = php->pdid;
  582. mhp->attr.zbva = 0;
  583. mhp->attr.perms = iwch_ib_to_tpt_access(acc);
  584. mhp->attr.va_fbo = virt;
  585. mhp->attr.page_size = shift - 12;
  586. mhp->attr.len = (u32) length;
  587. err = iwch_register_mem(rhp, php, mhp, shift);
  588. if (err)
  589. goto err_pbl;
  590. if (udata && !t3a_device(rhp)) {
  591. uresp.pbl_addr = (mhp->attr.pbl_addr -
  592. rhp->rdev.rnic_info.pbl_base) >> 3;
  593. PDBG("%s user resp pbl_addr 0x%x\n", __func__,
  594. uresp.pbl_addr);
  595. if (ib_copy_to_udata(udata, &uresp, sizeof (uresp))) {
  596. iwch_dereg_mr(&mhp->ibmr);
  597. err = -EFAULT;
  598. goto err;
  599. }
  600. }
  601. return &mhp->ibmr;
  602. err_pbl:
  603. iwch_free_pbl(mhp);
  604. err:
  605. ib_umem_release(mhp->umem);
  606. kfree(mhp);
  607. return ERR_PTR(err);
  608. }
  609. static struct ib_mr *iwch_get_dma_mr(struct ib_pd *pd, int acc)
  610. {
  611. struct ib_phys_buf bl;
  612. u64 kva;
  613. struct ib_mr *ibmr;
  614. PDBG("%s ib_pd %p\n", __func__, pd);
  615. /*
  616. * T3 only supports 32 bits of size.
  617. */
  618. bl.size = 0xffffffff;
  619. bl.addr = 0;
  620. kva = 0;
  621. ibmr = iwch_register_phys_mem(pd, &bl, 1, acc, &kva);
  622. return ibmr;
  623. }
  624. static struct ib_mw *iwch_alloc_mw(struct ib_pd *pd)
  625. {
  626. struct iwch_dev *rhp;
  627. struct iwch_pd *php;
  628. struct iwch_mw *mhp;
  629. u32 mmid;
  630. u32 stag = 0;
  631. int ret;
  632. php = to_iwch_pd(pd);
  633. rhp = php->rhp;
  634. mhp = kzalloc(sizeof(*mhp), GFP_KERNEL);
  635. if (!mhp)
  636. return ERR_PTR(-ENOMEM);
  637. ret = cxio_allocate_window(&rhp->rdev, &stag, php->pdid);
  638. if (ret) {
  639. kfree(mhp);
  640. return ERR_PTR(ret);
  641. }
  642. mhp->rhp = rhp;
  643. mhp->attr.pdid = php->pdid;
  644. mhp->attr.type = TPT_MW;
  645. mhp->attr.stag = stag;
  646. mmid = (stag) >> 8;
  647. mhp->ibmw.rkey = stag;
  648. if (insert_handle(rhp, &rhp->mmidr, mhp, mmid)) {
  649. cxio_deallocate_window(&rhp->rdev, mhp->attr.stag);
  650. kfree(mhp);
  651. return ERR_PTR(-ENOMEM);
  652. }
  653. PDBG("%s mmid 0x%x mhp %p stag 0x%x\n", __func__, mmid, mhp, stag);
  654. return &(mhp->ibmw);
  655. }
  656. static int iwch_dealloc_mw(struct ib_mw *mw)
  657. {
  658. struct iwch_dev *rhp;
  659. struct iwch_mw *mhp;
  660. u32 mmid;
  661. mhp = to_iwch_mw(mw);
  662. rhp = mhp->rhp;
  663. mmid = (mw->rkey) >> 8;
  664. cxio_deallocate_window(&rhp->rdev, mhp->attr.stag);
  665. remove_handle(rhp, &rhp->mmidr, mmid);
  666. kfree(mhp);
  667. PDBG("%s ib_mw %p mmid 0x%x ptr %p\n", __func__, mw, mmid, mhp);
  668. return 0;
  669. }
  670. static struct ib_mr *iwch_alloc_fast_reg_mr(struct ib_pd *pd, int pbl_depth)
  671. {
  672. struct iwch_dev *rhp;
  673. struct iwch_pd *php;
  674. struct iwch_mr *mhp;
  675. u32 mmid;
  676. u32 stag = 0;
  677. int ret = 0;
  678. php = to_iwch_pd(pd);
  679. rhp = php->rhp;
  680. mhp = kzalloc(sizeof(*mhp), GFP_KERNEL);
  681. if (!mhp)
  682. goto err;
  683. mhp->rhp = rhp;
  684. ret = iwch_alloc_pbl(mhp, pbl_depth);
  685. if (ret)
  686. goto err1;
  687. mhp->attr.pbl_size = pbl_depth;
  688. ret = cxio_allocate_stag(&rhp->rdev, &stag, php->pdid,
  689. mhp->attr.pbl_size, mhp->attr.pbl_addr);
  690. if (ret)
  691. goto err2;
  692. mhp->attr.pdid = php->pdid;
  693. mhp->attr.type = TPT_NON_SHARED_MR;
  694. mhp->attr.stag = stag;
  695. mhp->attr.state = 1;
  696. mmid = (stag) >> 8;
  697. mhp->ibmr.rkey = mhp->ibmr.lkey = stag;
  698. if (insert_handle(rhp, &rhp->mmidr, mhp, mmid))
  699. goto err3;
  700. PDBG("%s mmid 0x%x mhp %p stag 0x%x\n", __func__, mmid, mhp, stag);
  701. return &(mhp->ibmr);
  702. err3:
  703. cxio_dereg_mem(&rhp->rdev, stag, mhp->attr.pbl_size,
  704. mhp->attr.pbl_addr);
  705. err2:
  706. iwch_free_pbl(mhp);
  707. err1:
  708. kfree(mhp);
  709. err:
  710. return ERR_PTR(ret);
  711. }
  712. static struct ib_fast_reg_page_list *iwch_alloc_fastreg_pbl(
  713. struct ib_device *device,
  714. int page_list_len)
  715. {
  716. struct ib_fast_reg_page_list *page_list;
  717. page_list = kmalloc(sizeof *page_list + page_list_len * sizeof(u64),
  718. GFP_KERNEL);
  719. if (!page_list)
  720. return ERR_PTR(-ENOMEM);
  721. page_list->page_list = (u64 *)(page_list + 1);
  722. page_list->max_page_list_len = page_list_len;
  723. return page_list;
  724. }
  725. static void iwch_free_fastreg_pbl(struct ib_fast_reg_page_list *page_list)
  726. {
  727. kfree(page_list);
  728. }
  729. static int iwch_destroy_qp(struct ib_qp *ib_qp)
  730. {
  731. struct iwch_dev *rhp;
  732. struct iwch_qp *qhp;
  733. struct iwch_qp_attributes attrs;
  734. struct iwch_ucontext *ucontext;
  735. qhp = to_iwch_qp(ib_qp);
  736. rhp = qhp->rhp;
  737. attrs.next_state = IWCH_QP_STATE_ERROR;
  738. iwch_modify_qp(rhp, qhp, IWCH_QP_ATTR_NEXT_STATE, &attrs, 0);
  739. wait_event(qhp->wait, !qhp->ep);
  740. remove_handle(rhp, &rhp->qpidr, qhp->wq.qpid);
  741. atomic_dec(&qhp->refcnt);
  742. wait_event(qhp->wait, !atomic_read(&qhp->refcnt));
  743. ucontext = ib_qp->uobject ? to_iwch_ucontext(ib_qp->uobject->context)
  744. : NULL;
  745. cxio_destroy_qp(&rhp->rdev, &qhp->wq,
  746. ucontext ? &ucontext->uctx : &rhp->rdev.uctx);
  747. PDBG("%s ib_qp %p qpid 0x%0x qhp %p\n", __func__,
  748. ib_qp, qhp->wq.qpid, qhp);
  749. kfree(qhp);
  750. return 0;
  751. }
  752. static struct ib_qp *iwch_create_qp(struct ib_pd *pd,
  753. struct ib_qp_init_attr *attrs,
  754. struct ib_udata *udata)
  755. {
  756. struct iwch_dev *rhp;
  757. struct iwch_qp *qhp;
  758. struct iwch_pd *php;
  759. struct iwch_cq *schp;
  760. struct iwch_cq *rchp;
  761. struct iwch_create_qp_resp uresp;
  762. int wqsize, sqsize, rqsize;
  763. struct iwch_ucontext *ucontext;
  764. PDBG("%s ib_pd %p\n", __func__, pd);
  765. if (attrs->qp_type != IB_QPT_RC)
  766. return ERR_PTR(-EINVAL);
  767. php = to_iwch_pd(pd);
  768. rhp = php->rhp;
  769. schp = get_chp(rhp, ((struct iwch_cq *) attrs->send_cq)->cq.cqid);
  770. rchp = get_chp(rhp, ((struct iwch_cq *) attrs->recv_cq)->cq.cqid);
  771. if (!schp || !rchp)
  772. return ERR_PTR(-EINVAL);
  773. /* The RQT size must be # of entries + 1 rounded up to a power of two */
  774. rqsize = roundup_pow_of_two(attrs->cap.max_recv_wr);
  775. if (rqsize == attrs->cap.max_recv_wr)
  776. rqsize = roundup_pow_of_two(attrs->cap.max_recv_wr+1);
  777. /* T3 doesn't support RQT depth < 16 */
  778. if (rqsize < 16)
  779. rqsize = 16;
  780. if (rqsize > T3_MAX_RQ_SIZE)
  781. return ERR_PTR(-EINVAL);
  782. if (attrs->cap.max_inline_data > T3_MAX_INLINE)
  783. return ERR_PTR(-EINVAL);
  784. /*
  785. * NOTE: The SQ and total WQ sizes don't need to be
  786. * a power of two. However, all the code assumes
  787. * they are. EG: Q_FREECNT() and friends.
  788. */
  789. sqsize = roundup_pow_of_two(attrs->cap.max_send_wr);
  790. wqsize = roundup_pow_of_two(rqsize + sqsize);
  791. /*
  792. * Kernel users need more wq space for fastreg WRs which can take
  793. * 2 WR fragments.
  794. */
  795. ucontext = pd->uobject ? to_iwch_ucontext(pd->uobject->context) : NULL;
  796. if (!ucontext && wqsize < (rqsize + (2 * sqsize)))
  797. wqsize = roundup_pow_of_two(rqsize +
  798. roundup_pow_of_two(attrs->cap.max_send_wr * 2));
  799. PDBG("%s wqsize %d sqsize %d rqsize %d\n", __func__,
  800. wqsize, sqsize, rqsize);
  801. qhp = kzalloc(sizeof(*qhp), GFP_KERNEL);
  802. if (!qhp)
  803. return ERR_PTR(-ENOMEM);
  804. qhp->wq.size_log2 = ilog2(wqsize);
  805. qhp->wq.rq_size_log2 = ilog2(rqsize);
  806. qhp->wq.sq_size_log2 = ilog2(sqsize);
  807. if (cxio_create_qp(&rhp->rdev, !udata, &qhp->wq,
  808. ucontext ? &ucontext->uctx : &rhp->rdev.uctx)) {
  809. kfree(qhp);
  810. return ERR_PTR(-ENOMEM);
  811. }
  812. attrs->cap.max_recv_wr = rqsize - 1;
  813. attrs->cap.max_send_wr = sqsize;
  814. attrs->cap.max_inline_data = T3_MAX_INLINE;
  815. qhp->rhp = rhp;
  816. qhp->attr.pd = php->pdid;
  817. qhp->attr.scq = ((struct iwch_cq *) attrs->send_cq)->cq.cqid;
  818. qhp->attr.rcq = ((struct iwch_cq *) attrs->recv_cq)->cq.cqid;
  819. qhp->attr.sq_num_entries = attrs->cap.max_send_wr;
  820. qhp->attr.rq_num_entries = attrs->cap.max_recv_wr;
  821. qhp->attr.sq_max_sges = attrs->cap.max_send_sge;
  822. qhp->attr.sq_max_sges_rdma_write = attrs->cap.max_send_sge;
  823. qhp->attr.rq_max_sges = attrs->cap.max_recv_sge;
  824. qhp->attr.state = IWCH_QP_STATE_IDLE;
  825. qhp->attr.next_state = IWCH_QP_STATE_IDLE;
  826. /*
  827. * XXX - These don't get passed in from the openib user
  828. * at create time. The CM sets them via a QP modify.
  829. * Need to fix... I think the CM should
  830. */
  831. qhp->attr.enable_rdma_read = 1;
  832. qhp->attr.enable_rdma_write = 1;
  833. qhp->attr.enable_bind = 1;
  834. qhp->attr.max_ord = 1;
  835. qhp->attr.max_ird = 1;
  836. spin_lock_init(&qhp->lock);
  837. init_waitqueue_head(&qhp->wait);
  838. atomic_set(&qhp->refcnt, 1);
  839. if (insert_handle(rhp, &rhp->qpidr, qhp, qhp->wq.qpid)) {
  840. cxio_destroy_qp(&rhp->rdev, &qhp->wq,
  841. ucontext ? &ucontext->uctx : &rhp->rdev.uctx);
  842. kfree(qhp);
  843. return ERR_PTR(-ENOMEM);
  844. }
  845. if (udata) {
  846. struct iwch_mm_entry *mm1, *mm2;
  847. mm1 = kmalloc(sizeof *mm1, GFP_KERNEL);
  848. if (!mm1) {
  849. iwch_destroy_qp(&qhp->ibqp);
  850. return ERR_PTR(-ENOMEM);
  851. }
  852. mm2 = kmalloc(sizeof *mm2, GFP_KERNEL);
  853. if (!mm2) {
  854. kfree(mm1);
  855. iwch_destroy_qp(&qhp->ibqp);
  856. return ERR_PTR(-ENOMEM);
  857. }
  858. uresp.qpid = qhp->wq.qpid;
  859. uresp.size_log2 = qhp->wq.size_log2;
  860. uresp.sq_size_log2 = qhp->wq.sq_size_log2;
  861. uresp.rq_size_log2 = qhp->wq.rq_size_log2;
  862. spin_lock(&ucontext->mmap_lock);
  863. uresp.key = ucontext->key;
  864. ucontext->key += PAGE_SIZE;
  865. uresp.db_key = ucontext->key;
  866. ucontext->key += PAGE_SIZE;
  867. spin_unlock(&ucontext->mmap_lock);
  868. if (ib_copy_to_udata(udata, &uresp, sizeof (uresp))) {
  869. kfree(mm1);
  870. kfree(mm2);
  871. iwch_destroy_qp(&qhp->ibqp);
  872. return ERR_PTR(-EFAULT);
  873. }
  874. mm1->key = uresp.key;
  875. mm1->addr = virt_to_phys(qhp->wq.queue);
  876. mm1->len = PAGE_ALIGN(wqsize * sizeof (union t3_wr));
  877. insert_mmap(ucontext, mm1);
  878. mm2->key = uresp.db_key;
  879. mm2->addr = qhp->wq.udb & PAGE_MASK;
  880. mm2->len = PAGE_SIZE;
  881. insert_mmap(ucontext, mm2);
  882. }
  883. qhp->ibqp.qp_num = qhp->wq.qpid;
  884. init_timer(&(qhp->timer));
  885. PDBG("%s sq_num_entries %d, rq_num_entries %d "
  886. "qpid 0x%0x qhp %p dma_addr 0x%llx size %d rq_addr 0x%x\n",
  887. __func__, qhp->attr.sq_num_entries, qhp->attr.rq_num_entries,
  888. qhp->wq.qpid, qhp, (unsigned long long) qhp->wq.dma_addr,
  889. 1 << qhp->wq.size_log2, qhp->wq.rq_addr);
  890. return &qhp->ibqp;
  891. }
  892. static int iwch_ib_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr,
  893. int attr_mask, struct ib_udata *udata)
  894. {
  895. struct iwch_dev *rhp;
  896. struct iwch_qp *qhp;
  897. enum iwch_qp_attr_mask mask = 0;
  898. struct iwch_qp_attributes attrs;
  899. PDBG("%s ib_qp %p\n", __func__, ibqp);
  900. /* iwarp does not support the RTR state */
  901. if ((attr_mask & IB_QP_STATE) && (attr->qp_state == IB_QPS_RTR))
  902. attr_mask &= ~IB_QP_STATE;
  903. /* Make sure we still have something left to do */
  904. if (!attr_mask)
  905. return 0;
  906. memset(&attrs, 0, sizeof attrs);
  907. qhp = to_iwch_qp(ibqp);
  908. rhp = qhp->rhp;
  909. attrs.next_state = iwch_convert_state(attr->qp_state);
  910. attrs.enable_rdma_read = (attr->qp_access_flags &
  911. IB_ACCESS_REMOTE_READ) ? 1 : 0;
  912. attrs.enable_rdma_write = (attr->qp_access_flags &
  913. IB_ACCESS_REMOTE_WRITE) ? 1 : 0;
  914. attrs.enable_bind = (attr->qp_access_flags & IB_ACCESS_MW_BIND) ? 1 : 0;
  915. mask |= (attr_mask & IB_QP_STATE) ? IWCH_QP_ATTR_NEXT_STATE : 0;
  916. mask |= (attr_mask & IB_QP_ACCESS_FLAGS) ?
  917. (IWCH_QP_ATTR_ENABLE_RDMA_READ |
  918. IWCH_QP_ATTR_ENABLE_RDMA_WRITE |
  919. IWCH_QP_ATTR_ENABLE_RDMA_BIND) : 0;
  920. return iwch_modify_qp(rhp, qhp, mask, &attrs, 0);
  921. }
  922. void iwch_qp_add_ref(struct ib_qp *qp)
  923. {
  924. PDBG("%s ib_qp %p\n", __func__, qp);
  925. atomic_inc(&(to_iwch_qp(qp)->refcnt));
  926. }
  927. void iwch_qp_rem_ref(struct ib_qp *qp)
  928. {
  929. PDBG("%s ib_qp %p\n", __func__, qp);
  930. if (atomic_dec_and_test(&(to_iwch_qp(qp)->refcnt)))
  931. wake_up(&(to_iwch_qp(qp)->wait));
  932. }
  933. static struct ib_qp *iwch_get_qp(struct ib_device *dev, int qpn)
  934. {
  935. PDBG("%s ib_dev %p qpn 0x%x\n", __func__, dev, qpn);
  936. return (struct ib_qp *)get_qhp(to_iwch_dev(dev), qpn);
  937. }
  938. static int iwch_query_pkey(struct ib_device *ibdev,
  939. u8 port, u16 index, u16 * pkey)
  940. {
  941. PDBG("%s ibdev %p\n", __func__, ibdev);
  942. *pkey = 0;
  943. return 0;
  944. }
  945. static int iwch_query_gid(struct ib_device *ibdev, u8 port,
  946. int index, union ib_gid *gid)
  947. {
  948. struct iwch_dev *dev;
  949. PDBG("%s ibdev %p, port %d, index %d, gid %p\n",
  950. __func__, ibdev, port, index, gid);
  951. dev = to_iwch_dev(ibdev);
  952. BUG_ON(port == 0 || port > 2);
  953. memset(&(gid->raw[0]), 0, sizeof(gid->raw));
  954. memcpy(&(gid->raw[0]), dev->rdev.port_info.lldevs[port-1]->dev_addr, 6);
  955. return 0;
  956. }
  957. static u64 fw_vers_string_to_u64(struct iwch_dev *iwch_dev)
  958. {
  959. struct ethtool_drvinfo info;
  960. struct net_device *lldev = iwch_dev->rdev.t3cdev_p->lldev;
  961. char *cp, *next;
  962. unsigned fw_maj, fw_min, fw_mic;
  963. lldev->ethtool_ops->get_drvinfo(lldev, &info);
  964. next = info.fw_version + 1;
  965. cp = strsep(&next, ".");
  966. sscanf(cp, "%i", &fw_maj);
  967. cp = strsep(&next, ".");
  968. sscanf(cp, "%i", &fw_min);
  969. cp = strsep(&next, ".");
  970. sscanf(cp, "%i", &fw_mic);
  971. return (((u64)fw_maj & 0xffff) << 32) | ((fw_min & 0xffff) << 16) |
  972. (fw_mic & 0xffff);
  973. }
  974. static int iwch_query_device(struct ib_device *ibdev,
  975. struct ib_device_attr *props)
  976. {
  977. struct iwch_dev *dev;
  978. PDBG("%s ibdev %p\n", __func__, ibdev);
  979. dev = to_iwch_dev(ibdev);
  980. memset(props, 0, sizeof *props);
  981. memcpy(&props->sys_image_guid, dev->rdev.t3cdev_p->lldev->dev_addr, 6);
  982. props->hw_ver = dev->rdev.t3cdev_p->type;
  983. props->fw_ver = fw_vers_string_to_u64(dev);
  984. props->device_cap_flags = dev->device_cap_flags;
  985. props->page_size_cap = dev->attr.mem_pgsizes_bitmask;
  986. props->vendor_id = (u32)dev->rdev.rnic_info.pdev->vendor;
  987. props->vendor_part_id = (u32)dev->rdev.rnic_info.pdev->device;
  988. props->max_mr_size = dev->attr.max_mr_size;
  989. props->max_qp = dev->attr.max_qps;
  990. props->max_qp_wr = dev->attr.max_wrs;
  991. props->max_sge = dev->attr.max_sge_per_wr;
  992. props->max_sge_rd = 1;
  993. props->max_qp_rd_atom = dev->attr.max_rdma_reads_per_qp;
  994. props->max_qp_init_rd_atom = dev->attr.max_rdma_reads_per_qp;
  995. props->max_cq = dev->attr.max_cqs;
  996. props->max_cqe = dev->attr.max_cqes_per_cq;
  997. props->max_mr = dev->attr.max_mem_regs;
  998. props->max_pd = dev->attr.max_pds;
  999. props->local_ca_ack_delay = 0;
  1000. props->max_fast_reg_page_list_len = T3_MAX_FASTREG_DEPTH;
  1001. return 0;
  1002. }
  1003. static int iwch_query_port(struct ib_device *ibdev,
  1004. u8 port, struct ib_port_attr *props)
  1005. {
  1006. struct iwch_dev *dev;
  1007. struct net_device *netdev;
  1008. struct in_device *inetdev;
  1009. PDBG("%s ibdev %p\n", __func__, ibdev);
  1010. dev = to_iwch_dev(ibdev);
  1011. netdev = dev->rdev.port_info.lldevs[port-1];
  1012. memset(props, 0, sizeof(struct ib_port_attr));
  1013. props->max_mtu = IB_MTU_4096;
  1014. if (netdev->mtu >= 4096)
  1015. props->active_mtu = IB_MTU_4096;
  1016. else if (netdev->mtu >= 2048)
  1017. props->active_mtu = IB_MTU_2048;
  1018. else if (netdev->mtu >= 1024)
  1019. props->active_mtu = IB_MTU_1024;
  1020. else if (netdev->mtu >= 512)
  1021. props->active_mtu = IB_MTU_512;
  1022. else
  1023. props->active_mtu = IB_MTU_256;
  1024. if (!netif_carrier_ok(netdev))
  1025. props->state = IB_PORT_DOWN;
  1026. else {
  1027. inetdev = in_dev_get(netdev);
  1028. if (inetdev->ifa_list)
  1029. props->state = IB_PORT_ACTIVE;
  1030. else
  1031. props->state = IB_PORT_INIT;
  1032. in_dev_put(inetdev);
  1033. }
  1034. props->port_cap_flags =
  1035. IB_PORT_CM_SUP |
  1036. IB_PORT_SNMP_TUNNEL_SUP |
  1037. IB_PORT_REINIT_SUP |
  1038. IB_PORT_DEVICE_MGMT_SUP |
  1039. IB_PORT_VENDOR_CLASS_SUP | IB_PORT_BOOT_MGMT_SUP;
  1040. props->gid_tbl_len = 1;
  1041. props->pkey_tbl_len = 1;
  1042. props->active_width = 2;
  1043. props->active_speed = 2;
  1044. props->max_msg_sz = -1;
  1045. return 0;
  1046. }
  1047. static ssize_t show_rev(struct device *dev, struct device_attribute *attr,
  1048. char *buf)
  1049. {
  1050. struct iwch_dev *iwch_dev = container_of(dev, struct iwch_dev,
  1051. ibdev.dev);
  1052. PDBG("%s dev 0x%p\n", __func__, dev);
  1053. return sprintf(buf, "%d\n", iwch_dev->rdev.t3cdev_p->type);
  1054. }
  1055. static ssize_t show_fw_ver(struct device *dev, struct device_attribute *attr, char *buf)
  1056. {
  1057. struct iwch_dev *iwch_dev = container_of(dev, struct iwch_dev,
  1058. ibdev.dev);
  1059. struct ethtool_drvinfo info;
  1060. struct net_device *lldev = iwch_dev->rdev.t3cdev_p->lldev;
  1061. PDBG("%s dev 0x%p\n", __func__, dev);
  1062. lldev->ethtool_ops->get_drvinfo(lldev, &info);
  1063. return sprintf(buf, "%s\n", info.fw_version);
  1064. }
  1065. static ssize_t show_hca(struct device *dev, struct device_attribute *attr,
  1066. char *buf)
  1067. {
  1068. struct iwch_dev *iwch_dev = container_of(dev, struct iwch_dev,
  1069. ibdev.dev);
  1070. struct ethtool_drvinfo info;
  1071. struct net_device *lldev = iwch_dev->rdev.t3cdev_p->lldev;
  1072. PDBG("%s dev 0x%p\n", __func__, dev);
  1073. lldev->ethtool_ops->get_drvinfo(lldev, &info);
  1074. return sprintf(buf, "%s\n", info.driver);
  1075. }
  1076. static ssize_t show_board(struct device *dev, struct device_attribute *attr,
  1077. char *buf)
  1078. {
  1079. struct iwch_dev *iwch_dev = container_of(dev, struct iwch_dev,
  1080. ibdev.dev);
  1081. PDBG("%s dev 0x%p\n", __func__, dev);
  1082. return sprintf(buf, "%x.%x\n", iwch_dev->rdev.rnic_info.pdev->vendor,
  1083. iwch_dev->rdev.rnic_info.pdev->device);
  1084. }
  1085. static int iwch_get_mib(struct ib_device *ibdev,
  1086. union rdma_protocol_stats *stats)
  1087. {
  1088. struct iwch_dev *dev;
  1089. struct tp_mib_stats m;
  1090. int ret;
  1091. PDBG("%s ibdev %p\n", __func__, ibdev);
  1092. dev = to_iwch_dev(ibdev);
  1093. ret = dev->rdev.t3cdev_p->ctl(dev->rdev.t3cdev_p, RDMA_GET_MIB, &m);
  1094. if (ret)
  1095. return -ENOSYS;
  1096. memset(stats, 0, sizeof *stats);
  1097. stats->iw.ipInReceives = ((u64) m.ipInReceive_hi << 32) +
  1098. m.ipInReceive_lo;
  1099. stats->iw.ipInHdrErrors = ((u64) m.ipInHdrErrors_hi << 32) +
  1100. m.ipInHdrErrors_lo;
  1101. stats->iw.ipInAddrErrors = ((u64) m.ipInAddrErrors_hi << 32) +
  1102. m.ipInAddrErrors_lo;
  1103. stats->iw.ipInUnknownProtos = ((u64) m.ipInUnknownProtos_hi << 32) +
  1104. m.ipInUnknownProtos_lo;
  1105. stats->iw.ipInDiscards = ((u64) m.ipInDiscards_hi << 32) +
  1106. m.ipInDiscards_lo;
  1107. stats->iw.ipInDelivers = ((u64) m.ipInDelivers_hi << 32) +
  1108. m.ipInDelivers_lo;
  1109. stats->iw.ipOutRequests = ((u64) m.ipOutRequests_hi << 32) +
  1110. m.ipOutRequests_lo;
  1111. stats->iw.ipOutDiscards = ((u64) m.ipOutDiscards_hi << 32) +
  1112. m.ipOutDiscards_lo;
  1113. stats->iw.ipOutNoRoutes = ((u64) m.ipOutNoRoutes_hi << 32) +
  1114. m.ipOutNoRoutes_lo;
  1115. stats->iw.ipReasmTimeout = (u64) m.ipReasmTimeout;
  1116. stats->iw.ipReasmReqds = (u64) m.ipReasmReqds;
  1117. stats->iw.ipReasmOKs = (u64) m.ipReasmOKs;
  1118. stats->iw.ipReasmFails = (u64) m.ipReasmFails;
  1119. stats->iw.tcpActiveOpens = (u64) m.tcpActiveOpens;
  1120. stats->iw.tcpPassiveOpens = (u64) m.tcpPassiveOpens;
  1121. stats->iw.tcpAttemptFails = (u64) m.tcpAttemptFails;
  1122. stats->iw.tcpEstabResets = (u64) m.tcpEstabResets;
  1123. stats->iw.tcpOutRsts = (u64) m.tcpOutRsts;
  1124. stats->iw.tcpCurrEstab = (u64) m.tcpCurrEstab;
  1125. stats->iw.tcpInSegs = ((u64) m.tcpInSegs_hi << 32) +
  1126. m.tcpInSegs_lo;
  1127. stats->iw.tcpOutSegs = ((u64) m.tcpOutSegs_hi << 32) +
  1128. m.tcpOutSegs_lo;
  1129. stats->iw.tcpRetransSegs = ((u64) m.tcpRetransSeg_hi << 32) +
  1130. m.tcpRetransSeg_lo;
  1131. stats->iw.tcpInErrs = ((u64) m.tcpInErrs_hi << 32) +
  1132. m.tcpInErrs_lo;
  1133. stats->iw.tcpRtoMin = (u64) m.tcpRtoMin;
  1134. stats->iw.tcpRtoMax = (u64) m.tcpRtoMax;
  1135. return 0;
  1136. }
  1137. static DEVICE_ATTR(hw_rev, S_IRUGO, show_rev, NULL);
  1138. static DEVICE_ATTR(fw_ver, S_IRUGO, show_fw_ver, NULL);
  1139. static DEVICE_ATTR(hca_type, S_IRUGO, show_hca, NULL);
  1140. static DEVICE_ATTR(board_id, S_IRUGO, show_board, NULL);
  1141. static struct device_attribute *iwch_class_attributes[] = {
  1142. &dev_attr_hw_rev,
  1143. &dev_attr_fw_ver,
  1144. &dev_attr_hca_type,
  1145. &dev_attr_board_id,
  1146. };
  1147. int iwch_register_device(struct iwch_dev *dev)
  1148. {
  1149. int ret;
  1150. int i;
  1151. PDBG("%s iwch_dev %p\n", __func__, dev);
  1152. strlcpy(dev->ibdev.name, "cxgb3_%d", IB_DEVICE_NAME_MAX);
  1153. memset(&dev->ibdev.node_guid, 0, sizeof(dev->ibdev.node_guid));
  1154. memcpy(&dev->ibdev.node_guid, dev->rdev.t3cdev_p->lldev->dev_addr, 6);
  1155. dev->ibdev.owner = THIS_MODULE;
  1156. dev->device_cap_flags = IB_DEVICE_LOCAL_DMA_LKEY |
  1157. IB_DEVICE_MEM_WINDOW |
  1158. IB_DEVICE_MEM_MGT_EXTENSIONS;
  1159. /* cxgb3 supports STag 0. */
  1160. dev->ibdev.local_dma_lkey = 0;
  1161. dev->ibdev.uverbs_cmd_mask =
  1162. (1ull << IB_USER_VERBS_CMD_GET_CONTEXT) |
  1163. (1ull << IB_USER_VERBS_CMD_QUERY_DEVICE) |
  1164. (1ull << IB_USER_VERBS_CMD_QUERY_PORT) |
  1165. (1ull << IB_USER_VERBS_CMD_ALLOC_PD) |
  1166. (1ull << IB_USER_VERBS_CMD_DEALLOC_PD) |
  1167. (1ull << IB_USER_VERBS_CMD_REG_MR) |
  1168. (1ull << IB_USER_VERBS_CMD_DEREG_MR) |
  1169. (1ull << IB_USER_VERBS_CMD_CREATE_COMP_CHANNEL) |
  1170. (1ull << IB_USER_VERBS_CMD_CREATE_CQ) |
  1171. (1ull << IB_USER_VERBS_CMD_DESTROY_CQ) |
  1172. (1ull << IB_USER_VERBS_CMD_REQ_NOTIFY_CQ) |
  1173. (1ull << IB_USER_VERBS_CMD_CREATE_QP) |
  1174. (1ull << IB_USER_VERBS_CMD_MODIFY_QP) |
  1175. (1ull << IB_USER_VERBS_CMD_POLL_CQ) |
  1176. (1ull << IB_USER_VERBS_CMD_DESTROY_QP) |
  1177. (1ull << IB_USER_VERBS_CMD_POST_SEND) |
  1178. (1ull << IB_USER_VERBS_CMD_POST_RECV);
  1179. dev->ibdev.node_type = RDMA_NODE_RNIC;
  1180. memcpy(dev->ibdev.node_desc, IWCH_NODE_DESC, sizeof(IWCH_NODE_DESC));
  1181. dev->ibdev.phys_port_cnt = dev->rdev.port_info.nports;
  1182. dev->ibdev.num_comp_vectors = 1;
  1183. dev->ibdev.dma_device = &(dev->rdev.rnic_info.pdev->dev);
  1184. dev->ibdev.query_device = iwch_query_device;
  1185. dev->ibdev.query_port = iwch_query_port;
  1186. dev->ibdev.modify_port = iwch_modify_port;
  1187. dev->ibdev.query_pkey = iwch_query_pkey;
  1188. dev->ibdev.query_gid = iwch_query_gid;
  1189. dev->ibdev.alloc_ucontext = iwch_alloc_ucontext;
  1190. dev->ibdev.dealloc_ucontext = iwch_dealloc_ucontext;
  1191. dev->ibdev.mmap = iwch_mmap;
  1192. dev->ibdev.alloc_pd = iwch_allocate_pd;
  1193. dev->ibdev.dealloc_pd = iwch_deallocate_pd;
  1194. dev->ibdev.create_ah = iwch_ah_create;
  1195. dev->ibdev.destroy_ah = iwch_ah_destroy;
  1196. dev->ibdev.create_qp = iwch_create_qp;
  1197. dev->ibdev.modify_qp = iwch_ib_modify_qp;
  1198. dev->ibdev.destroy_qp = iwch_destroy_qp;
  1199. dev->ibdev.create_cq = iwch_create_cq;
  1200. dev->ibdev.destroy_cq = iwch_destroy_cq;
  1201. dev->ibdev.resize_cq = iwch_resize_cq;
  1202. dev->ibdev.poll_cq = iwch_poll_cq;
  1203. dev->ibdev.get_dma_mr = iwch_get_dma_mr;
  1204. dev->ibdev.reg_phys_mr = iwch_register_phys_mem;
  1205. dev->ibdev.rereg_phys_mr = iwch_reregister_phys_mem;
  1206. dev->ibdev.reg_user_mr = iwch_reg_user_mr;
  1207. dev->ibdev.dereg_mr = iwch_dereg_mr;
  1208. dev->ibdev.alloc_mw = iwch_alloc_mw;
  1209. dev->ibdev.bind_mw = iwch_bind_mw;
  1210. dev->ibdev.dealloc_mw = iwch_dealloc_mw;
  1211. dev->ibdev.alloc_fast_reg_mr = iwch_alloc_fast_reg_mr;
  1212. dev->ibdev.alloc_fast_reg_page_list = iwch_alloc_fastreg_pbl;
  1213. dev->ibdev.free_fast_reg_page_list = iwch_free_fastreg_pbl;
  1214. dev->ibdev.attach_mcast = iwch_multicast_attach;
  1215. dev->ibdev.detach_mcast = iwch_multicast_detach;
  1216. dev->ibdev.process_mad = iwch_process_mad;
  1217. dev->ibdev.req_notify_cq = iwch_arm_cq;
  1218. dev->ibdev.post_send = iwch_post_send;
  1219. dev->ibdev.post_recv = iwch_post_receive;
  1220. dev->ibdev.get_protocol_stats = iwch_get_mib;
  1221. dev->ibdev.iwcm = kmalloc(sizeof(struct iw_cm_verbs), GFP_KERNEL);
  1222. if (!dev->ibdev.iwcm)
  1223. return -ENOMEM;
  1224. dev->ibdev.iwcm->connect = iwch_connect;
  1225. dev->ibdev.iwcm->accept = iwch_accept_cr;
  1226. dev->ibdev.iwcm->reject = iwch_reject_cr;
  1227. dev->ibdev.iwcm->create_listen = iwch_create_listen;
  1228. dev->ibdev.iwcm->destroy_listen = iwch_destroy_listen;
  1229. dev->ibdev.iwcm->add_ref = iwch_qp_add_ref;
  1230. dev->ibdev.iwcm->rem_ref = iwch_qp_rem_ref;
  1231. dev->ibdev.iwcm->get_qp = iwch_get_qp;
  1232. ret = ib_register_device(&dev->ibdev);
  1233. if (ret)
  1234. goto bail1;
  1235. for (i = 0; i < ARRAY_SIZE(iwch_class_attributes); ++i) {
  1236. ret = device_create_file(&dev->ibdev.dev,
  1237. iwch_class_attributes[i]);
  1238. if (ret) {
  1239. goto bail2;
  1240. }
  1241. }
  1242. return 0;
  1243. bail2:
  1244. ib_unregister_device(&dev->ibdev);
  1245. bail1:
  1246. kfree(dev->ibdev.iwcm);
  1247. return ret;
  1248. }
  1249. void iwch_unregister_device(struct iwch_dev *dev)
  1250. {
  1251. int i;
  1252. PDBG("%s iwch_dev %p\n", __func__, dev);
  1253. for (i = 0; i < ARRAY_SIZE(iwch_class_attributes); ++i)
  1254. device_remove_file(&dev->ibdev.dev,
  1255. iwch_class_attributes[i]);
  1256. ib_unregister_device(&dev->ibdev);
  1257. kfree(dev->ibdev.iwcm);
  1258. return;
  1259. }