Searched refs:i_ddi_irm_supported (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/os/ |
H A D | ddi_intr_irm.c | 384 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 D | ddi_intr.c | 245 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 D | ddi_intr_impl.c | 290 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 D | ddi_intr_impl.h | 341 int i_ddi_irm_supported(dev_info_t *dip, int type);
|