Searched defs:fwhandle (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxfw/ |
A D | mlxfw_fsm.c | 84 static int mlxfw_fsm_state_wait(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, in mlxfw_fsm_state_wait() 208 u32 fwhandle, in mlxfw_flash_component() 306 static int mlxfw_flash_components(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, in mlxfw_flash_components() 353 u32 fwhandle; in mlxfw_firmware_flash() local
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | fw.c | 553 static int mlx5_fsm_lock(struct mlxfw_dev *mlxfw_dev, u32 *fwhandle) in mlx5_fsm_lock() 573 static int mlx5_fsm_component_update(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, in mlx5_fsm_component_update() 584 static int mlx5_fsm_block_download(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, in mlx5_fsm_block_download() 594 static int mlx5_fsm_component_verify(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, in mlx5_fsm_component_verify() 605 static int mlx5_fsm_activate(struct mlxfw_dev *mlxfw_dev, u32 fwhandle) in mlx5_fsm_activate() 615 static int mlx5_fsm_query_state(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, in mlx5_fsm_query_state() 635 static void mlx5_fsm_cancel(struct mlxfw_dev *mlxfw_dev, u32 fwhandle) in mlx5_fsm_cancel() 644 static void mlx5_fsm_release(struct mlxfw_dev *mlxfw_dev, u32 fwhandle) in mlx5_fsm_release()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/ |
A D | core_linecards.c | 131 u32 *fwhandle) in mlxsw_linecard_device_fw_fsm_lock() 167 u32 fwhandle, in mlxsw_linecard_device_fw_fsm_component_update() 190 u32 fwhandle, u8 *data, in mlxsw_linecard_device_fw_fsm_block_download() 211 u32 fwhandle, u16 component_index) in mlxsw_linecard_device_fw_fsm_component_verify() 231 u32 fwhandle) in mlxsw_linecard_device_fw_fsm_activate() 252 u32 fwhandle, in mlxsw_linecard_device_fw_fsm_query_state() 284 u32 fwhandle) in mlxsw_linecard_device_fw_fsm_cancel() 304 u32 fwhandle) in mlxsw_linecard_device_fw_fsm_release()
|
A D | core.c | 1085 static int mlxsw_core_fw_fsm_lock(struct mlxfw_dev *mlxfw_dev, u32 *fwhandle) in mlxsw_core_fw_fsm_lock() 1107 static int mlxsw_core_fw_fsm_component_update(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, in mlxsw_core_fw_fsm_component_update() 1120 static int mlxsw_core_fw_fsm_block_download(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, in mlxsw_core_fw_fsm_block_download() 1132 static int mlxsw_core_fw_fsm_component_verify(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, in mlxsw_core_fw_fsm_component_verify() 1145 static int mlxsw_core_fw_fsm_activate(struct mlxfw_dev *mlxfw_dev, u32 fwhandle) in mlxsw_core_fw_fsm_activate() 1156 static int mlxsw_core_fw_fsm_query_state(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, in mlxsw_core_fw_fsm_query_state() 1179 static void mlxsw_core_fw_fsm_cancel(struct mlxfw_dev *mlxfw_dev, u32 fwhandle) in mlxsw_core_fw_fsm_cancel() 1190 static void mlxsw_core_fw_fsm_release(struct mlxfw_dev *mlxfw_dev, u32 fwhandle) in mlxsw_core_fw_fsm_release()
|
Completed in 18 milliseconds