Home
last modified time | relevance | path

Searched refs:ioctx_ring (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/ulp/srpt/
H A Dib_srpt.h167 * @index: Index of the I/O context in its ioctx_ring array.
279 * @rsp_buf_cache: kmem_cache for @ioctx_ring.
280 * @ioctx_ring: Send ring.
320 struct srpt_send_ioctx **ioctx_ring; member
446 * @req_buf_cache: kmem_cache for @ioctx_ring buffers.
447 * @ioctx_ring: Per-HCA SRQ.
463 struct srpt_recv_ioctx **ioctx_ring; member
H A Dib_srpt.c750 * @ioctx_ring: I/O context ring to be freed.
756 static void srpt_free_ioctx_ring(struct srpt_ioctx **ioctx_ring, in srpt_free_ioctx_ring() argument
763 if (!ioctx_ring) in srpt_free_ioctx_ring()
767 srpt_free_ioctx(sdev, ioctx_ring[i], buf_cache, dir); in srpt_free_ioctx_ring()
768 kvfree(ioctx_ring); in srpt_free_ioctx_ring()
1229 ioctx = ch->ioctx_ring[tag]; in srpt_get_send_ioctx()
2109 srpt_free_ioctx_ring((struct srpt_ioctx **)ch->ioctx_ring, in srpt_release_channel_work()
2244 ch->ioctx_ring = (struct srpt_send_ioctx **) in srpt_cm_req_recv()
2246 sizeof(*ch->ioctx_ring[0]), in srpt_cm_req_recv()
2248 if (!ch->ioctx_ring) { in srpt_cm_req_recv()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srpt/
H A Dib_srpt.h167 * @index: Index of the I/O context in its ioctx_ring array.
279 * @rsp_buf_cache: kmem_cache for @ioctx_ring.
280 * @ioctx_ring: Send ring.
320 struct srpt_send_ioctx **ioctx_ring; member
446 * @req_buf_cache: kmem_cache for @ioctx_ring buffers.
447 * @ioctx_ring: Per-HCA SRQ.
463 struct srpt_recv_ioctx **ioctx_ring; member
H A Dib_srpt.c756 * @ioctx_ring: I/O context ring to be freed.
762 static void srpt_free_ioctx_ring(struct srpt_ioctx **ioctx_ring, in srpt_free_ioctx_ring() argument
769 if (!ioctx_ring) in srpt_free_ioctx_ring()
773 srpt_free_ioctx(sdev, ioctx_ring[i], buf_cache, dir); in srpt_free_ioctx_ring()
774 kvfree(ioctx_ring); in srpt_free_ioctx_ring()
1235 ioctx = ch->ioctx_ring[tag]; in srpt_get_send_ioctx()
2118 srpt_free_ioctx_ring((struct srpt_ioctx **)ch->ioctx_ring, in srpt_release_channel_work()
2253 ch->ioctx_ring = (struct srpt_send_ioctx **) in srpt_cm_req_recv()
2255 sizeof(*ch->ioctx_ring[0]), in srpt_cm_req_recv()
2257 if (!ch->ioctx_ring) { in srpt_cm_req_recv()
[all...]

Completed in 18 milliseconds