Lines Matching refs:dpaa2_buf
426 struct dpaa2_buf *, bus_dma_segment_t *, int, struct dpaa2_fd *);
1266 struct dpaa2_buf *buf; in dpaa2_ni_setup_tx_flow()
1336 buf = malloc(sizeof(struct dpaa2_buf), M_DPAA2_TXB, in dpaa2_ni_setup_tx_flow()
1341 buf->sgt = malloc(sizeof(struct dpaa2_buf), M_DPAA2_TXB, in dpaa2_ni_setup_tx_flow()
2066 struct dpaa2_buf *buf = &sc->qos_kcfg; in dpaa2_ni_set_qos_table()
2857 struct dpaa2_buf *buf = &ch->store; in dpaa2_ni_rx_cleanup()
2912 struct dpaa2_buf *buf, *sgt; in dpaa2_ni_tx()
3097 struct dpaa2_buf *buf = fa->buf; in dpaa2_ni_rx()
3236 struct dpaa2_buf *buf = fa->buf; in dpaa2_ni_rx_err()
3279 struct dpaa2_buf *buf = fa->buf; in dpaa2_ni_tx_conf()
3280 struct dpaa2_buf *sgt = buf->sgt; in dpaa2_ni_tx_conf()
3337 struct dpaa2_buf *buf, bus_dma_segment_t *segs, int nsegs, struct dpaa2_fd *fd) in dpaa2_ni_build_fd()
3339 struct dpaa2_buf *sgt = buf->sgt; in dpaa2_ni_build_fd()
3526 struct dpaa2_buf *buf = &sc->rxd_kcfg; in dpaa2_ni_set_dist_key()