Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/ulp/srpt/
Dib_srpt.h188 struct srpt_recv_ioctx { struct
221 struct srpt_recv_ioctx *recv_ioctx;
322 struct srpt_recv_ioctx **ioctx_recv_ring;
432 struct srpt_recv_ioctx **ioctx_ring;
Dib_srpt.c723 WARN_ON(ioctx_size != sizeof(struct srpt_recv_ioctx) && in srpt_alloc_ioctx_ring()
822 struct srpt_recv_ioctx *ioctx) in srpt_post_recv()
1011 static int srpt_get_desc_tbl(struct srpt_recv_ioctx *recv_ioctx, in srpt_get_desc_tbl()
1463 struct srpt_recv_ioctx *recv_ioctx, in srpt_handle_cmd()
1552 struct srpt_recv_ioctx *recv_ioctx, in srpt_handle_tsk_mgmt()
1590 srpt_handle_new_iu(struct srpt_rdma_ch *ch, struct srpt_recv_ioctx *recv_ioctx) in srpt_handle_new_iu()
1663 struct srpt_recv_ioctx *ioctx = in srpt_recv_done()
1664 container_of(wc->wr_cqe, struct srpt_recv_ioctx, ioctx.cqe); in srpt_recv_done()
1687 struct srpt_recv_ioctx *recv_ioctx, *tmp; in srpt_process_wait_list()
2271 ch->ioctx_recv_ring = (struct srpt_recv_ioctx **) in srpt_cm_req_recv()
[all …]