Lines Matching refs:SMPFn
1337 bit32 SMPFn, SMPFnResult, SMPFrameLen; in tiCOMPassthroughCmndStart() local
1526 switch (tdPTCmndBody->protocol.SMP.SMPFn) in tiCOMPassthroughCmndStart()
1529 SMPFn = SMP_REPORT_GENERAL; in tiCOMPassthroughCmndStart()
1541 SMPFn = SMP_REPORT_MANUFACTURE_INFORMATION; in tiCOMPassthroughCmndStart()
1553 SMPFn = SMP_DISCOVER; in tiCOMPassthroughCmndStart()
1565 SMPFn = SMP_REPORT_PHY_ERROR_LOG; in tiCOMPassthroughCmndStart()
1577 SMPFn = SMP_REPORT_PHY_SATA; in tiCOMPassthroughCmndStart()
1589 SMPFn = SMP_REPORT_ROUTING_INFORMATION; in tiCOMPassthroughCmndStart()
1601 SMPFn = SMP_CONFIGURE_ROUTING_INFORMATION; in tiCOMPassthroughCmndStart()
1613 SMPFn = SMP_PHY_CONTROL; in tiCOMPassthroughCmndStart()
1625 SMPFn = SMP_PHY_TEST_FUNCTION; in tiCOMPassthroughCmndStart()
1637 SMPFn = SMP_PMC_SPECIFIC; in tiCOMPassthroughCmndStart()
1650 …I_DBG1(("tiCOMPassthroughCmndStart: unknown SMP function %d\n", tdPTCmndBody->protocol.SMP.SMPFn)); in tiCOMPassthroughCmndStart()
1653 agSMPFrame->frameHeader.smpFunction = SMPFn; in tiCOMPassthroughCmndStart()