Home
last modified time | relevance | path

Searched refs:ih_state (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dddi_intr.c324 hdlp->ih_state = DDI_IHDL_STATE_ALLOC; in ddi_intr_alloc()
488 if (hdlp->ih_state != DDI_IHDL_STATE_ALLOC) { in ddi_intr_set_cap()
584 if (hdlp->ih_state != DDI_IHDL_STATE_ALLOC) { in ddi_intr_set_pri()
622 if (hdlp->ih_state != DDI_IHDL_STATE_ALLOC) { in ddi_intr_add_handler()
639 hdlp->ih_state = DDI_IHDL_STATE_ADDED; in ddi_intr_add_handler()
688 dup_hdlp->ih_state = DDI_IHDL_STATE_ADDED; in ddi_intr_dup_handler()
733 hdlp->ih_state = DDI_IHDL_STATE_ALLOC; in ddi_intr_remove_handler()
774 hdlp->ih_state = DDI_IHDL_STATE_ENABLE; in ddi_intr_enable()
809 hdlp->ih_state = DDI_IHDL_STATE_ADDED; in ddi_intr_disable()
857 hdlp->ih_state = DDI_IHDL_STATE_ENABLE; in ddi_intr_block_enable()
[all …]
H A Dddi_intr_impl.c495 if (hdlp->ih_state != DDI_IHDL_STATE_ENABLE) { in get_intr_affinity()
526 if ((hdlp->ih_state != DDI_IHDL_STATE_ENABLE) || in set_intr_affinity()
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_pec.c157 hdl.ih_state = DDI_IHDL_STATE_ALLOC; in px_pec_msg_add_intr()
251 hdl.ih_state = DDI_IHDL_STATE_ALLOC; in px_pec_msg_rem_intr()
H A Dpx.c642 hdl.ih_state = DDI_IHDL_STATE_ALLOC; in px_pwr_setup()
695 hdl.ih_state = DDI_IHDL_STATE_ALLOC; in px_pwr_teardown()
/illumos-gate/usr/src/uts/sun4v/io/niumx/
H A Dniumx_var.h69 int ih_state; /* interrupt valid state */ member
H A Dniumx.c236 if (ih_p->ih_state == HV_INTR_VALID) in niumx_intr_dist()
290 ih_p->ih_state = HV_INTR_NOTVALID; in niumx_attach()
946 ih_p->ih_state = valid; in niumx_set_intr()
1027 if (ih_p->ih_state == HV_INTR_VALID) in niumx_set_intr_target()
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_kstats.c110 if ((ih_p->ih_state != DDI_IHDL_STATE_ENABLE) || in pci_ih_ks_update()
/illumos-gate/usr/src/uts/common/sys/
H A Dddi_intr_impl.h83 uint_t ih_state; /* interrupt handle state */ member
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c1132 if ((hdlp->ih_state == DDI_IHDL_STATE_ENABLE) && in qlt_enable_intr()