Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/microchip/fdma/
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);
Dfdma_api.h234 int fdma_alloc_coherent(struct device *dev, struct fdma *fdma);
/linux-6.12.1/drivers/net/ethernet/microchip/lan966x/
Dlan966x_fdma.c119 err = fdma_alloc_coherent(lan966x->dev, fdma); in lan966x_fdma_rx_alloc()
208 err = fdma_alloc_coherent(lan966x->dev, fdma); in lan966x_fdma_tx_alloc()