Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.h716 u64 pool_mirror[ECORE_POOL_VEC_SIZE]; member
H A Decore_sp_verbs.c4381 if (!o->pool_mirror[vec]) in ecore_credit_pool_get_entry()
4388 if (BIT_VEC64_TEST_BIT(o->pool_mirror, idx)) { in ecore_credit_pool_get_entry()
4390 BIT_VEC64_CLEAR_BIT(o->pool_mirror, idx); in ecore_credit_pool_get_entry()
4412 BIT_VEC64_SET_BIT(o->pool_mirror, offset); in ecore_credit_pool_put_entry()
4449 mm_memset(&p->pool_mirror, 0xff, sizeof(p->pool_mirror)); in ecore_init_credit_pool()