Searched refs:SMPFnResult (Results 1 – 2 of 2) sorted by relevance
1337 bit32 SMPFn, SMPFnResult, SMPFrameLen; in tiCOMPassthroughCmndStart() local1482 switch (tdPTCmndBody->protocol.SMP.SMPFnResult) in tiCOMPassthroughCmndStart()1485 SMPFnResult = SMP_FUNCTION_ACCEPTED; in tiCOMPassthroughCmndStart()1488 SMPFnResult = UNKNOWN_SMP_FUNCTION; in tiCOMPassthroughCmndStart()1491 SMPFnResult = SMP_FUNCTION_FAILED; in tiCOMPassthroughCmndStart()1494 SMPFnResult = INVALID_REQUEST_FRAME_LENGTH; in tiCOMPassthroughCmndStart()1497 SMPFnResult =PHY_DOES_NOT_EXIST; in tiCOMPassthroughCmndStart()1500 SMPFnResult = INDEX_DOES_NOT_EXIST; in tiCOMPassthroughCmndStart()1503 SMPFnResult = PHY_DOES_NOT_SUPPORT_SATA; in tiCOMPassthroughCmndStart()1506 SMPFnResult = UNKNOWN_PHY_OPERATION; in tiCOMPassthroughCmndStart()[all …]
722 tiSMPFunctionResult_t SMPFnResult; /* for SMP target only */ member