Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dgemreg.h101 #define GEM_INTR_TX_EMPTY 0x000000002 /* TX ring empty */ macro
Dgem.c799 GEM_INTR_TX_EMPTY| in gem_init()
1145 if ((status & (GEM_INTR_TX_EMPTY | GEM_INTR_TX_INTME)) != 0) in gem_intr()