Searched defs:bm_pool (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/net/core/ |
H A D | hwbm.c | 13 void hwbm_buf_free(struct hwbm_pool *bm_pool, void *buf) in hwbm_buf_free() 23 int hwbm_pool_refill(struct hwbm_pool *bm_pool, gfp_t gfp) in hwbm_pool_refill() 46 int hwbm_pool_add(struct hwbm_pool *bm_pool, unsigned int buf_num) in hwbm_pool_add()
|
/openbmc/linux/include/net/ |
H A D | hwbm.h | 26 static inline void hwbm_buf_free(struct hwbm_pool *bm_pool, void *buf) {} in hwbm_buf_free() 28 static inline int hwbm_pool_refill(struct hwbm_pool *bm_pool, gfp_t gfp) in hwbm_pool_refill() 31 static inline int hwbm_pool_add(struct hwbm_pool *bm_pool, in hwbm_pool_add()
|
/openbmc/linux/drivers/net/ethernet/marvell/ |
H A 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 467 struct mvneta_bm_pool *bm_pool = &priv->bm_pools[i]; in mvneta_bm_remove() local
|
H A 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, in mvneta_bm_pool_destroy() 167 struct mvneta_bm_pool *bm_pool, in mvneta_bm_bufs_free() 172 struct mvneta_bm_pool *bm_pool) in mvneta_bm_pool_refill() 182 struct mvneta_bm_pool *bm_pool, in mvneta_bm_pool_put_bp() 186 struct mvneta_bm_pool *bm_pool) in mvneta_bm_pool_get_bp()
|
H A D | mvneta.c | 1213 struct mvneta_bm_pool *bm_pool = pp->pool_long; in mvneta_bm_update_mtu() local 2000 struct mvneta_bm_pool *bm_pool; in mvneta_rxq_drop_pkts() local 2558 struct mvneta_bm_pool *bm_pool = NULL; in mvneta_rx_hwbm() local
|
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_main.c | 387 struct mvpp2_bm_pool *bm_pool, int size) in mvpp2_bm_pool_create() 450 struct mvpp2_bm_pool *bm_pool, in mvpp2_bm_pool_bufsize_set() 462 struct mvpp2_bm_pool *bm_pool, in mvpp2_bm_bufs_get_addrs() 493 struct mvpp2_bm_pool *bm_pool, int buf_num) in mvpp2_bm_bufs_free() 549 struct mvpp2_bm_pool *bm_pool) in mvpp2_bm_pool_destroy() 583 struct mvpp2_bm_pool *bm_pool; in mvpp2_bm_pools_init() local 762 struct mvpp2_bm_pool *bm_pool, in mvpp2_buf_alloc() 1044 struct mvpp2_bm_pool *bm_pool, int buf_num) in mvpp2_bm_bufs_add() 1253 struct mvpp2_bm_pool *bm_pool; in mvpp2_swf_bm_pool_init_percpu() local 3590 struct mvpp2_bm_pool *bm_pool, in mvpp2_rx_refill() [all …]
|
/openbmc/u-boot/drivers/net/ |
H A D | mvpp2.c | 1264 unsigned long *bm_pool[MVPP2_BM_POOLS_NUM]; member 2561 struct mvpp2_bm_pool *bm_pool, int size) in mvpp2_bm_pool_create() 2605 struct mvpp2_bm_pool *bm_pool, in mvpp2_bm_pool_bufsize_set() 2618 struct mvpp2_bm_pool *bm_pool) in mvpp2_bm_bufs_free() 2633 struct mvpp2_bm_pool *bm_pool) in mvpp2_bm_pool_destroy() 2654 struct mvpp2_bm_pool *bm_pool; in mvpp2_bm_pools_init() local 2777 struct mvpp2_bm_pool *bm_pool, int buf_num) in mvpp2_bm_bufs_add() 4456 struct mvpp2_bm_pool *bm_pool, in mvpp2_rx_refill() 5170 struct mvpp2_bm_pool *bm_pool; in mvpp2_recv() local
|