HomeSort by: relevance | last modified time | path
    Searched defs:ips_timeout (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
ips.c 110 #define IPS_TIMEOUT 60000 /* ms */
490 void ips_timeout(void *);
1313 callout_reset(&xs->xs_callout, timeout, ips_timeout, ccb);
1368 timo = ccb->c_xfer ? ccb->c_xfer->timeout : IPS_TIMEOUT;
1634 ips_timeout(void *arg) function in typeref:typename:void
ips.c 110 #define IPS_TIMEOUT 60000 /* ms */
490 void ips_timeout(void *);
1313 callout_reset(&xs->xs_callout, timeout, ips_timeout, ccb);
1368 timo = ccb->c_xfer ? ccb->c_xfer->timeout : IPS_TIMEOUT;
1634 ips_timeout(void *arg) function in typeref:typename:void

Completed in 51 milliseconds