Home
last modified time | relevance | path

Searched refs:wqe_to_tid_req (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dtid_rdma.c1700 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()
3220 req = wqe_to_tid_req(prev); in hfi1_tid_rdma_wqe_interlock()
3238 req = wqe_to_tid_req(prev); in hfi1_tid_rdma_wqe_interlock()
[all …]
Drc.c691 __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()
1057 req = wqe_to_tid_req(wqe); in hfi1_make_rc_req()
1083 req = wqe_to_tid_req(wqe); in hfi1_make_rc_req()
1134 req = wqe_to_tid_req(wqe); in hfi1_make_rc_req()
1470 struct tid_rdma_request *req = wqe_to_tid_req(wqe); in update_num_rd_atomic()
1641 req = wqe_to_tid_req(wqe); in hfi1_restart_rc()
1784 req = wqe_to_tid_req(wqe); in hfi1_rc_send_complete()
1825 req = wqe_to_tid_req(wqe); in hfi1_rc_send_complete()
[all …]
Dverbs.h376 static inline struct tid_rdma_request *wqe_to_tid_req(struct rvt_swqe *wqe) in wqe_to_tid_req() function