Searched refs:r_req (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | trace.c | 379 le32_to_cpu(eh->tid_rdma.r_req.kdeth0), in parse_everbs_hdrs() 380 le32_to_cpu(eh->tid_rdma.r_req.kdeth1), in parse_everbs_hdrs() 381 ib_u64_get(&eh->tid_rdma.r_req.reth.vaddr), in parse_everbs_hdrs() 382 be32_to_cpu(eh->tid_rdma.r_req.reth.rkey), in parse_everbs_hdrs() 383 be32_to_cpu(eh->tid_rdma.r_req.reth.length), in parse_everbs_hdrs() 384 be32_to_cpu(eh->tid_rdma.r_req.tid_flow_psn), in parse_everbs_hdrs() 385 be32_to_cpu(eh->tid_rdma.r_req.tid_flow_qp), in parse_everbs_hdrs() 386 be32_to_cpu(eh->tid_rdma.r_req.verbs_qp)); in parse_everbs_hdrs()
|
H A D | tid_rdma.c | 1705 struct tid_rdma_read_req *rreq = &ohdr->u.tid_rdma.r_req; in hfi1_build_tid_rdma_read_packet() 1719 memset(&ohdr->u.tid_rdma.r_req, 0, sizeof(ohdr->u.tid_rdma.r_req)); in hfi1_build_tid_rdma_read_packet() 1773 return sizeof(ohdr->u.tid_rdma.r_req) / sizeof(u32); in hfi1_build_tid_rdma_read_packet() 1934 flow->tid_qpn = be32_to_cpu(ohdr->u.tid_rdma.r_req.tid_flow_qp); in tid_rdma_rcv_read_request() 1937 flow_psn = mask_psn(be32_to_cpu(ohdr->u.tid_rdma.r_req.tid_flow_psn)); in tid_rdma_rcv_read_request() 2024 reth = &ohdr->u.tid_rdma.r_req.reth; in tid_rdma_rcv_error() 2252 reth = &ohdr->u.tid_rdma.r_req.reth; in hfi1_rc_rcv_tid_rdma_read_req()
|
H A D | verbs.c | 398 qp_num = be32_to_cpu(packet->ohdr->u.tid_rdma.r_req.verbs_qp) & in hfi1_kdeth_eager_rcv()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | trace.c | 342 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()
|
H A D | tid_rdma.c | 1712 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()
|
H A D | verbs.c | 356 qp_num = be32_to_cpu(packet->ohdr->u.tid_rdma.r_req.verbs_qp) & in hfi1_kdeth_eager_rcv()
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | ib_hdrs.h | 82 struct tid_rdma_read_req r_req; member
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | ib_hdrs.h | 82 struct tid_rdma_read_req r_req; member
|
Completed in 23 milliseconds