Home
last modified time | relevance | path

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

/freebsd-14.2/sys/cam/
H A Dcam_debug.h82 extern uint32_t cam_debug_delay;
98 if (cam_debug_delay != 0) \
99 DELAY(cam_debug_delay); \
109 if (cam_debug_delay != 0) \
110 DELAY(cam_debug_delay); \
117 if (cam_debug_delay != 0) \
118 DELAY(cam_debug_delay); \
125 if (cam_debug_delay != 0) \
126 DELAY(cam_debug_delay); \
H A Dcam_xpt.c215 uint32_t cam_debug_delay = CAM_DEBUG_DELAY; variable
217 &cam_debug_delay, 0, "Delay in us after each debug message");