Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/mlx5/
H A Ddriver.h682 u32 hca_cur[MLX5_CAP_NUM][MLX5_UN_SZ_DW(hca_cap_union)];
683 u32 hca_max[MLX5_CAP_NUM][MLX5_UN_SZ_DW(hca_cap_union)];
H A Ddevice.h68 #define MLX5_UN_SZ_DW(typ) (sizeof(union mlx5_ifc_##typ##_bits) / 32) macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfw.c450 u32 out[MLX5_ST_SZ_DW(mcqi_reg) + MLX5_UN_SZ_DW(mcqi_reg_data)] = {}; in mlx5_reg_mcqi_query()