Searched refs:bman_pool (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/dev/dpaa/ |
| H A D | bman.h | 65 struct bman_pool; 74 struct bman_pool *bman_new_pool(void); 75 struct bman_pool *bman_pool_create(uint8_t *bpid, uint16_t buffer_size, 88 int bman_pool_destroy(struct bman_pool *pool); 97 uint32_t bman_count(struct bman_pool *pool); 99 int bman_put_buffers(struct bman_pool *, struct bman_buffer *, int); 101 bman_put_buffer(struct bman_pool *p, vm_paddr_t buf, int bpid) in bman_put_buffer() 111 int bman_acquire(struct bman_pool *, struct bman_buffer *, uint8_t); 115 uint32_t bman_get_bpid(struct bman_pool *);
|
| H A D | bman_var.h | 28 struct bman_pool *sc_pools[BMAN_MAX_POOLS]; 31 struct bman_pool { struct 39 int bman_release(struct bman_pool *pool, const struct bman_buffer *bufs, argument 42 void bman_portal_enable_scn(struct bman_portal_softc *, struct bman_pool *);
|
| H A D | bman.c | 266 struct bman_pool * 271 struct bman_pool *pool; in bman_new_pool() 286 struct bman_pool * 293 struct bman_pool *bp; in bman_pool_create() 318 bman_pool_destroy(struct bman_pool *pool) in bman_pool_destroy() 330 bman_put_buffers(struct bman_pool *pool, struct bman_buffer *buffers, int count) in bman_put_buffers() 356 bman_get_bpid(struct bman_pool *pool) in bman_get_bpid() 362 bman_count(struct bman_pool *pool) in bman_count()
|
| H A D | bman_portals.c | 218 struct bman_pool *pool; in bman_portal_isr() 235 bman_release(struct bman_pool *pool, const struct bman_buffer *bufs, in bman_release() 288 bman_acquire(struct bman_pool *pool, struct bman_buffer *bufs, uint8_t count) in bman_acquire() 315 bman_portal_enable_scn(struct bman_portal_softc *sc, struct bman_pool *pool) in bman_portal_enable_scn()
|
| H A D | dpaa_eth.h | 41 struct bman_pool *sc_rx_pool;
|