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

/linux-master/drivers/infiniband/ulp/srpt/
H A Dib_srpt.h162 * struct srpt_ioctx - shared SRPT I/O context information
169 struct srpt_ioctx { struct
184 struct srpt_ioctx ioctx;
214 struct srpt_ioctx ioctx;
285 * list contains struct srpt_ioctx elements and is protected
H A Dib_srpt.c661 static struct srpt_ioctx *srpt_alloc_ioctx(struct srpt_device *sdev,
666 struct srpt_ioctx *ioctx;
698 static void srpt_free_ioctx(struct srpt_device *sdev, struct srpt_ioctx *ioctx,
721 static struct srpt_ioctx **srpt_alloc_ioctx_ring(struct srpt_device *sdev,
727 struct srpt_ioctx **ring;
762 static void srpt_free_ioctx_ring(struct srpt_ioctx **ioctx_ring,
2118 srpt_free_ioctx_ring((struct srpt_ioctx **)ch->ioctx_ring,
2124 srpt_free_ioctx_ring((struct srpt_ioctx **)ch->ioctx_recv_ring,
2476 srpt_free_ioctx_ring((struct srpt_ioctx **)ch->ioctx_recv_ring,
2484 srpt_free_ioctx_ring((struct srpt_ioctx **)c
[all...]

Completed in 106 milliseconds