Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
Dtrace.c350 le32_to_cpu(eh->tid_rdma.w_rsp.kdeth0), in parse_everbs_hdrs()
351 le32_to_cpu(eh->tid_rdma.w_rsp.kdeth1), in parse_everbs_hdrs()
352 be32_to_cpu(eh->tid_rdma.w_rsp.aeth) >> 24, in parse_everbs_hdrs()
354 be32_to_cpu(eh->tid_rdma.w_rsp.aeth) in parse_everbs_hdrs()
356 (be32_to_cpu(eh->tid_rdma.w_rsp.aeth) & in parse_everbs_hdrs()
358 be32_to_cpu(eh->tid_rdma.w_rsp.tid_flow_psn), in parse_everbs_hdrs()
359 be32_to_cpu(eh->tid_rdma.w_rsp.tid_flow_qp), in parse_everbs_hdrs()
360 be32_to_cpu(eh->tid_rdma.w_rsp.verbs_qp)); in parse_everbs_hdrs()
Dtid_rdma.c3881 memset(&ohdr->u.tid_rdma.w_rsp, 0, sizeof(ohdr->u.tid_rdma.w_rsp)); in hfi1_build_tid_rdma_write_resp()
3904 KDETH_RESET(ohdr->u.tid_rdma.w_rsp.kdeth0, KVER, 0x1); in hfi1_build_tid_rdma_write_resp()
3905 KDETH_RESET(ohdr->u.tid_rdma.w_rsp.kdeth1, JKEY, remote->jkey); in hfi1_build_tid_rdma_write_resp()
3906 ohdr->u.tid_rdma.w_rsp.aeth = rvt_compute_aeth(qp); in hfi1_build_tid_rdma_write_resp()
3907 ohdr->u.tid_rdma.w_rsp.tid_flow_psn = in hfi1_build_tid_rdma_write_resp()
3912 ohdr->u.tid_rdma.w_rsp.tid_flow_qp = in hfi1_build_tid_rdma_write_resp()
3917 ohdr->u.tid_rdma.w_rsp.verbs_qp = cpu_to_be32(qp->remote_qpn); in hfi1_build_tid_rdma_write_resp()
3920 hdwords = sizeof(ohdr->u.tid_rdma.w_rsp) / sizeof(u32); in hfi1_build_tid_rdma_write_resp()
4042 aeth = be32_to_cpu(ohdr->u.tid_rdma.w_rsp.aeth); in hfi1_rc_rcv_tid_rdma_write_resp()
4100 flow->tid_qpn = be32_to_cpu(ohdr->u.tid_rdma.w_rsp.tid_flow_qp); in hfi1_rc_rcv_tid_rdma_write_resp()
[all …]
/kernel/linux/linux-5.10/include/rdma/
Dib_hdrs.h85 struct tid_rdma_write_resp w_rsp; member