Searched refs:dpio (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/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-6.1.9/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
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.
|
D | index.rst | 9 dpio-driver
|
/linux-6.1.9/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-ethtool.c | 831 struct dpaa2_io *dpio = priv->channel[0]->dpio; in dpaa2_eth_get_coalesce() local 833 dpaa2_io_get_irq_coalescing(dpio, &ic->rx_coalesce_usecs); in dpaa2_eth_get_coalesce() 834 ic->use_adaptive_rx_coalesce = dpaa2_io_get_adaptive_coalescing(dpio); in dpaa2_eth_get_coalesce() 845 struct dpaa2_io *dpio; in dpaa2_eth_set_coalesce() local 851 dpio = priv->channel[0]->dpio; in dpaa2_eth_set_coalesce() 852 dpaa2_io_get_irq_coalescing(dpio, &prev_rx_usecs); in dpaa2_eth_set_coalesce() 853 prev_adaptive = dpaa2_io_get_adaptive_coalescing(dpio); in dpaa2_eth_set_coalesce() 857 dpio = priv->channel[i]->dpio; in dpaa2_eth_set_coalesce() 859 dpaa2_io_set_adaptive_coalescing(dpio, in dpaa2_eth_set_coalesce() 861 err = dpaa2_io_set_irq_coalescing(dpio, ic->rx_coalesce_usecs); in dpaa2_eth_set_coalesce() [all …]
|
D | dpaa2-eth.c | 307 while ((err = dpaa2_io_service_release(ch->dpio, priv->bpid, in dpaa2_eth_recycle_buf() 1671 while ((err = dpaa2_io_service_release(ch->dpio, bpid, in dpaa2_eth_add_bufs() 1806 err = dpaa2_io_service_pull_channel(ch->dpio, ch->ch_id, in dpaa2_eth_pull_channel() 1876 dpaa2_io_update_net_dim(ch->dpio, ch->stats.frames_per_cdan, in dpaa2_eth_poll() 1886 err = dpaa2_io_service_rearm(ch->dpio, &ch->nctx); in dpaa2_eth_poll() 3039 channel->dpio = dpaa2_io_service_select(i); in dpaa2_eth_setup_dpio() 3040 err = dpaa2_io_service_register(channel->dpio, nctx, dev); in dpaa2_eth_setup_dpio() 3080 dpaa2_io_service_deregister(channel->dpio, nctx, dev); in dpaa2_eth_setup_dpio() 3088 dpaa2_io_service_deregister(channel->dpio, nctx, dev); in dpaa2_eth_setup_dpio() 3115 dpaa2_io_service_deregister(ch->dpio, &ch->nctx, dev); in dpaa2_eth_free_dpio() [all …]
|
D | dpaa2-eth.h | 463 struct dpaa2_io *dpio; member
|
/linux-6.1.9/drivers/soc/fsl/ |
D | Makefile | 11 obj-$(CONFIG_FSL_MC_DPIO) += dpio/
|
/linux-6.1.9/drivers/crypto/caam/ |
D | caamalg_qi2.h | 93 struct dpaa2_io *dpio; member
|
D | caamalg_qi2.c | 4686 ppriv->dpio = dpaa2_io_service_select(cpu); in dpaa2_dpseci_dpio_setup() 4687 err = dpaa2_io_service_register(ppriv->dpio, nctx, dev); in dpaa2_dpseci_dpio_setup() 4720 dpaa2_io_service_deregister(ppriv->dpio, &ppriv->nctx, dev); in dpaa2_dpseci_dpio_setup() 4740 dpaa2_io_service_deregister(ppriv->dpio, &ppriv->nctx, in dpaa2_dpseci_dpio_free() 4846 err = dpaa2_io_service_pull_fq(ppriv->dpio, ppriv->rsp_fqid, in dpaa2_caam_pull_fq() 4914 err = dpaa2_io_service_rearm(ppriv->dpio, &ppriv->nctx); in dpaa2_dpseci_poll() 5476 err = dpaa2_io_service_enqueue_fq(ppriv->dpio, ppriv->req_fqid, in dpaa2_caam_enqueue()
|
/linux-6.1.9/ |
D | MAINTAINERS | 6316 F: drivers/soc/fsl/dpio
|