HomeSort by relevance Sort by last modified time
    Searched refs:TRING_OWN (Results 1 - 2 of 2) sorted by null

  /external/grub/netboot/
epic100.c 305 if ((tx_ring[entry].status & TRING_OWN) == TRING_OWN) {
330 tx_ring[entry].status = TRING_OWN; /* Pass ownership to the chip. */
338 while ((tx_ring[entry].status & TRING_OWN) && timer2_running())
341 if ((tx_ring[entry].status & TRING_OWN) != 0)
epic100.h 175 #define TRING_OWN (0x8000) /* desc ownership bit */

Completed in 19 milliseconds