Home
last modified time | relevance | path

Searched refs:intr_thread (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/sun4/ml/
H A Dinterrupt.s140 ! job queue for intr_thread or current_thread
145 ! intr_thread starts at DISP_LEVEL to prevent preemption
152 sethi %hi(intr_thread), %g1 ! %g1 = intr_thread
155 or %g1, %lo(intr_thread), %g1
338 intr_thread(struct regs *regs, uint64_t iv_p, uint_t pil)
368 ENTRY_NP(intr_thread)
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c440 emlxs_thread_create(hba, &hba->chan[i].intr_thread); in emlxs_msi_init()
570 emlxs_thread_destroy(&hba->chan[i].intr_thread); in emlxs_msi_uninit()
835 emlxs_thread_create(hba, &hba->chan[i].intr_thread); in emlxs_intx_init()
869 emlxs_thread_destroy(&hba->chan[i].intr_thread); in emlxs_intx_uninit()
H A Demlxs_fcp.c3871 emlxs_thread_trigger2(&cp->intr_thread, in emlxs_iotag_flush()
H A Demlxs_sli4.c5591 emlxs_thread_trigger2(&cp->intr_thread, in emlxs_sli4_hba_flush_chipq()
6996 emlxs_thread_trigger2(&cp->intr_thread, in emlxs_sli4_process_eq()
H A Demlxs_sli3.c4985 emlxs_thread_trigger2(&cp->intr_thread, emlxs_proc_channel, cp); in emlxs_sli3_handle_ring_event()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h327 emlxs_thread_t intr_thread; member