Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Depic100.c311 if ((tx_ring[entry].status & TRING_OWN) == TRING_OWN) { in epic100_transmit()
339 cpu_to_le32(TRING_OWN); /* Pass ownership to the chip. */ in epic100_transmit()
347 while ((le32_to_cpu(tx_ring[entry].status) & (TRING_OWN)) && timer2_running()) in epic100_transmit()
350 if ((le32_to_cpu(tx_ring[entry].status) & TRING_OWN) != 0) in epic100_transmit()
H A Depic100.h175 #define TRING_OWN (0x8000) /* desc ownership bit */ macro