Home
last modified time | relevance | path

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

/drivers/infiniband/ulp/srpt/
A Dib_srpt.h320 struct srpt_send_ioctx **ioctx_ring; member
463 struct srpt_recv_ioctx **ioctx_ring; member
A Dib_srpt.c828 if (!ioctx_ring) in srpt_free_ioctx_ring()
833 kvfree(ioctx_ring); in srpt_free_ioctx_ring()
1294 ioctx = ch->ioctx_ring[tag]; in srpt_get_send_ioctx()
2311 ch->ioctx_ring = (struct srpt_send_ioctx **) in srpt_cm_req_recv()
2313 sizeof(*ch->ioctx_ring[0]), in srpt_cm_req_recv()
2315 if (!ch->ioctx_ring) { in srpt_cm_req_recv()
2322 ch->ioctx_ring[i]->ch = ch; in srpt_cm_req_recv()
3146 sdev->ioctx_ring = (struct srpt_recv_ioctx **) in srpt_alloc_srq()
3148 sizeof(*sdev->ioctx_ring[0]), in srpt_alloc_srq()
3150 if (!sdev->ioctx_ring) in srpt_alloc_srq()
[all …]

Completed in 19 milliseconds