Home
last modified time | relevance | path

Searched refs:DDI_INTR_SOFTPRI_MIN (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib.h181 #define EIB_SOFTPRI_DATA (DDI_INTR_SOFTPRI_MIN)
182 #define EIB_SOFTPRI_CTL (DDI_INTR_SOFTPRI_MIN + 1)
183 #define EIB_SOFTPRI_ADM (DDI_INTR_SOFTPRI_MIN + 1)
/illumos-gate/usr/src/uts/common/sys/
H A Dddi_intr.h70 #define DDI_INTR_SOFTPRI_MIN 1 macro
74 #define DDI_INTR_SOFTPRI_DEFAULT DDI_INTR_SOFTPRI_MIN
/illumos-gate/usr/src/uts/common/os/
H A Dddi_intr.c1055 if (soft_pri < DDI_INTR_SOFTPRI_MIN || in ddi_intr_add_softint()
1172 if (soft_pri < DDI_INTR_SOFTPRI_MIN || in ddi_intr_set_softint_pri()
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_main.c1703 DDI_INTR_SOFTPRI_MIN, rge_reschedule, (caddr_t)rgep); in rge_attach()
1710 DDI_INTR_SOFTPRI_MIN, rge_chip_factotum, (caddr_t)rgep); in rge_attach()
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_main.c2784 DDI_INTR_SOFTPRI_MIN, nge_reschedule, (caddr_t)ngep); in nge_register_intrs_and_init_locks()
2793 DDI_INTR_SOFTPRI_MIN, nge_chip_factotum, (caddr_t)ngep); in nge_register_intrs_and_init_locks()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c7560 DDI_INTR_SOFTPRI_MIN, ql_mpi_event_work, (caddr_t)qlge) in ql_attach()
7566 DDI_INTR_SOFTPRI_MIN, ql_asic_reset_work, (caddr_t)qlge) in ql_attach()
7572 DDI_INTR_SOFTPRI_MIN, ql_mpi_reset_work, (caddr_t)qlge) in ql_attach()