Searched refs:TRING_OWN (Results 1 – 2 of 2) sorted by relevance
305 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()
175 #define TRING_OWN (0x8000) /* desc ownership bit */ macro