Home
last modified time | relevance | path

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

/freebsd/sys/dev/gem/
H A Dif_gemreg.h74 #define GEM_INTR_RX_DONE 0x00000010 /* Got a packet */ macro
H A Dif_gem.c983 ~(GEM_INTR_TX_INTME | GEM_INTR_TX_EMPTY | GEM_INTR_RX_DONE | in gem_init_locked()
1731 if ((status & (GEM_INTR_RX_DONE | GEM_INTR_RX_NOBUF)) != 0) in gem_intr()