Searched refs:DDI_INTR_SOFTPRI_MIN (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ib/clients/eoib/ |
H A D | eib.h | 181 #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)
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | ddi_intr.h | 70 #define DDI_INTR_SOFTPRI_MIN 1 macro 74 #define DDI_INTR_SOFTPRI_DEFAULT DDI_INTR_SOFTPRI_MIN
|
/titanic_41/usr/src/uts/common/os/ |
H A D | ddi_intr.c | 1055 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()
|
/titanic_41/usr/src/uts/common/io/rge/ |
H A D | rge_main.c | 1703 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()
|
/titanic_41/usr/src/uts/common/io/nge/ |
H A D | nge_main.c | 2784 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()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge.c | 7559 DDI_INTR_SOFTPRI_MIN, ql_mpi_event_work, (caddr_t)qlge) in ql_attach() 7565 DDI_INTR_SOFTPRI_MIN, ql_asic_reset_work, (caddr_t)qlge) in ql_attach() 7571 DDI_INTR_SOFTPRI_MIN, ql_mpi_reset_work, (caddr_t)qlge) in ql_attach()
|