Searched refs:clamp_t (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_ethdev.c | 4188 #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()
|