Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe_impl.h308 #define PROGRESS_HWINT 0x0020 /* h/w interrupt registered */ macro
H A Ddmfe_main.c2422 if (dmfep->progress & PROGRESS_HWINT) { in dmfe_unattach()
2680 dmfep->progress |= PROGRESS_HWINT; in dmfe_attach()
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_main2.c3273 if (bgep->progress & PROGRESS_HWINT) {
3304 if (bgep->progress & PROGRESS_HWINT) {
3933 bgep->progress |= PROGRESS_HWINT;
3937 if (!(bgep->progress & PROGRESS_HWINT) &&
3948 bgep->progress |= PROGRESS_HWINT;
3951 if (!(bgep->progress & PROGRESS_HWINT)) {
H A Dbge_impl.h1004 #define PROGRESS_HWINT 0x0040 /* h/w interrupt registered */ macro
H A Dbge_chip2.c5164 ASSERT(bgep->progress & PROGRESS_HWINT); in bge_intr()
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge.h102 #define PROGRESS_HWINT 0x0080 macro
H A Dnge_main.c2256 if (ngep->progress & PROGRESS_HWINT) { in nge_unattach()
2505 ngep->progress |= PROGRESS_HWINT; in nge_attach()