Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\sed-opal.c Create Date:2022-07-28 18:10:01
Last Modify:2020-03-17 23:36:33 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:execute_step

Proto:static int execute_step(struct opal_dev *dev, const struct opal_step *step, size_t stepIndex)

Type:int

Parameter:

TypeParameterName
struct opal_dev *dev
const struct opal_step *step
size_tstepIndex
384  error = fn(dev, data)
386  If error Then
387  pr_debug("Step %zu (%pS) failed with error %d: %s\n", stepIndex, fn, error, opal_error_to_human(error))
392  Return error
Caller
NameDescribe
execute_steps
opal_discovery0_step
end_opal_session_error