Searched defs:bm_pool (Results 1 – 6 of 6) sorted by relevance
| /Linux-v4.19/net/core/ |
| D | hwbm.c | 17 void hwbm_buf_free(struct hwbm_pool *bm_pool, void *buf) in hwbm_buf_free() 27 int hwbm_pool_refill(struct hwbm_pool *bm_pool, gfp_t gfp) in hwbm_pool_refill() 50 int hwbm_pool_add(struct hwbm_pool *bm_pool, unsigned int buf_num, gfp_t gfp) in hwbm_pool_add()
|
| /Linux-v4.19/include/net/ |
| D | hwbm.h | 24 void hwbm_buf_free(struct hwbm_pool *bm_pool, void *buf) {} in hwbm_buf_free() 25 int hwbm_pool_refill(struct hwbm_pool *bm_pool, gfp_t gfp) { return 0; } in hwbm_pool_refill() 26 int hwbm_pool_add(struct hwbm_pool *bm_pool, unsigned int buf_num, gfp_t gfp) in hwbm_pool_add()
|
| /Linux-v4.19/drivers/net/ethernet/marvell/ |
| D | mvneta_bm.c | 95 struct mvneta_bm_pool *bm_pool = in mvneta_bm_construct() local 117 struct mvneta_bm_pool *bm_pool) in mvneta_bm_pool_create() 217 void mvneta_bm_bufs_free(struct mvneta_bm *priv, struct mvneta_bm_pool *bm_pool, in mvneta_bm_bufs_free() 259 struct mvneta_bm_pool *bm_pool, u8 port_map) in mvneta_bm_pool_destroy() 286 struct mvneta_bm_pool *bm_pool; in mvneta_bm_pools_init() local 469 struct mvneta_bm_pool *bm_pool = &priv->bm_pools[i]; in mvneta_bm_remove() local
|
| D | mvneta_bm.h | 149 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, u8 port_map) {} in mvneta_bm_pool_destroy() 165 void mvneta_bm_bufs_free(struct mvneta_bm *priv, struct mvneta_bm_pool *bm_pool, in mvneta_bm_bufs_free() 169 struct mvneta_bm_pool *bm_pool) {return 0; } in mvneta_bm_pool_refill() 175 struct mvneta_bm_pool *bm_pool, in mvneta_bm_pool_put_bp() 179 struct mvneta_bm_pool *bm_pool) in mvneta_bm_pool_get_bp()
|
| D | mvneta.c | 1100 struct mvneta_bm_pool *bm_pool = pp->pool_long; in mvneta_bm_update_mtu() local 1877 struct mvneta_bm_pool *bm_pool; in mvneta_rxq_drop_pkts() local 2116 struct mvneta_bm_pool *bm_pool = NULL; in mvneta_rx_hwbm() local
|
| /Linux-v4.19/drivers/net/ethernet/marvell/mvpp2/ |
| D | mvpp2_main.c | 322 struct mvpp2_bm_pool *bm_pool, int size) in mvpp2_bm_pool_create() 372 struct mvpp2_bm_pool *bm_pool, in mvpp2_bm_pool_bufsize_set() 384 struct mvpp2_bm_pool *bm_pool, in mvpp2_bm_bufs_get_addrs() 415 struct mvpp2_bm_pool *bm_pool, int buf_num) in mvpp2_bm_bufs_free() 448 static int mvpp2_check_hw_buf_num(struct mvpp2 *priv, struct mvpp2_bm_pool *bm_pool) in mvpp2_check_hw_buf_num() 467 struct mvpp2_bm_pool *bm_pool) in mvpp2_bm_pool_destroy() 497 struct mvpp2_bm_pool *bm_pool; in mvpp2_bm_pools_init() local 599 struct mvpp2_bm_pool *bm_pool, in mvpp2_buf_alloc() 662 struct mvpp2_bm_pool *bm_pool, int buf_num) in mvpp2_bm_bufs_add() 2580 struct mvpp2_bm_pool *bm_pool, int pool) in mvpp2_rx_refill() [all …]
|