Lines Matching refs:ts_cap
1255 static bool fr_supported(int ts_cap) in fr_supported() argument
1257 return ts_cap == MLX5_TIMESTAMP_FORMAT_CAP_FREE_RUNNING || in fr_supported()
1258 ts_cap == MLX5_TIMESTAMP_FORMAT_CAP_FREE_RUNNING_AND_REAL_TIME; in fr_supported()
1286 u8 ts_cap = MLX5_CAP_GEN(dev->mdev, rq_ts_format); in get_rq_ts_format() local
1288 return get_ts_format(dev, recv_cq, fr_supported(ts_cap), in get_rq_ts_format()
1289 rt_supported(ts_cap)); in get_rq_ts_format()
1294 u8 ts_cap = MLX5_CAP_GEN(dev->mdev, sq_ts_format); in get_sq_ts_format() local
1296 return get_ts_format(dev, send_cq, fr_supported(ts_cap), in get_sq_ts_format()
1297 rt_supported(ts_cap)); in get_sq_ts_format()
1303 u8 ts_cap = MLX5_CAP_ROCE(dev->mdev, qp_ts_format); in get_qp_ts_format() local
1304 bool fr_sup = fr_supported(ts_cap); in get_qp_ts_format()
1305 bool rt_sup = rt_supported(ts_cap); in get_qp_ts_format()