Lines Matching defs:nintrs
112 DDI_INTR_APIDBG((CE_CONT, "ddi_intr_get_nintrs:: nintrs %x\n",
155 int i, ret, cap = 0, curr_type, nintrs;
187 if ((nintrs = i_ddi_intr_get_supported_nintrs(dip, type)) == 0) {
188 if (ddi_intr_get_nintrs(dip, type, &nintrs) != DDI_SUCCESS) {
211 if (count > nintrs) {
213 "requested %d is more than supported %d\n", count, nintrs));
215 } else if ((count + curr_nintrs) > nintrs) {
218 count, curr_nintrs, nintrs));
310 i_ddi_intr_set_supported_nintrs(dip, nintrs);
1002 int curr_type, nintrs;
1022 if (ddi_intr_get_nintrs(dip, curr_type, &nintrs) != DDI_SUCCESS)
1024 if (nreq > nintrs)