/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/ |
H A D | ocelot_fdma.c | 56 static int ocelot_fdma_rx_ring_free(struct ocelot_fdma *fdma) in ocelot_fdma_rx_ring_free() argument 58 struct ocelot_fdma_rx_ring *rx_ring = &fdma->rx_ring; in ocelot_fdma_rx_ring_free() 67 static int ocelot_fdma_tx_ring_free(struct ocelot_fdma *fdma) in ocelot_fdma_tx_ring_free() argument 69 struct ocelot_fdma_tx_ring *tx_ring = &fdma->tx_ring; in ocelot_fdma_tx_ring_free() 78 static bool ocelot_fdma_tx_ring_empty(struct ocelot_fdma *fdma) in ocelot_fdma_tx_ring_empty() argument 80 struct ocelot_fdma_tx_ring *tx_ring = &fdma->tx_ring; in ocelot_fdma_tx_ring_empty() 148 struct ocelot_fdma *fdma = ocelot->fdma; in ocelot_fdma_alloc_rx_buffs() local 156 rx_ring = &fdma->rx_ring; in ocelot_fdma_alloc_rx_buffs() 236 struct ocelot_fdma *fdma in ocelot_fdma_rx_restart() local 391 struct ocelot_fdma *fdma = ocelot->fdma; ocelot_fdma_rx_get() local 483 struct ocelot_fdma *fdma = ocelot->fdma; ocelot_fdma_tx_cleanup() local 553 struct ocelot_fdma *fdma = container_of(napi, struct ocelot_fdma, napi); ocelot_fdma_napi_poll() local 607 ocelot_fdma_send_skb(struct ocelot *ocelot, struct ocelot_fdma *fdma, struct sk_buff *skb) ocelot_fdma_send_skb() argument 677 struct ocelot_fdma *fdma = ocelot->fdma; ocelot_fdma_inject_frame() local 701 struct ocelot_fdma *fdma = ocelot->fdma; ocelot_fdma_free_rx_ring() local 724 struct ocelot_fdma *fdma = ocelot->fdma; ocelot_fdma_free_tx_ring() local 745 struct ocelot_fdma *fdma = ocelot->fdma; ocelot_fdma_rings_alloc() local 792 struct ocelot_fdma *fdma = ocelot->fdma; ocelot_fdma_netdev_init() local 807 struct ocelot_fdma *fdma = ocelot->fdma; ocelot_fdma_netdev_deinit() local 818 struct ocelot_fdma *fdma; ocelot_fdma_init() local 855 struct ocelot_fdma *fdma = ocelot->fdma; ocelot_fdma_start() local 881 struct ocelot_fdma *fdma = ocelot->fdma; ocelot_fdma_deinit() local [all...] |
H A D | ocelot_fdma.h | 160 int ocelot_fdma_inject_frame(struct ocelot *fdma, int port, u32 rew_op,
|
H A D | ocelot_vsc7514.c | 254 { FDMA, "fdma", 1 }, in mscc_ocelot_probe() 356 if (ocelot->fdma) in mscc_ocelot_probe() 399 if (ocelot->fdma) in mscc_ocelot_remove()
|
H A D | ocelot_net.c | 1824 if (ocelot->fdma) in ocelot_probe_port() 1837 if (ocelot->fdma) in ocelot_probe_port() 1852 struct ocelot_fdma *fdma = ocelot->fdma; in ocelot_release_port() local 1856 if (fdma) in ocelot_release_port()
|
/kernel/linux/linux-5.10/arch/arm/mach-rpc/ |
H A D | dma.c | 267 struct floppy_dma *fdma = container_of(dma, struct floppy_dma, dma); in floppy_enable_dma() local 272 if (fdma->dma.sg) in floppy_enable_dma() 275 if (fdma->dma.dma_mode == DMA_MODE_READ) { in floppy_enable_dma() 285 regs.ARM_r9 = fdma->dma.count; in floppy_enable_dma() 286 regs.ARM_r10 = (unsigned long)fdma->dma.addr; in floppy_enable_dma() 296 enable_fiq(fdma->fiq); in floppy_enable_dma() 301 struct floppy_dma *fdma = container_of(dma, struct floppy_dma, dma); in floppy_disable_dma() local 302 disable_fiq(fdma->fiq); in floppy_disable_dma()
|
/kernel/linux/linux-6.6/arch/arm/mach-rpc/ |
H A D | dma.c | 267 struct floppy_dma *fdma = container_of(dma, struct floppy_dma, dma); in floppy_enable_dma() local 272 if (fdma->dma.sg) in floppy_enable_dma() 275 if (fdma->dma.dma_mode == DMA_MODE_READ) { in floppy_enable_dma() 285 regs.ARM_r9 = fdma->dma.count; in floppy_enable_dma() 286 regs.ARM_r10 = (unsigned long)fdma->dma.addr; in floppy_enable_dma() 296 enable_fiq(fdma->fiq); in floppy_enable_dma() 301 struct floppy_dma *fdma = container_of(dma, struct floppy_dma, dma); in floppy_disable_dma() local 302 disable_fiq(fdma->fiq); in floppy_disable_dma()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_main.c | 387 if (port->lan966x->fdma) in lan966x_port_xmit() 407 if (!lan966x->fdma) in lan966x_port_change_mtu() 754 if (lan966x->fdma && lan966x->fdma_ndev == port->dev) in lan966x_cleanup_ports() 777 if (lan966x->fdma) in lan966x_cleanup_ports() 864 if (lan966x->fdma) in lan966x_probe_port() 926 lan_wr(QS_XTR_GRP_CFG_MODE_SET(lan966x->fdma ? 2 : 1) | in lan966x_init() 931 lan_wr(QS_INJ_GRP_CFG_MODE_SET(lan966x->fdma ? 2 : 1) | in lan966x_init() 1153 lan966x->fdma_irq = platform_get_irq_byname(pdev, "fdma"); in lan966x_probe() 1157 "fdma irq", lan966x); in lan966x_probe() 1159 return dev_err_probe(&pdev->dev, err, "Unable to use fdma ir in lan966x_probe() [all...] |
H A D | lan966x_xdp.c | 17 if (!lan966x->fdma) { in lan966x_xdp_setup() 19 "Allow to set xdp only when using fdma"); in lan966x_xdp_setup()
|
H A D | lan966x_port.c | 558 if (lan966x->fdma) in lan966x_port_init()
|
H A D | lan966x_fdma.c | 186 /* Start fdma */ in lan966x_fdma_rx_start() 311 /* Start fdma */ in lan966x_fdma_tx_activate() 1033 if (!lan966x->fdma) in lan966x_fdma_init() 1060 if (!lan966x->fdma) in lan966x_fdma_deinit()
|
H A D | lan966x_main.h | 374 /* fdma */ 375 bool fdma; member
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | acpi_processor.c | 124 errata.piix4.fdma = 1; in acpi_processor_errata_piix4() 134 if (errata.piix4.fdma) in acpi_processor_errata_piix4()
|
H A D | processor_idle.c | 329 else if (errata.piix4.fdma) { in acpi_processor_power_verify_c3()
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | acpi_processor.c | 123 errata.piix4.fdma = 1; in acpi_processor_errata_piix4() 132 if (errata.piix4.fdma) in acpi_processor_errata_piix4()
|
H A D | processor_idle.c | 327 if (errata.piix4.fdma) { in acpi_processor_power_verify_c3()
|
/kernel/linux/linux-5.10/include/acpi/ |
H A D | processor.h | 243 u8 fdma:1; member
|
/kernel/linux/linux-6.6/include/acpi/ |
H A D | processor.h | 248 u8 fdma:1; member
|
/kernel/linux/linux-6.6/include/soc/mscc/ |
H A D | ocelot.h | 888 struct ocelot_fdma *fdma; member
|