Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_ethtool.c623 u32 tx_queues_count = priv->plat->tx_queues_to_use; in stmmac_get_ethtool_stats() local
662 rx_queues_count, tx_queues_count); in stmmac_get_ethtool_stats()
690 for (i = 0; i < tx_queues_count; i++) { in stmmac_get_ethtool_stats()
H A Dstmmac_tc.c345 u32 tx_queues_count = priv->plat->tx_queues_to_use; in tc_setup_cbs() local
354 if (queue <= 0 || queue >= tx_queues_count) in tc_setup_cbs()
H A Dstmmac_main.c3080 u32 tx_queues_count = priv->plat->tx_queues_to_use; in stmmac_set_tx_queue_weight() local
3084 for (queue = 0; queue < tx_queues_count; queue++) { in stmmac_set_tx_queue_weight()
3097 u32 tx_queues_count = priv->plat->tx_queues_to_use; in stmmac_configure_cbs() local
3102 for (queue = 1; queue < tx_queues_count; queue++) { in stmmac_configure_cbs()
3160 u32 tx_queues_count = priv->plat->tx_queues_to_use; in stmmac_mac_config_tx_queues_prio() local
3164 for (queue = 0; queue < tx_queues_count; queue++) { in stmmac_mac_config_tx_queues_prio()
3218 u32 tx_queues_count = priv->plat->tx_queues_to_use; in stmmac_mtl_configuration() local
3220 if (tx_queues_count > 1) in stmmac_mtl_configuration()
3229 if (tx_queues_count > 1) in stmmac_mtl_configuration()
3234 if (tx_queues_count > 1) in stmmac_mtl_configuration()
[all …]