Searched refs:rxe_send_wqe (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/infiniband/sw/rxe/ |
D | rxe_req.c | 41 static int next_opcode(struct rxe_qp *qp, struct rxe_send_wqe *wqe, 45 struct rxe_send_wqe *wqe, in retry_first_write_send() 70 struct rxe_send_wqe *wqe; in req_retry() 129 static struct rxe_send_wqe *req_next_wqe(struct rxe_qp *qp) in req_next_wqe() 131 struct rxe_send_wqe *wqe = queue_head(qp->sq.queue); in req_next_wqe() 314 static int next_opcode(struct rxe_qp *qp, struct rxe_send_wqe *wqe, in next_opcode() 345 static inline int check_init_depth(struct rxe_qp *qp, struct rxe_send_wqe *wqe) in check_init_depth() 376 struct rxe_send_wqe *wqe, in init_req_packet() 470 static int fill_packet(struct rxe_qp *qp, struct rxe_send_wqe *wqe, in fill_packet() 509 struct rxe_send_wqe *wqe, in update_wqe_state() [all …]
|
D | rxe_comp.c | 164 struct rxe_send_wqe **wqe_p) in get_wqe() 166 struct rxe_send_wqe *wqe; in get_wqe() 198 struct rxe_send_wqe *wqe) in check_psn() 237 struct rxe_send_wqe *wqe) in check_ack() 357 struct rxe_send_wqe *wqe) in do_read() 375 struct rxe_send_wqe *wqe) in do_atomic() 390 static void make_send_cqe(struct rxe_qp *qp, struct rxe_send_wqe *wqe, in make_send_cqe() 428 static void do_complete(struct rxe_qp *qp, struct rxe_send_wqe *wqe) in do_complete() 454 struct rxe_send_wqe *wqe) in complete_ack() 500 struct rxe_send_wqe *wqe) in complete_wqe() [all …]
|
D | rxe_qp.c | 234 wqe_size = max_t(int, sizeof(struct rxe_send_wqe) + in rxe_qp_init_req() 236 sizeof(struct rxe_send_wqe) + in rxe_qp_init_req()
|
D | rxe_verbs.c | 642 struct rxe_send_wqe *wqe) in init_send_wqe() 693 struct rxe_send_wqe *send_wqe; in post_one_send()
|
D | rxe_hdr.h | 44 struct rxe_send_wqe *wqe; /* send wqe */
|
/Linux-v4.19/include/uapi/rdma/ |
D | rdma_user_rxe.h | 134 struct rxe_send_wqe { struct
|