Home
last modified time | relevance | path

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

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_smi.c49 const u8 *return_path, in __smi_handle_dr_smp_send() argument
95 return (return_path[*hop_ptr] == in __smi_handle_dr_smp_send()
105 return (return_path[*hop_ptr] == in __smi_handle_dr_smp_send()
137 smp->return_path, in smi_handle_dr_smp_send()
149 smp->route.dr.return_path, in opa_smi_handle_dr_smp_send()
161 u8 *return_path, in __smi_handle_dr_smp_recv() argument
181 return_path[*hop_ptr] = port_num; in __smi_handle_dr_smp_recv()
190 return_path[*hop_ptr] = port_num; in __smi_handle_dr_smp_recv()
207 return (return_path[*hop_ptr] == in __smi_handle_dr_smp_recv()
217 return (return_path[*hop_ptr-1] <= phys_port_cnt ? in __smi_handle_dr_smp_recv()
[all …]
/freebsd/contrib/sendmail/mail.local/
H A Dmail.local.c574 char *return_path = NULL; in dolmtp() local
617 msgfd = store(return_path, &inbody); in dolmtp()
677 if (return_path != NULL) in dolmtp()
684 ((return_path = parseaddr(buf + 10, in dolmtp()
724 if (return_path == NULL) in dolmtp()
769 if (return_path != NULL) in dolmtp()
770 free(return_path); in dolmtp()
771 return_path = NULL; in dolmtp()
/freebsd/contrib/ofed/libibumad/
H A Dumad_sm.h124 uint8_t return_path[UMAD_SMP_MAX_HOPS]; member
/freebsd/sys/ofed/include/rdma/
H A Dopa_smi.h74 u8 return_path[OPA_SMP_MAX_PATH_HOPS]; member
H A Dib_smi.h65 u8 return_path[IB_SMP_MAX_PATH_HOPS]; member
/freebsd/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/contrib/ofed/infiniband-diags/src/
H A Dsmpdump.c79 uint8_t return_path[64]; member
/freebsd/sys/ofed/drivers/infiniband/util/
H A Dmadeye.c395 printk("%01x ", smp->return_path[i]); in print_smp()
/freebsd/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()