Searched refs:E1000_DIVIDE_ROUND_UP (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/dev/e1000/
H A De1000_api.h166 #define E1000_DIVIDE_ROUND_UP(a, b) (((a) + (b) - 1) / (b)) /* ceil(a/b) */ macro
H A De1000_ich8lan.c1167 value = E1000_DIVIDE_ROUND_UP(value, (1 << 5));

Completed in 120 milliseconds