Home
last modified time | relevance | path

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

/NextBSD/sys/dev/mlx5/
HDdriver.h534 u32 hca_caps_cur[MLX5_CAP_NUM][MLX5_UN_SZ_DW(hca_cap_union)];
535 u32 hca_caps_max[MLX5_CAP_NUM][MLX5_UN_SZ_DW(hca_cap_union)];
HDdevice.h61 #define MLX5_UN_SZ_DW(typ) (sizeof(union mlx5_ifc_##typ##_bits) / 32) macro