/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxfw/ |
H A D | mlxfw_fsm.c | 42 enum mlxfw_fsm_state_err fsm_state_err; in mlxfw_fsm_state_err() local 44 fsm_state_err = min_t(enum mlxfw_fsm_state_err, err, in mlxfw_fsm_state_err() 47 switch (fsm_state_err) { in mlxfw_fsm_state_err() 81 return mlxfw_fsm_state_errno[fsm_state_err]; in mlxfw_fsm_state_err() 88 enum mlxfw_fsm_state_err fsm_state_err; in mlxfw_fsm_state_wait() local 96 &curr_fsm_state, &fsm_state_err); in mlxfw_fsm_state_wait() 102 if (fsm_state_err != MLXFW_FSM_STATE_ERR_OK) in mlxfw_fsm_state_wait() 103 return mlxfw_fsm_state_err(mlxfw_dev, extack, fsm_state_err); in mlxfw_fsm_state_wait()
|
H A D | mlxfw.h | 94 enum mlxfw_fsm_state_err *fsm_state_err);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxfw/ |
H A D | mlxfw_fsm.c | 42 enum mlxfw_fsm_state_err fsm_state_err; in mlxfw_fsm_state_err() local 44 fsm_state_err = min_t(enum mlxfw_fsm_state_err, err, in mlxfw_fsm_state_err() 47 switch (fsm_state_err) { in mlxfw_fsm_state_err() 81 return mlxfw_fsm_state_errno[fsm_state_err]; in mlxfw_fsm_state_err() 88 enum mlxfw_fsm_state_err fsm_state_err; in mlxfw_fsm_state_wait() local 96 &curr_fsm_state, &fsm_state_err); in mlxfw_fsm_state_wait() 102 if (fsm_state_err != MLXFW_FSM_STATE_ERR_OK) in mlxfw_fsm_state_wait() 103 return mlxfw_fsm_state_err(mlxfw_dev, extack, fsm_state_err); in mlxfw_fsm_state_wait()
|
H A D | mlxfw.h | 94 enum mlxfw_fsm_state_err *fsm_state_err);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | fw.c | 578 enum mlxfw_fsm_state_err *fsm_state_err) in mlx5_fsm_query_state() 591 *fsm_state_err = min_t(enum mlxfw_fsm_state_err, error_code, in mlx5_fsm_query_state() 576 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
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | fw.c | 605 enum mlxfw_fsm_state_err *fsm_state_err) in mlx5_fsm_query_state() 618 *fsm_state_err = min_t(enum mlxfw_fsm_state_err, error_code, in mlx5_fsm_query_state() 603 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
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | core_linecards.c | 254 enum mlxfw_fsm_state_err *fsm_state_err) in mlxsw_linecard_device_fw_fsm_query_state() 278 *fsm_state_err = min_t(enum mlxfw_fsm_state_err, error_code, in mlxsw_linecard_device_fw_fsm_query_state() 251 mlxsw_linecard_device_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_linecard_device_fw_fsm_query_state() argument
|
H A D | core.c | 1158 enum mlxfw_fsm_state_err *fsm_state_err) in mlxsw_core_fw_fsm_query_state() 1175 *fsm_state_err = min_t(enum mlxfw_fsm_state_err, error_code, MLXFW_FSM_STATE_ERR_MAX); in mlxsw_core_fw_fsm_query_state() 1156 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
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | core.c | 983 enum mlxfw_fsm_state_err *fsm_state_err) in mlxsw_core_fw_fsm_query_state() 1000 *fsm_state_err = min_t(enum mlxfw_fsm_state_err, error_code, MLXFW_FSM_STATE_ERR_MAX); in mlxsw_core_fw_fsm_query_state() 981 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
|