Searched refs:hwbm_pool_add (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | hwbm.h | 22 int hwbm_pool_add(struct hwbm_pool *bm_pool, unsigned int buf_num); 29 static inline int hwbm_pool_add(struct hwbm_pool *bm_pool, in hwbm_pool_add() function
|
/kernel/linux/linux-6.6/include/net/ |
H A D | hwbm.h | 24 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
|
/kernel/linux/linux-5.10/net/core/ |
H A D | hwbm.c | 46 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); variable
|
/kernel/linux/linux-6.6/net/core/ |
H A D | hwbm.c | 46 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); variable
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/ |
H A D | mvneta_bm.c | 204 num = hwbm_pool_add(hwbm_pool, hwbm_pool->size); in mvneta_bm_pool_use()
|
H A D | mvneta.c | 1191 num = hwbm_pool_add(hwbm_pool, hwbm_pool->size); in mvneta_bm_update_mtu()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/ |
H A D | mvneta_bm.c | 204 num = hwbm_pool_add(hwbm_pool, hwbm_pool->size); in mvneta_bm_pool_use()
|
H A D | mvneta.c | 1231 num = hwbm_pool_add(hwbm_pool, hwbm_pool->size); in mvneta_bm_update_mtu()
|
Completed in 23 milliseconds