Searched defs:OSAL_MIN_T (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h441 #define OSAL_MIN_T(type, __max1, __max2) min_t(type, __max1, __max2) macro

Completed in 161 milliseconds