Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h241 #define INIT_INTR_ALLOC BIT_7 macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c4165 if (qlge->sequence & INIT_INTR_ALLOC) { in ql_free_irq_vectors()
4174 if (qlge->sequence & INIT_INTR_ALLOC) in ql_free_irq_vectors()
4175 qlge->sequence &= ~INIT_INTR_ALLOC; in ql_free_irq_vectors()
4288 qlge->sequence |= INIT_INTR_ALLOC; in ql_request_irq_vectors()
4491 if (qlge->sequence & INIT_INTR_ALLOC) { in ql_free_resources()
7520 qlge->sequence |= INIT_INTR_ALLOC; in ql_attach()