Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dddi_intr_irm.c384 if (i_ddi_irm_supported(dip, type) == DDI_SUCCESS) in i_ddi_irm_insert()
547 (i_ddi_irm_supported(dip, type) != DDI_SUCCESS)) { in i_ddi_irm_modify()
556 if (i_ddi_irm_supported(dip, type) != DDI_SUCCESS) { in i_ddi_irm_modify()
810 i_ddi_irm_supported(dev_info_t *dip, int type) in i_ddi_irm_supported() function
H A Dddi_intr.c245 if (curr_nintrs && (i_ddi_irm_supported(dip, type) != DDI_SUCCESS)) in ddi_intr_alloc()
267 else if (i_ddi_irm_supported(dip, type) != DDI_SUCCESS) in ddi_intr_alloc()
385 if ((i_ddi_irm_supported(hdlp->ih_dip, curr_type) in ddi_intr_free()
1018 (i_ddi_irm_supported(dip, curr_type) != DDI_SUCCESS)) in ddi_intr_set_nreq()
H A Dddi_intr_impl.c290 if ((pool_p != NULL) && (i_ddi_irm_supported(dip, type) == DDI_SUCCESS)) in i_ddi_intr_get_limit()
/titanic_50/usr/src/uts/common/sys/
H A Dddi_intr_impl.h341 int i_ddi_irm_supported(dev_info_t *dip, int type);