Searched refs:DDI_INTR_FLAG_BLOCK (Results 1 - 25 of 48) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_intr.c241 if (dev->intr_cap & DDI_INTR_FLAG_BLOCK) {
281 if (dev->intr_cap & DDI_INTR_FLAG_BLOCK) {
/illumos-gate/usr/src/uts/common/sys/
H A Dddi_intr.h87 #define DDI_INTR_FLAG_BLOCK 0x0100 /* (RO) requires block enable */ macro
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_intr.c265 if (sip->si_cap & DDI_INTR_FLAG_BLOCK) {
300 if (!(sip->si_cap & DDI_INTR_FLAG_BLOCK)) {
352 if (sip->si_cap & DDI_INTR_FLAG_BLOCK) {
/illumos-gate/usr/src/uts/common/os/
H A Dddi_intr.c763 (hdlp->ih_cap & DDI_INTR_FLAG_BLOCK))) {
798 (hdlp->ih_cap & DDI_INTR_FLAG_BLOCK))) {
836 !(hdlp->ih_cap & DDI_INTR_FLAG_BLOCK)) {
883 !(hdlp->ih_cap & DDI_INTR_FLAG_BLOCK)) {
/illumos-gate/usr/src/uts/common/io/virtio/
H A Dvirtio.c1111 if (sc->sc_intr_cap & DDI_INTR_FLAG_BLOCK) {
1210 if (sc->sc_intr_cap & DDI_INTR_FLAG_BLOCK) {
1299 if (sc->sc_intr_cap & DDI_INTR_FLAG_BLOCK) {
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fm.c504 if (state->hs_intrmsi_cap & DDI_INTR_FLAG_BLOCK) {
715 if (state->hs_intrmsi_cap & DDI_INTR_FLAG_BLOCK) {
734 if (state->hs_intrmsi_cap & DDI_INTR_FLAG_BLOCK) {
/illumos-gate/usr/src/uts/common/io/sdcard/adapters/sdhost/
H A Dsdhost.c392 if (shp->sh_icap & DDI_INTR_FLAG_BLOCK) {
408 if (shp->sh_icap & DDI_INTR_FLAG_BLOCK) {
460 if (shp->sh_icap & DDI_INTR_FLAG_BLOCK) {
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_intr.c1096 if (pBlock->intrCapability & DDI_INTR_FLAG_BLOCK)
1138 if (pBlock->intrCapability & DDI_INTR_FLAG_BLOCK)
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_impl.c830 if (intrcap0 & DDI_INTR_FLAG_BLOCK) {
874 (intrcap0 & DDI_INTR_FLAG_BLOCK) ? "(block)" :
887 if (iommu->aiomt_intr_cap & DDI_INTR_FLAG_BLOCK) {
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_main.c1410 if (rgep->intr_cap & DDI_INTR_FLAG_BLOCK) {
1784 if (rgep->intr_cap & DDI_INTR_FLAG_BLOCK) {
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhci.c379 } else if (uhcip->uhci_intr_cap & DDI_INTR_FLAG_BLOCK) {
671 if (uhcip->uhci_intr_cap & DDI_INTR_FLAG_BLOCK) {
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxge.c988 if (lldev->intr_cap & DDI_INTR_FLAG_BLOCK) {
1030 if (lldev->intr_cap & DDI_INTR_FLAG_BLOCK) {
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_main.c1453 if (dp->intrCap & DDI_INTR_FLAG_BLOCK) {
1526 if (dp->intrCap & DDI_INTR_FLAG_BLOCK) {
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h69 #ifndef DDI_INTR_FLAG_BLOCK
70 #define DDI_INTR_FLAG_BLOCK 0x100 macro
/illumos-gate/usr/src/uts/common/io/
H A Dpci_intr_lib.c176 *flagsp |= DDI_INTR_FLAG_BLOCK;
/illumos-gate/usr/src/uts/common/io/atge/
H A Datge_main.c729 if (atgep->atge_intr_cap & DDI_INTR_FLAG_BLOCK) {
753 if (atgep->atge_intr_cap & DDI_INTR_FLAG_BLOCK) {
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c1966 if (sc->intr_cap & DDI_INTR_FLAG_BLOCK)
2005 if (sc->intr_cap & DDI_INTR_FLAG_BLOCK)
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor.c1010 if (state->ts_intrmsi_cap & DDI_INTR_FLAG_BLOCK) {
1049 if (state->ts_intrmsi_cap & DDI_INTR_FLAG_BLOCK) {
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c2257 if (pwp->intr_cap & DDI_INTR_FLAG_BLOCK) {
2490 if (pwp->intr_cap & DDI_INTR_FLAG_BLOCK) {
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c977 if (ehcip->ehci_intr_cap & DDI_INTR_FLAG_BLOCK) {
1977 if (ehcip->ehci_intr_cap & DDI_INTR_FLAG_BLOCK) {
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_main.c2493 if (ngep->intr_cap & DDI_INTR_FLAG_BLOCK) {
3052 if (ngep->intr_cap & DDI_INTR_FLAG_BLOCK) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c647 if (intr_cap[0] & DDI_INTR_FLAG_BLOCK) {
726 if (intr_cap[0] & DDI_INTR_FLAG_BLOCK) {
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_main.c1026 if (i40e->i40e_intr_cap & DDI_INTR_FLAG_BLOCK) {
1057 if (i40e->i40e_intr_cap & DDI_INTR_FLAG_BLOCK) {
/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme.c2380 if (nvme->n_intr_cap & DDI_INTR_FLAG_BLOCK)
2468 if (nvme->n_intr_cap & DDI_INTR_FLAG_BLOCK)
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcieb.c1153 if (intr_cap & DDI_INTR_FLAG_BLOCK) {

Completed in 139 milliseconds

12