Home
last modified time | relevance | path

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

/linux/net/core/
H A Dhwbm.c23 int hwbm_pool_refill(struct hwbm_pool *bm_pool, gfp_t gfp) in hwbm_pool_refill() function
44 EXPORT_SYMBOL_GPL(hwbm_pool_refill);
72 err = hwbm_pool_refill(bm_pool, GFP_KERNEL); in hwbm_pool_add()
/linux/include/net/
H A Dhwbm.h23 int hwbm_pool_refill(struct hwbm_pool *bm_pool, gfp_t gfp);
28 static inline int hwbm_pool_refill(struct hwbm_pool *bm_pool, gfp_t gfp) in hwbm_pool_refill() function
/linux/drivers/net/ethernet/marvell/
H A Dmvneta.c2619 err = hwbm_pool_refill(&bm_pool->hwbm_pool, GFP_ATOMIC); in mvneta_rx_hwbm()