Home
last modified time | relevance | path

Searched defs:mlxfw_dev (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlxfw/
H A Dmlxfw.h12 struct mlxfw_dev { struct
13 const struct mlxfw_dev_ops *ops; argument
20 struct device *mlxfw_dev_dev(struct mlxfw_dev *mlxfw_dev) in mlxfw_dev_dev()
27 #define mlxfw_info(mlxfw_dev, fmt, ...) \ argument
29 #define mlxfw_err(mlxfw_dev, fmt, ...) \ argument
31 #define mlxfw_dbg(mlxfw_dev, fmt, ...) \ argument
107 int mlxfw_firmware_flash(struct mlxfw_dev *mlxfw_dev, in mlxfw_firmware_flash()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfw.c550 struct mlxfw_dev mlxfw_dev; member
554 static int mlx5_component_query(struct mlxfw_dev *mlxfw_dev, in mlx5_component_query()
571 static int mlx5_fsm_lock(struct mlxfw_dev *mlxfw_dev, u32 *fwhandle) in mlx5_fsm_lock()
591 static int mlx5_fsm_component_update(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, in mlx5_fsm_component_update()
602 static int mlx5_fsm_block_download(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, in mlx5_fsm_block_download()
612 static int mlx5_fsm_component_verify(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, in mlx5_fsm_component_verify()
623 static int mlx5_fsm_activate(struct mlxfw_dev *mlxfw_dev, u32 fwhandle) in mlx5_fsm_activate()
633 static int mlx5_fsm_query_state(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, in mlx5_fsm_query_state()
653 static void mlx5_fsm_cancel(struct mlxfw_dev *mlxfw_dev, u32 fwhandle) in mlx5_fsm_cancel()
662 static void mlx5_fsm_release(struct mlxfw_dev *mlxfw_dev, u32 fwhandle) in mlx5_fsm_release()
[all …]
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_linecards.c92 struct mlxfw_dev mlxfw_dev; member
97 static int mlxsw_linecard_device_fw_component_query(struct mlxfw_dev *mlxfw_dev, in mlxsw_linecard_device_fw_component_query()
130 static int mlxsw_linecard_device_fw_fsm_lock(struct mlxfw_dev *mlxfw_dev, in mlxsw_linecard_device_fw_fsm_lock()
166 mlxsw_linecard_device_fw_fsm_component_update(struct mlxfw_dev *mlxfw_dev, in mlxsw_linecard_device_fw_fsm_component_update()
189 mlxsw_linecard_device_fw_fsm_block_download(struct mlxfw_dev *mlxfw_dev, in mlxsw_linecard_device_fw_fsm_block_download()
210 mlxsw_linecard_device_fw_fsm_component_verify(struct mlxfw_dev *mlxfw_dev, in mlxsw_linecard_device_fw_fsm_component_verify()
230 static int mlxsw_linecard_device_fw_fsm_activate(struct mlxfw_dev *mlxfw_dev, in mlxsw_linecard_device_fw_fsm_activate()
251 mlxsw_linecard_device_fw_fsm_query_state(struct mlxfw_dev *mlxfw_dev, in mlxsw_linecard_device_fw_fsm_query_state()
283 static void mlxsw_linecard_device_fw_fsm_cancel(struct mlxfw_dev *mlxfw_dev, in mlxsw_linecard_device_fw_fsm_cancel()
303 static void mlxsw_linecard_device_fw_fsm_release(struct mlxfw_dev *mlxfw_dev, in mlxsw_linecard_device_fw_fsm_release()
H A Dcore.c1059 struct mlxfw_dev *mlxfw_dev, in mlxsw_core_fw_flash() argument
1073 struct mlxfw_dev mlxfw_dev; member
1077 static int mlxsw_core_fw_component_query(struct mlxfw_dev *mlxfw_dev, in mlxsw_core_fw_component_query() argument
1098 static int mlxsw_core_fw_fsm_lock(struct mlxfw_dev *mlxfw_de argument
1120 mlxsw_core_fw_fsm_component_update(struct mlxfw_dev * mlxfw_dev,u32 fwhandle,u16 component_index,u32 component_size) mlxsw_core_fw_fsm_component_update() argument
1133 mlxsw_core_fw_fsm_block_download(struct mlxfw_dev * mlxfw_dev,u32 fwhandle,u8 * data,u16 size,u32 offset) mlxsw_core_fw_fsm_block_download() argument
1145 mlxsw_core_fw_fsm_component_verify(struct mlxfw_dev * mlxfw_dev,u32 fwhandle,u16 component_index) mlxsw_core_fw_fsm_component_verify() argument
1158 mlxsw_core_fw_fsm_activate(struct mlxfw_dev * mlxfw_dev,u32 fwhandle) mlxsw_core_fw_fsm_activate() argument
1169 mlxsw_core_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_core_fw_fsm_query_state() argument
1192 mlxsw_core_fw_fsm_cancel(struct mlxfw_dev * mlxfw_dev,u32 fwhandle) mlxsw_core_fw_fsm_cancel() argument
1203 mlxsw_core_fw_fsm_release(struct mlxfw_dev * mlxfw_dev,u32 fwhandle) mlxsw_core_fw_fsm_release() argument
[all...]