Searched refs:rxe_send_wqe (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/infiniband/sw/rxe/ |
| A D | rxe_req.c | 18 struct rxe_send_wqe *wqe, in retry_first_write_send() 43 struct rxe_send_wqe *wqe; in req_retry() 112 struct rxe_send_wqe *wqe; in req_next_wqe() 364 struct rxe_send_wqe *wqe, in init_req_packet() 492 struct rxe_send_wqe *wqe, in update_wqe_state() 504 struct rxe_send_wqe *wqe, in update_wqe_psn() 526 static void save_state(struct rxe_send_wqe *wqe, in save_state() 528 struct rxe_send_wqe *rollback_wqe, in save_state() 539 struct rxe_send_wqe *rollback_wqe, in rollback_state() 619 struct rxe_send_wqe *wqe; in rxe_requester() [all …]
|
| A D | rxe_comp.c | 138 struct rxe_send_wqe **wqe_p) in get_wqe() 140 struct rxe_send_wqe *wqe; in get_wqe() 173 struct rxe_send_wqe *wqe) in check_psn() 212 struct rxe_send_wqe *wqe) in check_ack() 343 struct rxe_send_wqe *wqe) in do_read() 363 struct rxe_send_wqe *wqe) in do_atomic() 423 static void do_complete(struct rxe_qp *qp, struct rxe_send_wqe *wqe) in do_complete() 459 struct rxe_send_wqe *wqe) in complete_ack() 505 struct rxe_send_wqe *wqe) in complete_wqe() 527 struct rxe_send_wqe *wqe; in rxe_drain_resp_pkts() [all …]
|
| A D | rxe_param.h | 58 RXE_MAX_WQE_SIZE = sizeof(struct rxe_send_wqe) + 61 sizeof(struct rxe_send_wqe),
|
| A D | rxe_mw.c | 71 static int rxe_check_bind_mw(struct rxe_qp *qp, struct rxe_send_wqe *wqe, in rxe_check_bind_mw() 163 static void rxe_do_bind_mw(struct rxe_qp *qp, struct rxe_send_wqe *wqe, in rxe_do_bind_mw() 192 int rxe_bind_mw(struct rxe_qp *qp, struct rxe_send_wqe *wqe) in rxe_bind_mw()
|
| A D | rxe_loc.h | 89 int rxe_reg_fast_mr(struct rxe_qp *qp, struct rxe_send_wqe *wqe); 97 int rxe_bind_mw(struct rxe_qp *qp, struct rxe_send_wqe *wqe);
|
| A D | rxe_verbs.c | 585 static void copy_inline_data_to_wqe(struct rxe_send_wqe *wqe, in copy_inline_data_to_wqe() 600 struct rxe_send_wqe *wqe) in init_send_wqe() 636 struct rxe_send_wqe *send_wqe; in post_one_send()
|
| A D | rxe_mr.c | 628 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 | 230 wqe_size += sizeof(struct rxe_send_wqe); in rxe_qp_init_req()
|
| /linux/include/uapi/rdma/ |
| A D | rdma_user_rxe.h | 153 struct rxe_send_wqe { struct
|
Completed in 18 milliseconds