Searched refs:wqe_to_tid_req (Results 1 – 3 of 3) sorted by relevance
1700 struct tid_rdma_request *req = wqe_to_tid_req(wqe); in hfi1_build_tid_rdma_read_packet()1786 struct tid_rdma_request *req = wqe_to_tid_req(wqe); in hfi1_build_tid_rdma_read_req()2423 req = wqe_to_tid_req(wqe); in find_tid_request()2584 req = wqe_to_tid_req(wqe); in hfi1_kern_read_tid_flow_free()2630 req = wqe_to_tid_req(wqe); in restart_tid_rdma_read_req()2733 req = wqe_to_tid_req(wqe); in handle_read_kdeth_eflags()3040 struct tid_rdma_request *req = wqe_to_tid_req(wqe); in hfi1_tid_rdma_restart_req()3145 req = wqe_to_tid_req(wqe); in hfi1_tid_rdma_restart_req()3221 req = wqe_to_tid_req(prev); in hfi1_tid_rdma_wqe_interlock()3239 req = wqe_to_tid_req(prev); in hfi1_tid_rdma_wqe_interlock()[all …]
691 __r = wqe_to_tid_req(__w); in hfi1_make_rc_req()743 req = wqe_to_tid_req(wqe); in hfi1_make_rc_req()801 req = wqe_to_tid_req(wqe); in hfi1_make_rc_req()1056 req = wqe_to_tid_req(wqe); in hfi1_make_rc_req()1082 req = wqe_to_tid_req(wqe); in hfi1_make_rc_req()1133 req = wqe_to_tid_req(wqe); in hfi1_make_rc_req()1469 struct tid_rdma_request *req = wqe_to_tid_req(wqe); in update_num_rd_atomic()1640 req = wqe_to_tid_req(wqe); in hfi1_restart_rc()1783 req = wqe_to_tid_req(wqe); in hfi1_rc_send_complete()1824 req = wqe_to_tid_req(wqe); in hfi1_rc_send_complete()[all …]
375 static inline struct tid_rdma_request *wqe_to_tid_req(struct rvt_swqe *wqe) in wqe_to_tid_req() function