Searched refs:CEDI_TXD_WRAP (Results 1 – 2 of 2) sorted by relevance
50 if (stat & CEDI_TXD_WRAP) { in inc_txbd()234 stat = CPS_UncachedRead32(&freeDesc->word[1]) & CEDI_TXD_WRAP; in emacQueueTxBuf()330 stat = CPS_UncachedRead32(&freeDesc->word[1]) & CEDI_TXD_WRAP; in emacQTxBuf()745 CEDI_TXD_USED | (i==(txQ->descMax-1)?CEDI_TXD_WRAP:0)); in emacResetTxQ()
70 #define CEDI_TXD_WRAP (1 << 30) macro