Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/ulp/srpt/
Dib_srpt.h320 struct srpt_send_ioctx **ioctx_ring; member
402 struct srpt_recv_ioctx **ioctx_ring; member
Dib_srpt.c698 static void srpt_free_ioctx_ring(struct srpt_ioctx **ioctx_ring, in srpt_free_ioctx_ring() argument
705 srpt_free_ioctx(sdev, ioctx_ring[i], dma_size, dir); in srpt_free_ioctx_ring()
706 kfree(ioctx_ring); in srpt_free_ioctx_ring()
1396 ioctx = ch->ioctx_ring[index]; in srpt_handle_send_err_comp()
1892 ioctx = sdev->ioctx_ring[index]; in srpt_process_rcv_completion()
1925 send_ioctx = ch->ioctx_ring[index]; in srpt_process_send_completion()
2306 srpt_free_ioctx_ring((struct srpt_ioctx **)ch->ioctx_ring, in srpt_release_channel_work()
2488 ch->ioctx_ring = (struct srpt_send_ioctx **) in srpt_cm_req_recv()
2490 sizeof(*ch->ioctx_ring[0]), in srpt_cm_req_recv()
2492 if (!ch->ioctx_ring) in srpt_cm_req_recv()
[all …]