Searched refs:hop_cnt (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_smi.c49 u8 *hop_ptr, u8 hop_cnt,
57 /* C14-6 -- valid hop_cnt values are from 0 to 63 */
58 if (hop_cnt >= IB_SMP_MAX_PATH_HOPS)
63 if (hop_cnt && *hop_ptr == 0) {
70 if (*hop_ptr && *hop_ptr < hop_cnt) {
81 if (*hop_ptr == hop_cnt) {
89 /* C14-9:4 -- hop_ptr = hop_cnt + 1 -> give to SMA/SM */
91 return (*hop_ptr == hop_cnt + 1 ? IB_SMI_HANDLE : IB_SMI_DISCARD);
95 if (hop_cnt && *hop_ptr == hop_cnt
48 __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) argument
159 __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) argument
274 __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 Dopa_smi.h63 (smp->hop_ptr == smp->hop_cnt + 1)) ?
H A Dsmi.h75 (smp->hop_ptr == smp->hop_cnt + 1)) ?
/freebsd-13-stable/contrib/ofed/infiniband-diags/src/
H A Dsmpdump.c58 int hop_cnt; member in struct:__anon5513
68 uint8_t hop_cnt; member in struct:drsmp
102 memcpy(smp->initial_path, path->path, path->hop_cnt + 1);
104 smp->hop_cnt = (uint8_t) path->hop_cnt;
141 memcpy(smp->initial_path, path->path, path->hop_cnt + 1);
146 smp->hop_cnt = (uint8_t) path->hop_cnt;
164 path->hop_cnt = -1;
170 path->path[++path->hop_cnt]
[all...]
/freebsd-13-stable/contrib/ofed/libibumad/
H A Dumad_sm.h113 uint8_t hop_cnt; member in struct:umad_smp
/freebsd-13-stable/sys/ofed/include/rdma/
H A Dopa_smi.h62 u8 hop_cnt; member in struct:opa_smp
H A Dib_smi.h56 u8 hop_cnt; member in struct:ib_smp
/freebsd-13-stable/sys/ofed/drivers/infiniband/util/
H A Dmadeye.c369 printk("Hop counter....0x%01x\n", smp->hop_cnt);

Completed in 101 milliseconds