Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlxfw/
H A Dmlxfw.h90 int (*fsm_reactivate)(struct mlxfw_dev *mlxfw_dev, u8 *status); member
H A Dmlxfw_fsm.c173 if (!mlxfw_dev->ops->fsm_reactivate) in mlxfw_fsm_reactivate()
176 err = mlxfw_dev->ops->fsm_reactivate(mlxfw_dev, &status); in mlxfw_fsm_reactivate()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfw.c692 .fsm_reactivate = mlx5_fsm_reactivate,