Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dddi_intr.c324 hdlp->ih_state = DDI_IHDL_STATE_ALLOC; in ddi_intr_alloc()
359 (hdlp->ih_state != DDI_IHDL_STATE_ADDED)) || in ddi_intr_free()
360 ((hdlp->ih_state != DDI_IHDL_STATE_ALLOC) && in ddi_intr_free()
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()
666 if ((hdlp->ih_state == DDI_IHDL_STATE_ALLOC) || /* intr handle alloc? */ in ddi_intr_dup_handler()
688 dup_hdlp->ih_state = DDI_IHDL_STATE_ADDED; in ddi_intr_dup_handler()
715 if (hdlp->ih_state != DDI_IHDL_STATE_ADDED) { in ddi_intr_remove_handler()
[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()
/titanic_44/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.c644 hdl.ih_state = DDI_IHDL_STATE_ALLOC; in px_pwr_setup()
697 hdl.ih_state = DDI_IHDL_STATE_ALLOC; in px_pwr_teardown()
/titanic_44/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()
941 ih_p->ih_state = valid; in niumx_set_intr()
1022 if (ih_p->ih_state == HV_INTR_VALID) in niumx_set_intr_target()
/titanic_44/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()
/titanic_44/usr/src/uts/common/sys/
H A Dddi_intr_impl.h83 uint_t ih_state; /* interrupt handle state */ member
/titanic_44/usr/src/cmd/mdb/sparc/modules/intr/
H A Dintr.c247 info.intr_state = niumx_state.niumx_ihtable[i].ih_state; in intr_niumx_walk_step()