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

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

Completed in 180 milliseconds