Searched refs:sparx5_pool_entry (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/microchip/sparx5/ |
| H A D | sparx5_pool.c | 23 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 D | sparx5_main.h | 581 struct sparx5_pool_entry { struct 587 int sparx5_pool_put(struct sparx5_pool_entry *pool, int size, u32 id); argument 588 int sparx5_pool_get(struct sparx5_pool_entry *pool, int size, u32 *id); 589 int sparx5_pool_get_with_idx(struct sparx5_pool_entry *pool, int size, u32 idx,
|