Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.h1082 #define ECORE_POOL_VEC_SIZE (MAX_MAC_CREDIT_E2 / 64) macro
1083 uint64_t pool_mirror[ECORE_POOL_VEC_SIZE];
H A Decore_sp.c3294 for (vec = 0; vec < ECORE_POOL_VEC_SIZE; vec++) { in ecore_credit_pool_get_entry()