Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c1867 u32 tx_channels_count = priv->plat->tx_queues_to_use; in stmmac_start_all_dma() local
1873 for (chan = 0; chan < tx_channels_count; chan++) in stmmac_start_all_dma()
1886 u32 tx_channels_count = priv->plat->tx_queues_to_use; in stmmac_stop_all_dma() local
1892 for (chan = 0; chan < tx_channels_count; chan++) in stmmac_stop_all_dma()
1905 u32 tx_channels_count = priv->plat->tx_queues_to_use; in stmmac_dma_operation_mode() local
1920 txfifosz /= tx_channels_count; in stmmac_dma_operation_mode()
1951 for (chan = 0; chan < tx_channels_count; chan++) { in stmmac_dma_operation_mode()
2118 u32 tx_channels_count = priv->plat->tx_queues_to_use; in stmmac_set_dma_operation_mode() local
2129 txfifosz /= tx_channels_count; in stmmac_set_dma_operation_mode()
2286 u32 tx_channels_count = priv->plat->tx_queues_to_use; in stmmac_init_dma_engine() local
[all …]