Home
last modified time | relevance | path

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

/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/third_party/ethernet/include/
Dedd_int.h95 #define CEDI_RXD_EOH (1 << 17) /* end of header */ macro
/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/third_party/ethernet/src/
Dedd_rx.c493 rxDStat->eoh = (!rxDStat->eof && (wd1 & CEDI_RXD_EOH))?1:0; in emacGetRxDescStat()