Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Ddma.c1033 bool ring_empty; in dma_rxfill() local
1035 ring_empty = false; in dma_rxfill()
1066 ring_empty = true; in dma_rxfill()
1106 return ring_empty; in dma_rxfill()
/linux-6.1.9/drivers/thunderbolt/
Dnhi.c193 static bool ring_empty(struct tb_ring *ring) in ring_empty() function
255 while (!ring_empty(ring)) { in ring_work()
321 if (ring_empty(ring)) in tb_ring_poll()