Home
last modified time | relevance | path

Searched refs:rq_tmo_jiffies (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/infiniband/ulp/srp/
A Dib_srp.h250 u32 rq_tmo_jiffies; member
A Dib_srp.c2315 uint32_t rq_tmo_jiffies; in srp_compute_rq_tmo() local
2334 rq_tmo_jiffies = msecs_to_jiffies(max_compl_time_ms + 1000); in srp_compute_rq_tmo()
2336 return rq_tmo_jiffies; in srp_compute_rq_tmo()
2415 target->rq_tmo_jiffies = srp_compute_rq_tmo(qp_attr, attr_mask); in srp_cm_rep_handler()
2872 timeout = max_t(unsigned, 30 * HZ, target->rq_tmo_jiffies); in srp_slave_configure()

Completed in 11 milliseconds