Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dtrace.c389 le32_to_cpu(eh->tid_rdma.r_rsp.kdeth0), in parse_everbs_hdrs()
390 KDETH_GET(eh->tid_rdma.r_rsp.kdeth0, KVER), in parse_everbs_hdrs()
391 KDETH_GET(eh->tid_rdma.r_rsp.kdeth0, SH), in parse_everbs_hdrs()
392 KDETH_GET(eh->tid_rdma.r_rsp.kdeth0, INTR), in parse_everbs_hdrs()
393 KDETH_GET(eh->tid_rdma.r_rsp.kdeth0, TIDCTRL), in parse_everbs_hdrs()
394 KDETH_GET(eh->tid_rdma.r_rsp.kdeth0, TID), in parse_everbs_hdrs()
395 KDETH_GET(eh->tid_rdma.r_rsp.kdeth0, OFFSET), in parse_everbs_hdrs()
396 le32_to_cpu(eh->tid_rdma.r_rsp.kdeth1), in parse_everbs_hdrs()
397 KDETH_GET(eh->tid_rdma.r_rsp.kdeth1, JKEY), in parse_everbs_hdrs()
398 be32_to_cpu(eh->tid_rdma.r_rsp.aeth) >> 24, in parse_everbs_hdrs()
[all …]
Dtid_rdma.c2347 struct tid_rdma_read_resp *resp = &ohdr->u.tid_rdma.r_rsp; in hfi1_build_tid_rdma_read_resp()
2401 hdwords = sizeof(ohdr->u.tid_rdma.r_rsp) / sizeof(u32); in hfi1_build_tid_rdma_read_resp()
2458 aeth = be32_to_cpu(ohdr->u.tid_rdma.r_rsp.aeth); in hfi1_rc_rcv_tid_rdma_read_resp()
2462 ipsn = mask_psn(be32_to_cpu(ohdr->u.tid_rdma.r_rsp.verbs_psn)); in hfi1_rc_rcv_tid_rdma_read_resp()
2871 qp_num = be32_to_cpu(ohdr->u.tid_rdma.r_rsp.verbs_qp) & in hfi1_handle_kdeth_eflags()
2914 ibpsn = be32_to_cpu(ohdr->u.tid_rdma.r_rsp.verbs_psn); in hfi1_handle_kdeth_eflags()
Dverbs.c451 qp_num = be32_to_cpu(packet->ohdr->u.tid_rdma.r_rsp.verbs_qp) & in hfi1_kdeth_expected_rcv()
/Linux-v5.4/include/rdma/
Dib_hdrs.h125 struct tid_rdma_read_resp r_rsp; member