Home
last modified time | relevance | path

Searched refs:SMPFnResult (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/common/
HDtdmisc.c1338 bit32 SMPFn, SMPFnResult, SMPFrameLen; in tiCOMPassthroughCmndStart() local
1483 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 …]
/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
HDtdtypes.h723 tiSMPFunctionResult_t SMPFnResult; /* for SMP target only */ member