Searched refs:max_compl_time_ms (Results 1 – 1 of 1) sorted by relevance
2329 uint64_t T_tr_ns, max_compl_time_ms; in srp_compute_rq_tmo() local2347 max_compl_time_ms = qp_attr->retry_cnt * 4 * T_tr_ns; in srp_compute_rq_tmo()2348 do_div(max_compl_time_ms, NSEC_PER_MSEC); in srp_compute_rq_tmo()2349 rq_tmo_jiffies = msecs_to_jiffies(max_compl_time_ms + 1000); in srp_compute_rq_tmo()