Searched refs:srpt_rdma_ch (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.c | 102 static void srpt_process_wait_list(struct srpt_rdma_ch *ch); 108 static bool srpt_set_ch_state(struct srpt_rdma_ch *ch, enum rdma_ch_state new) in srpt_set_ch_state() 215 static void srpt_qp_event(struct ib_event *event, struct srpt_rdma_ch *ch) in srpt_qp_event() 822 static int srpt_post_recv(struct srpt_device *sdev, struct srpt_rdma_ch *ch, in srpt_post_recv() 854 static int srpt_zerolength_write(struct srpt_rdma_ch *ch) in srpt_zerolength_write() 873 struct srpt_rdma_ch *ch = wc->qp->qp_context; in srpt_zerolength_write_done() 894 struct srpt_rdma_ch *ch = ioctx->ch; in srpt_alloc_rw_ctxs() 957 static void srpt_free_rw_ctxs(struct srpt_rdma_ch *ch, in srpt_free_rw_ctxs() 1111 static int srpt_init_ch_qp(struct srpt_rdma_ch *ch, struct ib_qp *qp) in srpt_init_ch_qp() 1151 static int srpt_ch_qp_rtr(struct srpt_rdma_ch *c [all...] |
H A D | ib_srpt.h | 180 * @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.
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.c | 106 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) in srpt_set_ch_state() 221 struct srpt_rdma_ch *ch = ptr; in srpt_qp_event() 828 static int srpt_post_recv(struct srpt_device *sdev, struct srpt_rdma_ch *ch, in srpt_post_recv() 860 static int srpt_zerolength_write(struct srpt_rdma_ch *ch) in srpt_zerolength_write() 879 struct srpt_rdma_ch *ch = wc->qp->qp_context; in srpt_zerolength_write_done() 900 struct srpt_rdma_ch *ch = ioctx->ch; in srpt_alloc_rw_ctxs() 963 static void srpt_free_rw_ctxs(struct srpt_rdma_ch *ch, in srpt_free_rw_ctxs() 1117 static int srpt_init_ch_qp(struct srpt_rdma_ch *ch, struct ib_qp *qp) in srpt_init_ch_qp() 1157 static int srpt_ch_qp_rtr(struct srpt_rdma_ch *c [all...] |
H A D | ib_srpt.h | 180 * @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 8 milliseconds