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 D | smrt.c | 367 SMRT_PERIODIC_RATE * NANOSEC, DDI_IPL_0); in smrt_attach()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | sunddi.h | 2216 #define DDI_IPL_0 (0) /* kernel context */ macro
|
/titanic_44/usr/src/uts/common/io/rge/ |
H A D | rge_main.c | 1847 RGE_CYCLIC_PERIOD, DDI_IPL_0); in rge_attach()
|
/titanic_44/usr/src/uts/common/io/dmfe/ |
H A D | dmfe_main.c | 2751 dmfe_tick_us * 1000, DDI_IPL_0); in dmfe_attach()
|
/titanic_44/usr/src/uts/common/io/bfe/ |
H A D | bfe.c | 706 (void *)bfe, BFE_TIMEOUT_INTERVAL, DDI_IPL_0); in bfe_startup_phy()
|
/titanic_44/usr/src/uts/common/io/nge/ |
H A D | nge_main.c | 2550 NGE_CYCLIC_PERIOD, DDI_IPL_0); in nge_attach()
|
/titanic_44/usr/src/uts/common/io/i40e/ |
H A D | i40e_main.c | 3313 I40E_CYCLIC_PERIOD, DDI_IPL_0); in i40e_attach()
|
/titanic_44/usr/src/uts/common/io/vr/ |
H A D | vr.c | 1967 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 D | hermon.c | 1778 DDI_IPL_0); in hermon_hw_init()
|
/titanic_44/usr/src/uts/common/io/bge/ |
H A D | bge_main2.c | 4114 BGE_CYCLIC_PERIOD, DDI_IPL_0);
|
/titanic_44/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_main.c | 633 IXGBE_CYCLIC_PERIOD, DDI_IPL_0); in ixgbe_attach()
|
/titanic_44/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_main.c | 3221 200ULL * (NANOSEC / MILLISEC), DDI_IPL_0); in e1000g_led_set()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | sunddi.c | 5101 if (level < DDI_IPL_0 || level > DDI_IPL_10) in ddi_periodic_add()
|