Home
last modified time | relevance | path

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

/freebsd-12.1/sys/ofed/drivers/infiniband/core/
H A Dib_smi.c51 const u8 *return_path, in __smi_handle_dr_smp_send() argument
97 return (return_path[*hop_ptr] == in __smi_handle_dr_smp_send()
107 return (return_path[*hop_ptr] == in __smi_handle_dr_smp_send()
139 smp->return_path, in smi_handle_dr_smp_send()
151 smp->route.dr.return_path, in opa_smi_handle_dr_smp_send()
163 u8 *return_path, in __smi_handle_dr_smp_recv() argument
183 return_path[*hop_ptr] = port_num; in __smi_handle_dr_smp_recv()
209 return (return_path[*hop_ptr] == in __smi_handle_dr_smp_recv()
250 smp->return_path, in smi_handle_dr_smp_recv()
266 smp->route.dr.return_path, in opa_smi_handle_dr_smp_recv()
[all …]
/freebsd-12.1/contrib/sendmail/mail.local/
H A Dmail.local.c555 char *return_path = NULL; in dolmtp() local
598 msgfd = store(return_path, &inbody); in dolmtp()
654 if (return_path != NULL) in dolmtp()
661 ((return_path = parseaddr(buf + 10, in dolmtp()
701 if (return_path == NULL) in dolmtp()
746 if (return_path != NULL) in dolmtp()
747 free(return_path); in dolmtp()
748 return_path = NULL; in dolmtp()
/freebsd-12.1/contrib/ofed/libibumad/
H A Dumad_sm.h124 uint8_t return_path[UMAD_SMP_MAX_HOPS]; member
/freebsd-12.1/sys/ofed/include/rdma/
H A Dopa_smi.h76 u8 return_path[OPA_SMP_MAX_PATH_HOPS]; member
H A Dib_smi.h67 u8 return_path[IB_SMP_MAX_PATH_HOPS]; member
/freebsd-12.1/contrib/ofed/opensm/opensm/
H A Dosm_sminfo_rcv.c622 p_smp->return_path, p_smp->hop_count + 1); in osm_sminfo_rcv_process()
641 p_smp->return_path, p_smp->hop_count + 1); in osm_sminfo_rcv_process()
H A Dosm_sm_mad_ctrl.c565 int nr = sprintf(rpath, "%d", p_smp->return_path[0]); in log_rcv_cb_error()
568 nr += sprintf(rpath + nr, ",%d", p_smp->return_path[i]); in log_rcv_cb_error()
H A Dosm_helper.c2724 p_smp->return_path, in osm_dump_dr_smp_to_buf()
2919 p_smp->return_path, p_smp->hop_count + 1); in osm_dump_smp_dr_path_to_buf()
/freebsd-12.1/contrib/ofed/infiniband-diags/src/
H A Dsmpdump.c79 uint8_t return_path[64]; member
/freebsd-12.1/sys/ofed/drivers/infiniband/util/
H A Dmadeye.c395 printk("%01x ", smp->return_path[i]); in print_smp()
/freebsd-12.1/contrib/ofed/opensm/include/iba/
H A Dib_types.h4139 uint8_t return_path[IB_SUBNET_PATH_HOPS_MAX]; member
4331 sizeof(p_smp->initial_path) + sizeof(p_smp->return_path)); in ib_smp_init_new()