Searched refs:hop_cnt (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_smi.c | 47 u8 *hop_ptr, u8 hop_cnt, in __smi_handle_dr_smp_send() argument 56 if (hop_cnt >= IB_SMP_MAX_PATH_HOPS) in __smi_handle_dr_smp_send() 61 if (hop_cnt && *hop_ptr == 0) { in __smi_handle_dr_smp_send() 68 if (*hop_ptr && *hop_ptr < hop_cnt) { in __smi_handle_dr_smp_send() 79 if (*hop_ptr == hop_cnt) { in __smi_handle_dr_smp_send() 89 return (*hop_ptr == hop_cnt + 1 ? IB_SMI_HANDLE : IB_SMI_DISCARD); in __smi_handle_dr_smp_send() 93 if (hop_cnt && *hop_ptr == hop_cnt + 1) { in __smi_handle_dr_smp_send() 100 if (2 <= *hop_ptr && *hop_ptr <= hop_cnt) { in __smi_handle_dr_smp_send() 135 &smp->hop_ptr, smp->hop_cnt, in smi_handle_dr_smp_send() 147 &smp->hop_ptr, smp->hop_cnt, in opa_smi_handle_dr_smp_send() [all …]
|
H A D | opa_smi.h | 61 (smp->hop_ptr == smp->hop_cnt + 1)) ? in opa_smi_check_local_smp()
|
H A D | smi.h | 73 (smp->hop_ptr == smp->hop_cnt + 1)) ? in smi_check_local_smp()
|
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | smpdump.c | 58 int hop_cnt; member 68 uint8_t hop_cnt; member 102 memcpy(smp->initial_path, path->path, path->hop_cnt + 1); in drsmp_get_init() 104 smp->hop_cnt = (uint8_t) path->hop_cnt; in drsmp_get_init() 141 memcpy(smp->initial_path, path->path, path->hop_cnt + 1); in drsmp_set_init() 146 smp->hop_cnt = (uint8_t) path->hop_cnt; in drsmp_set_init() 164 path->hop_cnt = -1; in str2DRPath() 170 path->path[++path->hop_cnt] = (char)atoi(str); in str2DRPath() 178 (path->hop_cnt > 0 && dev_port && path->path[1] != dev_port)) { in str2DRPath() 184 return path->hop_cnt; in str2DRPath()
|
/freebsd/contrib/ofed/libibumad/ |
H A D | umad_sm.h | 113 uint8_t hop_cnt; member
|
/freebsd/sys/ofed/include/rdma/ |
H A D | opa_smi.h | 60 u8 hop_cnt; member
|
H A D | ib_smi.h | 54 u8 hop_cnt; member
|
/freebsd/sys/ofed/drivers/infiniband/util/ |
H A D | madeye.c | 369 printk("Hop counter....0x%01x\n", smp->hop_cnt); in print_smp()
|