Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c2291 u32 rx_channels_count = priv->plat->rx_queues_to_use; in stmmac_enable_all_dma_irq() local
2314 u32 rx_channels_count = priv->plat->rx_queues_to_use; in stmmac_start_all_dma() local
2318 for (chan = 0; chan < rx_channels_count; chan++) in stmmac_start_all_dma()
2333 u32 rx_channels_count = priv->plat->rx_queues_to_use; in stmmac_stop_all_dma() local
2337 for (chan = 0; chan < rx_channels_count; chan++) in stmmac_stop_all_dma()
2352 u32 rx_channels_count = priv->plat->rx_queues_to_use; in stmmac_dma_operation_mode() local
2367 rxfifosz /= rx_channels_count; in stmmac_dma_operation_mode()
2390 for (chan = 0; chan < rx_channels_count; chan++) { in stmmac_dma_operation_mode()
2768 rxfifosz /= rx_channels_count; in stmmac_set_dma_operation_mode()
2959 for (chan = 0; chan < rx_channels_count; chan++) { in stmmac_init_dma_engine()
[all …]