Home
last modified time | relevance | path

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

/src/sys/dev/bfe/
H A Dif_bfereg.h58 #define BFE_ISTAT_RX 0x00010000 /* RX Interrupt */ macro
67 #define BFE_IMASK_DEF (BFE_ISTAT_ERRORS | BFE_ISTAT_TO | BFE_ISTAT_RX | \
H A Dif_bfe.c1462 if (istat & BFE_ISTAT_RX) in bfe_intr()