Home
last modified time | relevance | path

Searched refs:ioctx_ring (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/infiniband/ulp/srpt/
Dib_srpt.h319 struct srpt_send_ioctx **ioctx_ring; member
400 struct srpt_recv_ioctx **ioctx_ring; member
Dib_srpt.c697 static void srpt_free_ioctx_ring(struct srpt_ioctx **ioctx_ring, in srpt_free_ioctx_ring() argument
704 srpt_free_ioctx(sdev, ioctx_ring[i], dma_size, dir); in srpt_free_ioctx_ring()
705 kfree(ioctx_ring); in srpt_free_ioctx_ring()
1394 ioctx = ch->ioctx_ring[index]; in srpt_handle_send_err_comp()
1887 ioctx = sdev->ioctx_ring[index]; in srpt_process_rcv_completion()
1920 send_ioctx = ch->ioctx_ring[index]; in srpt_process_send_completion()
2300 srpt_free_ioctx_ring((struct srpt_ioctx **)ch->ioctx_ring, in srpt_release_channel_work()
2482 ch->ioctx_ring = (struct srpt_send_ioctx **) in srpt_cm_req_recv()
2484 sizeof(*ch->ioctx_ring[0]), in srpt_cm_req_recv()
2486 if (!ch->ioctx_ring) in srpt_cm_req_recv()
[all …]