Searched refs:rx_channel_count (Results 1 – 1 of 1) sorted by relevance
2926 u32 rx_channel_count = priv->plat->rx_queues_to_use; in stmmac_dma_interrupt() local2927 u32 channels_to_check = tx_channel_count > rx_channel_count ? in stmmac_dma_interrupt()2928 tx_channel_count : rx_channel_count; in stmmac_dma_interrupt()3142 u32 rx_channel_count = priv->plat->rx_queues_to_use; in stmmac_init_coalesce() local3155 for (chan = 0; chan < rx_channel_count; chan++) in stmmac_init_coalesce()