/linux/drivers/net/ethernet/mellanox/mlxfw/ |
H A D | mlxfw_fsm.c | 83 static int mlxfw_fsm_state_wait(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, in mlxfw_fsm_state_wait() argument 94 err = mlxfw_dev->ops->fsm_query_state(mlxfw_dev, fwhandle, in mlxfw_fsm_state_wait() 207 u32 fwhandle, in mlxfw_flash_component() argument 242 err = mlxfw_dev->ops->fsm_component_update(mlxfw_dev, fwhandle, in mlxfw_flash_component() 256 err = mlxfw_fsm_state_wait(mlxfw_dev, fwhandle, in mlxfw_flash_component() 270 err = mlxfw_dev->ops->fsm_block_download(mlxfw_dev, fwhandle, in mlxfw_flash_component() 285 err = mlxfw_dev->ops->fsm_component_verify(mlxfw_dev, fwhandle, in mlxfw_flash_component() 293 err = mlxfw_fsm_state_wait(mlxfw_dev, fwhandle, in mlxfw_flash_component() 300 mlxfw_dev->ops->fsm_cancel(mlxfw_dev, fwhandle); in mlxfw_flash_component() 304 static int mlxfw_flash_components(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, in mlxfw_flash_components() argument 351 u32 fwhandle; mlxfw_firmware_flash() local [all...] |
H A D | mlxfw.h | 77 int (*fsm_lock)(struct mlxfw_dev *mlxfw_dev, u32 *fwhandle); 79 int (*fsm_component_update)(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, 82 int (*fsm_block_download)(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, 85 int (*fsm_component_verify)(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, 88 int (*fsm_activate)(struct mlxfw_dev *mlxfw_dev, u32 fwhandle); 92 int (*fsm_query_state)(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, 96 void (*fsm_cancel)(struct mlxfw_dev *mlxfw_dev, u32 fwhandle); 98 void (*fsm_release)(struct mlxfw_dev *mlxfw_dev, u32 fwhandle);
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | fw.c | 559 static int mlx5_fsm_lock(struct mlxfw_dev *mlxfw_dev, u32 *fwhandle) in mlx5_fsm_lock() argument 567 *fwhandle = 0; in mlx5_fsm_lock() 568 err = mlx5_reg_mcc_query(dev, fwhandle, &error_code, &control_state); in mlx5_fsm_lock() 576 0, *fwhandle, 0); in mlx5_fsm_lock() 579 static int mlx5_fsm_component_update(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, in mlx5_fsm_component_update() argument 587 component_index, fwhandle, component_size); in mlx5_fsm_component_update() 590 static int mlx5_fsm_block_download(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, in mlx5_fsm_block_download() argument 597 return mlx5_reg_mcda_set(dev, fwhandle, offset, size, data); in mlx5_fsm_block_download() 600 static int mlx5_fsm_component_verify(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, in mlx5_fsm_component_verify() argument 608 component_index, fwhandle, in mlx5_fsm_component_verify() 611 mlx5_fsm_activate(struct mlxfw_dev * mlxfw_dev,u32 fwhandle) mlx5_fsm_activate() argument 621 mlx5_fsm_query_state(struct mlxfw_dev * mlxfw_dev,u32 fwhandle,enum mlxfw_fsm_state * fsm_state,enum mlxfw_fsm_state_err * fsm_state_err) mlx5_fsm_query_state() argument 641 mlx5_fsm_cancel(struct mlxfw_dev * mlxfw_dev,u32 fwhandle) mlx5_fsm_cancel() argument 650 mlx5_fsm_release(struct mlxfw_dev * mlxfw_dev,u32 fwhandle) mlx5_fsm_release() argument [all...] |
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | core_linecards.c | 131 u32 *fwhandle) in mlxsw_linecard_device_fw_fsm_lock() argument 152 mlxsw_reg_mcc_unpack(mcc_pl, fwhandle, NULL, &control_state); in mlxsw_linecard_device_fw_fsm_lock() 161 0, *fwhandle, 0); in mlxsw_linecard_device_fw_fsm_lock() 167 u32 fwhandle, in mlxsw_linecard_device_fw_fsm_component_update() argument 184 component_index, fwhandle, component_size); in mlxsw_linecard_device_fw_fsm_component_update() 190 u32 fwhandle, u8 *data, in mlxsw_linecard_device_fw_fsm_block_download() argument 205 mlxsw_reg_mcda_pack(mcda_pl, fwhandle, offset, size, data); in mlxsw_linecard_device_fw_fsm_block_download() 211 u32 fwhandle, u16 component_index) in mlxsw_linecard_device_fw_fsm_component_verify() argument 226 component_index, fwhandle, 0); in mlxsw_linecard_device_fw_fsm_component_verify() 231 u32 fwhandle) in mlxsw_linecard_device_fw_fsm_activate() argument 252 mlxsw_linecard_device_fw_fsm_query_state(struct mlxfw_dev * mlxfw_dev,u32 fwhandle,enum mlxfw_fsm_state * fsm_state,enum mlxfw_fsm_state_err * fsm_state_err) mlxsw_linecard_device_fw_fsm_query_state() argument 284 mlxsw_linecard_device_fw_fsm_cancel(struct mlxfw_dev * mlxfw_dev,u32 fwhandle) mlxsw_linecard_device_fw_fsm_cancel() argument 304 mlxsw_linecard_device_fw_fsm_release(struct mlxfw_dev * mlxfw_dev,u32 fwhandle) mlxsw_linecard_device_fw_fsm_release() argument [all...] |