HomeSort by: relevance | last modified time | path
    Searched refs:GEM_INTR_RX_DONE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
gemreg.h 112 #define GEM_INTR_RX_DONE 0x000000010 /* Got a packet */
gem.c 2191 if ((status & (GEM_INTR_RX_DONE | GEM_INTR_RX_NOBUF)) != 0) {
2666 GEM_INTR_RX_DONE | GEM_INTR_RX_NOBUF |

Completed in 21 milliseconds