Home
last modified time | relevance | path

Searched refs:fwhandle (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mellanox/mlxfw/
Dmlxfw_fsm.c84 static int mlxfw_fsm_state_wait(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, in mlxfw_fsm_state_wait() argument
95 err = mlxfw_dev->ops->fsm_query_state(mlxfw_dev, fwhandle, in mlxfw_fsm_state_wait()
208 u32 fwhandle, in mlxfw_flash_component() argument
244 err = mlxfw_dev->ops->fsm_component_update(mlxfw_dev, fwhandle, in mlxfw_flash_component()
258 err = mlxfw_fsm_state_wait(mlxfw_dev, fwhandle, in mlxfw_flash_component()
272 err = mlxfw_dev->ops->fsm_block_download(mlxfw_dev, fwhandle, in mlxfw_flash_component()
287 err = mlxfw_dev->ops->fsm_component_verify(mlxfw_dev, fwhandle, in mlxfw_flash_component()
295 err = mlxfw_fsm_state_wait(mlxfw_dev, fwhandle, in mlxfw_flash_component()
302 mlxfw_dev->ops->fsm_cancel(mlxfw_dev, fwhandle); in mlxfw_flash_component()
306 static int mlxfw_flash_components(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, in mlxfw_flash_components() argument
[all …]
Dmlxfw.h77 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-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Dfw.c547 static int mlx5_fsm_lock(struct mlxfw_dev *mlxfw_dev, u32 *fwhandle) in mlx5_fsm_lock() argument
555 *fwhandle = 0; in mlx5_fsm_lock()
556 err = mlx5_reg_mcc_query(dev, fwhandle, &error_code, &control_state); in mlx5_fsm_lock()
564 0, *fwhandle, 0); in mlx5_fsm_lock()
567 static int mlx5_fsm_component_update(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, in mlx5_fsm_component_update() argument
575 component_index, fwhandle, component_size); in mlx5_fsm_component_update()
578 static int mlx5_fsm_block_download(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, in mlx5_fsm_block_download() argument
585 return mlx5_reg_mcda_set(dev, fwhandle, offset, size, data); in mlx5_fsm_block_download()
588 static int mlx5_fsm_component_verify(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, in mlx5_fsm_component_verify() argument
596 component_index, fwhandle, 0); in mlx5_fsm_component_verify()
[all …]
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dcore_linecards.c131 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
[all …]
Dcore.c1013 static int mlxsw_core_fw_fsm_lock(struct mlxfw_dev *mlxfw_dev, u32 *fwhandle) in mlxsw_core_fw_fsm_lock() argument
1027 mlxsw_reg_mcc_unpack(mcc_pl, fwhandle, NULL, &control_state); in mlxsw_core_fw_fsm_lock()
1031 mlxsw_reg_mcc_pack(mcc_pl, MLXSW_REG_MCC_INSTRUCTION_LOCK_UPDATE_HANDLE, 0, *fwhandle, 0); in mlxsw_core_fw_fsm_lock()
1035 static int mlxsw_core_fw_fsm_component_update(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, in mlxsw_core_fw_fsm_component_update() argument
1044 component_index, fwhandle, component_size); in mlxsw_core_fw_fsm_component_update()
1048 static int mlxsw_core_fw_fsm_block_download(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, in mlxsw_core_fw_fsm_block_download() argument
1056 mlxsw_reg_mcda_pack(mcda_pl, fwhandle, offset, size, data); in mlxsw_core_fw_fsm_block_download()
1060 static int mlxsw_core_fw_fsm_component_verify(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, in mlxsw_core_fw_fsm_component_verify() argument
1069 component_index, fwhandle, 0); in mlxsw_core_fw_fsm_component_verify()
1073 static int mlxsw_core_fw_fsm_activate(struct mlxfw_dev *mlxfw_dev, u32 fwhandle) in mlxsw_core_fw_fsm_activate() argument
[all …]