Searched refs:dpio (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/soc/fsl/dpio/ |
| H A 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/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
| H A D | dpio-driver.rst | 98 DPIO Object Driver (dpio-driver.c) 101 The dpio-driver component registers with the fsl-mc bus to handle objects of 102 type "dpio". The implementation of probe() handles basic initialization 104 and initializing interrupts and registering irq handlers. The dpio-driver 105 registers the probed DPIO with dpio-service. 107 DPIO service (dpio-service.c, dpaa2-io.h) 110 The dpio service component provides queuing, notification, and buffers 153 only used by dpio-service.
|
| H A D | index.rst | 9 dpio-driver
|
| /linux/drivers/soc/fsl/ |
| H A D | Makefile | 11 obj-$(CONFIG_FSL_MC_DPIO) += dpio/
|
| /linux/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpaa2-eth.c | 317 while ((err = dpaa2_io_service_release(ch->dpio, ch->bp->bpid, in dpaa2_eth_recycle_buf() 1747 while ((err = dpaa2_io_service_release(ch->dpio, ch->bp->bpid, in dpaa2_eth_add_bufs() 1924 err = dpaa2_io_service_pull_channel(ch->dpio, ch->ch_id, in dpaa2_eth_pull_channel() 2009 dpaa2_io_update_net_dim(ch->dpio, ch->stats.frames_per_cdan, in dpaa2_eth_poll() 2019 err = dpaa2_io_service_rearm(ch->dpio, &ch->nctx); in dpaa2_eth_poll() 3210 channel->dpio = dpaa2_io_service_select(i); in dpaa2_eth_setup_dpio() 3211 err = dpaa2_io_service_register(channel->dpio, nctx, dev); in dpaa2_eth_setup_dpio() 3251 dpaa2_io_service_deregister(channel->dpio, nctx, dev); in dpaa2_eth_setup_dpio() 3259 dpaa2_io_service_deregister(channel->dpio, nctx, dev); in dpaa2_eth_setup_dpio() 3286 dpaa2_io_service_deregister(ch->dpio, &ch->nctx, dev); in dpaa2_eth_free_dpio() [all …]
|
| H A D | dpaa2-eth.h | 492 struct dpaa2_io *dpio; member
|
| /linux/Documentation/ |
| H A D | .renames.txt | 799 networking/device_drivers/freescale/dpaa2/dpio-driver networking/device_drivers/ethernet/freescale/… 829 networking/dpaa2/dpio-driver networking/device_drivers/ethernet/freescale/dpaa2/dpio-driver
|
| /linux/ |
| H A D | MAINTAINERS | 7887 F: drivers/soc/fsl/dpio
|