Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/ulp/srpt/
H A Dib_srpt.h320 struct srpt_send_ioctx **ioctx_ring; member
463 struct srpt_recv_ioctx **ioctx_ring; member
H A Dib_srpt.c769 if (!ioctx_ring) 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()
2253 ch->ioctx_ring = (struct srpt_send_ioctx **) in srpt_cm_req_recv()
2255 sizeof(*ch->ioctx_ring[0]), in srpt_cm_req_recv()
2257 if (!ch->ioctx_ring) { in srpt_cm_req_recv()
2264 ch->ioctx_ring[i]->ch = ch; in srpt_cm_req_recv()
3090 sdev->ioctx_ring = (struct srpt_recv_ioctx **) in srpt_alloc_srq()
3092 sizeof(*sdev->ioctx_ring[0]), in srpt_alloc_srq()
3094 if (!sdev->ioctx_ring) in srpt_alloc_srq()
[all …]