Searched refs:srpt_ioctx (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.h | 162 * 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 D | ib_srpt.c | 655 static struct srpt_ioctx *srpt_alloc_ioctx(struct srpt_device *sdev, in srpt_alloc_ioctx() 660 struct srpt_ioctx *ioctx; in srpt_alloc_ioctx() 692 static void srpt_free_ioctx(struct srpt_device *sdev, struct srpt_ioctx *ioctx, in srpt_free_ioctx() 715 static struct srpt_ioctx **srpt_alloc_ioctx_ring(struct srpt_device *sdev, in srpt_alloc_ioctx_ring() 721 struct srpt_ioctx **ring; in srpt_alloc_ioctx_ring() 756 static void srpt_free_ioctx_ring(struct srpt_ioctx **ioctx_ring, in srpt_free_ioctx_ring() 2109 srpt_free_ioctx_ring((struct srpt_ioctx **)ch->ioctx_ring, in srpt_release_channel_work() 2115 srpt_free_ioctx_ring((struct srpt_ioctx **)ch->ioctx_recv_ring, in srpt_release_channel_work() 2467 srpt_free_ioctx_ring((struct srpt_ioctx **)ch->ioctx_recv_ring, in srpt_cm_req_recv() 2475 srpt_free_ioctx_ring((struct srpt_ioctx **)c in srpt_cm_req_recv() [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.h | 162 * 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 D | ib_srpt.c | 661 static struct srpt_ioctx *srpt_alloc_ioctx(struct srpt_device *sdev, in srpt_alloc_ioctx() 666 struct srpt_ioctx *ioctx; in srpt_alloc_ioctx() 698 static void srpt_free_ioctx(struct srpt_device *sdev, struct srpt_ioctx *ioctx, in srpt_free_ioctx() 721 static struct srpt_ioctx **srpt_alloc_ioctx_ring(struct srpt_device *sdev, in srpt_alloc_ioctx_ring() 727 struct srpt_ioctx **ring; in srpt_alloc_ioctx_ring() 762 static void srpt_free_ioctx_ring(struct srpt_ioctx **ioctx_ring, in srpt_free_ioctx_ring() 2118 srpt_free_ioctx_ring((struct srpt_ioctx **)ch->ioctx_ring, in srpt_release_channel_work() 2124 srpt_free_ioctx_ring((struct srpt_ioctx **)ch->ioctx_recv_ring, in srpt_release_channel_work() 2476 srpt_free_ioctx_ring((struct srpt_ioctx **)ch->ioctx_recv_ring, in srpt_cm_req_recv() 2484 srpt_free_ioctx_ring((struct srpt_ioctx **)c in srpt_cm_req_recv() [all...] |
Completed in 15 milliseconds