Home
last modified time | relevance | path

Searched refs:fdma_alloc_coherent (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/microchip/fdma/
H A Dfdma_api.c90 int fdma_alloc_coherent(struct device *dev, struct fdma *fdma) in fdma_alloc_coherent() function
101 EXPORT_SYMBOL_GPL(fdma_alloc_coherent);
H A Dfdma_api.h234 int fdma_alloc_coherent(struct device *dev, struct fdma *fdma);
/linux/drivers/net/ethernet/microchip/sparx5/lan969x/
H A Dlan969x_fdma.c172 err = fdma_alloc_coherent(sparx5->dev, fdma); in lan969x_fdma_rx_alloc()
193 err = fdma_alloc_coherent(sparx5->dev, fdma); in lan969x_fdma_tx_alloc()