Searched refs:sparx5_pool_entry (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_pool.c23 int sparx5_pool_put(struct sparx5_pool_entry *pool, int size, u32 id)
25 struct sparx5_pool_entry *e_itr;
37 int sparx5_pool_get(struct sparx5_pool_entry *pool, int size, u32 *id)
39 struct sparx5_pool_entry *e_itr;
55 int sparx5_pool_get_with_idx(struct sparx5_pool_entry *pool, int size, u32 idx,
58 struct sparx5_pool_entry *e_itr;
H A Dsparx5_psfp.c15 static struct sparx5_pool_entry sparx5_psfp_fm_pool[SPX5_SDLB_CNT];
18 static struct sparx5_pool_entry sparx5_psfp_sg_pool[SPX5_PSFP_SG_CNT];
21 static struct sparx5_pool_entry sparx5_psfp_sf_pool[SPX5_PSFP_SF_CNT];
H A Dsparx5_main.h422 struct sparx5_pool_entry { struct
428 int sparx5_pool_put(struct sparx5_pool_entry *pool, int size, u32 id);
429 int sparx5_pool_get(struct sparx5_pool_entry *pool, int size, u32 *id);
430 int sparx5_pool_get_with_idx(struct sparx5_pool_entry *pool, int size, u32 idx,

Completed in 112 milliseconds