Searched refs:ioctx_ring (Results 1 – 2 of 2) sorted by relevance
320 struct srpt_send_ioctx **ioctx_ring; member463 struct srpt_recv_ioctx **ioctx_ring; member
753 static void srpt_free_ioctx_ring(struct srpt_ioctx **ioctx_ring, in srpt_free_ioctx_ring() argument760 if (!ioctx_ring) in srpt_free_ioctx_ring()764 srpt_free_ioctx(sdev, ioctx_ring[i], buf_cache, dir); in srpt_free_ioctx_ring()765 kvfree(ioctx_ring); in srpt_free_ioctx_ring()1226 ioctx = ch->ioctx_ring[tag]; in srpt_get_send_ioctx()2110 srpt_free_ioctx_ring((struct srpt_ioctx **)ch->ioctx_ring, in srpt_release_channel_work()2245 ch->ioctx_ring = (struct srpt_send_ioctx **) in srpt_cm_req_recv()2247 sizeof(*ch->ioctx_ring[0]), in srpt_cm_req_recv()2249 if (!ch->ioctx_ring) { in srpt_cm_req_recv()2256 ch->ioctx_ring[i]->ch = ch; in srpt_cm_req_recv()[all …]