Home
last modified time | relevance | path

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

/device/soc/rockchip/common/vendor/drivers/net/ethernet/
H A Ddwmac-rk-tool.c705 u32 tx_channels_count = min_t(u32, priv->plat->tx_queues_to_use, 1); in dwmac_rk_loopback_run_first() local
732 for (chan = 0; chan < tx_channels_count; chan++) { in dwmac_rk_loopback_run_first()
771 for (chan = 0; chan < tx_channels_count; chan++) { in dwmac_rk_loopback_run_first()
1037 u32 tx_channels_count = min_t(u32, priv->plat->tx_queues_to_use, 1); in dwmac_rk_init_dma_engine() local
1038 u32 dma_csr_ch = max(rx_channels_count, tx_channels_count); in dwmac_rk_init_dma_engine()
1068 for (chan = 0; chan < tx_channels_count; chan++) { in dwmac_rk_init_dma_engine()
1081 u32 tx_channels_count = min_t(u32, priv->plat->tx_queues_to_use, 1); in dwmac_rk_dma_operation_mode() local
1097 if (rx_channels_count == 0 || tx_channels_count == 0) { in dwmac_rk_dma_operation_mode()
1101 txfifosz /= tx_channels_count; in dwmac_rk_dma_operation_mode()
1111 for (chan = 0; chan < tx_channels_count; cha in dwmac_rk_dma_operation_mode()
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-rk-tool.c725 u32 tx_channels_count = min_t(u32, priv->plat->tx_queues_to_use, 1); in __dwmac_rk_loopback_run() local
749 for (chan = 0; chan < tx_channels_count; chan++) in __dwmac_rk_loopback_run()
786 for (chan = 0; chan < tx_channels_count; chan++) in __dwmac_rk_loopback_run()
1079 u32 tx_channels_count = min_t(u32, priv->plat->tx_queues_to_use, 1); in dwmac_rk_init_dma_engine() local
1080 u32 dma_csr_ch = max(rx_channels_count, tx_channels_count); in dwmac_rk_init_dma_engine()
1111 for (chan = 0; chan < tx_channels_count; chan++) { in dwmac_rk_init_dma_engine()
1127 u32 tx_channels_count = min_t(u32, priv->plat->tx_queues_to_use, 1); in dwmac_rk_dma_operation_mode() local
1142 txfifosz /= tx_channels_count; in dwmac_rk_dma_operation_mode()
1154 for (chan = 0; chan < tx_channels_count; chan++) { in dwmac_rk_dma_operation_mode()

Completed in 4 milliseconds