Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_uio.c351 u32 tx_channels_count = priv->plat->tx_queues_to_use; in rockchip_gmac_uio_init_dma_engine() local
352 u32 dma_csr_ch = max(rx_channels_count, tx_channels_count); in rockchip_gmac_uio_init_dma_engine()
398 for (chan = 0; chan < tx_channels_count; chan++) { in rockchip_gmac_uio_init_dma_engine()
415 u32 tx_channels_count = priv->plat->tx_queues_to_use; in uio_set_rings_length() local
419 for (chan = 0; chan < tx_channels_count; chan++) in uio_set_rings_length()
652 u32 tx_channels_count = priv->plat->tx_queues_to_use; in uio_dma_operation_mode() local
667 txfifosz /= tx_channels_count; in uio_dma_operation_mode()
697 for (chan = 0; chan < tx_channels_count; chan++) { in uio_dma_operation_mode()
H A Ddwmac-rk-tool.c720 u32 tx_channels_count = min_t(u32, priv->plat->tx_queues_to_use, 1); in __dwmac_rk_loopback_run() local
744 for (chan = 0; chan < tx_channels_count; chan++) in __dwmac_rk_loopback_run()
781 for (chan = 0; chan < tx_channels_count; chan++) in __dwmac_rk_loopback_run()
1074 u32 tx_channels_count = min_t(u32, priv->plat->tx_queues_to_use, 1); in dwmac_rk_init_dma_engine() local
1075 u32 dma_csr_ch = max(rx_channels_count, tx_channels_count); in dwmac_rk_init_dma_engine()
1106 for (chan = 0; chan < tx_channels_count; chan++) { in dwmac_rk_init_dma_engine()
1122 u32 tx_channels_count = min_t(u32, priv->plat->tx_queues_to_use, 1); in dwmac_rk_dma_operation_mode() local
1137 txfifosz /= tx_channels_count; in dwmac_rk_dma_operation_mode()
1149 for (chan = 0; chan < tx_channels_count; chan++) { in dwmac_rk_dma_operation_mode()
H A Dstmmac_main.c1949 u32 tx_channels_count = priv->plat->tx_queues_to_use; in stmmac_start_all_dma() local
1955 for (chan = 0; chan < tx_channels_count; chan++) in stmmac_start_all_dma()
1968 u32 tx_channels_count = priv->plat->tx_queues_to_use; in stmmac_stop_all_dma() local
1974 for (chan = 0; chan < tx_channels_count; chan++) in stmmac_stop_all_dma()
1987 u32 tx_channels_count = priv->plat->tx_queues_to_use; in stmmac_dma_operation_mode() local
2002 txfifosz /= tx_channels_count; in stmmac_dma_operation_mode()
2033 for (chan = 0; chan < tx_channels_count; chan++) { in stmmac_dma_operation_mode()
2200 u32 tx_channels_count = priv->plat->tx_queues_to_use; in stmmac_set_dma_operation_mode() local
2211 txfifosz /= tx_channels_count; in stmmac_set_dma_operation_mode()
2371 u32 tx_channels_count = priv->plat->tx_queues_to_use; in stmmac_init_dma_engine() local
[all …]
/OK3568_Linux_fs/external/dpdk/gmac/kernel5.10/
H A Dkernel_net_stmmac.diff434 + u32 tx_channels_count = priv->plat->tx_queues_to_use;
435 + u32 dma_csr_ch = max(rx_channels_count, tx_channels_count);
481 + for (chan = 0; chan < tx_channels_count; chan++) {
498 + u32 tx_channels_count = priv->plat->tx_queues_to_use;
502 + for (chan = 0; chan < tx_channels_count; chan++)
735 + u32 tx_channels_count = priv->plat->tx_queues_to_use;
750 + txfifosz /= tx_channels_count;
780 + for (chan = 0; chan < tx_channels_count; chan++) {
/OK3568_Linux_fs/external/dpdk/gmac/kernel4.19/
H A Dkernel_net_stmmac.diff606 + u32 tx_channels_count = priv->plat->tx_queues_to_use;
607 + u32 dma_csr_ch = max(rx_channels_count, tx_channels_count);
652 + for (chan = 0; chan < tx_channels_count; chan++) {
669 + u32 tx_channels_count = priv->plat->tx_queues_to_use;
673 + for (chan = 0; chan < tx_channels_count; chan++)
887 + u32 tx_channels_count = priv->plat->tx_queues_to_use;
902 + txfifosz /= tx_channels_count;
932 + for (chan = 0; chan < tx_channels_count; chan++) {