Home
last modified time | relevance | path

Searched refs:srpt_ioctx (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/infiniband/ulp/srpt/
Dib_srpt.h174 struct srpt_ioctx { struct
189 struct srpt_ioctx ioctx; argument
219 struct srpt_ioctx ioctx;
Dib_srpt.c654 static struct srpt_ioctx *srpt_alloc_ioctx(struct srpt_device *sdev, in srpt_alloc_ioctx()
659 struct srpt_ioctx *ioctx; in srpt_alloc_ioctx()
691 static void srpt_free_ioctx(struct srpt_device *sdev, struct srpt_ioctx *ioctx, in srpt_free_ioctx()
714 static struct srpt_ioctx **srpt_alloc_ioctx_ring(struct srpt_device *sdev, in srpt_alloc_ioctx_ring()
720 struct srpt_ioctx **ring; in srpt_alloc_ioctx_ring()
755 static void srpt_free_ioctx_ring(struct srpt_ioctx **ioctx_ring, in srpt_free_ioctx_ring()
2097 srpt_free_ioctx_ring((struct srpt_ioctx **)ch->ioctx_ring, in srpt_release_channel_work()
2103 srpt_free_ioctx_ring((struct srpt_ioctx **)ch->ioctx_recv_ring, in srpt_release_channel_work()
2433 srpt_free_ioctx_ring((struct srpt_ioctx **)ch->ioctx_recv_ring, in srpt_cm_req_recv()
2441 srpt_free_ioctx_ring((struct srpt_ioctx **)ch->ioctx_ring, in srpt_cm_req_recv()
[all …]