Home
last modified time | relevance | path

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

/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()
482 u32 in[MLX5_ST_SZ_DW(mcqi_reg)] = {}; in mlx5_reg_mcqi_query()
486 MLX5_SET(mcqi_reg, in, component_index, component_index); in mlx5_reg_mcqi_query()
487 MLX5_SET(mcqi_reg, in, read_pending_component, read_pending); in mlx5_reg_mcqi_query()
488 MLX5_SET(mcqi_reg, in, info_type, info_type); in mlx5_reg_mcqi_query()
489 MLX5_SET(mcqi_reg, in, data_size, data_size); in mlx5_reg_mcqi_query()
492 MLX5_ST_SZ_BYTES(mcqi_reg) + data_size, in mlx5_reg_mcqi_query()
497 data = MLX5_ADDR_OF(mcqi_reg, out, data); in mlx5_reg_mcqi_query()
507 u32 mcqi_reg[MLX5_ST_SZ_DW(mcqi_cap)] = {}; in mlx5_reg_mcqi_caps_query() local
512 MLX5_ST_SZ_BYTES(mcqi_cap), mcqi_reg); in mlx5_reg_mcqi_caps_query()
[all …]
/openbmc/linux/include/linux/mlx5/
H A Dmlx5_ifc.h11014 struct mlx5_ifc_mcqi_reg_bits mcqi_reg; member