Home
last modified time | relevance | path

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

/external/grub/netboot/
Depic100.c305 if ((tx_ring[entry].status & TRING_OWN) == TRING_OWN) { in epic100_transmit()
330 tx_ring[entry].status = TRING_OWN; /* Pass ownership to the chip. */ in epic100_transmit()
338 while ((tx_ring[entry].status & TRING_OWN) && timer2_running()) in epic100_transmit()
341 if ((tx_ring[entry].status & TRING_OWN) != 0) in epic100_transmit()
Depic100.h175 #define TRING_OWN (0x8000) /* desc ownership bit */ macro