Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.c3297 if (!o->pool_mirror[vec]) in ecore_credit_pool_get_entry()
3304 if (BIT_VEC64_TEST_BIT(o->pool_mirror, idx)) { in ecore_credit_pool_get_entry()
3306 BIT_VEC64_CLEAR_BIT(o->pool_mirror, idx); in ecore_credit_pool_get_entry()
3327 BIT_VEC64_SET_BIT(o->pool_mirror, offset); in ecore_credit_pool_put_entry()
3365 ECORE_MEMSET(&p->pool_mirror, 0xff, sizeof(p->pool_mirror)); in ecore_init_credit_pool()
H A Decore_sp.h1083 uint64_t pool_mirror[ECORE_POOL_VEC_SIZE]; member