/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | smi.c | 45 u8 *hop_ptr, u8 hop_cnt, in __smi_handle_dr_smp_send() 59 if (hop_cnt && *hop_ptr == 0) { in __smi_handle_dr_smp_send() 60 (*hop_ptr)++; in __smi_handle_dr_smp_send() 61 return (initial_path[*hop_ptr] == in __smi_handle_dr_smp_send() 66 if (*hop_ptr && *hop_ptr < hop_cnt) { in __smi_handle_dr_smp_send() 71 (*hop_ptr)++; in __smi_handle_dr_smp_send() 72 return (initial_path[*hop_ptr] == in __smi_handle_dr_smp_send() 77 if (*hop_ptr == hop_cnt) { in __smi_handle_dr_smp_send() 79 (*hop_ptr) in __smi_handle_dr_smp_send() 44 __smi_handle_dr_smp_send(bool is_switch, int 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) __smi_handle_dr_smp_send() argument 155 __smi_handle_dr_smp_recv(bool is_switch, int 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) __smi_handle_dr_smp_recv() 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) __smi_check_forward_dr_smp() argument [all...] |
H A D | smi.h | 72 (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()
|
H A D | opa_smi.h | 60 (smp->hop_ptr == smp->hop_cnt + 1)) ? in opa_smi_check_local_smp() 75 !smp->hop_ptr) ? IB_SMI_HANDLE : IB_SMI_DISCARD; in opa_smi_check_local_returning_smp()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | smi.c | 45 u8 *hop_ptr, u8 hop_cnt, in __smi_handle_dr_smp_send() 59 if (hop_cnt && *hop_ptr == 0) { in __smi_handle_dr_smp_send() 60 (*hop_ptr)++; in __smi_handle_dr_smp_send() 61 return (initial_path[*hop_ptr] == in __smi_handle_dr_smp_send() 66 if (*hop_ptr && *hop_ptr < hop_cnt) { in __smi_handle_dr_smp_send() 71 (*hop_ptr)++; in __smi_handle_dr_smp_send() 72 return (initial_path[*hop_ptr] == in __smi_handle_dr_smp_send() 77 if (*hop_ptr == hop_cnt) { in __smi_handle_dr_smp_send() 79 (*hop_ptr) in __smi_handle_dr_smp_send() 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) __smi_handle_dr_smp_send() 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) __smi_handle_dr_smp_recv() 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) __smi_check_forward_dr_smp() argument [all...] |
H A D | opa_smi.h | 60 (smp->hop_ptr == smp->hop_cnt + 1)) ? in opa_smi_check_local_smp() 75 !smp->hop_ptr) ? IB_SMI_HANDLE : IB_SMI_DISCARD; in opa_smi_check_local_returning_smp()
|
H A D | smi.h | 72 (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()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | ib_mad.h | 307 __field(u8, hop_ptr) 314 __entry->hop_ptr = smp->hop_ptr; 325 TP_printk("OPA SMP: hop_ptr %d hop_cnt %d " \ 328 __entry->hop_ptr, __entry->hop_cnt, 352 __field(u8, hop_ptr) 359 __entry->hop_ptr = smp->hop_ptr; 370 TP_printk("OPA SMP: hop_ptr %d hop_cnt %d " \ 373 __entry->hop_ptr, __entr [all...] |
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | ib_mad.h | 302 __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...] |
/kernel/linux/linux-5.10/include/rdma/ |
H A D | ib_smi.h | 24 u8 hop_ptr; member
|
H A D | opa_smi.h | 28 u8 hop_ptr; member
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | ib_smi.h | 24 u8 hop_ptr; member
|
H A D | opa_smi.h | 28 u8 hop_ptr; member
|