Searched refs:SMPFnResult (Results 1 – 2 of 2) sorted by relevance
1338 bit32 SMPFn, SMPFnResult, SMPFrameLen; in tiCOMPassthroughCmndStart() local1483 switch (tdPTCmndBody->protocol.SMP.SMPFnResult) in tiCOMPassthroughCmndStart()1486 SMPFnResult = SMP_FUNCTION_ACCEPTED; in tiCOMPassthroughCmndStart()1489 SMPFnResult = UNKNOWN_SMP_FUNCTION; in tiCOMPassthroughCmndStart()1492 SMPFnResult = SMP_FUNCTION_FAILED; in tiCOMPassthroughCmndStart()1495 SMPFnResult = INVALID_REQUEST_FRAME_LENGTH; in tiCOMPassthroughCmndStart()1498 SMPFnResult =PHY_DOES_NOT_EXIST; in tiCOMPassthroughCmndStart()1501 SMPFnResult = INDEX_DOES_NOT_EXIST; in tiCOMPassthroughCmndStart()1504 SMPFnResult = PHY_DOES_NOT_SUPPORT_SATA; in tiCOMPassthroughCmndStart()1507 SMPFnResult = UNKNOWN_PHY_OPERATION; in tiCOMPassthroughCmndStart()[all …]
723 tiSMPFunctionResult_t SMPFnResult; /* for SMP target only */ member