Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/evbppc/virtex/dev/
H A Dcdmacreg.h69 #define CDMAC_STAT_EOP 0x04000000 /* End of packet */ macro
H A Dif_temac.c748 (i == (dmap->dm_nsegs - 1) ? CDMAC_STAT_EOP : 0); in temac_start()
1163 if ((stat & (CDMAC_STAT_EOP | CDMAC_STAT_SOP)) != in temac_rxreap()
1164 (CDMAC_STAT_EOP | CDMAC_STAT_SOP)) { in temac_rxreap()