Searched refs:tx_channel_count (Results 1 – 1 of 1) sorted by relevance
3028 u32 tx_channel_count = priv->plat->tx_queues_to_use; in stmmac_dma_interrupt() local 3030 u32 channels_to_check = tx_channel_count > rx_channel_count ? in stmmac_dma_interrupt() 3031 tx_channel_count : rx_channel_count; in stmmac_dma_interrupt() 3043 for (chan = 0; chan < tx_channel_count; chan++) { in stmmac_dma_interrupt() 3244 u32 tx_channel_count = priv->plat->tx_queues_to_use; in stmmac_init_coalesce() local 3248 for (chan = 0; chan < tx_channel_count; chan++) { in stmmac_init_coalesce()