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

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h405 #define QLNX_ROUNDUP(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
413 #define ROUNDUP(value, to_what) QLNX_ROUNDUP((value), (to_what))

Completed in 43 milliseconds