Home
last modified time | relevance | path

Searched defs:bm_pool (Results 1 – 5 of 5) sorted by relevance

/linux/net/core/
H A Dhwbm.c13 void hwbm_buf_free(struct hwbm_pool *bm_pool, void *buf) in hwbm_buf_free()
23 int hwbm_pool_refill(struct hwbm_pool *bm_pool, gfp_t gfp) in hwbm_pool_refill()
46 int hwbm_pool_add(struct hwbm_pool *bm_pool, unsigned int buf_num) in hwbm_pool_add()
/linux/drivers/net/ethernet/marvell/
H A Dmvneta_bm.c95 struct mvneta_bm_pool *bm_pool = in mvneta_bm_construct() local
117 struct mvneta_bm_pool *bm_pool) in mvneta_bm_pool_create()
219 void mvneta_bm_bufs_free(struct mvneta_bm *priv, struct mvneta_bm_pool *bm_pool, in mvneta_bm_bufs_free()
261 struct mvneta_bm_pool *bm_pool, u8 port_map) in mvneta_bm_pool_destroy()
288 struct mvneta_bm_pool *bm_pool; in mvneta_bm_pools_init() local
480 struct mvneta_bm_pool *bm_pool = &priv->bm_pools[i]; in mvneta_bm_remove() local
500 struct mvneta_bm_pool *bm_pool = &priv->bm_pools[i]; in mvneta_bm_suspend() local
H A Dmvneta_bm.h149 struct mvneta_bm_pool *bm_pool, in mvneta_bm_pool_put_bp()
157 struct mvneta_bm_pool *bm_pool) in mvneta_bm_pool_get_bp()
164 struct mvneta_bm_pool *bm_pool, in mvneta_bm_pool_destroy()
167 struct mvneta_bm_pool *bm_pool, in mvneta_bm_bufs_free()
172 struct mvneta_bm_pool *bm_pool) in mvneta_bm_pool_refill()
182 struct mvneta_bm_pool *bm_pool, in mvneta_bm_pool_put_bp()
186 struct mvneta_bm_pool *bm_pool) in mvneta_bm_pool_get_bp()
H A Dmvneta.c1213 struct mvneta_bm_pool *bm_pool = pp->pool_long; in mvneta_bm_update_mtu() local
2000 struct mvneta_bm_pool *bm_pool; in mvneta_rxq_drop_pkts() local
2560 struct mvneta_bm_pool *bm_pool = NULL; in mvneta_rx_hwbm() local
/linux/include/net/
H A Dhwbm.h26 static inline void hwbm_buf_free(struct hwbm_pool *bm_pool, void *buf) {} in hwbm_buf_free()
28 static inline int hwbm_pool_refill(struct hwbm_pool *bm_pool, gfp_t gfp) in hwbm_pool_refill()
31 static inline int hwbm_pool_add(struct hwbm_pool *bm_pool, in hwbm_pool_add()