Lines Matching refs:functionCode
7092 bit32 functionCode, in tdSMPStart() argument
7218 switch (functionCode) in tdSMPStart()
7252 TI_DBG1(("tdSMPStart: error!!! undefined or unused smp function code 0x%x\n", functionCode)); in tdSMPStart()
7267 tdSMPFrameHeader.smpFunction = (bit8)functionCode; in tdSMPStart()
7368 tdSMPFrameHeader.smpFunction = (bit8)functionCode; in tdSMPStart()
7398 tdSMPFrameHeader.smpFunction = (bit8)functionCode; in tdSMPStart()
7445 if (functionCode == SMP_REPORT_GENERAL || functionCode == SMP_DISCOVER || in tdSMPStart()
7446 functionCode == SMP_REPORT_PHY_SATA || functionCode == SMP_CONFIGURE_ROUTING_INFORMATION in tdSMPStart()
7449 tdsaDiscoverySMPTimer(tiRoot, onePortContext, functionCode, tdSMPRequestBody); in tdSMPStart()
7456 if (functionCode == SMP_REPORT_GENERAL || functionCode == SMP_DISCOVER || in tdSMPStart()
7457 functionCode == SMP_REPORT_PHY_SATA || functionCode == SMP_CONFIGURE_ROUTING_INFORMATION) in tdSMPStart()
7463 else if (functionCode == SMP_PHY_CONTROL) in tdSMPStart()
7485 if (functionCode == SMP_REPORT_GENERAL || functionCode == SMP_DISCOVER || in tdSMPStart()
7486 functionCode == SMP_REPORT_PHY_SATA || functionCode == SMP_CONFIGURE_ROUTING_INFORMATION) in tdSMPStart()
8257 bit32 functionCode, /* smp function code */ in tdsaDiscoverySMPTimer() argument
8267 TI_DBG3(("tdsaDiscoverySMPTimer: pid %d SMPFn 0x%x\n", onePortContext->id, functionCode)); in tdsaDiscoverySMPTimer()