Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
HDmlx5_main.c1413 MLX5_UN_SZ_DW(hca_cap_union) * sizeof(u32), "IU", ""); in init_one()
1418 MLX5_UN_SZ_DW(hca_cap_union) * sizeof(u32), "IU", ""); in init_one()
1423 MLX5_UN_SZ_DW(hca_cap_union) * sizeof(u32), "IU", ""); in init_one()
1428 MLX5_UN_SZ_DW(hca_cap_union) * sizeof(u32), "IU", ""); in init_one()
1433 MLX5_UN_SZ_DW(hca_cap_union) * sizeof(u32), "IU", ""); in init_one()
1438 MLX5_UN_SZ_DW(hca_cap_union) * sizeof(u32), "IU", ""); in init_one()
1443 MLX5_UN_SZ_DW(hca_cap_union) * sizeof(u32), "IU", ""); in init_one()
1448 MLX5_UN_SZ_DW(hca_cap_union) * sizeof(u32), "IU", ""); in init_one()
1453 MLX5_UN_SZ_DW(hca_cap_union) * sizeof(u32), "IU", ""); in init_one()
1458 MLX5_UN_SZ_DW(hca_cap_union) * sizeof(u32), "IU", ""); in init_one()
[all …]
/freebsd-11-stable/sys/dev/mlx5/
HDdriver.h651 u32 hca_caps_cur[MLX5_CAP_NUM][MLX5_UN_SZ_DW(hca_cap_union)];
652 u32 hca_caps_max[MLX5_CAP_NUM][MLX5_UN_SZ_DW(hca_cap_union)];
HDdevice.h68 #define MLX5_UN_SZ_DW(typ) (sizeof(union mlx5_ifc_##typ##_bits) / 32) macro