Searched refs:ioctx_ring (Results 1 – 2 of 2) sorted by relevance
303 struct srpt_send_ioctx **ioctx_ring; member412 struct srpt_recv_ioctx **ioctx_ring; member
750 static void srpt_free_ioctx_ring(struct srpt_ioctx **ioctx_ring, in srpt_free_ioctx_ring() argument756 if (!ioctx_ring) in srpt_free_ioctx_ring()760 srpt_free_ioctx(sdev, ioctx_ring[i], dma_size, dir); in srpt_free_ioctx_ring()761 kvfree(ioctx_ring); in srpt_free_ioctx_ring()2041 srpt_free_ioctx_ring((struct srpt_ioctx **)ch->ioctx_ring, in srpt_release_channel_work()2176 ch->ioctx_ring = (struct srpt_send_ioctx **) in srpt_cm_req_recv()2178 sizeof(*ch->ioctx_ring[0]), in srpt_cm_req_recv()2180 if (!ch->ioctx_ring) { in srpt_cm_req_recv()2188 ch->ioctx_ring[i]->ch = ch; in srpt_cm_req_recv()2189 list_add_tail(&ch->ioctx_ring[i]->free_list, &ch->free_list); in srpt_cm_req_recv()[all …]