Searched refs:nicvf_min (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/net/thunderx/base/ | ||
| H A D | nicvf_plat.h | 33 #define nicvf_min(x, y) RTE_MIN(x, y) macro |
| H A D | nicvf_mbox.c | 256 cur_len = nicvf_min(tot_len - cur_idx, in nicvf_mbox_config_rss() |