Lines Matching refs:ts_cap
1262 static bool fr_supported(int ts_cap) in fr_supported() argument
1264 return ts_cap == MLX5_TIMESTAMP_FORMAT_CAP_FREE_RUNNING || in fr_supported()
1265 ts_cap == MLX5_TIMESTAMP_FORMAT_CAP_FREE_RUNNING_AND_REAL_TIME; in fr_supported()
1293 u8 ts_cap = MLX5_CAP_GEN(dev->mdev, rq_ts_format); in get_rq_ts_format() local
1295 return get_ts_format(dev, recv_cq, fr_supported(ts_cap), in get_rq_ts_format()
1296 rt_supported(ts_cap)); in get_rq_ts_format()
1301 u8 ts_cap = MLX5_CAP_GEN(dev->mdev, sq_ts_format); in get_sq_ts_format() local
1303 return get_ts_format(dev, send_cq, fr_supported(ts_cap), in get_sq_ts_format()
1304 rt_supported(ts_cap)); in get_sq_ts_format()
1310 u8 ts_cap = MLX5_CAP_ROCE(dev->mdev, qp_ts_format); in get_qp_ts_format() local
1311 bool fr_sup = fr_supported(ts_cap); in get_qp_ts_format()
1312 bool rt_sup = rt_supported(ts_cap); in get_qp_ts_format()