Searched refs:hpt_timeout (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c428 static void hpt_timeout(void *arg) function
447 untimeout(hpt_timeout, pCmd, ccb->ccb_h.timeout_ch);
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);
/freebsd-10.2-release/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c427 static void hpt_timeout(void *arg) function
532 callout_reset(&ext->timeout, HPT_OSM_TIMEOUT, hpt_timeout, pCmd);
/freebsd-10.2-release/sys/dev/hptmv/
H A Dentry.c2722 hpt_timeout(void *arg) function
2769 pmap->timeout_ch = timeout(hpt_timeout, (caddr_t)ccb, 20*hz);
2991 untimeout(hpt_timeout, (caddr_t)ccb, pmap->timeout_ch);
/freebsd-10.2-release/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c421 static void hpt_timeout(void *arg) function
568 callout_reset(&ext->timeout, HPT_OSM_TIMEOUT, hpt_timeout, pCmd);

Completed in 65 milliseconds