Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_tc.c312 u32 tx_queues_count = priv->plat->tx_queues_to_use; in tc_setup_cbs() local
320 if (queue <= 0 || queue >= tx_queues_count) in tc_setup_cbs()
Dstmmac_main.c2426 u32 tx_queues_count = priv->plat->tx_queues_to_use; in stmmac_set_tx_queue_weight() local
2430 for (queue = 0; queue < tx_queues_count; queue++) { in stmmac_set_tx_queue_weight()
2443 u32 tx_queues_count = priv->plat->tx_queues_to_use; in stmmac_configure_cbs() local
2448 for (queue = 1; queue < tx_queues_count; queue++) { in stmmac_configure_cbs()
2506 u32 tx_queues_count = priv->plat->tx_queues_to_use; in stmmac_mac_config_tx_queues_prio() local
2510 for (queue = 0; queue < tx_queues_count; queue++) { in stmmac_mac_config_tx_queues_prio()
2564 u32 tx_queues_count = priv->plat->tx_queues_to_use; in stmmac_mtl_configuration() local
2566 if (tx_queues_count > 1) in stmmac_mtl_configuration()
2575 if (tx_queues_count > 1) in stmmac_mtl_configuration()
2580 if (tx_queues_count > 1) in stmmac_mtl_configuration()
[all …]
Dstmmac_ethtool.c508 u32 tx_queues_count = priv->plat->tx_queues_to_use; in stmmac_get_ethtool_stats() local
546 rx_queues_count, tx_queues_count); in stmmac_get_ethtool_stats()