Searched refs:HPT_OSM_TIMEOUT (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/hpt27xx/
H A Dos_bsd.h196 #define HPT_OSM_TIMEOUT (20*hz) /* timeout value for OS commands */ macro
H A Dhpt27xx_osm_bsd.c322 while (hpt_sleep(vbus_ext, pCmd, PPAUSE, "hptfls", HPT_OSM_TIMEOUT)) {
561 callout_reset(&ext->timeout, HPT_OSM_TIMEOUT, hpt_timeout, pCmd);
563 ext->ccb->ccb_h.timeout_ch = timeout(hpt_timeout, pCmd, HPT_OSM_TIMEOUT);
834 ccb->ccb_h.timeout_ch = timeout(hpt_timeout, pCmd, HPT_OSM_TIMEOUT);
1010 if (hpt_sleep(vbus_ext, ioctl_args, PPAUSE, "hptctl", HPT_OSM_TIMEOUT)==0)
/freebsd-11-stable/sys/dev/hptnr/
H A Dos_bsd.h194 #define HPT_OSM_TIMEOUT (120*hz) /* timeout value for OS commands */ macro
H A Dhptnr_osm_bsd.c318 while (hpt_sleep(vbus_ext, pCmd, PPAUSE, "hptfls", HPT_OSM_TIMEOUT)) {
568 callout_reset(&ext->timeout, HPT_OSM_TIMEOUT, hpt_timeout, pCmd);
1205 if (hpt_sleep(vbus_ext, ioctl_args, PPAUSE, "hptctl", HPT_OSM_TIMEOUT)==0)
/freebsd-11-stable/sys/dev/hptrr/
H A Dos_bsd.h195 #define HPT_OSM_TIMEOUT (20*hz) /* timeout value for OS commands */ macro
H A Dhptrr_osm_bsd.c324 while (hpt_sleep(vbus_ext, pCmd, PPAUSE, "hptfls", HPT_OSM_TIMEOUT)) {
532 callout_reset(&ext->timeout, HPT_OSM_TIMEOUT, hpt_timeout, pCmd);
853 if (hpt_sleep(vbus_ext, ioctl_args, PPAUSE, "hptctl", HPT_OSM_TIMEOUT)==0)
/freebsd-11-stable/sys/dev/hptiop/
H A Dhptiop.h469 #define HPT_OSM_TIMEOUT (20*hz) /* timeout value for OS commands */ macro
H A Dhptiop.c1124 PPAUSE, "hptctl", HPT_OSM_TIMEOUT)==0)
1252 "hptctl", HPT_OSM_TIMEOUT)==0)
1349 "hptctl", HPT_OSM_TIMEOUT)==0)

Completed in 92 milliseconds