Searched refs:tx_queues_count (Results 1 – 3 of 3) sorted by relevance
627 u32 tx_queues_count = priv->plat->tx_queues_to_use; in stmmac_get_ethtool_stats() local666 rx_queues_count, tx_queues_count); in stmmac_get_ethtool_stats()694 for (i = 0; i < tx_queues_count; i++) { in stmmac_get_ethtool_stats()
335 u32 tx_queues_count = priv->plat->tx_queues_to_use; in tc_setup_cbs() local344 if (queue <= 0 || queue >= tx_queues_count) in tc_setup_cbs()
3234 u32 tx_queues_count = priv->plat->tx_queues_to_use; in stmmac_set_tx_queue_weight() local3238 for (queue = 0; queue < tx_queues_count; queue++) { in stmmac_set_tx_queue_weight()3251 u32 tx_queues_count = priv->plat->tx_queues_to_use; in stmmac_configure_cbs() local3256 for (queue = 1; queue < tx_queues_count; queue++) { in stmmac_configure_cbs()3314 u32 tx_queues_count = priv->plat->tx_queues_to_use; in stmmac_mac_config_tx_queues_prio() local3318 for (queue = 0; queue < tx_queues_count; queue++) { in stmmac_mac_config_tx_queues_prio()3372 u32 tx_queues_count = priv->plat->tx_queues_to_use; in stmmac_mtl_configuration() local3374 if (tx_queues_count > 1) in stmmac_mtl_configuration()3383 if (tx_queues_count > 1) in stmmac_mtl_configuration()3388 if (tx_queues_count > 1) in stmmac_mtl_configuration()[all …]