Searched refs:srpt_rdma_ch (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c106 static void srpt_process_wait_list(struct srpt_rdma_ch *ch);
112 static bool srpt_set_ch_state(struct srpt_rdma_ch *ch, enum rdma_ch_state new)
221 struct srpt_rdma_ch *ch = ptr;
828 static int srpt_post_recv(struct srpt_device *sdev, struct srpt_rdma_ch *ch,
860 static int srpt_zerolength_write(struct srpt_rdma_ch *ch)
879 struct srpt_rdma_ch *ch = wc->qp->qp_context;
900 struct srpt_rdma_ch *ch = ioctx->ch;
963 static void srpt_free_rw_ctxs(struct srpt_rdma_ch *ch,
1117 static int srpt_init_ch_qp(struct srpt_rdma_ch *ch, struct ib_qp *qp)
1157 static int srpt_ch_qp_rtr(struct srpt_rdma_ch *c
[all...]
H A Dib_srpt.h180 * @wait_list: Node for insertion in srpt_rdma_ch.cmd_wait_list.
215 struct srpt_rdma_ch *ch;
251 * struct srpt_rdma_ch - RDMA channel
292 struct srpt_rdma_ch { struct
337 * @ch_list: struct srpt_rdma_ch list. Protected by srpt_port.mutex.

Completed in 134 milliseconds