Home
last modified time | relevance | path

Searched refs:hop_ptr (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/infiniband/core/
Dsmi.c49 u8 hop_ptr, hop_cnt; in smi_handle_dr_smp_send() local
51 hop_ptr = smp->hop_ptr; in smi_handle_dr_smp_send()
61 if (hop_cnt && hop_ptr == 0) { in smi_handle_dr_smp_send()
62 smp->hop_ptr++; in smi_handle_dr_smp_send()
63 return (smp->initial_path[smp->hop_ptr] == in smi_handle_dr_smp_send()
68 if (hop_ptr && hop_ptr < hop_cnt) { in smi_handle_dr_smp_send()
73 smp->hop_ptr++; in smi_handle_dr_smp_send()
74 return (smp->initial_path[smp->hop_ptr] == in smi_handle_dr_smp_send()
79 if (hop_ptr == hop_cnt) { in smi_handle_dr_smp_send()
81 smp->hop_ptr++; in smi_handle_dr_smp_send()
[all …]
Dsmi.h72 (smp->hop_ptr == smp->hop_cnt + 1)) ? in smi_check_local_smp()
87 !smp->hop_ptr) ? IB_SMI_HANDLE : IB_SMI_DISCARD); in smi_check_local_returning_smp()
/linux-4.1.27/include/rdma/
Dib_smi.h51 u8 hop_ptr; member