Home
last modified time | relevance | path

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

/freebsd/sys/dev/oce/
H A Doce_if.h1135 #define OCE_LOG2(x) (oce_highbit(x))
1136 static inline uint32_t oce_highbit(uint32_t x) in oce_highbit() function