Symbol: dpaa2_buf
sys/dev/dpaa2/dpaa2_buf.c
129
dpaa2_buf_seed_rxb(device_t dev, struct dpaa2_buf *buf, int size,
sys/dev/dpaa2/dpaa2_buf.c
210
dpaa2_buf_seed_txb(device_t dev, struct dpaa2_buf *buf)
sys/dev/dpaa2/dpaa2_buf.c
212
struct dpaa2_buf *sgt = buf->sgt;
sys/dev/dpaa2/dpaa2_buf.c
60
struct dpaa2_buf *buf;
sys/dev/dpaa2/dpaa2_buf.c
94
buf = malloc(sizeof(struct dpaa2_buf), M_DPAA2_RXB, M_NOWAIT);
sys/dev/dpaa2/dpaa2_buf.h
103
struct dpaa2_buf *__sgt = (__buf)->sgt; \
sys/dev/dpaa2/dpaa2_buf.h
172
int dpaa2_buf_seed_rxb(device_t, struct dpaa2_buf *, int, struct mtx *);
sys/dev/dpaa2/dpaa2_buf.h
173
int dpaa2_buf_seed_txb(device_t, struct dpaa2_buf *);
sys/dev/dpaa2/dpaa2_buf.h
51
struct dpaa2_buf *sgt;
sys/dev/dpaa2/dpaa2_buf.h
79
struct dpaa2_buf *__sgt = (__buf)->sgt; \
sys/dev/dpaa2/dpaa2_channel.c
345
struct dpaa2_buf *buf = &ch->store;
sys/dev/dpaa2/dpaa2_channel.c
455
struct dpaa2_buf *buf = &ch->store;
sys/dev/dpaa2/dpaa2_channel.h
70
struct dpaa2_buf store; /* to keep VDQ responses */
sys/dev/dpaa2/dpaa2_channel.h
75
struct dpaa2_buf *recycled[DPAA2_SWP_BUFS_PER_CMD];
sys/dev/dpaa2/dpaa2_frame.c
47
dpaa2_fd_build(device_t dev, const uint16_t tx_data_off, struct dpaa2_buf *buf,
sys/dev/dpaa2/dpaa2_frame.c
50
struct dpaa2_buf *sgt = buf->sgt;
sys/dev/dpaa2/dpaa2_frame.h
151
struct dpaa2_buf *buf;
sys/dev/dpaa2/dpaa2_frame.h
162
int dpaa2_fd_build(device_t, const uint16_t, struct dpaa2_buf *,
sys/dev/dpaa2/dpaa2_ni.c
1256
struct dpaa2_buf *buf;
sys/dev/dpaa2/dpaa2_ni.c
1326
buf = malloc(sizeof(struct dpaa2_buf), M_DPAA2_TXB,
sys/dev/dpaa2/dpaa2_ni.c
1331
buf->sgt = malloc(sizeof(struct dpaa2_buf), M_DPAA2_TXB,
sys/dev/dpaa2/dpaa2_ni.c
2073
struct dpaa2_buf *buf = &sc->qos_kcfg;
sys/dev/dpaa2/dpaa2_ni.c
2865
struct dpaa2_buf *buf = &ch->store;
sys/dev/dpaa2/dpaa2_ni.c
2920
struct dpaa2_buf *buf, *sgt;
sys/dev/dpaa2/dpaa2_ni.c
3118
struct dpaa2_buf *buf;
sys/dev/dpaa2/dpaa2_ni.c
3270
struct dpaa2_buf *buf;
sys/dev/dpaa2/dpaa2_ni.c
3323
struct dpaa2_buf *buf;
sys/dev/dpaa2/dpaa2_ni.c
3324
struct dpaa2_buf *sgt;
sys/dev/dpaa2/dpaa2_ni.c
3486
struct dpaa2_buf *buf = &sc->rxd_kcfg;
sys/dev/dpaa2/dpaa2_ni.h
486
struct dpaa2_buf qos_kcfg; /* QoS table key config */
sys/dev/dpaa2/dpaa2_ni.h
487
struct dpaa2_buf rxd_kcfg; /* Rx distribution key config */
sys/dev/dpaa2/dpaa2_swp.c
710
dpaa2_swp_pull(struct dpaa2_swp *swp, uint16_t chan_id, struct dpaa2_buf *buf,
sys/dev/dpaa2/dpaa2_swp.h
477
struct dpaa2_buf *buf, uint32_t frames_n);