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

/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_smi.c51 const u8 *return_path,
74 /* return_path set when received */
82 /* return_path set when received */
97 return (return_path[*hop_ptr] ==
107 return (return_path[*hop_ptr] ==
139 smp->return_path,
151 smp->route.dr.return_path,
163 u8 *return_path,
183 return_path[*hop_ptr] = port_num;
192 return_path[*hop_pt
48 __smi_handle_dr_smp_send(bool is_switch, int port_num, u8 *hop_ptr, u8 hop_cnt, const u8 *initial_path, const u8 *return_path, u8 direction, bool dr_dlid_is_permissive, bool dr_slid_is_permissive) argument
159 __smi_handle_dr_smp_recv(bool is_switch, int port_num, int phys_port_cnt, u8 *hop_ptr, u8 hop_cnt, const u8 *initial_path, u8 *return_path, u8 direction, bool dr_dlid_is_permissive, bool dr_slid_is_permissive) argument
[all...]
/freebsd-11-stable/contrib/ofed/libibumad/
H A Dumad_sm.h124 uint8_t return_path[UMAD_SMP_MAX_HOPS]; member in struct:umad_smp
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dopa_smi.h76 u8 return_path[OPA_SMP_MAX_PATH_HOPS]; member in struct:opa_smp::__anon8344::__anon8346
H A Dib_smi.h65 u8 return_path[IB_SMP_MAX_PATH_HOPS]; member in struct:ib_smp
/freebsd-11-stable/contrib/sendmail/mail.local/
H A Dmail.local.c555 char *return_path = NULL; local
598 msgfd = store(return_path, &inbody);
654 if (return_path != NULL)
661 ((return_path = parseaddr(buf + 10,
701 if (return_path == NULL)
746 if (return_path != NULL)
747 free(return_path);
748 return_path = NULL;
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dsmpdump.c79 uint8_t return_path[64]; member in struct:drsmp
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_sm_mad_ctrl.c565 int nr = sprintf(rpath, "%d", p_smp->return_path[0]);
568 nr += sprintf(rpath + nr, ",%d", p_smp->return_path[i]);
H A Dosm_sminfo_rcv.c622 p_smp->return_path, p_smp->hop_count + 1);
641 p_smp->return_path, p_smp->hop_count + 1);
H A Dosm_helper.c2724 p_smp->return_path,
2919 p_smp->return_path, p_smp->hop_count + 1);
/freebsd-11-stable/sys/ofed/drivers/infiniband/util/
H A Dmadeye.c393 printk("%01x ", smp->return_path[i]);
/freebsd-11-stable/contrib/ofed/opensm/include/iba/
H A Dib_types.h4139 uint8_t return_path[IB_SUBNET_PATH_HOPS_MAX]; member in struct:_ib_smp
4195 * return_path
4331 sizeof(p_smp->initial_path) + sizeof(p_smp->return_path));

Completed in 168 milliseconds