Searched refs:srpt_rdma_ch (Results 1 - 2 of 2) sorted by relevance

/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c97 static void srpt_release_channel(struct srpt_rdma_ch *ch);
123 static enum rdma_ch_state srpt_get_ch_state(struct srpt_rdma_ch *ch)
135 srpt_set_ch_state(struct srpt_rdma_ch *ch, enum rdma_ch_state new_state)
153 srpt_test_and_set_ch_state(struct srpt_rdma_ch *ch, enum rdma_ch_state old,
227 static void srpt_qp_event(struct ib_event *event, struct srpt_rdma_ch *ch)
801 static int srpt_post_send(struct srpt_rdma_ch *ch,
952 static int srpt_init_ch_qp(struct srpt_rdma_ch *ch, struct ib_qp *qp)
986 static int srpt_ch_qp_rtr(struct srpt_rdma_ch *ch, struct ib_qp *qp)
1016 static int srpt_ch_qp_rts(struct srpt_rdma_ch *ch, struct ib_qp *qp)
1038 static int srpt_ch_qp_err(struct srpt_rdma_ch *c
[all...]
H A Dib_srpt.h200 * @wait_list: Node for insertion in srpt_rdma_ch.cmd_wait_list.
211 * @free_list: Node in srpt_rdma_ch.free_list.
230 struct srpt_rdma_ch *ch;
270 * struct srpt_rdma_ch - RDMA channel.
302 struct srpt_rdma_ch { struct
387 * @rch_list: Per-device channel list -- see also srpt_rdma_ch.list.

Completed in 48 milliseconds