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

/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/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) {
82 /*C14-9:4 -- hop_ptr = hop_cnt + 1 -> give to SMA/SM
84 return (hop_ptr == hop_cnt + 1 ? IB_SMI_HANDLE : IB_SMI_DISCARD);
88 if (hop_cnt && hop_ptr == hop_cnt
127 u8 hop_ptr, hop_cnt; local
202 u8 hop_ptr, hop_cnt; local
[all...]
H A Dsmi.h72 (smp->hop_ptr == smp->hop_cnt + 1)) ?
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/rdma/
H A Dib_smi.h53 u8 hop_cnt; member in struct:ib_smp

Completed in 94 milliseconds