Searched refs:mcqi (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fw.c | 538 if (!MLX5_CAP_GEN(dev, mcam_reg) || !MLX5_CAP_MCAM_REG(dev, mcqi)) { in mlx5_component_query() 715 !MLX5_CAP_MCAM_REG(dev, mcqi) || in mlx5_firmware_flash() 815 if (!MLX5_CAP_GEN(dev, mcam_reg) || !MLX5_CAP_MCAM_REG(dev, mcqi) || in mlx5_fw_version_query()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/ |
D | reg.h | 10258 MLXSW_REG_DEFINE(mcqi, MLXSW_REG_MCQI_ID, MLXSW_REG_MCQI_LEN); 10264 MLXSW_ITEM32(reg, mcqi, component_index, 0x00, 0, 16); 10274 MLXSW_ITEM32(reg, mcqi, info_type, 0x08, 0, 5); 10281 MLXSW_ITEM32(reg, mcqi, offset, 0x10, 0, 32); 10288 MLXSW_ITEM32(reg, mcqi, data_size, 0x14, 0, 16); 10294 MLXSW_ITEM32(reg, mcqi, cap_max_component_size, 0x20, 0, 32); 10301 MLXSW_ITEM32(reg, mcqi, cap_log_mcda_word_size, 0x24, 28, 4); 10307 MLXSW_ITEM32(reg, mcqi, cap_mcda_max_write_size, 0x24, 0, 16); 10311 MLXSW_REG_ZERO(mcqi, payload); in mlxsw_reg_mcqi_pack() 12857 MLXSW_REG(mcqi),
|
D | core_linecards.c | 115 MLXSW_REG(mcqi), &mcqi_pl); in mlxsw_linecard_device_fw_component_query()
|
D | core.c | 1003 err = mlxsw_reg_query(mlxsw_core, MLXSW_REG(mcqi), mcqi_pl); in mlxsw_core_fw_component_query()
|
/linux-6.1.9/include/linux/mlx5/ |
D | mlx5_ifc.h | 9888 u8 mcqi[0x1]; member
|