/illumos-gate/usr/src/uts/common/io/hxge/ |
H A D | hxge_main.c | 551 * Enable interrupts. in hxge_attach() 694 /* Stop interrupts. */ in hxge_unattach() 697 /* Stop any further interrupts. */ in hxge_unattach() 883 "==> hxge_unmap_regs: device interrupts")); in hxge_unmap_regs() 1024 * Enable hardware interrupts. in hxge_init() 3717 "interrupts registered : type %d", type)); in hxge_add_intrs() 3730 "==> hxge_add_intrs: failed to register interrupts")); in hxge_add_intrs() 3873 /* Free already allocated interrupts */ in hxge_add_intrs_adv_type() 3888 /* Free already allocated interrupts */ in hxge_add_intrs_adv_type() 4023 /* Free already allocated interrupts */ in hxge_add_intrs_adv_type_fix() [all …]
|
H A D | hxge_tdc_hw.h | 361 * interrupts, enable mb, send a single marked packet, wait for Ldf0, 362 * clear marked, repeat or 2) disable interrupts, never enable mb, 364 * state, clear marked/mMarked bits, repeat. If interrupts are 1138 * interrupts without needing to create the actual events. This 1177 * debug creation of interrupts without needing to create the actual
|
/illumos-gate/usr/src/uts/common/io/hme/ |
H A D | hme_mac.h | 189 #define HMEG_STATUS_NORMAL_INT 0x01810000 /* normal interrupts */ 191 #define HMEG_STATUS_INTR 0xfefffefc /* All interesting interrupts */ 242 /* uninteresting interrupts */ 245 * Interrupts which are not interesting are:
|
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/arcmsr/ |
H A D | arcmsr.c | 301 * Add interrupts needed. 2414 /* Determine number of supported interrupts */ in arcmsr_add_intr() 2418 "no interrupts of type %s, rc=0x%x, count=%d", in arcmsr_add_intr() 2432 arcmsr_log(acb, CE_NOTE, "Got %d interrupts, but requested %d", in arcmsr_add_intr() 2476 /* Disable all interrupts */ in arcmsr_remove_intr() 3226 /* disable all outbound interrupts */ in arcmsr_abort_dr_ccbs() 3463 /* disable all interrupts */ in arcmsr_disable_allintr() 3605 /* clear interrupts */ in arcmsr_hba_wait_msgint_ready() 3642 /* clear interrupts */ in arcmsr_hbb_wait_msgint_ready() 3681 /* clear interrupts */ in arcmsr_hbc_wait_msgint_ready() [all …]
|
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/ |
H A D | mptsas_var.h | 734 * variables for helper threads (fan-out interrupts) 879 ddi_intr_handle_t *m_htable; /* For array of interrupts */ 1170 * Mask all interrupts to disable 1177 * Mask Doorbell and Reset interrupts to enable reply desc int. 1442 #define NDBG6(args) MPTSAS_DBGPR(0x40, args) /* interrupts */
|
/illumos-gate/usr/src/uts/common/io/mii/ |
H A D | mii_qualsemi.c | 49 /* Disable QS6612 proprietary interrupts. */ in qs6612_reset()
|
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | mp_call.c | 27 * Facilities for cross-processor subroutine calls using "mailbox" interrupts.
|
/illumos-gate/usr/src/contrib/bhyve/dev/acpica/ |
H A D | acpi_hpet.h | 57 #define HPET_TCAP_PER_INT 0x00000010 /* Supports periodic interrupts */
|
/illumos-gate/usr/src/data/amdpmc/ |
H A D | f19h_zen4_core.json | 421 "summary": "Interrupts Taken", 422 "description": "Counts the number of interrupts taken.", 427 "description": "Number of Interrupts taken. This event is also counted when UnitMask[7:0]=0." 1109 …his includes all types of architectural control flow changes, including exceptions and interrupts." 1123 …his includes all types of architectural control flow changes, including exceptions and interrupts." 1137 …ng far call/jump/return, IRET, SYSCALL and SYSRET, plus exceptions and interrupts. Far control tra…
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | squeue.c | 106 * doesn't keep getting disturbed by high priority interrupts. As part 108 * the interrupts and switches to poll mode. In poll mode, when poll 643 * just disable the interrupts for drain by non worker (kernel in squeue_drain() 734 * We turn off interrupts for all userland threads in squeue_drain() 767 * turn the interrupts back on and we are done. in squeue_drain() 885 * Avoiding deadlocks with interrupts
|
/illumos-gate/usr/src/uts/common/io/rtls/ |
H A D | rtls.c | 391 * we don't support high level interrupts in the driver in rtls_attach() 487 * This will prevent receiving interrupts before device is ready, as in rtls_attach() 488 * we are initializing device after setting the interrupts. So we in rtls_attach() 1197 * Called when receive interrupts detected 1436 /* no need to hand other interrupts */ in rtls_intr() 1765 * No early-rx interrupts in rtls_chip_init()
|
/illumos-gate/usr/src/uts/intel/io/vmm/ |
H A D | vmm_vm.c | 114 * client access is not feasible when entering guest context, since interrupts 1074 * client. Interrupts (and/or the GIF) are expected to be disabled when calling 1088 * Since the NPT activation occurs with interrupts disabled, this must in vmc_table_enter() 1101 * page tables. Interrupts (and/or the GIF) must be enabled prior to calling 1127 * interrupts are disabled, it cannot pay heed to vmc_lock, so setting in vmc_space_hold() 1155 * interrupts are disabled, it cannot pay heed to vmc_lock, so clearing in vmc_space_release()
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | mp_startup.c | 371 * to drop to 0 (allowing device interrupts before we're ready) in in mp_cpu_configure_common() 1709 * interrupts, cmn_err, etc. Before we can do that, we want to in mp_startup_common() 1793 * Enable interrupts with spl set to LOCK_LEVEL. LOCK_LEVEL is the in mp_startup_common() 1797 * device interrupts that may end up in the hat layer issuing cross in mp_startup_common() 1901 /* Enable interrupts */ in mp_startup_common() 2028 * Take the specified CPU out of participation in interrupts. 2046 * Allow the specified CPU to participate in interrupts.
|
/illumos-gate/usr/src/uts/i86pc/boot/ |
H A D | boot_keyboard.c | 28 * support to continue after we take over interrupts and disable 510 * disable interrupts for the keyboard/mouse since we're already in kb_init()
|
/illumos-gate/usr/src/uts/sun/sys/ |
H A D | ser_zscc.h | 52 * nobody interrupts you in between. 77 * of the setting of WR9_VIS.) If no interrupts are pending, the modified
|
/illumos-gate/usr/src/uts/common/io/cpqary3/ |
H A D | cpqary3.h | 299 * Hardware & Software Interrupts, Cookies & Mutex. 331 * 0x34 Outbound Interrupt Mask - for masking Interrupts to host
|
/illumos-gate/usr/src/uts/common/io/chxge/com/ |
H A D | tp.c | 329 /* We don't use any TP interrupts */ in t1_tp_intr_enable() 374 /* FPGA doesn't support TP interrupts. */ in t1_tp_intr_handler()
|
/illumos-gate/usr/src/cmd/mdb/common/kmdb/ |
H A D | kaif_start.c | 315 * and enables interrupts. We'll then come back in via in kaif_main_loop() 380 * they'll have re-disabled interrupts, and will thus ignore in kaif_main_loop()
|
/illumos-gate/usr/src/uts/common/io/ipw/ |
H A D | ipw2100.c | 603 * stop the hardware; this mask all interrupts in ipw2100_cpr_suspend() 667 * enable all interrupts in ipw2100_cpr_resume() 707 * Disable and mask all interrupts. in ipw2100_quiesce() 1233 * all ipw2100 interrupts will be masked by this routine 1242 * disable interrupts in ipw2100_master_stop() 1265 * all ipw2100 interrupts will be masked by this routine 2688 * mask all interrupts in ipw2100_intr() 2693 * acknowledge all fired interrupts in ipw2100_intr() 2868 * enable all interrupts in ipw2100_intr()
|
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_nexus.c | 63 int intr_fwd; /* Interrupts forwarded */ 377 * calculating how many interrupts to attempt to allocate. in t4_devo_attach() 435 "Multiple rings disabled as interrupts are forwarded"); in t4_devo_attach() 487 * Setup Interrupts. in t4_devo_attach() 507 /* Multiple interrupts. The first one is always error intr */ in t4_devo_attach() 519 * direct interrupts. in t4_devo_attach() 593 sc->intr_type == DDI_INTR_TYPE_MSIX ? "MSI-X interrupts" : in t4_devo_attach() 594 sc->intr_type == DDI_INTR_TYPE_MSI ? "MSI interrupts" : in t4_devo_attach() 1828 * niqflint - max number of Ingress queues with interrupts on Rx in cfg_itype_and_nqueues() 1897 "failed to get # of interrupts for type %d: %d", in cfg_itype_and_nqueues()
|
/illumos-gate/usr/src/boot/i386/libi386/ |
H A D | amd64_tramp.S | 76 /* Be sure that interrupts are disabled */
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | avintr.h | 83 /* softing contains a bit field of software interrupts which are pending */
|
/illumos-gate/usr/src/uts/sun4u/os/ |
H A D | cpc_subr.c | 74 * Prepare for CPC interrupts and install an idle thread CPC context.
|
/illumos-gate/usr/src/man/man3c/ |
H A D | aio_waitn.3c | 23 interrupts the function, or if \fItimeout\fR is not \fINULL\fR, until the time
|
/illumos-gate/usr/src/man/man9f/ |
H A D | ddi_fm_ereport_post.9f | 94 A leaf device sends too many consecutive interrupts with no work to do.
|