Searched refs:DDI_INTR_ALLOC_NORMAL (Results 1 - 25 of 45) sorted by relevance

12

/illumos-gate/usr/src/uts/common/sys/
H A Dddi_intr.h105 #define DDI_INTR_ALLOC_NORMAL 0 /* Non-strict alloc */ macro
H A Dddi_intr_impl.h136 (((f) == DDI_INTR_ALLOC_NORMAL) || ((f) == DDI_INTR_ALLOC_STRICT))
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Devtchn.c353 DDI_INTR_ALLOC_NORMAL);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_intr.c107 0, nreqd, &nallocd, DDI_INTR_ALLOC_NORMAL);
/illumos-gate/usr/src/uts/common/os/
H A Dddi_intr.c1223 DDI_INTR_ALLOC_NORMAL)) != DDI_SUCCESS) {
1297 DDI_INTR_ALLOC_NORMAL)) != DDI_SUCCESS) {
1345 inumber, 1, &actual, DDI_INTR_ALLOC_NORMAL)) != DDI_SUCCESS) {
/illumos-gate/usr/src/uts/common/io/virtio/
H A Dvirtio.c865 handler_count, &actual, DDI_INTR_ALLOC_NORMAL);
1016 DDI_INTR_TYPE_FIXED, 0, 1, &actual, DDI_INTR_ALLOC_NORMAL);
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_intr.c598 navail, &(sip->si_nalloc), DDI_INTR_ALLOC_NORMAL);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h72 #ifndef DDI_INTR_ALLOC_NORMAL
73 #define DDI_INTR_ALLOC_NORMAL 0 macro
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_intr.c845 DDI_INTR_ALLOC_NORMAL)) != DDI_SUCCESS)
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_intr.c623 DDI_INTR_ALLOC_STRICT : DDI_INTR_ALLOC_NORMAL);
/illumos-gate/usr/src/uts/common/io/audio/drv/audioens/
H A Daudioens.c486 &act, DDI_INTR_ALLOC_NORMAL) != DDI_SUCCESS) || (act != 1)) {
/illumos-gate/usr/src/uts/common/io/audio/drv/audiosolo/
H A Daudiosolo.c1139 0, 1, &actual, DDI_INTR_ALLOC_NORMAL) != DDI_SUCCESS) ||
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_gem.c1028 type, 0, 1, &actual, DDI_INTR_ALLOC_NORMAL);
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcieb.c1070 request, &count, DDI_INTR_ALLOC_NORMAL);
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_main.c1331 count, &actual, DDI_INTR_ALLOC_NORMAL);
/illumos-gate/usr/src/uts/common/io/sdcard/adapters/sdhost/
H A Dsdhost.c758 &count, DDI_INTR_ALLOC_NORMAL) != DDI_SUCCESS) ||
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhci.c524 DDI_INTR_ALLOC_STRICT:DDI_INTR_ALLOC_NORMAL;
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxge.c775 intr_behavior = DDI_INTR_ALLOC_NORMAL;
/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c750 0, 1, &actual, DDI_INTR_ALLOC_NORMAL) == DDI_SUCCESS) {
1432 DDI_INTR_ALLOC_NORMAL) != DDI_SUCCESS) {
1503 DDI_INTR_ALLOC_NORMAL) != DDI_SUCCESS)
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_main.c3857 DDI_INTR_ALLOC_NORMAL);
4012 DDI_INTR_ALLOC_NORMAL);
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c2044 DDI_INTR_ALLOC_NORMAL);
5076 request, &actual, DDI_INTR_ALLOC_NORMAL);
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c745 DDI_INTR_ALLOC_NORMAL, count, &actual, 0);
824 0, count, &actual, DDI_INTR_ALLOC_NORMAL);
892 DDI_INTR_ALLOC_NORMAL, count, &actual, 0);
/illumos-gate/usr/src/uts/common/io/atge/
H A Datge_main.c628 flag = DDI_INTR_ALLOC_NORMAL;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c2347 DDI_INTR_ALLOC_NORMAL);
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c877 DDI_INTR_ALLOC_STRICT:DDI_INTR_ALLOC_NORMAL;

Completed in 146 milliseconds

12