Home
last modified time | relevance | path

Searched refs:dpio (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/soc/fsl/dpio/
DMakefile6 obj-$(CONFIG_FSL_MC_DPIO) += fsl-mc-dpio.o
8 fsl-mc-dpio-objs := dpio.o qbman-portal.o dpio-service.o dpio-driver.o
/Linux-v4.19/Documentation/networking/dpaa2/
Ddpio-driver.rst94 DPIO Object Driver (dpio-driver.c)
97 The dpio-driver component registers with the fsl-mc bus to handle objects of
98 type "dpio". The implementation of probe() handles basic initialization
100 and initializing interrupts and registering irq handlers. The dpio-driver
101 registers the probed DPIO with dpio-service.
103 DPIO service (dpio-service.c, dpaa2-io.h)
106 The dpio service component provides queuing, notification, and buffers
150 only used by dpio-service.
Dindex.rst9 dpio-driver
/Linux-v4.19/drivers/soc/fsl/
DMakefile9 obj-$(CONFIG_FSL_MC_DPIO) += dpio/
/Linux-v4.19/drivers/staging/fsl-dpaa2/ethsw/
DTODO13 dpio driver is moved to drivers/soc (this is required for I/O).
/Linux-v4.19/drivers/staging/fsl-dpaa2/ethernet/
Ddpaa2-eth.c624 err = dpaa2_io_service_enqueue_qd(fq->channel->dpio, in dpaa2_eth_tx()
782 while ((err = dpaa2_io_service_release(ch->dpio, bpid, in add_bufs()
902 err = dpaa2_io_service_pull_channel(ch->dpio, ch->ch_id, in pull_channel()
953 err = dpaa2_io_service_rearm(ch->dpio, &ch->nctx); in dpaa2_eth_poll()
1581 channel->dpio = dpaa2_io_service_select(i); in setup_dpio()
1582 err = dpaa2_io_service_register(channel->dpio, nctx); in setup_dpio()
1622 dpaa2_io_service_deregister(channel->dpio, nctx); in setup_dpio()
1645 dpaa2_io_service_deregister(ch->dpio, &ch->nctx); in free_dpio()
Ddpaa2-eth.h286 struct dpaa2_io *dpio; member
/Linux-v4.19/
DMAINTAINERS4540 F: drivers/soc/fsl/dpio