Searched refs:fdma (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/net/ethernet/mscc/
H A Docelot_fdma.c56 static int ocelot_fdma_rx_ring_free(struct ocelot_fdma *fdma) argument
58 struct ocelot_fdma_rx_ring *rx_ring = &fdma->rx_ring;
67 static int ocelot_fdma_tx_ring_free(struct ocelot_fdma *fdma) argument
69 struct ocelot_fdma_tx_ring *tx_ring = &fdma->tx_ring;
78 static bool ocelot_fdma_tx_ring_empty(struct ocelot_fdma *fdma) argument
80 struct ocelot_fdma_tx_ring *tx_ring = &fdma->tx_ring;
148 struct ocelot_fdma *fdma = ocelot->fdma; local
156 rx_ring = &fdma->rx_ring;
236 struct ocelot_fdma *fdma local
391 struct ocelot_fdma *fdma = ocelot->fdma; local
483 struct ocelot_fdma *fdma = ocelot->fdma; local
553 struct ocelot_fdma *fdma = container_of(napi, struct ocelot_fdma, napi); local
607 ocelot_fdma_send_skb(struct ocelot *ocelot, struct ocelot_fdma *fdma, struct sk_buff *skb) argument
677 struct ocelot_fdma *fdma = ocelot->fdma; local
701 struct ocelot_fdma *fdma = ocelot->fdma; local
724 struct ocelot_fdma *fdma = ocelot->fdma; local
745 struct ocelot_fdma *fdma = ocelot->fdma; local
792 struct ocelot_fdma *fdma = ocelot->fdma; local
807 struct ocelot_fdma *fdma = ocelot->fdma; local
818 struct ocelot_fdma *fdma; local
855 struct ocelot_fdma *fdma = ocelot->fdma; local
881 struct ocelot_fdma *fdma = ocelot->fdma; local
[all...]
H A Docelot_fdma.h160 int ocelot_fdma_inject_frame(struct ocelot *fdma, int port, u32 rew_op,
H A Docelot_vsc7514.c254 { FDMA, "fdma", 1 },
356 if (ocelot->fdma)
399 if (ocelot->fdma)
H A Docelot_net.c1824 if (ocelot->fdma)
1837 if (ocelot->fdma)
1852 struct ocelot_fdma *fdma = ocelot->fdma; local
1856 if (fdma)
/linux-master/arch/arm/mach-rpc/
H A Ddma.c267 struct floppy_dma *fdma = container_of(dma, struct floppy_dma, dma); local
272 if (fdma->dma.sg)
275 if (fdma->dma.dma_mode == DMA_MODE_READ) {
285 regs.ARM_r9 = fdma->dma.count;
286 regs.ARM_r10 = (unsigned long)fdma->dma.addr;
296 enable_fiq(fdma->fiq);
301 struct floppy_dma *fdma = container_of(dma, struct floppy_dma, dma); local
302 disable_fiq(fdma->fiq);
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_xdp.c17 if (!lan966x->fdma) {
19 "Allow to set xdp only when using fdma");
H A Dlan966x_main.c387 if (port->lan966x->fdma)
407 if (!lan966x->fdma)
753 if (lan966x->fdma && lan966x->fdma_ndev == port->dev)
776 if (lan966x->fdma)
863 if (lan966x->fdma)
925 lan_wr(QS_XTR_GRP_CFG_MODE_SET(lan966x->fdma ? 2 : 1) |
930 lan_wr(QS_INJ_GRP_CFG_MODE_SET(lan966x->fdma ? 2 : 1) |
1152 lan966x->fdma_irq = platform_get_irq_byname(pdev, "fdma");
1156 "fdma irq", lan966x);
1158 return dev_err_probe(&pdev->dev, err, "Unable to use fdma ir
[all...]
H A Dlan966x_port.c558 if (lan966x->fdma)
H A Dlan966x_fdma.c186 /* Start fdma */
311 /* Start fdma */
1033 if (!lan966x->fdma)
1060 if (!lan966x->fdma)
H A Dlan966x_main.h374 /* fdma */
375 bool fdma; member in struct:lan966x
/linux-master/drivers/acpi/
H A Dacpi_processor.c123 errata.piix4.fdma = 1;
132 if (errata.piix4.fdma)
H A Dprocessor_idle.c327 if (errata.piix4.fdma) {
/linux-master/include/acpi/
H A Dprocessor.h248 u8 fdma:1; member in struct:acpi_processor_errata::__anon22
/linux-master/include/soc/mscc/
H A Docelot.h888 struct ocelot_fdma *fdma; member in struct:ocelot

Completed in 314 milliseconds