Home
last modified time | relevance | path

Searched refs:PROGRESS_INTR (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_main.c1466 if (rgep->progress & PROGRESS_INTR) { in rge_unattach()
1740 rgep->progress |= PROGRESS_INTR; in rge_attach()
1743 if (!(rgep->progress & PROGRESS_INTR) && in rge_attach()
1752 rgep->progress |= PROGRESS_INTR; in rge_attach()
1754 if (!(rgep->progress & PROGRESS_INTR)) { in rge_attach()
H A Drge.h508 #define PROGRESS_INTR 0X0040 /* h/w interrupt registered */ macro
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_main2.c496 if (!(bgep->progress & PROGRESS_INTR)) { in bge_m_stop()
543 if (!(bgep->progress & PROGRESS_INTR)) {
625 if (!(bgep->progress & PROGRESS_INTR)) {
1321 if (!(bgep->progress & PROGRESS_INTR)) {
1397 if (!(bgep->progress & PROGRESS_INTR)) {
1977 if (!(bgep->progress & PROGRESS_INTR)) {
3300 if (bgep->progress & PROGRESS_INTR) {
3976 bgep->progress |= PROGRESS_INTR;
H A Dbge_impl.h1006 #define PROGRESS_INTR 0x0080 /* Intrs enabled */ macro
H A Dbge_chip2.c3864 if (bgep->progress & PROGRESS_INTR) { in bge_chip_stop()
3869 bgep->progress &= ~PROGRESS_INTR; in bge_chip_stop()
5509 if (!(bgep->progress & PROGRESS_INTR)) { in bge_chip_factotum()
5512 bgep->progress |= PROGRESS_INTR; in bge_chip_factotum()
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge.h100 #define PROGRESS_INTR 0x0040 /* h/w interrupt registered */ macro
H A Dnge_main.c2276 if (ngep->progress & PROGRESS_INTR) { in nge_unattach()
2463 ngep->progress |= PROGRESS_INTR; in nge_attach()