Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dfw.c352 u32 out[MLX5_ST_SZ_DW(mcqi_reg) + MLX5_ST_SZ_DW(mcqi_cap)]; in mlx5_reg_mcqi_query()
353 int offset = MLX5_ST_SZ_DW(mcqi_reg); in mlx5_reg_mcqi_query()
354 u32 in[MLX5_ST_SZ_DW(mcqi_reg)]; in mlx5_reg_mcqi_query()
360 MLX5_SET(mcqi_reg, in, component_index, component_index); in mlx5_reg_mcqi_query()
361 MLX5_SET(mcqi_reg, in, data_size, MLX5_ST_SZ_BYTES(mcqi_cap)); in mlx5_reg_mcqi_query()
/Linux-v4.19/include/linux/mlx5/
Dmlx5_ifc.h8747 struct mlx5_ifc_mcqi_reg_bits mcqi_reg; member