Searched refs:MLX5_CAP_GENERAL (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/mlx5/ |
H A D | device.h | 994 MLX5_CAP_GENERAL = 0, enumerator 1051 MLX5_GET(cmd_hca_cap, mdev->hca_caps_cur[MLX5_CAP_GENERAL], cap) 1054 MLX5_GET64(cmd_hca_cap, mdev->hca_caps_cur[MLX5_CAP_GENERAL], cap) 1057 MLX5_GET(cmd_hca_cap, mdev->hca_caps_max[MLX5_CAP_GENERAL], cap)
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_main.c | 489 err = mlx5_core_get_caps(dev, MLX5_CAP_GENERAL); in handle_hca_cap() 495 memcpy(set_hca_cap, dev->hca_caps_cur[MLX5_CAP_GENERAL], in handle_hca_cap() 1522 &dev->hca_caps_cur[MLX5_CAP_GENERAL], in init_one() 1527 &dev->hca_caps_max[MLX5_CAP_GENERAL], in init_one()
|
H A D | mlx5_fw.c | 139 err = mlx5_core_get_caps(dev, MLX5_CAP_GENERAL); in mlx5_query_hca_caps()
|