Lines Matching defs:mlxfw_dev

1060 			struct mlxfw_dev *mlxfw_dev,
1067 err = mlxfw_firmware_flash(mlxfw_dev, firmware, extack);
1074 struct mlxfw_dev mlxfw_dev;
1078 static int mlxsw_core_fw_component_query(struct mlxfw_dev *mlxfw_dev,
1083 container_of(mlxfw_dev, struct mlxsw_core_fw_info, mlxfw_dev);
1099 static int mlxsw_core_fw_fsm_lock(struct mlxfw_dev *mlxfw_dev, u32 *fwhandle)
1102 container_of(mlxfw_dev, struct mlxsw_core_fw_info, mlxfw_dev);
1121 static int mlxsw_core_fw_fsm_component_update(struct mlxfw_dev *mlxfw_dev, u32 fwhandle,
1125 container_of(mlxfw_dev, struct mlxsw_core_fw_info, mlxfw_dev);
1134 static int mlxsw_core_fw_fsm_block_download(struct mlxfw_dev *mlxfw_dev, u32 fwhandle,
1138 container_of(mlxfw_dev, struct mlxsw_core_fw_info, mlxfw_dev);
1146 static int mlxsw_core_fw_fsm_component_verify(struct mlxfw_dev *mlxfw_dev, u32 fwhandle,
1150 container_of(mlxfw_dev, struct mlxsw_core_fw_info, mlxfw_dev);
1159 static int mlxsw_core_fw_fsm_activate(struct mlxfw_dev *mlxfw_dev, u32 fwhandle)
1162 container_of(mlxfw_dev, struct mlxsw_core_fw_info, mlxfw_dev);
1170 static int mlxsw_core_fw_fsm_query_state(struct mlxfw_dev *mlxfw_dev, u32 fwhandle,
1175 container_of(mlxfw_dev, struct mlxsw_core_fw_info, mlxfw_dev);
1193 static void mlxsw_core_fw_fsm_cancel(struct mlxfw_dev *mlxfw_dev, u32 fwhandle)
1196 container_of(mlxfw_dev, struct mlxsw_core_fw_info, mlxfw_dev);
1204 static void mlxsw_core_fw_fsm_release(struct mlxfw_dev *mlxfw_dev, u32 fwhandle)
1207 container_of(mlxfw_dev, struct mlxsw_core_fw_info, mlxfw_dev);
1232 .mlxfw_dev = {
1241 return mlxsw_core_fw_flash(mlxsw_core, &mlxsw_core_fw_info.mlxfw_dev,