Home
last modified time | relevance | path

Searched defs:hwbm_pool (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/net/
H A Dhwbm.h7 struct hwbm_pool { struct
15 int (*construct)(struct hwbm_pool *bm_pool, void *buf); argument
22 void hwbm_buf_free(struct hwbm_pool *bm_pool, void *buf); argument
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dmvneta_bm.c93 int mvneta_bm_construct(struct hwbm_pool *hwbm_pool, void *buf) in mvneta_bm_construct()
183 struct hwbm_pool *hwbm_pool = &new_pool->hwbm_pool; in mvneta_bm_pool_use() local
261 struct hwbm_pool *hwbm_pool = &bm_pool->hwbm_pool; in mvneta_bm_pool_destroy() local
H A Dmvneta_bm.h111 struct hwbm_pool hwbm_pool; member
169 static inline int mvneta_bm_construct(struct hwbm_pool *hwbm_pool, void *buf) in mvneta_bm_construct()
H A Dmvneta.c1214 struct hwbm_pool *hwbm_pool = &bm_pool->hwbm_pool; in mvneta_bm_update_mtu() local