Searched refs:srpt_ioctx (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/infiniband/ulp/srpt/ |
D | ib_srpt.h | 191 struct srpt_ioctx { struct 203 struct srpt_ioctx ioctx; argument 229 struct srpt_ioctx ioctx;
|
D | ib_srpt.c | 614 static struct srpt_ioctx *srpt_alloc_ioctx(struct srpt_device *sdev, in srpt_alloc_ioctx() 618 struct srpt_ioctx *ioctx; in srpt_alloc_ioctx() 645 static void srpt_free_ioctx(struct srpt_device *sdev, struct srpt_ioctx *ioctx, in srpt_free_ioctx() 664 static struct srpt_ioctx **srpt_alloc_ioctx_ring(struct srpt_device *sdev, in srpt_alloc_ioctx_ring() 668 struct srpt_ioctx **ring; in srpt_alloc_ioctx_ring() 697 static void srpt_free_ioctx_ring(struct srpt_ioctx **ioctx_ring, in srpt_free_ioctx_ring() 2300 srpt_free_ioctx_ring((struct srpt_ioctx **)ch->ioctx_ring, in srpt_release_channel_work() 2590 srpt_free_ioctx_ring((struct srpt_ioctx **)ch->ioctx_ring, in srpt_cm_req_recv() 3243 srpt_free_ioctx_ring((struct srpt_ioctx **)sdev->ioctx_ring, sdev, in srpt_add_one() 3298 srpt_free_ioctx_ring((struct srpt_ioctx **)sdev->ioctx_ring, sdev, in srpt_remove_one()
|