/titanic_50/usr/src/uts/common/io/scsi/adapters/smrt/ |
H A D | smrt_interrupts.c | 72 if (smrt->smrt_interrupt_cap & DDI_INTR_FLAG_BLOCK) { in smrt_interrupts_disable() 89 if (smrt->smrt_interrupt_cap & DDI_INTR_FLAG_BLOCK) { in smrt_interrupts_enable()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/oce/ |
H A D | oce_intr.c | 241 if (dev->intr_cap & DDI_INTR_FLAG_BLOCK) { in oce_ei() 281 if (dev->intr_cap & DDI_INTR_FLAG_BLOCK) { in oce_di()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | ddi_intr.h | 87 #define DDI_INTR_FLAG_BLOCK 0x0100 /* (RO) requires block enable */ macro
|
/titanic_50/usr/src/uts/common/os/ |
H A D | ddi_intr.c | 763 (hdlp->ih_cap & DDI_INTR_FLAG_BLOCK))) { in ddi_intr_enable() 798 (hdlp->ih_cap & DDI_INTR_FLAG_BLOCK))) { in ddi_intr_disable() 836 !(hdlp->ih_cap & DDI_INTR_FLAG_BLOCK)) { in ddi_intr_block_enable() 883 !(hdlp->ih_cap & DDI_INTR_FLAG_BLOCK)) { in ddi_intr_block_disable()
|
/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_fm.c | 504 if (state->hs_intrmsi_cap & DDI_INTR_FLAG_BLOCK) { in hermon_fm_ereport_init() 715 if (state->hs_intrmsi_cap & DDI_INTR_FLAG_BLOCK) { in hermon_fm_ereport_init() 734 if (state->hs_intrmsi_cap & DDI_INTR_FLAG_BLOCK) { in hermon_fm_ereport_init()
|
/titanic_50/usr/src/uts/common/io/virtio/ |
H A D | virtio.c | 1111 if (sc->sc_intr_cap & DDI_INTR_FLAG_BLOCK) { in virtio_enable_msi() 1210 if (sc->sc_intr_cap & DDI_INTR_FLAG_BLOCK) { in virtio_enable_msi() 1299 if (sc->sc_intr_cap & DDI_INTR_FLAG_BLOCK) { in virtio_release_ints()
|
/titanic_50/usr/src/uts/common/io/sdcard/adapters/sdhost/ |
H A D | sdhost.c | 392 if (shp->sh_icap & DDI_INTR_FLAG_BLOCK) { in sdhost_attach() 408 if (shp->sh_icap & DDI_INTR_FLAG_BLOCK) { in sdhost_attach() 460 if (shp->sh_icap & DDI_INTR_FLAG_BLOCK) { in sdhost_detach()
|
/titanic_50/usr/src/uts/common/io/bnxe/ |
H A D | bnxe_intr.c | 1096 if (pBlock->intrCapability & DDI_INTR_FLAG_BLOCK) in BnxeIntrBlockEnable() 1138 if (pBlock->intrCapability & DDI_INTR_FLAG_BLOCK) in BnxeIntrBlockDisable()
|
/titanic_50/usr/src/uts/common/io/xge/drv/ |
H A D | xge.c | 988 if (lldev->intr_cap & DDI_INTR_FLAG_BLOCK) { in xge_enable_intrs() 1030 if (lldev->intr_cap & DDI_INTR_FLAG_BLOCK) { in xge_disable_intrs()
|
/titanic_50/usr/src/uts/i86pc/io/amd_iommu/ |
H A D | amd_iommu_impl.c | 830 if (intrcap0 & DDI_INTR_FLAG_BLOCK) { in amd_iommu_setup_interrupts() 874 (intrcap0 & DDI_INTR_FLAG_BLOCK) ? "(block)" : in amd_iommu_setup_interrupts() 887 if (iommu->aiomt_intr_cap & DDI_INTR_FLAG_BLOCK) { in amd_iommu_teardown_interrupts()
|
/titanic_50/usr/src/uts/common/io/usb/hcd/uhci/ |
H A D | uhci.c | 379 } else if (uhcip->uhci_intr_cap & DDI_INTR_FLAG_BLOCK) { in uhci_attach() 671 if (uhcip->uhci_intr_cap & DDI_INTR_FLAG_BLOCK) { in uhci_rem_intrs()
|
/titanic_50/usr/src/uts/common/io/rge/ |
H A D | rge_main.c | 1410 if (rgep->intr_cap & DDI_INTR_FLAG_BLOCK) { in rge_rem_intrs() 1784 if (rgep->intr_cap & DDI_INTR_FLAG_BLOCK) { in rge_attach()
|
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_api.h | 69 #ifndef DDI_INTR_FLAG_BLOCK 70 #define DDI_INTR_FLAG_BLOCK 0x100 macro
|
/titanic_50/usr/src/uts/common/io/ |
H A D | pci_intr_lib.c | 176 *flagsp |= DDI_INTR_FLAG_BLOCK; in pci_msi_get_cap()
|
/titanic_50/usr/src/uts/common/io/atge/ |
H A D | atge_main.c | 729 if (atgep->atge_intr_cap & DDI_INTR_FLAG_BLOCK) { in atge_remove_intr() 753 if (atgep->atge_intr_cap & DDI_INTR_FLAG_BLOCK) { in atge_enable_intrs()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_hba.c | 647 if (intr_cap[0] & DDI_INTR_FLAG_BLOCK) { in emlxs_msi_add() 726 if (intr_cap[0] & DDI_INTR_FLAG_BLOCK) { in emlxs_msi_remove()
|
/titanic_50/usr/src/uts/common/io/i40e/ |
H A D | i40e_main.c | 1066 if (i40e->i40e_intr_cap & DDI_INTR_FLAG_BLOCK) { in i40e_enable_interrupts() 1097 if (i40e->i40e_intr_cap & DDI_INTR_FLAG_BLOCK) { in i40e_disable_interrupts()
|
/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor.c | 1010 if (state->ts_intrmsi_cap & DDI_INTR_FLAG_BLOCK) { in tavor_isr_init() 1049 if (state->ts_intrmsi_cap & DDI_INTR_FLAG_BLOCK) { in tavor_isr_fini()
|
/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_nexus.c | 1966 if (sc->intr_cap & DDI_INTR_FLAG_BLOCK) in adapter_full_init() 2005 if (sc->intr_cap & DDI_INTR_FLAG_BLOCK) in adapter_full_uninit()
|
/titanic_50/usr/src/uts/common/io/nge/ |
H A D | nge_main.c | 2493 if (ngep->intr_cap & DDI_INTR_FLAG_BLOCK) { in nge_attach() 3052 if (ngep->intr_cap & DDI_INTR_FLAG_BLOCK) { in nge_rem_intrs()
|
/titanic_50/usr/src/uts/common/io/hxge/ |
H A D | hxge_main.c | 4125 if (intrp->intr_cap & DDI_INTR_FLAG_BLOCK) { in hxge_remove_intrs() 4186 if (intrp->intr_cap & DDI_INTR_FLAG_BLOCK) { in hxge_intrs_enable() 4225 if (intrp->intr_cap & DDI_INTR_FLAG_BLOCK) { in hxge_intrs_disable()
|
/titanic_50/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_util.c | 977 if (ehcip->ehci_intr_cap & DDI_INTR_FLAG_BLOCK) { in ehci_add_intrs() 1977 if (ehcip->ehci_intr_cap & DDI_INTR_FLAG_BLOCK) { in ehci_rem_intrs()
|
/titanic_50/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_attach.c | 2257 if (pwp->intr_cap & DDI_INTR_FLAG_BLOCK) { in pmcs_disable_intrs() 2490 if (pwp->intr_cap & DDI_INTR_FLAG_BLOCK) { in pmcs_setup_intr()
|
/titanic_50/usr/src/uts/common/io/pciex/ |
H A D | pcieb.c | 1153 if (intr_cap & DDI_INTR_FLAG_BLOCK) { in pcieb_intr_init()
|
/titanic_50/usr/src/uts/common/io/yge/ |
H A D | yge.c | 1133 if (dev->d_intrcap & DDI_INTR_FLAG_BLOCK) { in yge_intr_enable() 1148 if (dev->d_intrcap & DDI_INTR_FLAG_BLOCK) { in yge_intr_disable()
|