Searched refs:ccb_tcmax (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/sys/cam/scsi/
H A Dscsi_low.c819 cb->ccb_tcmax = ccb->ccb_h.timeout / 1000;
1515 cb->ccb_tc = cb->ccb_tcmax = SCSI_LOW_MIN_TOUT;
1580 cb->ccb_tcmax = 15;
1599 cb->ccb_tcmax = 15;
1635 cb->ccb_tcmax = 30;
1644 cb->ccb_tcmax = 15;
1653 cb->ccb_tcmax = 15;
1794 if (cb->ccb_tcmax < SCSI_LOW_MIN_TOUT)
1795 cb->ccb_tcmax = SCSI_LOW_MIN_TOUT;
1796 cb->ccb_tc = cb->ccb_tcmax;
[all...]
H A Dscsi_low.h179 int ccb_tcmax; /* max timeout */ member in struct:slccb
/freebsd-11.0-release/sys/dev/ncv/
H A Dncr53c500.c365 sc->sc_tmaxcnt = cb->ccb_tcmax * 1000 * 1000;
877 sc->sc_tmaxcnt = cb->ccb_tcmax * 1000 * 1000;
/freebsd-11.0-release/sys/dev/ct/
H A Dct.c468 ct->sc_tmaxcnt = cb->ccb_tcmax * 1000 * 1000;
824 ct->sc_tmaxcnt = cb->ccb_tcmax * 1000 * 1000;
/freebsd-11.0-release/sys/dev/stg/
H A Dtmc18c30.c299 sc->sc_tmaxcnt = cb->ccb_tcmax * 1000 * 1000;
890 sc->sc_tmaxcnt = cb->ccb_tcmax * 1000 * 1000;
/freebsd-11.0-release/sys/dev/nsp/
H A Dnsp.c328 wc = sc->sc_tmaxcnt = cb->ccb_tcmax * 1000 * 1000;
1299 sc->sc_tmaxcnt = cb->ccb_tcmax * 1000 * 1000;

Completed in 104 milliseconds