Searched refs:rx_queues_cnt (Results 1 – 1 of 1) sorted by relevance
143 u32 rx_queues_cnt = priv->plat->rx_queues_to_use; in stmmac_disable_all_queues() local145 u32 maxq = max(rx_queues_cnt, tx_queues_cnt); in stmmac_disable_all_queues()151 if (queue < rx_queues_cnt) in stmmac_disable_all_queues()164 u32 rx_queues_cnt = priv->plat->rx_queues_to_use; in stmmac_enable_all_queues() local166 u32 maxq = max(rx_queues_cnt, tx_queues_cnt); in stmmac_enable_all_queues()172 if (queue < rx_queues_cnt) in stmmac_enable_all_queues()