Home
last modified time | relevance | path

Searched refs:smpFunction (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmsmp.c189 dmSMPFrameHeader.smpFunction = (bit8)functionCode; in dmSMPStart()
202 dmSMPFrameHeader.smpFunction = (bit8)functionCode; in dmSMPStart()
213 dmSMPFrameHeader.smpFunction = (bit8)functionCode; in dmSMPStart()
224 dmSMPFrameHeader.smpFunction = (bit8)functionCode; in dmSMPStart()
236 dmSMPFrameHeader.smpFunction = (bit8)functionCode; in dmSMPStart()
244 dmSMPFrameHeader.smpFunction = (bit8)functionCode; in dmSMPStart()
255 dmSMPFrameHeader.smpFunction = (bit8)functionCode; in dmSMPStart()
2364 SMPRequestFunction = dmRequestSMPFrameHeader->smpFunction; in dmSMPCompleted()
2648 switch (dmResponseSMPFrameHeader->smpFunction) in dmSMPCompleted()
2836 … DM_DBG1(("dmSMPCompleted: wrong SMP function 0x%x !!!\n", dmResponseSMPFrameHeader->smpFunction)); in dmSMPCompleted()
[all …]
H A Ddmdefs.h229 bit8 smpFunction; /* The second byte of the SMP frame represents the SMP FUNCTION */ member
543 bit8 smpFunction; /* The second byte of the SMP frame represents the SMP FUNCTION */ member
H A Ddmdisc.c6902 SMPFunction = dmSMPFrameHeader->smpFunction; in dmDiscoverySMPTimerCB()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdsmp.c130 tdSMPFrameHeader.smpFunction = smpfn; in ttdsaNotSupportRespSend()
203 tdSMPFrameHeader.smpFunction = SMP_DISCOVER; /* discover */ in ttdsaDiscoverRespSend()
313 tdSMPFrameHeader.smpFunction = SMP_REPORT_GENERAL; /* report general */ in ttdsaReportGeneralRespSend()
414 switch ( agFrameHeader->smpFunction ) in ttdsaSMPReqReceived()
439 … TI_DBG1(("ttdsaSMPReqReceived: UKNOWN or not yet supported 0x%x\n", agFrameHeader->smpFunction)); in ttdsaSMPReqReceived()
440 ttdsaNotSupportRespSend(agRoot, agDevHandle, ttdsaXchg, (bit8) agFrameHeader->smpFunction); in ttdsaSMPReqReceived()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdcb.c1394 SMPRequestFunction = tdRequestSMPFrameHeader->smpFunction; in itdssSMPCompleted()
1600 switch (tdSMPFrameHeader->smpFunction) in itdssSMPCompleted()
1827 TI_DBG1(("itdssSMPCompleted: wrong SMP function 0x%x\n", tdSMPFrameHeader->smpFunction)); in itdssSMPCompleted()
1865 …tdsaDiscoverySMPTimer(tiRoot, onePortContext, (bit32)(tdSMPFrameHeader->smpFunction), tdSMPRequest… in itdssSMPCompleted()
1871 if (tdSMPFrameHeader->smpFunction == SMP_REPORT_GENERAL || in itdssSMPCompleted()
1872 tdSMPFrameHeader->smpFunction == SMP_DISCOVER || in itdssSMPCompleted()
1873 tdSMPFrameHeader->smpFunction == SMP_REPORT_PHY_SATA || in itdssSMPCompleted()
1874 tdSMPFrameHeader->smpFunction == SMP_CONFIGURE_ROUTING_INFORMATION ) in itdssSMPCompleted()
1878 else if (tdSMPFrameHeader->smpFunction == SMP_PHY_CONTROL) in itdssSMPCompleted()
1896 if (tdSMPFrameHeader->smpFunction == SMP_REPORT_GENERAL || in itdssSMPCompleted()
[all …]
H A Ditddisc.c7267 tdSMPFrameHeader.smpFunction = (bit8)functionCode; in tdSMPStart()
7368 tdSMPFrameHeader.smpFunction = (bit8)functionCode; in tdSMPStart()
7398 tdSMPFrameHeader.smpFunction = (bit8)functionCode; in tdSMPStart()
8361 SMPFunction = tdSMPFrameHeader->smpFunction; in tdsaDiscoverySMPTimerCB()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdmisc.c1405 agSMPFrame->frameHeader.smpFunction in tiCOMPassthroughCmndStart()
1406 = tiPassthroughCmnd->protocol.SMP.SMPHeader.smpFunction; in tiCOMPassthroughCmndStart()
1653 agSMPFrame->frameHeader.smpFunction = SMPFn; in tiCOMPassthroughCmndStart()
H A Dtddefs.h459 bit8 smpFunction; /* The second byte of the SMP frame represents the SMP FUNCTION */ member
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa_spec.h922 bit8 smpFunction; /* The second byte of the SMP frame represents the SMP FUNCTION */ member
/freebsd/sys/dev/pms/RefTisa/sat/src/
H A Dsmdefs.h803 bit8 smpFunction; /* The second byte of the SMP frame represents the SMP FUNCTION */ member
H A Dsmsatcb.c10950 if (smSMPFrameHeader->smpFunction == SMP_PHY_CONTROL) in smSMPCompleted()
10985 SM_DBG2(("smSMPCompleted: unknown smSMPFrameHeader %d!!!\n", smSMPFrameHeader->smpFunction)); in smSMPCompleted()
H A Dsmsat.c1309 smSMPFrameHeader.smpFunction = (bit8)SMP_PHY_CONTROL; in smPhyControlSend()
1355 smSMPFrameHeader.smpFunction = (bit8)SMP_PHY_CONTROL; in smPhyControlSend()