Home
last modified time | relevance | path

Searched refs:fdma (Results 1 – 10 of 10) sorted by relevance

/drivers/net/ethernet/mscc/
Docelot_fdma.c57 static int ocelot_fdma_rx_ring_free(struct ocelot_fdma *fdma) in ocelot_fdma_rx_ring_free() argument
59 struct ocelot_fdma_rx_ring *rx_ring = &fdma->rx_ring; in ocelot_fdma_rx_ring_free()
68 static int ocelot_fdma_tx_ring_free(struct ocelot_fdma *fdma) in ocelot_fdma_tx_ring_free() argument
70 struct ocelot_fdma_tx_ring *tx_ring = &fdma->tx_ring; in ocelot_fdma_tx_ring_free()
79 static bool ocelot_fdma_tx_ring_empty(struct ocelot_fdma *fdma) in ocelot_fdma_tx_ring_empty() argument
81 struct ocelot_fdma_tx_ring *tx_ring = &fdma->tx_ring; in ocelot_fdma_tx_ring_empty()
149 struct ocelot_fdma *fdma = ocelot->fdma; in ocelot_fdma_alloc_rx_buffs() local
157 rx_ring = &fdma->rx_ring; in ocelot_fdma_alloc_rx_buffs()
237 struct ocelot_fdma *fdma = ocelot->fdma; in ocelot_fdma_rx_restart() local
245 rx_ring = &fdma->rx_ring; in ocelot_fdma_rx_restart()
[all …]
Docelot_fdma.h160 int ocelot_fdma_inject_frame(struct ocelot *fdma, int port, u32 rew_op,
Docelot_vsc7514.c583 if (ocelot->fdma) in mscc_ocelot_probe()
626 if (ocelot->fdma) in mscc_ocelot_remove()
Docelot_net.c1873 if (ocelot->fdma) in ocelot_probe_port()
1885 if (ocelot->fdma) in ocelot_probe_port()
1900 struct ocelot_fdma *fdma = ocelot->fdma; in ocelot_release_port() local
1904 if (fdma) in ocelot_release_port()
/drivers/net/ethernet/microchip/lan966x/
Dlan966x_main.c373 if (port->lan966x->fdma) in lan966x_port_xmit()
393 if (!lan966x->fdma) in lan966x_port_change_mtu()
697 if (lan966x->fdma && lan966x->fdma_ndev == port->dev) in lan966x_cleanup_ports()
720 if (lan966x->fdma) in lan966x_cleanup_ports()
862 lan_wr(QS_XTR_GRP_CFG_MODE_SET(lan966x->fdma ? 2 : 1) | in lan966x_init()
867 lan_wr(QS_INJ_GRP_CFG_MODE_SET(lan966x->fdma ? 2 : 1) | in lan966x_init()
1095 lan966x->fdma = true; in lan966x_probe()
Dlan966x_fdma.c798 if (!lan966x->fdma) in lan966x_fdma_init()
824 if (!lan966x->fdma) in lan966x_fdma_deinit()
Dlan966x_port.c409 if (lan966x->fdma) in lan966x_port_init()
Dlan966x_main.h264 bool fdma; member
/drivers/acpi/
Dacpi_processor.c117 errata.piix4.fdma = 1; in acpi_processor_errata_piix4()
126 if (errata.piix4.fdma) in acpi_processor_errata_piix4()
Dprocessor_idle.c327 else if (errata.piix4.fdma) { in acpi_processor_power_verify_c3()