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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Dsmi.c49 u8 hop_ptr, hop_cnt; local
52 hop_cnt = smp->hop_cnt;
57 if (hop_cnt && hop_ptr == 0) {
64 if (hop_ptr && hop_ptr < hop_cnt) {
75 if (hop_ptr == hop_cnt) {
83 /* C14-9:4 -- hop_ptr = hop_cnt + 1 -> give to SMA/SM */
85 return (hop_ptr == hop_cnt + 1 ? IB_SMI_HANDLE : IB_SMI_DISCARD);
89 if (hop_cnt && hop_ptr == hop_cnt
130 u8 hop_ptr, hop_cnt; local
206 u8 hop_ptr, hop_cnt; local
[all...]
H A Dsmi.h69 (smp->hop_ptr == smp->hop_cnt + 1)) ?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/rdma/
H A Dib_smi.h54 u8 hop_cnt; member in struct:ib_smp

Completed in 110 milliseconds