Searched refs:msi_count (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/sun4/io/px/ |
H A D | px_msi.c | 130 px_msi_alloc(px_t *px_p, dev_info_t *rdip, int type, int inum, int msi_count, in px_msi_alloc() argument 138 ddi_get_instance(rdip), type, inum, msi_count); in px_msi_alloc() 151 for (count = msi_count; count; count >>= 1) { in px_msi_alloc() 178 ((flag == DDI_INTR_ALLOC_STRICT) && (count != msi_count))) { in px_msi_alloc() 204 if (count == msi_count) in px_msi_alloc() 214 ((flag == DDI_INTR_ALLOC_STRICT) && (count != msi_count))) { in px_msi_alloc() 245 px_msi_free(px_t *px_p, dev_info_t *rdip, int inum, int msi_count) in px_msi_free() argument 251 "inum 0x%x msi_count 0x%x\n", rdip, inum, msi_count); in px_msi_free() 263 for (i = 0, n = 0; (i < msi_state_p->msi_cnt) && (n < msi_count); i++) { in px_msi_free() 266 (msi_state_p->msi_p[i].msi_inum < (inum + msi_count))) { in px_msi_free() [all …]
|
H A D | px_msi.h | 95 int msi_count, int flag, int *actual_msi_count_p); 97 int msi_count);
|