Lines Matching refs:rdev
79 ring_doorbell(qhp->rhp->rdev.ctrl_qp.doorbell, qhp->wq.qpid); in enable_qp_db()
121 rnicp->attr.max_mem_regs = cxio_num_stags(&rnicp->rdev); in rnic_init()
156 rnicp->rdev.ulp = rnicp; in open_rnic_dev()
157 rnicp->rdev.t3cdev_p = tdev; in open_rnic_dev()
161 if (cxio_rdev_open(&rnicp->rdev)) { in open_rnic_dev()
178 pci_name(rnicp->rdev.rnic_info.pdev)); in open_rnic_dev()
188 if (dev->rdev.t3cdev_p == tdev) { in close_rnic_dev()
189 dev->rdev.flags = CXIO_ERROR_FATAL; in close_rnic_dev()
194 cxio_rdev_close(&dev->rdev); in close_rnic_dev()
207 struct cxio_rdev *rdev = tdev->ulp; in iwch_event_handler() local
213 if (!rdev) in iwch_event_handler()
215 rnicp = rdev_to_iwch_dev(rdev); in iwch_event_handler()
218 rdev->flags = CXIO_ERROR_FATAL; in iwch_event_handler()