/illumos-gate/usr/src/uts/i86pc/io/pci/ |
H A D | pci_common.c | 68 extern int (*psm_intr_ops)(dev_info_t *, ddi_intr_handle_impl_t *, 234 if (psm_intr_ops == NULL) { in pci_common_intr_ops() 267 if ((*psm_intr_ops)(rdip, &tmp_hdl, PSM_INTR_OP_CHECK_MSI, in pci_common_intr_ops() 321 (psm_intr_ops != NULL) && in pci_common_intr_ops() 373 (void) (*psm_intr_ops)(rdip, hdlp, in pci_common_intr_ops() 386 (void) (*psm_intr_ops)(rdip, hdlp, in pci_common_intr_ops() 405 (void) (*psm_intr_ops)(rdip, in pci_common_intr_ops() 430 (psm_intr_ops != NULL)) { in pci_common_intr_ops() 442 (void) (*psm_intr_ops)(rdip, hdlp, in pci_common_intr_ops() 473 if (psm_intr_ops == NULL) in pci_common_intr_ops() [all …]
|
H A D | pci_tools.c | 95 extern int (*psm_intr_ops)(dev_info_t *, ddi_intr_handle_impl_t *, 173 if ((*psm_intr_ops)(NULL, &info_hdl, in pcitool_set_intr() 224 ret = (*psm_intr_ops)(NULL, &info_hdl, PSM_INTR_OP_GRP_SET_CPU, in pcitool_set_intr() 227 ret = (*psm_intr_ops)(NULL, &info_hdl, PSM_INTR_OP_SET_CPU, in pcitool_set_intr() 308 if ((*psm_intr_ops)(NULL, &info_hdl, in pcitool_get_intr() 387 if ((rval = (*psm_intr_ops)(NULL, &info_hdl, in pcitool_get_intr() 472 if ((rval = (*psm_intr_ops)(NULL, &info_hdl, in pcitool_intr_info()
|
H A D | pci_kstats.c | 67 extern int (*psm_intr_ops)(dev_info_t *, ddi_intr_handle_impl_t *, 111 ((*psm_intr_ops)(NULL, &tmp_hdl, PSM_INTR_OP_GET_INTR, NULL) != in pci_ih_ks_update()
|
/illumos-gate/usr/src/uts/i86pc/io/ |
H A D | isa.c | 64 extern int (*psm_intr_ops)(dev_info_t *, ddi_intr_handle_impl_t *, 791 if (psm_intr_ops == NULL) in isa_intr_ops() 794 if ((*psm_intr_ops)(rdip, hdlp, PSM_INTR_OP_GET_CAP, result)) { in isa_intr_ops() 800 if (psm_intr_ops == NULL) in isa_intr_ops() 803 if ((*psm_intr_ops)(rdip, hdlp, PSM_INTR_OP_SET_CAP, result)) in isa_intr_ops() 823 if ((psm_intr_ops == NULL) || in isa_intr_ops() 847 if (psm_intr_ops == NULL) in isa_intr_ops() 860 if ((*psm_intr_ops)(rdip, hdlp, PSM_INTR_OP_XLATE_VECTOR, in isa_intr_ops() 875 if (psm_intr_ops == NULL) in isa_intr_ops() 879 (void) (*psm_intr_ops)(rdip, hdlp, in isa_intr_ops() [all …]
|
H A D | rootnex.c | 348 extern int (*psm_intr_ops)(dev_info_t *, ddi_intr_handle_impl_t *, 1383 if (psm_intr_ops == NULL) in rootnex_intr_ops() 1386 if ((*psm_intr_ops)(rdip, hdlp, PSM_INTR_OP_GET_CAP, result)) { in rootnex_intr_ops() 1392 if (psm_intr_ops == NULL) in rootnex_intr_ops() 1395 if ((*psm_intr_ops)(rdip, hdlp, PSM_INTR_OP_SET_CAP, result)) in rootnex_intr_ops() 1415 if ((psm_intr_ops == NULL) || in rootnex_intr_ops() 1420 if ((*psm_intr_ops)(rdip, hdlp, PSM_INTR_OP_SET_PRI, result) == in rootnex_intr_ops() 1442 if (psm_intr_ops == NULL) in rootnex_intr_ops() 1446 if ((*psm_intr_ops)(rdip, hdlp, PSM_INTR_OP_XLATE_VECTOR, in rootnex_intr_ops() 1461 if (psm_intr_ops == NULL) in rootnex_intr_ops() [all …]
|
/illumos-gate/usr/src/uts/i86pc/io/apix/ |
H A D | apix_irm.c | 41 extern int (*psm_intr_ops)(dev_info_t *, ddi_intr_handle_impl_t *, 128 if ((psm_intr_ops == NULL) || !apix_irm_chk_apix()) { in apix_irm_init() 205 psm_intr_ops_saved = psm_intr_ops; in apix_irm_init() 206 psm_intr_ops = apix_irm_intr_ops; in apix_irm_init() 246 if (!psm_intr_ops) in apix_irm_chk_apix() 251 if (((*psm_intr_ops)(NULL, &info_hdl, PSM_INTR_OP_APIC_TYPE, in apix_irm_chk_apix()
|
/illumos-gate/usr/src/uts/common/xen/io/ |
H A D | xpvd.c | 123 extern int (*psm_intr_ops)(dev_info_t *, ddi_intr_handle_impl_t *, 516 if (psm_intr_ops == NULL) in xpvd_intr_ops() 520 if ((*psm_intr_ops)(rdip, hdlp, PSM_INTR_OP_SET_PRI, result) == in xpvd_intr_ops() 570 if (psm_intr_ops == NULL) in xpvd_intr_ops() 573 if ((*psm_intr_ops)(rdip, hdlp, PSM_INTR_OP_SET_CAP, result)) { in xpvd_intr_ops() 581 if (psm_intr_ops == NULL) in xpvd_intr_ops() 593 if (psm_intr_ops == NULL) in xpvd_intr_ops() 661 (void) (*psm_intr_ops)(rdip, hdlp, PSM_INTR_OP_XLATE_VECTOR, &vector); in xpvd_enable_intr() 690 (void) (*psm_intr_ops)(rdip, hdlp, PSM_INTR_OP_XLATE_VECTOR, &vector); in xpvd_disable_intr()
|
/illumos-gate/usr/src/uts/intel/io/pci-ide/ |
H A D | pci-ide.c | 120 extern int (*psm_intr_ops)(dev_info_t *, ddi_intr_handle_impl_t *, 787 if (psm_intr_ops == NULL) in pciide_alloc_intr() 799 if ((*psm_intr_ops)(NULL, &info_hdl, PSM_INTR_OP_APIC_TYPE, NULL) == in pciide_alloc_intr() 812 ret = (*psm_intr_ops)(rdip, hdlp, in pciide_alloc_intr() 838 if (psm_intr_ops == NULL) in pciide_free_intr() 847 if ((*psm_intr_ops)(NULL, &info_hdl, PSM_INTR_OP_APIC_TYPE, NULL) == in pciide_free_intr() 859 return ((*psm_intr_ops)(rdip, hdlp, in pciide_free_intr()
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | mp_machdep.c | 161 int (*psm_intr_ops)(dev_info_t *, ddi_intr_handle_impl_t *, psm_intr_op_t, variable 901 total_ops = OFFSETOF(struct psm_ops, psm_intr_ops) / in mach_get_platform() 998 if (pops->psm_intr_ops) in mach_init() 999 psm_intr_ops = pops->psm_intr_ops; in mach_init()
|
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | psm_types.h | 186 int (*psm_intr_ops)(dev_info_t *dip, ddi_intr_handle_impl_t *handle, member
|