Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dbitalloc.h27 #define BITALLOC_SIZEOF(size) \ macro
52 struct bitalloc name[(BITALLOC_SIZEOF(size) / \
H A Dbitalloc.c81 i < (int)(BITALLOC_SIZEOF(size) / sizeof(bitalloc_word_t)); in ba_init()
H A Dtf_rm.c732 pool_size = (BITALLOC_SIZEOF(resv[j].stride) / in tf_rm_create_db()
972 pool_size = (BITALLOC_SIZEOF(resv[j].stride) / in tf_rm_create_db_no_reservation()
H A Dtf_tcam_shared.c97 pool_size = (BITALLOC_SIZEOF(stride) / sizeof(struct bitalloc)); in tf_tcam_shared_create_wc_pool()