Home
last modified time | relevance | path

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

/freebsd/sys/dev/dpaa2/
H A Ddpaa2_channel.c150 ch->io_dev = iodev; in dpaa2_chan_setup()
192 ctx->io_dev = ch->io_dev; in dpaa2_chan_setup()
194 error = DPAA2_SWP_CONF_WQ_CHANNEL(ch->io_dev, ctx); in dpaa2_chan_setup()
533 error = DPAA2_SWP_QUERY_BP(ch->io_dev, bpsc->attr.bpid, &bpconf); in dpaa2_chan_bp_task()
H A Ddpaa2_buf.c82 error = DPAA2_SWP_RELEASE_BUFS(ch->io_dev, bpid, paddr, in dpaa2_buf_seed_pool()
112 error = DPAA2_SWP_RELEASE_BUFS(ch->io_dev, bpid, paddr, bufn); in dpaa2_buf_seed_pool()
H A Ddpaa2_io.h78 device_t io_dev; member
H A Ddpaa2_channel.h55 device_t io_dev; member
H A Ddpaa2_ni.c2841 error = DPAA2_SWP_CONF_WQ_CHANNEL(ch->io_dev, &ch->ctx); in dpaa2_ni_cleanup_task()
2854 struct dpaa2_io_softc *iosc = device_get_softc(ch->io_dev); in dpaa2_ni_rx_cleanup()
2974 rc = DPAA2_SWP_ENQ_MULTIPLE_FQ(fq->chan->io_dev, tx->fqid, &fd, 1); in dpaa2_ni_tx()
3214 error = DPAA2_SWP_RELEASE_BUFS(ch->io_dev, bpsc->attr.bpid, in dpaa2_ni_rx()
3260 error = DPAA2_SWP_RELEASE_BUFS(ch->io_dev, bpsc->attr.bpid, &paddr, 1); in dpaa2_ni_rx_err()