Home
last modified time | relevance | path

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

/linux/include/net/
H A Dhwbm.h24 int hwbm_pool_add(struct hwbm_pool *bm_pool, unsigned int buf_num);
31 static inline int hwbm_pool_add(struct hwbm_pool *bm_pool, in hwbm_pool_add() function
/linux/net/core/
H A Dhwbm.c46 int hwbm_pool_add(struct hwbm_pool *bm_pool, unsigned int buf_num) in hwbm_pool_add() function
85 EXPORT_SYMBOL_GPL(hwbm_pool_add);
/linux/drivers/net/ethernet/marvell/
H A Dmvneta.c1231 num = hwbm_pool_add(hwbm_pool, hwbm_pool->size); in mvneta_bm_update_mtu()