Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/infiniband/ulp/srp/ !
Dib_srp.h259 u32 rq_tmo_jiffies; member
Dib_srp.c2316 uint32_t rq_tmo_jiffies; in srp_compute_rq_tmo() local
2335 rq_tmo_jiffies = msecs_to_jiffies(max_compl_time_ms + 1000); in srp_compute_rq_tmo()
2337 return rq_tmo_jiffies; in srp_compute_rq_tmo()
2416 target->rq_tmo_jiffies = srp_compute_rq_tmo(qp_attr, attr_mask); in srp_cm_rep_handler()
2873 timeout = max_t(unsigned, 30 * HZ, target->rq_tmo_jiffies); in srp_slave_configure()