Searched refs:wqe_to_tid_req (Results 1 – 3 of 3) sorted by relevance
1707 struct tid_rdma_request *req = wqe_to_tid_req(wqe); in hfi1_build_tid_rdma_read_packet()1793 struct tid_rdma_request *req = wqe_to_tid_req(wqe); in hfi1_build_tid_rdma_read_req()2430 req = wqe_to_tid_req(wqe); in find_tid_request()2591 req = wqe_to_tid_req(wqe); in hfi1_kern_read_tid_flow_free()2637 req = wqe_to_tid_req(wqe); in restart_tid_rdma_read_req()2740 req = wqe_to_tid_req(wqe); in handle_read_kdeth_eflags()3049 struct tid_rdma_request *req = wqe_to_tid_req(wqe); in hfi1_tid_rdma_restart_req()3154 req = wqe_to_tid_req(wqe); in hfi1_tid_rdma_restart_req()3230 req = wqe_to_tid_req(prev); in hfi1_tid_rdma_wqe_interlock()3249 req = wqe_to_tid_req(prev); in hfi1_tid_rdma_wqe_interlock()[all …]
650 __r = wqe_to_tid_req(__w); in hfi1_make_rc_req()702 req = wqe_to_tid_req(wqe); in hfi1_make_rc_req()760 req = wqe_to_tid_req(wqe); in hfi1_make_rc_req()1015 req = wqe_to_tid_req(wqe); in hfi1_make_rc_req()1041 req = wqe_to_tid_req(wqe); in hfi1_make_rc_req()1092 req = wqe_to_tid_req(wqe); in hfi1_make_rc_req()1427 struct tid_rdma_request *req = wqe_to_tid_req(wqe); in update_num_rd_atomic()1598 req = wqe_to_tid_req(wqe); in hfi1_restart_rc()1741 req = wqe_to_tid_req(wqe); in hfi1_rc_send_complete()1782 req = wqe_to_tid_req(wqe); in hfi1_rc_send_complete()[all …]
333 static inline struct tid_rdma_request *wqe_to_tid_req(struct rvt_swqe *wqe) in wqe_to_tid_req() function