Searched refs:mcqi_reg (Results 1 – 1 of 1) sorted by relevance
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fw.c | 456 u32 out[MLX5_ST_SZ_DW(mcqi_reg) + MLX5_UN_SZ_DW(mcqi_reg_data)] = {}; in mlx5_reg_mcqi_query() 457 u32 in[MLX5_ST_SZ_DW(mcqi_reg)] = {}; in mlx5_reg_mcqi_query() 461 MLX5_SET(mcqi_reg, in, component_index, component_index); in mlx5_reg_mcqi_query() 462 MLX5_SET(mcqi_reg, in, read_pending_component, read_pending); in mlx5_reg_mcqi_query() 463 MLX5_SET(mcqi_reg, in, info_type, info_type); in mlx5_reg_mcqi_query() 464 MLX5_SET(mcqi_reg, in, data_size, data_size); in mlx5_reg_mcqi_query() 467 MLX5_ST_SZ_BYTES(mcqi_reg) + data_size, in mlx5_reg_mcqi_query() 472 data = MLX5_ADDR_OF(mcqi_reg, out, data); in mlx5_reg_mcqi_query() 482 u32 mcqi_reg[MLX5_ST_SZ_DW(mcqi_cap)] = {}; in mlx5_reg_mcqi_caps_query() local 487 MLX5_ST_SZ_BYTES(mcqi_cap), mcqi_reg); in mlx5_reg_mcqi_caps_query() [all …]
|