Home
last modified time | relevance | path

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

/linux/drivers/infiniband/core/
H A Dsmi.c45 u8 *hop_ptr, u8 hop_cnt, in __smi_handle_dr_smp_send() argument
54 if (hop_cnt >= IB_SMP_MAX_PATH_HOPS) in __smi_handle_dr_smp_send()
59 if (hop_cnt && *hop_ptr == 0) { in __smi_handle_dr_smp_send()
66 if (*hop_ptr && *hop_ptr < hop_cnt) { in __smi_handle_dr_smp_send()
77 if (*hop_ptr == hop_cnt) { in __smi_handle_dr_smp_send()
87 return (*hop_ptr == hop_cnt + 1 ? IB_SMI_HANDLE : IB_SMI_DISCARD); in __smi_handle_dr_smp_send()
91 if (hop_cnt && *hop_ptr == hop_cnt + 1) { in __smi_handle_dr_smp_send()
98 if (2 <= *hop_ptr && *hop_ptr <= hop_cnt) { in __smi_handle_dr_smp_send()
133 &smp->hop_ptr, smp->hop_cnt, in smi_handle_dr_smp_send()
145 &smp->hop_ptr, smp->hop_cnt, in opa_smi_handle_dr_smp_send()
[all …]
H A Dopa_smi.h60 (smp->hop_ptr == smp->hop_cnt + 1)) ? in opa_smi_check_local_smp()
H A Dsmi.h72 (smp->hop_ptr == smp->hop_cnt + 1)) ? in smi_check_local_smp()
/linux/include/trace/events/
H A Dib_mad.h303 __field(u8, hop_cnt)
310 __entry->hop_cnt = smp->hop_cnt;
323 __entry->hop_ptr, __entry->hop_cnt,
348 __field(u8, hop_cnt)
355 __entry->hop_cnt = smp->hop_cnt;
368 __entry->hop_ptr, __entry->hop_cnt,
/linux/include/rdma/
H A Dopa_smi.h29 u8 hop_cnt; member
H A Dib_smi.h25 u8 hop_cnt; member