Home
last modified time | relevance | path

Searched refs:ccb_timeout (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/disk/sili/
HDsili.c238 callout_init(&ccb->ccb_timeout); in sili_port_alloc()
1092 callout_cancel(&ccb->ccb_timeout); in sili_port_hardstop()
1392 callout_reset(&ccb->ccb_timeout, in sili_start_timeout()
2404 callout_cancel(&ccb->ccb_timeout); in sili_ata_cmd_done()
2483 callout_stop(&ccb->ccb_timeout); in sili_core_timeout()
HDsili.h726 struct callout ccb_timeout; member
/dragonfly/sys/dev/disk/ahci/
HDahci.c418 callout_init_mp(&ccb->ccb_timeout); in ahci_port_alloc()
1823 callout_cancel(&ccb->ccb_timeout);
1844 callout_cancel(&ccb->ccb_timeout);
2147 callout_reset(&ccb->ccb_timeout,
3705 callout_cancel(&ccb->ccb_timeout);
HDahci.h425 struct callout ccb_timeout; member