Searched refs:mcqi_reg (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | fw.c | 507 u32 out[MLX5_ST_SZ_DW(mcqi_reg) + MLX5_UN_SZ_DW(mcqi_reg_data)] = {}; in mlx5_reg_mcqi_query() 508 u32 in[MLX5_ST_SZ_DW(mcqi_reg)] = {}; in mlx5_reg_mcqi_query() 512 MLX5_SET(mcqi_reg, in, component_index, component_index); in mlx5_reg_mcqi_query() 513 MLX5_SET(mcqi_reg, in, read_pending_component, read_pending); in mlx5_reg_mcqi_query() 514 MLX5_SET(mcqi_reg, in, info_type, info_type); in mlx5_reg_mcqi_query() 515 MLX5_SET(mcqi_reg, in, data_size, data_size); in mlx5_reg_mcqi_query() 518 MLX5_ST_SZ_BYTES(mcqi_reg) + data_size, in mlx5_reg_mcqi_query() 523 data = MLX5_ADDR_OF(mcqi_reg, out, data); in mlx5_reg_mcqi_query() 533 u32 mcqi_reg[MLX5_ST_SZ_DW(mcqi_cap)] = {}; in mlx5_reg_mcqi_caps_query() local 538 MLX5_ST_SZ_BYTES(mcqi_cap), mcqi_reg); in mlx5_reg_mcqi_caps_query() [all …]
|