Home
last modified time | relevance | path

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

/NextBSD/sys/ofed/drivers/infiniband/core/
HDsmi.c95 return (smp->return_path[smp->hop_ptr] == in smi_handle_dr_smp_send()
105 return (smp->return_path[smp->hop_ptr] == in smi_handle_dr_smp_send()
154 smp->return_path[hop_ptr] = port_num; in smi_handle_dr_smp_recv()
163 smp->return_path[hop_ptr] = port_num; in smi_handle_dr_smp_recv()
180 return (smp->return_path[smp->hop_ptr] == in smi_handle_dr_smp_recv()
190 return (smp->return_path[hop_ptr-1] <= phys_port_cnt ? in smi_handle_dr_smp_recv()
252 smp->return_path[smp->hop_ptr-1]); in smi_get_fwd_port()
/NextBSD/sys/ofed/include/rdma/
HDib_smi.h64 u8 return_path[IB_SMP_MAX_PATH_HOPS]; member
/NextBSD/contrib/ofed/management/opensm/opensm/
HDosm_helper.c1878 p_smp->return_path[i]); in osm_dump_dr_smp()
1881 p_smp->return_path[i]); in osm_dump_dr_smp()
2042 sprintf(line, "%d", p_smp->return_path[i]); in osm_dump_smp_dr_path()
2044 sprintf(line, ",%d", p_smp->return_path[i]); in osm_dump_smp_dr_path()
/NextBSD/contrib/ofed/management/infiniband-diags/src/
HDsmpdump.c102 uint8_t return_path[64]; member
/NextBSD/sys/ofed/drivers/infiniband/util/
HDmadeye.c390 printk("%01x ", smp->return_path[i]); in print_smp()
/NextBSD/contrib/ofed/management/opensm/include/iba/
HDib_types.h3910 uint8_t return_path[IB_SUBNET_PATH_HOPS_MAX]; member
4103 sizeof(p_smp->initial_path) + sizeof(p_smp->return_path)); in ib_smp_init_new()