Home
last modified time | relevance | path

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

/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/third_party/ethernet/src/
Dedd_tx.c50 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()
/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/third_party/ethernet/include/
Dedd_int.h70 #define CEDI_TXD_WRAP (1 << 30) macro