Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Dfw.c477 u32 out[MLX5_ST_SZ_DW(mcqi_reg) + MLX5_UN_SZ_DW(mcqi_reg_data)] = {}; in mlx5_reg_mcqi_query()
478 u32 in[MLX5_ST_SZ_DW(mcqi_reg)] = {}; in mlx5_reg_mcqi_query()
482 MLX5_SET(mcqi_reg, in, component_index, component_index); in mlx5_reg_mcqi_query()
483 MLX5_SET(mcqi_reg, in, read_pending_component, read_pending); in mlx5_reg_mcqi_query()
484 MLX5_SET(mcqi_reg, in, info_type, info_type); in mlx5_reg_mcqi_query()
485 MLX5_SET(mcqi_reg, in, data_size, data_size); in mlx5_reg_mcqi_query()
488 MLX5_ST_SZ_BYTES(mcqi_reg) + data_size, in mlx5_reg_mcqi_query()
493 data = MLX5_ADDR_OF(mcqi_reg, out, data); in mlx5_reg_mcqi_query()
503 u32 mcqi_reg[MLX5_ST_SZ_DW(mcqi_cap)] = {}; in mlx5_reg_mcqi_caps_query() local
508 MLX5_ST_SZ_BYTES(mcqi_cap), mcqi_reg); in mlx5_reg_mcqi_caps_query()
[all …]
/linux-6.6.21/include/linux/mlx5/
Dmlx5_ifc.h11004 struct mlx5_ifc_mcqi_reg_bits mcqi_reg; member