Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfw.c482 u32 out[MLX5_ST_SZ_DW(mcqi_reg) + MLX5_UN_SZ_DW(mcqi_reg_data)] = {}; in mlx5_reg_mcqi_query()
483 u32 in[MLX5_ST_SZ_DW(mcqi_reg)] = {}; in mlx5_reg_mcqi_query()
487 MLX5_SET(mcqi_reg, in, component_index, component_index); in mlx5_reg_mcqi_query()
488 MLX5_SET(mcqi_reg, in, read_pending_component, read_pending); in mlx5_reg_mcqi_query()
489 MLX5_SET(mcqi_reg, in, info_type, info_type); in mlx5_reg_mcqi_query()
490 MLX5_SET(mcqi_reg, in, data_size, data_size); in mlx5_reg_mcqi_query()
493 MLX5_ST_SZ_BYTES(mcqi_reg) + data_size, in mlx5_reg_mcqi_query()
498 data = MLX5_ADDR_OF(mcqi_reg, out, data); in mlx5_reg_mcqi_query()
508 u32 mcqi_reg[MLX5_ST_SZ_DW(mcqi_cap)] = {}; in mlx5_reg_mcqi_caps_query() local
513 MLX5_ST_SZ_BYTES(mcqi_cap), mcqi_reg); in mlx5_reg_mcqi_caps_query()
[all …]
/linux/include/linux/mlx5/
H A Dmlx5_ifc.h11490 struct mlx5_ifc_mcqi_reg_bits mcqi_reg; member