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
762 static void srpt_free_ioctx_ring(struct srpt_ioctx **ioctx_ring, in srpt_free_ioctx_ring() argument769 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()2114 srpt_free_ioctx_ring((struct srpt_ioctx **)ch->ioctx_ring, in srpt_release_channel_work()2249 ch->ioctx_ring = (struct srpt_send_ioctx **) in srpt_cm_req_recv()2251 sizeof(*ch->ioctx_ring[0]), in srpt_cm_req_recv()2253 if (!ch->ioctx_ring) { in srpt_cm_req_recv()2260 ch->ioctx_ring[i]->ch = ch; in srpt_cm_req_recv()[all …]