Home
last modified time | relevance | path

Searched refs:return_path (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/infiniband/core/
H A Dsmi.c47 const u8 *return_path, in __smi_handle_dr_smp_send() argument
93 return (return_path[*hop_ptr] == in __smi_handle_dr_smp_send()
103 return (return_path[*hop_ptr] == in __smi_handle_dr_smp_send()
135 smp->return_path, in smi_handle_dr_smp_send()
147 smp->route.dr.return_path, in opa_smi_handle_dr_smp_send()
159 u8 *return_path, in __smi_handle_dr_smp_recv() argument
179 return_path[*hop_ptr] = port_num; in __smi_handle_dr_smp_recv()
205 return (return_path[*hop_ptr] == in __smi_handle_dr_smp_recv()
246 smp->return_path, in smi_handle_dr_smp_recv()
262 smp->route.dr.return_path, in opa_smi_handle_dr_smp_recv()
[all …]
/openbmc/linux/include/trace/events/
H A Dib_mad.h305 __array(u8, return_path, OPA_SMP_MAX_PATH_HOPS)
316 memcpy(__entry->return_path, smp->route.dr.return_path,
327 OPA_SMP_MAX_PATH_HOPS, __entry->return_path
350 __array(u8, return_path, IB_SMP_MAX_PATH_HOPS)
361 memcpy(__entry->return_path, smp->return_path,
372 IB_SMP_MAX_PATH_HOPS, __entry->return_path
/openbmc/linux/include/rdma/
H A Dopa_smi.h43 u8 return_path[OPA_SMP_MAX_PATH_HOPS]; member
H A Dib_smi.h36 u8 return_path[IB_SMP_MAX_PATH_HOPS]; member
/openbmc/qemu/migration/
H A Drdma.c376 struct RDMAContext *return_path; member
2528 static int qemu_rdma_connect(RDMAContext *rdma, bool return_path, in qemu_rdma_connect() argument
2566 if (return_path) { in qemu_rdma_connect()
2722 rdma->return_path = rdma_return_path; in qemu_rdma_return_path_dest_init()
2723 rdma_return_path->return_path = rdma; in qemu_rdma_return_path_dest_init()
3322 if (rdma->return_path) { in rdma_cm_poll_handler()
3323 rdma->return_path->errored = true; in rdma_cm_poll_handler()
4022 rioc->rdmaout = rdma->return_path; in rdma_new_input()
4033 rioc->rdmain = rdma->return_path; in rdma_new_output()
4172 rdma->return_path = rdma_return_path; in rdma_start_outgoing_migration()
[all …]
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dmad.c439 __be64 mkey, __be32 dr_slid, u8 return_path[], u8 hop_cnt) in bad_mkey() argument
464 memcpy(trap->data.ntc_256.dr_rtn_path, return_path, in bad_mkey()
652 u8 return_path[], u8 hop_cnt) in check_mkey() argument
692 bad_mkey(ibp, mad, mkey, dr_slid, return_path, in check_mkey()
4493 smp->route.dr.dr_slid, smp->route.dr.return_path, in process_subn_opa()
4513 smp->route.dr.return_path, in process_subn_opa()
4591 smp->return_path, smp->hop_cnt); in process_subn()
4611 smp->return_path, smp->hop_cnt); in process_subn()
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_mad.c196 memcpy(data.details.ntc_256.dr_rtn_path, smp->return_path, in qib_bad_mkey()