sr_rto
if (now - srfp->srf_lbolt > srp->sr_rto) {
if (now - srfp->srf_lbolt <= srp->sr_rto)
srp->sr_rto = drv_usectohz(200000);
srp->sr_rto = 0;