Searched refs:fsm_state_err (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlxfw/ |
H A D | mlxfw_fsm.c | 41 enum mlxfw_fsm_state_err fsm_state_err; in mlxfw_fsm_state_err() local 43 fsm_state_err = min_t(enum mlxfw_fsm_state_err, err, in mlxfw_fsm_state_err() 46 switch (fsm_state_err) { in mlxfw_fsm_state_err() 80 return mlxfw_fsm_state_errno[fsm_state_err]; in mlxfw_fsm_state_err() 87 enum mlxfw_fsm_state_err fsm_state_err; in mlxfw_fsm_state_wait() local 95 &curr_fsm_state, &fsm_state_err); in mlxfw_fsm_state_wait() 101 if (fsm_state_err != MLXFW_FSM_STATE_ERR_OK) in mlxfw_fsm_state_wait() 102 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);
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | fw.c | 609 enum mlxfw_fsm_state_err *fsm_state_err) in mlx5_fsm_query_state() argument 622 *fsm_state_err = min_t(enum mlxfw_fsm_state_err, error_code, in mlx5_fsm_query_state()
|
/openbmc/linux/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() argument 278 *fsm_state_err = min_t(enum mlxfw_fsm_state_err, error_code, in mlxsw_linecard_device_fw_fsm_query_state()
|
H A D | core.c | 1158 enum mlxfw_fsm_state_err *fsm_state_err) in mlxsw_core_fw_fsm_query_state() argument 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()
|