Searched refs:hwbm_pool_refill (Results 1 – 3 of 3) sorted by relevance
27 int hwbm_pool_refill(struct hwbm_pool *bm_pool, gfp_t gfp) in hwbm_pool_refill() function48 EXPORT_SYMBOL_GPL(hwbm_pool_refill);77 err = hwbm_pool_refill(bm_pool, gfp); in hwbm_pool_add()
21 int hwbm_pool_refill(struct hwbm_pool *bm_pool, gfp_t gfp);25 int hwbm_pool_refill(struct hwbm_pool *bm_pool, gfp_t gfp) { return 0; } in hwbm_pool_refill() function
2175 err = hwbm_pool_refill(&bm_pool->hwbm_pool, GFP_ATOMIC); in mvneta_rx_hwbm()