Home
last modified time | relevance | path

Searched refs:rq_tmo_jiffies (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/ulp/srp/
H A Dib_srp.h252 u32 rq_tmo_jiffies; member
H A Dib_srp.c2304 uint32_t rq_tmo_jiffies; in srp_compute_rq_tmo() local
2315 * Set target->rq_tmo_jiffies to one second more than the largest time in srp_compute_rq_tmo()
2323 rq_tmo_jiffies = msecs_to_jiffies(max_compl_time_ms + 1000); in srp_compute_rq_tmo()
2325 return rq_tmo_jiffies; in srp_compute_rq_tmo()
2404 target->rq_tmo_jiffies = srp_compute_rq_tmo(qp_attr, attr_mask); in srp_cm_rep_handler()
2853 timeout = max_t(unsigned, 30 * HZ, target->rq_tmo_jiffies); in srp_slave_configure()
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srp/
H A Dib_srp.h260 u32 rq_tmo_jiffies; member
H A Dib_srp.c2306 uint32_t rq_tmo_jiffies; in srp_compute_rq_tmo() local
2317 * Set target->rq_tmo_jiffies to one second more than the largest time in srp_compute_rq_tmo()
2325 rq_tmo_jiffies = msecs_to_jiffies(max_compl_time_ms + 1000); in srp_compute_rq_tmo()
2327 return rq_tmo_jiffies; in srp_compute_rq_tmo()
2406 target->rq_tmo_jiffies = srp_compute_rq_tmo(qp_attr, attr_mask); in srp_cm_rep_handler()
2855 timeout = max_t(unsigned, 30 * HZ, target->rq_tmo_jiffies); in srp_slave_configure()

Completed in 12 milliseconds