Home
last modified time | relevance | path

Searched refs:ih_private (Results 1 – 16 of 16) sorted by relevance

/titanic_44/usr/src/uts/i86pc/io/pci/
H A Dpci_kstats.c105 tmp_hdl.ih_private = (void *)&intrinfo; in pci_ih_ks_update()
147 ((ihdl_plat_t *)ih_p->ih_private)->ip_ticks; in pci_ih_ks_update()
199 ((ihdl_plat_t *)hdlp->ih_private)->ip_ksp = NULL; in pci_kstat_delete()
H A Dpci_common.c483 ((ihdl_plat_t *)hdlp->ih_private)->ip_ispecp = ispec; in pci_common_intr_ops()
516 ihdl_plat_datap = (ihdl_plat_t *)hdlp->ih_private; in pci_common_intr_ops()
526 ihdl_plat_datap = (ihdl_plat_t *)hdlp->ih_private; in pci_common_intr_ops()
733 tmp_hdl.ih_private = (void *)&intrinfo; in pci_common_intr_ops()
750 tmp_hdl.ih_private = (void *)(uintptr_t)*(int *)result; in pci_common_intr_ops()
805 info_hdl.ih_private = &type_info; in pci_alloc_intr_fixed()
812 if (hdlp->ih_private == NULL) { /* allocate phdl structure */ in pci_alloc_intr_fixed()
816 ((ihdl_plat_t *)hdlp->ih_private)->ip_ispecp = ispec; in pci_alloc_intr_fixed()
822 hdlp->ih_private = NULL; in pci_alloc_intr_fixed()
856 info_hdl.ih_private = &type_info; in pci_free_intr_fixed()
[all …]
H A Dpci_tools.c166 info_hdl.ih_private = &type_info; in pcitool_set_intr()
210 info_hdl.ih_private = (void *)(uintptr_t)iset.cpu_id; in pcitool_set_intr()
303 info_hdl.ih_private = &type_info; in pcitool_get_intr()
340 info_hdl.ih_private = &intr_info; in pcitool_get_intr()
466 info_hdl.ih_private = &type_info; in pcitool_intr_info()
/titanic_44/usr/src/uts/common/io/pci-ide/
H A Dpci-ide.c741 ((ihdl_plat_t *)hdlp->ih_private)->ip_ispecp = ispecp; in pciide_intr_ops()
798 info_hdl.ih_private = &type_info; in pciide_alloc_intr()
801 if (hdlp->ih_private == NULL) { /* allocate phdl structure */ in pciide_alloc_intr()
805 ((ihdl_plat_t *)hdlp->ih_private)->ip_ispecp = ispec; in pciide_alloc_intr()
846 info_hdl.ih_private = &type_info; in pciide_free_intr()
852 ((ihdl_plat_t *)hdlp->ih_private)->ip_ispecp = ispec; in pciide_free_intr()
/titanic_44/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_introp.c823 ispec = ((ihdl_plat_t *)hdlp->ih_private)->ip_ispecp; in apic_intr_ops()
857 ispec = ((ihdl_plat_t *)hdlp->ih_private)->ip_ispecp; in apic_intr_ops()
900 new_cpu = (int)(intptr_t)hdlp->ih_private; in apic_intr_ops()
933 hdlp->ih_vector, hdlp->ih_private) != PSM_SUCCESS) in apic_intr_ops()
937 ((apic_get_type_t *)(hdlp->ih_private))->avgi_type = in apic_intr_ops()
939 ((apic_get_type_t *)(hdlp->ih_private))->avgi_num_intr = in apic_intr_ops()
941 ((apic_get_type_t *)(hdlp->ih_private))->avgi_num_cpu = in apic_intr_ops()
/titanic_44/usr/src/uts/i86pc/io/
H A Disa.c858 ((ihdl_plat_t *)hdlp->ih_private)->ip_ispecp = ispec; in isa_intr_ops()
877 ((ihdl_plat_t *)hdlp->ih_private)->ip_ispecp = ispec; in isa_intr_ops()
950 info_hdl.ih_private = &type_info; in isa_alloc_intr_fixed()
953 if (hdlp->ih_private == NULL) { /* allocate phdl structure */ in isa_alloc_intr_fixed()
957 ((ihdl_plat_t *)hdlp->ih_private)->ip_ispecp = ispec; in isa_alloc_intr_fixed()
963 hdlp->ih_private = NULL; in isa_alloc_intr_fixed()
997 info_hdl.ih_private = &type_info; in isa_free_intr_fixed()
1002 ((ihdl_plat_t *)hdlp->ih_private)->ip_ispecp = ispec; in isa_free_intr_fixed()
H A Drootnex.c1453 ((ihdl_plat_t *)hdlp->ih_private)->ip_ispecp = ispec; in rootnex_intr_ops()
1472 ((ihdl_plat_t *)hdlp->ih_private)->ip_ispecp = ispec; in rootnex_intr_ops()
1615 info_hdl.ih_private = &type_info; in rootnex_alloc_intr_fixed()
1618 if (hdlp->ih_private == NULL) { /* allocate phdl structure */ in rootnex_alloc_intr_fixed()
1622 ((ihdl_plat_t *)hdlp->ih_private)->ip_ispecp = ispec; in rootnex_alloc_intr_fixed()
1628 hdlp->ih_private = NULL; in rootnex_alloc_intr_fixed()
1663 info_hdl.ih_private = &type_info; in rootnex_free_intr_fixed()
1668 ((ihdl_plat_t *)hdlp->ih_private)->ip_ispecp = ispec; in rootnex_free_intr_fixed()
/titanic_44/usr/src/uts/sun4/os/
H A Dddi_impl.c911 if ((hdlp->ih_private = (void *)add_softintr(hdlp->ih_pri, in i_ddi_add_softint()
924 ASSERT(hdlp->ih_private != NULL); in i_ddi_remove_softint()
926 if (rem_softintr((uint64_t)hdlp->ih_private) == 0) in i_ddi_remove_softint()
927 hdlp->ih_private = NULL; in i_ddi_remove_softint()
938 ASSERT(hdlp->ih_private != NULL); in i_ddi_trigger_softint()
941 if ((ret = update_softint_arg2((uint64_t)hdlp->ih_private, arg2)) == 0) in i_ddi_trigger_softint()
942 setsoftint((uint64_t)hdlp->ih_private); in i_ddi_trigger_softint()
956 ASSERT(hdlp->ih_private != NULL); in i_ddi_set_softint_pri()
959 ret = update_softint_pri((uint64_t)hdlp->ih_private, hdlp->ih_pri); in i_ddi_set_softint_pri()
/titanic_44/usr/src/uts/common/sys/
H A Dddi_intr_impl.h113 void *ih_private; /* Platform specific data */ member
181 void *ih_private; /* Platform specific data */ member
/titanic_44/usr/src/uts/i86pc/io/apix/
H A Dapix.c1168 if ((ihdl_plat_t *)hdlp->ih_private == NULL) { in apix_intr_ops()
1171 ispec = ((ihdl_plat_t *)hdlp->ih_private)->ip_ispecp; in apix_intr_ops()
1268 target = (int)(intptr_t)hdlp->ih_private; in apix_intr_ops()
1310 if (apix_get_intr_info(hdlp, hdlp->ih_private) != PSM_SUCCESS) in apix_intr_ops()
1351 ((apic_get_type_t *)(hdlp->ih_private))->avgi_type = in apix_intr_ops()
1353 ((apic_get_type_t *)(hdlp->ih_private))->avgi_num_intr = in apix_intr_ops()
1355 ((apic_get_type_t *)(hdlp->ih_private))->avgi_num_cpu = in apix_intr_ops()
H A Dapix_irm.c250 info_hdl.ih_private = &type_info; in apix_irm_chk_apix()
/titanic_44/usr/src/uts/common/xen/io/
H A Dxpvd.c640 ihdl_plat_t *ihdl_plat_datap = (ihdl_plat_t *)hdlp->ih_private; in xpvd_enable_intr()
671 ihdl_plat_t *ihdl_plat_datap = (ihdl_plat_t *)hdlp->ih_private; in xpvd_disable_intr()
/titanic_44/usr/src/uts/i86xpv/io/psm/
H A Dxpv_psm.c710 ispec = ((ihdl_plat_t *)hdlp->ih_private)->ip_ispecp; in xen_intr_ops()
745 ispec = ((ihdl_plat_t *)hdlp->ih_private)->ip_ispecp; in xen_intr_ops()
769 hdlp->ih_vector, hdlp->ih_private) != PSM_SUCCESS) in xen_intr_ops()
/titanic_44/usr/src/uts/i86pc/os/
H A Dddi_impl.c938 hdlp->ih_private = (void *)kmem_zalloc(sizeof (ihdl_plat_t), KM_SLEEP); in i_ddi_alloc_intr_phdl()
944 kmem_free(hdlp->ih_private, sizeof (ihdl_plat_t)); in i_ddi_free_intr_phdl()
945 hdlp->ih_private = NULL; in i_ddi_free_intr_phdl()
H A Dmp_machdep.c1753 ispec = ((ihdl_plat_t *)hdlp->ih_private)->ip_ispecp; in mach_intr_ops()
/titanic_44/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c5165 ((ihdl_plat_t *)hdlp->ih_private)->ip_ispecp = ispecp; in pcmcia_intr_add_isr()
5231 ((ihdl_plat_t *)hdlp->ih_private)->ip_ispecp != in pcmcia_intr_enable_isr()
5342 ((ihdl_plat_t *)hdlp->ih_private)->ip_ispecp != in pcmcia_intr_remove_isr()
5405 (ihdl_plat_t *)hdlp->ih_private; in pcmcia_intr_disable_isr()
5532 ((ihdl_plat_t *)hdlp->ih_private)->ip_ispecp = ispecp; in pcmcia_intr_ops()