Home
last modified time | relevance | path

Searched refs:bman_buffer (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/dpaa/
H A Dbman.h59 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 Dbman_portals.c82 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 Dbman_var.h39 int bman_release(struct bman_pool *pool, const struct bman_buffer *bufs,
H A Dbman.c330 bman_put_buffers(struct bman_pool *pool, struct bman_buffer *buffers, int count) in bman_put_buffers()
H A Ddpaa_eth.c217 struct bman_buffer bufs[8] = {}; in dtsec_add_buffers()