Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_ethtool.c622 u32 rx_queues_count = priv->plat->rx_queues_to_use; in stmmac_get_ethtool_stats() local
662 rx_queues_count, tx_queues_count); in stmmac_get_ethtool_stats()
671 for (i = 0; i < rx_queues_count; i++) { in stmmac_get_ethtool_stats()
Dstmmac_main.c2242 u32 rx_queues_count = priv->plat->rx_queues_to_use; in stmmac_mac_enable_rx_queues() local
2246 for (queue = 0; queue < rx_queues_count; queue++) { in stmmac_mac_enable_rx_queues()
3138 u32 rx_queues_count = priv->plat->rx_queues_to_use; in stmmac_rx_queue_dma_chan_map() local
3142 for (queue = 0; queue < rx_queues_count; queue++) { in stmmac_rx_queue_dma_chan_map()
3155 u32 rx_queues_count = priv->plat->rx_queues_to_use; in stmmac_mac_config_rx_queues_prio() local
3159 for (queue = 0; queue < rx_queues_count; queue++) { in stmmac_mac_config_rx_queues_prio()
3195 u32 rx_queues_count = priv->plat->rx_queues_to_use; in stmmac_mac_config_rx_queues_routing() local
3199 for (queue = 0; queue < rx_queues_count; queue++) { in stmmac_mac_config_rx_queues_routing()
3232 u32 rx_queues_count = priv->plat->rx_queues_to_use; in stmmac_mtl_configuration() local
3239 if (rx_queues_count > 1) in stmmac_mtl_configuration()
[all …]