Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cam/
H A Dcam_debug.h84 extern u_int32_t cam_debug_delay;
100 if (cam_debug_delay != 0) \
101 DELAY(cam_debug_delay); \
111 if (cam_debug_delay != 0) \
112 DELAY(cam_debug_delay); \
119 if (cam_debug_delay != 0) \
120 DELAY(cam_debug_delay); \
127 if (cam_debug_delay != 0) \
128 DELAY(cam_debug_delay); \
H A Dcam_xpt.c228 u_int32_t cam_debug_delay = CAM_DEBUG_DELAY; variable
230 &cam_debug_delay, 0, "Delay in us after each debug message");