Home
last modified time | relevance | path

Searched refs:r_req (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/infiniband/hw/hfi1/
Dtrace.c342 le32_to_cpu(eh->tid_rdma.r_req.kdeth0), in parse_everbs_hdrs()
343 le32_to_cpu(eh->tid_rdma.r_req.kdeth1), in parse_everbs_hdrs()
344 ib_u64_get(&eh->tid_rdma.r_req.reth.vaddr), in parse_everbs_hdrs()
345 be32_to_cpu(eh->tid_rdma.r_req.reth.rkey), in parse_everbs_hdrs()
346 be32_to_cpu(eh->tid_rdma.r_req.reth.length), in parse_everbs_hdrs()
347 be32_to_cpu(eh->tid_rdma.r_req.tid_flow_psn), in parse_everbs_hdrs()
348 be32_to_cpu(eh->tid_rdma.r_req.tid_flow_qp), in parse_everbs_hdrs()
349 be32_to_cpu(eh->tid_rdma.r_req.verbs_qp)); in parse_everbs_hdrs()
Dtid_rdma.c1712 struct tid_rdma_read_req *rreq = &ohdr->u.tid_rdma.r_req; in hfi1_build_tid_rdma_read_packet()
1726 memset(&ohdr->u.tid_rdma.r_req, 0, sizeof(ohdr->u.tid_rdma.r_req)); in hfi1_build_tid_rdma_read_packet()
1780 return sizeof(ohdr->u.tid_rdma.r_req) / sizeof(u32); in hfi1_build_tid_rdma_read_packet()
1941 flow->tid_qpn = be32_to_cpu(ohdr->u.tid_rdma.r_req.tid_flow_qp); in tid_rdma_rcv_read_request()
1944 flow_psn = mask_psn(be32_to_cpu(ohdr->u.tid_rdma.r_req.tid_flow_psn)); in tid_rdma_rcv_read_request()
2031 reth = &ohdr->u.tid_rdma.r_req.reth; in tid_rdma_rcv_error()
2259 reth = &ohdr->u.tid_rdma.r_req.reth; in hfi1_rc_rcv_tid_rdma_read_req()
Dverbs.c356 qp_num = be32_to_cpu(packet->ohdr->u.tid_rdma.r_req.verbs_qp) & in hfi1_kdeth_eager_rcv()
/linux-6.1.9/include/rdma/
Dib_hdrs.h82 struct tid_rdma_read_req r_req; member