Searched refs:clamp_t (Results 1 – 1 of 1) sorted by relevance
4830 #define clamp_t(type, _x, min, max) min_t(type, max_t(type, _x, min), max) macro4904 entries = clamp_t(uint32_t, entries, min, in bnxt_alloc_ctx_mem()