Home
last modified time | relevance | path

Searched refs:mlx5_test_bit (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/libmlx5/
H A Dbitmap.h106 static inline int mlx5_test_bit(unsigned int nr, const unsigned long *addr) in mlx5_test_bit() function
H A Dbuf.c131 while ((start < nbits) && mlx5_test_bit(start, bitmap)) in find_aligned_range()
142 if (mlx5_test_bit(i, bitmap)) { in find_aligned_range()