Searched defs:mlxfw_dev (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/mlxfw/ |
H A D | mlxfw_fsm.c | 70 static int mlxfw_fsm_state_wait(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, in mlxfw_fsm_state_wait() 105 static int mlxfw_flash_component(struct mlxfw_dev *mlxfw_dev, in mlxfw_flash_component() 175 static int mlxfw_flash_components(struct mlxfw_dev *mlxfw_dev, u32 fwhandle, in mlxfw_flash_components() 207 int mlxfw_firmware_flash(struct mlxfw_dev *mlxfw_dev, in mlxfw_firmware_flash()
|
H A D | mlxfw.h | 94 struct mlxfw_dev { struct 95 const struct mlxfw_dev_ops *ops; argument 100 int mlxfw_firmware_flash(struct mlxfw_dev *mlxfw_dev, argument
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_fw.c | 479 struct mlxfw_dev mlxfw_dev; global() member 483 mlx5_component_query(struct mlxfw_dev * mlxfw_dev,u16 component_index,u32 * p_max_size,u8 * p_align_bits,u16 * p_max_write_size) mlx5_component_query() argument 495 mlx5_fsm_lock(struct mlxfw_dev * mlxfw_dev,u32 * fwhandle) mlx5_fsm_lock() argument 515 mlx5_fsm_component_update(struct mlxfw_dev * mlxfw_dev,u32 fwhandle,u16 component_index,u32 component_size) mlx5_fsm_component_update() argument 526 mlx5_fsm_block_download(struct mlxfw_dev * mlxfw_dev,u32 fwhandle,u8 * data,u16 size,u32 offset) mlx5_fsm_block_download() argument 536 mlx5_fsm_component_verify(struct mlxfw_dev * mlxfw_dev,u32 fwhandle,u16 component_index) mlx5_fsm_component_verify() argument 547 mlx5_fsm_activate(struct mlxfw_dev * mlxfw_dev,u32 fwhandle) mlx5_fsm_activate() argument 557 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 577 mlx5_fsm_cancel(struct mlxfw_dev * mlxfw_dev,u32 fwhandle) mlx5_fsm_cancel() argument 586 mlx5_fsm_release(struct mlxfw_dev * mlxfw_dev,u32 fwhandle) mlx5_fsm_release() argument [all...] |