Home
last modified time | relevance | path

Searched refs:DDI_IPL_0 (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ena/
H A Dena_watchdog.c139 (void *)ena, ENA_WATCHDOG_INTERVAL_NS, DDI_IPL_0); in ena_enable_watchdog()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smrt/
H A Dsmrt.c367 SMRT_PERIODIC_RATE * NANOSEC, DDI_IPL_0); in smrt_attach()
/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx.c1776 DDI_IPL_0); in mlxcx_setup_checktimers()
1781 DDI_IPL_0); in mlxcx_setup_checktimers()
1786 DDI_IPL_0); in mlxcx_setup_checktimers()
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_main.c1847 RGE_CYCLIC_PERIOD, DDI_IPL_0); in rge_attach()
/illumos-gate/usr/src/uts/common/sys/
H A Dsunddi.h2241 #define DDI_IPL_0 (0) /* kernel context */ macro
/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe_main.c2751 dmfe_tick_us * 1000, DDI_IPL_0); in dmfe_attach()
/illumos-gate/usr/src/uts/common/io/bfe/
H A Dbfe.c706 (void *)bfe, BFE_TIMEOUT_INTERVAL, DDI_IPL_0); in bfe_startup_phy()
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_main.c2550 NGE_CYCLIC_PERIOD, DDI_IPL_0); in nge_attach()
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_main.c3422 I40E_CYCLIC_PERIOD, DDI_IPL_0); in i40e_attach()
/illumos-gate/usr/src/uts/common/io/vr/
H A Dvr.c1971 ddi_periodic_add(vr_periodic, vrp, VR_CHECK_INTERVAL, DDI_IPL_0); in vr_mac_start()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c1778 DDI_IPL_0); in hermon_hw_init()
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_main2.c4090 BGE_CYCLIC_PERIOD, DDI_IPL_0);
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c652 IXGBE_CYCLIC_PERIOD, DDI_IPL_0); in ixgbe_attach()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c3257 200ULL * (NANOSEC / MILLISEC), DDI_IPL_0); in e1000g_led_set()
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c5032 if (level < DDI_IPL_0 || level > DDI_IPL_10) in ddi_periodic_add()