Searched refs:hpt_timeout (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/hpt27xx/ |
H A D | hpt27xx_osm_bsd.c | 423 static void hpt_timeout(void *arg) in hpt_timeout() function 525 callout_reset(&ext->timeout, HPT_OSM_TIMEOUT, hpt_timeout, pCmd); in hpt_io_dmamap_callback()
|
/freebsd/sys/dev/hptrr/ |
H A D | hptrr_osm_bsd.c | 427 static void hpt_timeout(void *arg) in hpt_timeout() function 532 callout_reset(&ext->timeout, HPT_OSM_TIMEOUT, hpt_timeout, pCmd); in hpt_io_dmamap_callback()
|
/freebsd/sys/dev/hptnr/ |
H A D | hptnr_osm_bsd.c | 425 static void hpt_timeout(void *arg) in hpt_timeout() function 572 callout_reset(&ext->timeout, HPT_OSM_TIMEOUT, hpt_timeout, pCmd); in hpt_io_dmamap_callback()
|
/freebsd/sys/dev/hptmv/ |
H A D | entry.c | 2598 hpt_timeout(void *arg) in hpt_timeout() function 2647 callout_reset(&pmap->timeout, 20 * hz, hpt_timeout, ccb); in hpt_io_dmamap_callback()
|