Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_pool.c23 int sparx5_pool_put(struct sparx5_pool_entry *pool, int size, u32 id) in sparx5_pool_put()
25 struct sparx5_pool_entry *e_itr; in sparx5_pool_put()
37 int sparx5_pool_get(struct sparx5_pool_entry *pool, int size, u32 *id) in sparx5_pool_get()
39 struct sparx5_pool_entry *e_itr; in sparx5_pool_get()
55 int sparx5_pool_get_with_idx(struct sparx5_pool_entry *pool, int size, u32 idx, in sparx5_pool_get_with_idx()
58 struct sparx5_pool_entry *e_itr; in sparx5_pool_get_with_idx()
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.h418 struct sparx5_pool_entry { struct
424 int sparx5_pool_put(struct sparx5_pool_entry *pool, int size, u32 id); argument
425 int sparx5_pool_get(struct sparx5_pool_entry *pool, int size, u32 *id);
426 int sparx5_pool_get_with_idx(struct sparx5_pool_entry *pool, int size, u32 idx,