Searched refs:dpio (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/soc/fsl/dpio/ |
D | Makefile | 6 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/ |
D | dpio-driver.rst | 94 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.
|
D | index.rst | 9 dpio-driver
|
/Linux-v4.19/drivers/soc/fsl/ |
D | Makefile | 9 obj-$(CONFIG_FSL_MC_DPIO) += dpio/
|
/Linux-v4.19/drivers/staging/fsl-dpaa2/ethsw/ |
D | TODO | 13 dpio driver is moved to drivers/soc (this is required for I/O).
|
/Linux-v4.19/drivers/staging/fsl-dpaa2/ethernet/ |
D | dpaa2-eth.c | 624 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()
|
D | dpaa2-eth.h | 286 struct dpaa2_io *dpio; member
|
/Linux-v4.19/ |
D | MAINTAINERS | 4540 F: drivers/soc/fsl/dpio
|