Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mlx5/
H A Ddriver.h755 u32 cur[MLX5_UN_SZ_DW(hca_cap_union)];
756 u32 max[MLX5_UN_SZ_DW(hca_cap_union)];
H A Ddevice.h69 #define MLX5_UN_SZ_DW(typ) (sizeof(union mlx5_ifc_##typ##_bits) / 32) macro
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfw.c481 u32 out[MLX5_ST_SZ_DW(mcqi_reg) + MLX5_UN_SZ_DW(mcqi_reg_data)] = {}; in mlx5_reg_mcqi_query()