Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/scsi/adapters/smrt/
H A Dsmrt.c367 SMRT_PERIODIC_RATE * NANOSEC, DDI_IPL_0); in smrt_attach()
/titanic_44/usr/src/uts/common/sys/
H A Dsunddi.h2216 #define DDI_IPL_0 (0) /* kernel context */ macro
/titanic_44/usr/src/uts/common/io/rge/
H A Drge_main.c1847 RGE_CYCLIC_PERIOD, DDI_IPL_0); in rge_attach()
/titanic_44/usr/src/uts/common/io/dmfe/
H A Ddmfe_main.c2751 dmfe_tick_us * 1000, DDI_IPL_0); in dmfe_attach()
/titanic_44/usr/src/uts/common/io/bfe/
H A Dbfe.c706 (void *)bfe, BFE_TIMEOUT_INTERVAL, DDI_IPL_0); in bfe_startup_phy()
/titanic_44/usr/src/uts/common/io/nge/
H A Dnge_main.c2550 NGE_CYCLIC_PERIOD, DDI_IPL_0); in nge_attach()
/titanic_44/usr/src/uts/common/io/i40e/
H A Di40e_main.c3313 I40E_CYCLIC_PERIOD, DDI_IPL_0); in i40e_attach()
/titanic_44/usr/src/uts/common/io/vr/
H A Dvr.c1967 ddi_periodic_add(vr_periodic, vrp, VR_CHECK_INTERVAL, DDI_IPL_0); in vr_mac_start()
/titanic_44/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c1778 DDI_IPL_0); in hermon_hw_init()
/titanic_44/usr/src/uts/common/io/bge/
H A Dbge_main2.c4114 BGE_CYCLIC_PERIOD, DDI_IPL_0);
/titanic_44/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c633 IXGBE_CYCLIC_PERIOD, DDI_IPL_0); in ixgbe_attach()
/titanic_44/usr/src/uts/common/io/e1000g/
H A De1000g_main.c3221 200ULL * (NANOSEC / MILLISEC), DDI_IPL_0); in e1000g_led_set()
/titanic_44/usr/src/uts/common/os/
H A Dsunddi.c5101 if (level < DDI_IPL_0 || level > DDI_IPL_10) in ddi_periodic_add()