Home
last modified time | relevance | path

Searched refs:clamp_t (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_ethdev.c4188 #define clamp_t(type, _x, min, max) min_t(type, max_t(type, _x, min), max) macro
4252 entries = clamp_t(uint32_t, entries, min, in bnxt_alloc_ctx_mem()