Searched refs:rxe_send_wqe (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/drivers/infiniband/sw/rxe/ |
A D | rxe_req.c | 18 struct rxe_send_wqe *wqe, int npsn) in retry_first_write_send() 40 struct rxe_send_wqe *wqe; in req_retry() 113 struct rxe_send_wqe *wqe; in req_next_wqe() 389 struct rxe_send_wqe *wqe, in init_req_packet() 515 struct rxe_send_wqe *wqe, in update_wqe_state() 527 struct rxe_send_wqe *wqe, in update_wqe_psn() 549 static void save_state(struct rxe_send_wqe *wqe, in save_state() 551 struct rxe_send_wqe *rollback_wqe, in save_state() 562 struct rxe_send_wqe *rollback_wqe, in rollback_state() 644 struct rxe_send_wqe *wqe; in rxe_requester() [all …]
|
A D | rxe_comp.c | 145 struct rxe_send_wqe **wqe_p) in get_wqe() 147 struct rxe_send_wqe *wqe; in get_wqe() 180 struct rxe_send_wqe *wqe) in check_psn() 223 struct rxe_send_wqe *wqe) in check_ack() 362 struct rxe_send_wqe *wqe) in do_read() 382 struct rxe_send_wqe *wqe) in do_atomic() 442 static void do_complete(struct rxe_qp *qp, struct rxe_send_wqe *wqe) in do_complete() 478 struct rxe_send_wqe *wqe) in complete_ack() 522 struct rxe_send_wqe *wqe) in complete_wqe() 544 struct rxe_send_wqe *wqe; in rxe_drain_resp_pkts() [all …]
|
A D | rxe_param.h | 63 RXE_MAX_WQE_SIZE = sizeof(struct rxe_send_wqe) + 66 sizeof(struct rxe_send_wqe),
|
A 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()
|
A D | rxe_loc.h | 82 int rxe_reg_fast_mr(struct rxe_qp *qp, struct rxe_send_wqe *wqe); 89 int rxe_bind_mw(struct rxe_qp *qp, struct rxe_send_wqe *wqe);
|
A D | rxe_verbs.c | 565 static void copy_inline_data_to_wqe(struct rxe_send_wqe *wqe, in copy_inline_data_to_wqe() 580 struct rxe_send_wqe *wqe) in init_send_wqe() 616 struct rxe_send_wqe *send_wqe; in post_one_send()
|
A D | rxe_mr.c | 691 int rxe_reg_fast_mr(struct rxe_qp *qp, struct rxe_send_wqe *wqe) in rxe_reg_fast_mr()
|
A D | rxe_hdr.h | 17 struct rxe_send_wqe *wqe; /* send wqe */
|
A D | rxe_qp.c | 212 wqe_size += sizeof(struct rxe_send_wqe); in rxe_qp_init_req()
|
/linux-6.3-rc2/include/uapi/rdma/ |
A D | rdma_user_rxe.h | 161 struct rxe_send_wqe { struct
|
Completed in 16 milliseconds