Searched refs:rxe_send_wqe (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/drivers/infiniband/sw/rxe/ |
D | rxe_req.c | 14 static int next_opcode(struct rxe_qp *qp, struct rxe_send_wqe *wqe, 18 struct rxe_send_wqe *wqe, int npsn) in retry_first_write_send() 40 struct rxe_send_wqe *wqe; in req_retry() 111 static struct rxe_send_wqe *req_next_wqe(struct rxe_qp *qp) in req_next_wqe() 113 struct rxe_send_wqe *wqe; in req_next_wqe() 179 static int rxe_wqe_is_fenced(struct rxe_qp *qp, struct rxe_send_wqe *wqe) in rxe_wqe_is_fenced() 320 static int next_opcode(struct rxe_qp *qp, struct rxe_send_wqe *wqe, in next_opcode() 350 static inline int check_init_depth(struct rxe_qp *qp, struct rxe_send_wqe *wqe) in check_init_depth() 382 struct rxe_send_wqe *wqe, in init_req_packet() 458 struct rxe_send_wqe *wqe, struct rxe_pkt_info *pkt, in finish_packet() [all …]
|
D | rxe_comp.c | 140 struct rxe_send_wqe **wqe_p) in get_wqe() 142 struct rxe_send_wqe *wqe; in get_wqe() 175 struct rxe_send_wqe *wqe) in check_psn() 214 struct rxe_send_wqe *wqe) in check_ack() 345 struct rxe_send_wqe *wqe) in do_read() 365 struct rxe_send_wqe *wqe) in do_atomic() 382 static void make_send_cqe(struct rxe_qp *qp, struct rxe_send_wqe *wqe, in make_send_cqe() 425 static void do_complete(struct rxe_qp *qp, struct rxe_send_wqe *wqe) in do_complete() 461 struct rxe_send_wqe *wqe) in complete_ack() 505 struct rxe_send_wqe *wqe) in complete_wqe() [all …]
|
D | rxe_param.h | 56 RXE_MAX_WQE_SIZE = sizeof(struct rxe_send_wqe) + 59 sizeof(struct rxe_send_wqe),
|
D | rxe_mw.c | 50 static int rxe_check_bind_mw(struct rxe_qp *qp, struct rxe_send_wqe *wqe, in rxe_check_bind_mw() 135 static void rxe_do_bind_mw(struct rxe_qp *qp, struct rxe_send_wqe *wqe, in rxe_do_bind_mw() 164 int rxe_bind_mw(struct rxe_qp *qp, struct rxe_send_wqe *wqe) in rxe_bind_mw()
|
D | rxe_loc.h | 81 int rxe_reg_fast_mr(struct rxe_qp *qp, struct rxe_send_wqe *wqe); 88 int rxe_bind_mw(struct rxe_qp *qp, struct rxe_send_wqe *wqe);
|
D | rxe_verbs.c | 581 static void copy_inline_data_to_wqe(struct rxe_send_wqe *wqe, in copy_inline_data_to_wqe() 596 struct rxe_send_wqe *wqe) in init_send_wqe() 632 struct rxe_send_wqe *send_wqe; in post_one_send()
|
D | rxe_mr.c | 567 int rxe_reg_fast_mr(struct rxe_qp *qp, struct rxe_send_wqe *wqe) in rxe_reg_fast_mr()
|
D | rxe_hdr.h | 17 struct rxe_send_wqe *wqe; /* send wqe */
|
D | rxe_qp.c | 216 wqe_size += sizeof(struct rxe_send_wqe); in rxe_qp_init_req()
|
/linux-6.1.9/include/uapi/rdma/ |
D | rdma_user_rxe.h | 153 struct rxe_send_wqe { struct
|