Searched refs:bman_buffer (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/dev/dpaa/ |
| H A D | bman.h | 59 struct bman_buffer { struct 66 struct bman_buffer; argument 99 int bman_put_buffers(struct bman_pool *, struct bman_buffer *, int); 103 struct bman_buffer b = { in bman_put_buffer() 111 int bman_acquire(struct bman_pool *, struct bman_buffer *, uint8_t);
|
| H A D | bman_portals.c | 82 struct bman_buffer bufs[8]; 92 struct bman_buffer bufs[8]; 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()
|
| H A D | bman_var.h | 39 int bman_release(struct bman_pool *pool, const struct bman_buffer *bufs,
|
| H A D | bman.c | 330 bman_put_buffers(struct bman_pool *pool, struct bman_buffer *buffers, int count) in bman_put_buffers()
|
| H A D | dpaa_eth.c | 217 struct bman_buffer bufs[8] = {}; in dtsec_add_buffers()
|