Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hfi1/
H A Dtrace.c354 le32_to_cpu(eh->tid_rdma.r_rsp.kdeth0), in parse_everbs_hdrs()
355 KDETH_GET(eh->tid_rdma.r_rsp.kdeth0, KVER), in parse_everbs_hdrs()
356 KDETH_GET(eh->tid_rdma.r_rsp.kdeth0, SH), in parse_everbs_hdrs()
357 KDETH_GET(eh->tid_rdma.r_rsp.kdeth0, INTR), in parse_everbs_hdrs()
358 KDETH_GET(eh->tid_rdma.r_rsp.kdeth0, TIDCTRL), in parse_everbs_hdrs()
359 KDETH_GET(eh->tid_rdma.r_rsp.kdeth0, TID), in parse_everbs_hdrs()
360 KDETH_GET(eh->tid_rdma.r_rsp.kdeth0, OFFSET), in parse_everbs_hdrs()
361 le32_to_cpu(eh->tid_rdma.r_rsp.kdeth1), in parse_everbs_hdrs()
362 KDETH_GET(eh->tid_rdma.r_rsp.kdeth1, JKEY), in parse_everbs_hdrs()
363 be32_to_cpu(eh->tid_rdma.r_rsp.aeth) >> 24, in parse_everbs_hdrs()
[all …]
H A Dtid_rdma.c2354 struct tid_rdma_read_resp *resp = &ohdr->u.tid_rdma.r_rsp; in hfi1_build_tid_rdma_read_resp()
2408 hdwords = sizeof(ohdr->u.tid_rdma.r_rsp) / sizeof(u32); in hfi1_build_tid_rdma_read_resp()
2465 aeth = be32_to_cpu(ohdr->u.tid_rdma.r_rsp.aeth); in hfi1_rc_rcv_tid_rdma_read_resp()
2469 ipsn = mask_psn(be32_to_cpu(ohdr->u.tid_rdma.r_rsp.verbs_psn)); in hfi1_rc_rcv_tid_rdma_read_resp()
2879 qp_num = be32_to_cpu(ohdr->u.tid_rdma.r_rsp.verbs_qp) & in hfi1_handle_kdeth_eflags()
2922 ibpsn = be32_to_cpu(ohdr->u.tid_rdma.r_rsp.verbs_psn); in hfi1_handle_kdeth_eflags()
H A Dverbs.c410 qp_num = be32_to_cpu(packet->ohdr->u.tid_rdma.r_rsp.verbs_qp) & in hfi1_kdeth_expected_rcv()
/linux/include/rdma/
H A Dib_hdrs.h83 struct tid_rdma_read_resp r_rsp; member