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

/freebsd-10.2-release/sys/ofed/drivers/infiniband/core/
H A Dsmi.c68 /* smp->return_path set when received */
76 /* smp->return_path set when received */
91 return (smp->return_path[smp->hop_ptr] ==
101 return (smp->return_path[smp->hop_ptr] ==
146 smp->return_path[hop_ptr] = port_num;
155 smp->return_path[hop_ptr] = port_num;
172 return (smp->return_path[smp->hop_ptr] ==
182 return (smp->return_path[hop_ptr-1] <= phys_port_cnt ?
239 * from return_path for returning SMP
244 smp->return_path[sm
[all...]
/freebsd-10.2-release/sys/ofed/include/rdma/
H A Dib_smi.h64 u8 return_path[IB_SMP_MAX_PATH_HOPS]; member in struct:ib_smp
/freebsd-10.2-release/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-10.2-release/contrib/ofed/management/infiniband-diags/src/
H A Dsmpdump.c102 uint8_t return_path[64]; member in struct:drsmp
/freebsd-10.2-release/contrib/ofed/management/opensm/opensm/
H A Dosm_helper.c1878 p_smp->return_path[i]);
1881 p_smp->return_path[i]);
2042 sprintf(line, "%d", p_smp->return_path[i]);
2044 sprintf(line, ",%d", p_smp->return_path[i]);
/freebsd-10.2-release/sys/ofed/drivers/infiniband/util/
H A Dmadeye.c390 printk("%01x ", smp->return_path[i]);
/freebsd-10.2-release/contrib/ofed/management/opensm/include/iba/
H A Dib_types.h3910 uint8_t return_path[IB_SUBNET_PATH_HOPS_MAX]; member in struct:_ib_smp
3967 * return_path
4103 sizeof(p_smp->initial_path) + sizeof(p_smp->return_path));

Completed in 219 milliseconds