Searched refs:pool_mirror (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sp.h | 672 u64 pool_mirror[BNX2X_POOL_VEC_SIZE]; member
|
H A D | bnx2x_sp.c | 4263 if (!o->pool_mirror[vec]) in bnx2x_credit_pool_get_entry() 4270 if (BIT_VEC64_TEST_BIT(o->pool_mirror, idx)) { in bnx2x_credit_pool_get_entry() 4272 BIT_VEC64_CLEAR_BIT(o->pool_mirror, idx); in bnx2x_credit_pool_get_entry() 4294 BIT_VEC64_SET_BIT(o->pool_mirror, offset); in bnx2x_credit_pool_put_entry() 4331 memset(&p->pool_mirror, 0xff, sizeof(p->pool_mirror)); in bnx2x_init_credit_pool()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sp.h | 672 u64 pool_mirror[BNX2X_POOL_VEC_SIZE]; member
|
H A D | bnx2x_sp.c | 4263 if (!o->pool_mirror[vec]) in bnx2x_credit_pool_get_entry() 4270 if (BIT_VEC64_TEST_BIT(o->pool_mirror, idx)) { in bnx2x_credit_pool_get_entry() 4272 BIT_VEC64_CLEAR_BIT(o->pool_mirror, idx); in bnx2x_credit_pool_get_entry() 4294 BIT_VEC64_SET_BIT(o->pool_mirror, offset); in bnx2x_credit_pool_put_entry() 4331 memset(&p->pool_mirror, 0xff, sizeof(p->pool_mirror)); in bnx2x_init_credit_pool()
|
Completed in 21 milliseconds