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