Searched refs:MLX5_UN_SZ_DW (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_main.c | 1523 MLX5_UN_SZ_DW(hca_cap_union) * sizeof(u32), "IU", ""); in init_one() 1528 MLX5_UN_SZ_DW(hca_cap_union) * sizeof(u32), "IU", ""); in init_one() 1533 MLX5_UN_SZ_DW(hca_cap_union) * sizeof(u32), "IU", ""); in init_one() 1538 MLX5_UN_SZ_DW(hca_cap_union) * sizeof(u32), "IU", ""); in init_one() 1543 MLX5_UN_SZ_DW(hca_cap_union) * sizeof(u32), "IU", ""); in init_one() 1548 MLX5_UN_SZ_DW(hca_cap_union) * sizeof(u32), "IU", ""); in init_one() 1553 MLX5_UN_SZ_DW(hca_cap_union) * sizeof(u32), "IU", ""); in init_one() 1558 MLX5_UN_SZ_DW(hca_cap_union) * sizeof(u32), "IU", ""); in init_one() 1563 MLX5_UN_SZ_DW(hca_cap_union) * sizeof(u32), "IU", ""); in init_one() 1568 MLX5_UN_SZ_DW(hca_cap_union) * sizeof(u32), "IU", ""); in init_one() [all …]
|
/freebsd/sys/dev/mlx5/ |
H A D | driver.h | 702 u32 hca_caps_cur[MLX5_CAP_NUM][MLX5_UN_SZ_DW(hca_cap_union)]; 703 u32 hca_caps_max[MLX5_CAP_NUM][MLX5_UN_SZ_DW(hca_cap_union)];
|
H A D | device.h | 66 #define MLX5_UN_SZ_DW(typ) (sizeof(union mlx5_ifc_##typ##_bits) / 32) macro
|