Home
last modified time | relevance | path

Searched refs:rx_not_done (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/wwan/t7xx/
H A Dt7xx_hif_cldma.c117 bool rx_not_done = true; in t7xx_cldma_gpd_rx_from_q() local
191 rx_not_done = ++count < budget || !need_resched(); in t7xx_cldma_gpd_rx_from_q()
192 } while (rx_not_done); in t7xx_cldma_gpd_rx_from_q()