Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_em_common.c446 while (num_entries > cnt && cnt <= TF_EM_MAX_ENTRIES) in tf_em_size_table()
525 cnt <= TF_EM_MAX_ENTRIES) in tf_em_validate_num_entries()
528 if (cnt > TF_EM_MAX_ENTRIES) { in tf_em_validate_num_entries()
554 cnt <= TF_EM_MAX_ENTRIES) in tf_em_validate_num_entries()
557 if (cnt > TF_EM_MAX_ENTRIES) { in tf_em_validate_num_entries()
582 cnt <= TF_EM_MAX_ENTRIES) in tf_em_validate_num_entries()
585 if (cnt > TF_EM_MAX_ENTRIES) { in tf_em_validate_num_entries()
608 cnt <= TF_EM_MAX_ENTRIES) in tf_em_validate_num_entries()
611 if (cnt > TF_EM_MAX_ENTRIES) { in tf_em_validate_num_entries()
H A Dtf_em.h15 #define TF_EM_MAX_ENTRIES (1 << 27) /* 128M */ macro