Home
last modified time | relevance | path

Searched refs:ireq_type (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dddi_intr_irm.c53 (r->ireq_type == DDI_INTR_TYPE_MSIX)) || \
395 req_p->ireq_type = type; in i_ddi_irm_insert()
514 if ((type = req_p->ireq_type) == DDI_INTR_TYPE_MSI) { in i_ddi_irm_modify()
634 new_req.ireq_type = req_p->ireq_type; in i_ddi_irm_modify_increase()
756 if (req_p->ireq_type == DDI_INTR_TYPE_MSIX) in i_ddi_irm_set_cb()
772 if (req_p->ireq_type == DDI_INTR_TYPE_MSIX) in i_ddi_irm_set_cb()
779 if (req_p->ireq_type == DDI_INTR_TYPE_MSIX) { in i_ddi_irm_set_cb()
H A Dddi_intr_impl.c243 (type == req_p->ireq_type) && in i_ddi_intr_get_current_navail()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dirm.c231 addr, devname, irm_get_type(req.ireq_type), in irmreq_dcmd()
/illumos-gate/usr/src/uts/common/sys/
H A Dddi_intr_impl.h253 int ireq_type; /* Type requested */ member