Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/dec/tulip/
H A Dinterrupt.c90 tp->rx_ring[entry].status = cpu_to_le32(DescOwned); in tulip_refill_rx()
144 while ( ! (tp->rx_ring[entry].status & cpu_to_le32(DescOwned))) { in tulip_poll()
380 while ( ! (tp->rx_ring[entry].status & cpu_to_le32(DescOwned))) { in tulip_rx()
H A Dtulip.h202 DescOwned = 0x80000000, enumerator