Searched refs:hop_ptr (Results 1 - 6 of 6) sorted by last modified time

/linux-master/include/trace/events/
H A Dib_mad.h302 __field(u8, hop_ptr)
309 __entry->hop_ptr = smp->hop_ptr;
320 TP_printk("OPA SMP: hop_ptr %d hop_cnt %d " \
323 __entry->hop_ptr, __entry->hop_cnt,
347 __field(u8, hop_ptr)
354 __entry->hop_ptr = smp->hop_ptr;
365 TP_printk("OPA SMP: hop_ptr %d hop_cnt %d " \
368 __entry->hop_ptr, __entr
[all...]
/linux-master/include/rdma/
H A Dib_smi.h24 u8 hop_ptr; member in struct:ib_smp
H A Dopa_smi.h28 u8 hop_ptr; member in struct:opa_smp
/linux-master/drivers/infiniband/core/
H A Dsmi.c45 u8 *hop_ptr, u8 hop_cnt,
59 if (hop_cnt && *hop_ptr == 0) {
60 (*hop_ptr)++;
61 return (initial_path[*hop_ptr] ==
66 if (*hop_ptr && *hop_ptr < hop_cnt) {
71 (*hop_ptr)++;
72 return (initial_path[*hop_ptr] ==
77 if (*hop_ptr == hop_cnt) {
79 (*hop_ptr)
44 __smi_handle_dr_smp_send(bool is_switch, u32 port_num, u8 *hop_ptr, u8 hop_cnt, const u8 *initial_path, const u8 *return_path, u8 direction, bool dr_dlid_is_permissive, bool dr_slid_is_permissive) argument
155 __smi_handle_dr_smp_recv(bool is_switch, u32 port_num, int phys_port_cnt, u8 *hop_ptr, u8 hop_cnt, const u8 *initial_path, u8 *return_path, u8 direction, bool dr_dlid_is_permissive, bool dr_slid_is_permissive) argument
270 __smi_check_forward_dr_smp(u8 hop_ptr, u8 hop_cnt, u8 direction, bool dr_dlid_is_permissive, bool dr_slid_is_permissive) argument
[all...]
H A Dsmi.h72 (smp->hop_ptr == smp->hop_cnt + 1)) ?
87 !smp->hop_ptr) ? IB_SMI_HANDLE : IB_SMI_DISCARD);
H A Dopa_smi.h60 (smp->hop_ptr == smp->hop_cnt + 1)) ?
75 !smp->hop_ptr) ? IB_SMI_HANDLE : IB_SMI_DISCARD;

Completed in 157 milliseconds