Home
last modified time | relevance | path

Searched refs:RSM_INTR_CALLBACK (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c3619 RSM_KERNEL_AGENT | RSM_FUNC_ALL | RSM_INTR_CALLBACK); in rsm_intr_segconnect()
3653 RSM_KERNEL_AGENT | RSM_FUNC_ALL | RSM_INTR_CALLBACK); in rsm_force_unload()
3702 RSM_KERNEL_AGENT | RSM_FUNC_ALL | RSM_INTR_CALLBACK); in rsm_intr_reply()
3741 RSM_KERNEL_AGENT | RSM_FUNC_ALL | RSM_INTR_CALLBACK); in rsm_sqready_ack_deferred()
3796 RSM_KERNEL_AGENT | RSM_FUNC_ALL | RSM_INTR_CALLBACK); in rsm_proc_sqready()
3877 RSM_KERNEL_AGENT | RSM_FUNC_ALL | RSM_INTR_CALLBACK); in rsm_proc_sqready_ack()
3958 RSM_INTR_CALLBACK | RSM_FLOWCONTROL); in rsm_add_credits()
4024 RSM_KERNEL_AGENT | RSM_FUNC_ALL | RSM_INTR_CALLBACK); in rsm_intr_event()
4095 RSM_KERNEL_AGENT | RSM_FUNC_ALL | RSM_INTR_CALLBACK); in importer_update()
4132 RSM_KERNEL_AGENT | RSM_FUNC_ALL | RSM_INTR_CALLBACK); in rsm_suspend_complete()
[all …]
/illumos-gate/usr/src/uts/common/sys/rsm/
H A Drsm.h103 #define RSM_INTR_CALLBACK 0x0080 /* interrupt processing */ macro