Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dinterrupt.c289 bool need_unmask = true; in wil6210_irq_rx() local
322 need_unmask = false; in wil6210_irq_rx()
341 if (unlikely(need_unmask)) in wil6210_irq_rx()
351 bool need_unmask = true; in wil6210_irq_rx_edma() local
374 need_unmask = false; in wil6210_irq_rx_edma()
392 if (unlikely(need_unmask)) in wil6210_irq_rx_edma()
402 bool need_unmask = true; in wil6210_irq_tx_edma() local
424 need_unmask = false; in wil6210_irq_tx_edma()
438 if (unlikely(need_unmask)) in wil6210_irq_tx_edma()
448 bool need_unmask = true; in wil6210_irq_tx() local
[all …]