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

/freebsd-11-stable/sys/dev/gem/
H A Dif_gemreg.h79 #define GEM_INTR_RX_DONE 0x00000010 /* Got a packet */ macro
H A Dif_gem.c1014 ~(GEM_INTR_TX_INTME | GEM_INTR_TX_EMPTY | GEM_INTR_RX_DONE |
1772 if ((status & (GEM_INTR_RX_DONE | GEM_INTR_RX_NOBUF)) != 0)

Completed in 62 milliseconds