Home
last modified time | relevance | path

Searched refs:fsm_activate (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/mlxfw/
H A Dmlxfw.h83 int (*fsm_activate)(struct mlxfw_dev *mlxfw_dev, u32 fwhandle); member
H A Dmlxfw_fsm.c240 err = mlxfw_dev->ops->fsm_activate(mlxfw_dev, fwhandle); in mlxfw_firmware_flash()
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fw.c608 .fsm_activate = mlx5_fsm_activate,