Searched refs:hop_cnt (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/infiniband/core/ |
| H A D | smi.c | 45 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 D | opa_smi.h | 60 (smp->hop_ptr == smp->hop_cnt + 1)) ? in opa_smi_check_local_smp()
|
| H A D | smi.h | 72 (smp->hop_ptr == smp->hop_cnt + 1)) ? in smi_check_local_smp()
|
| /linux/include/trace/events/ |
| H A D | ib_mad.h | 303 __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 D | opa_smi.h | 29 u8 hop_cnt; member
|
| H A D | ib_smi.h | 25 u8 hop_cnt; member
|