sparx5_pool_entry
int sparx5_pool_put(struct sparx5_pool_entry *pool, int size, u32 id);
int sparx5_pool_get(struct sparx5_pool_entry *pool, int size, u32 *id);
int sparx5_pool_get_with_idx(struct sparx5_pool_entry *pool, int size, u32 idx,
int sparx5_pool_put(struct sparx5_pool_entry *pool, int size, u32 id)
struct sparx5_pool_entry *e_itr;
int sparx5_pool_get(struct sparx5_pool_entry *pool, int size, u32 *id)
struct sparx5_pool_entry *e_itr;
int sparx5_pool_get_with_idx(struct sparx5_pool_entry *pool, int size, u32 idx,
struct sparx5_pool_entry *e_itr;
static struct sparx5_pool_entry sparx5_psfp_fm_pool[SPX5_SDLB_CNT];
static struct sparx5_pool_entry sparx5_psfp_sg_pool[SPX5_PSFP_SG_CNT];
static struct sparx5_pool_entry sparx5_psfp_sf_pool[SPX5_PSFP_SF_CNT];