Searched refs:tx_queues_cnt (Results 1 – 1 of 1) sorted by relevance
142 u32 tx_queues_cnt = priv->plat->tx_queues_to_use; in stmmac_disable_all_queues() local143 u32 maxq = max(rx_queues_cnt, tx_queues_cnt); in stmmac_disable_all_queues()151 if (queue < tx_queues_cnt) in stmmac_disable_all_queues()163 u32 tx_queues_cnt = priv->plat->tx_queues_to_use; in stmmac_enable_all_queues() local164 u32 maxq = max(rx_queues_cnt, tx_queues_cnt); in stmmac_enable_all_queues()172 if (queue < tx_queues_cnt) in stmmac_enable_all_queues()183 u32 tx_queues_cnt = priv->plat->tx_queues_to_use; in stmmac_stop_all_queues() local186 for (queue = 0; queue < tx_queues_cnt; queue++) in stmmac_stop_all_queues()196 u32 tx_queues_cnt = priv->plat->tx_queues_to_use; in stmmac_start_all_queues() local199 for (queue = 0; queue < tx_queues_cnt; queue++) in stmmac_start_all_queues()