Lines Matching refs:SMP
1385 tdssSMPRequestBody = &(tdPTCmndBody->protocol.SMP.SMPBody); in tiCOMPassthroughCmndStart()
1404 = tiPassthroughCmnd->protocol.SMP.SMPHeader.smpFrameType; in tiCOMPassthroughCmndStart()
1406 = tiPassthroughCmnd->protocol.SMP.SMPHeader.smpFunction; in tiCOMPassthroughCmndStart()
1408 = tiPassthroughCmnd->protocol.SMP.SMPHeader.smpFunctionResult; in tiCOMPassthroughCmndStart()
1410 = tiPassthroughCmnd->protocol.SMP.SMPHeader.smpReserved; in tiCOMPassthroughCmndStart()
1412 if (tiPassthroughCmnd->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart()
1420 agSMPFrame->phyId = tiPassthroughCmnd->protocol.SMP.phyID; in tiCOMPassthroughCmndStart()
1472 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart()
1482 switch (tdPTCmndBody->protocol.SMP.SMPFnResult) in tiCOMPassthroughCmndStart()
1519 …MPassthroughCmndStart: unknown SMP function result %d\n", tdPTCmndBody->protocol.SMP.SMPFnResult)); in tiCOMPassthroughCmndStart()
1526 switch (tdPTCmndBody->protocol.SMP.SMPFn) in tiCOMPassthroughCmndStart()
1530 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart()
1542 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart()
1554 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart()
1566 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart()
1578 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart()
1590 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart()
1602 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart()
1614 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart()
1626 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart()
1638 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart()
1650 …TI_DBG1(("tiCOMPassthroughCmndStart: unknown SMP function %d\n", tdPTCmndBody->protocol.SMP.SMPFn)… in tiCOMPassthroughCmndStart()
1720 tdssSMPRequestBody = &(tdPTCmndBody->protocol.SMP.SMPBody); in tiCOMPassthroughCmndAbort()