Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/irdma/
H A Dutils.c578 u16 time_s = dev->vc_caps.cqp_timeout_s; in irdma_get_timeout_threshold() local
580 if (!time_s) in irdma_get_timeout_threshold()
583 return time_s * 1000 / dev->hw_attrs.max_cqp_compl_wait_time_ms; in irdma_get_timeout_threshold()
588 u16 time_s = dev->vc_caps.cqp_def_timeout_s; in irdma_get_def_timeout_threshold() local
590 if (!time_s) in irdma_get_def_timeout_threshold()
593 return time_s * 1000 / dev->hw_attrs.max_cqp_compl_wait_time_ms; in irdma_get_def_timeout_threshold()