Searched refs:smpFunction (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/dev/pms/RefTisa/discovery/dm/ |
H A D | dmsmp.c | 189 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 D | dmdefs.h | 229 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 D | dmdisc.c | 6902 SMPFunction = dmSMPFrameHeader->smpFunction; in dmDiscoverySMPTimerCB()
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ |
H A D | ttdsmp.c | 130 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 D | itdcb.c | 1394 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 D | itddisc.c | 7267 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 D | tdmisc.c | 1405 agSMPFrame->frameHeader.smpFunction in tiCOMPassthroughCmndStart() 1406 = tiPassthroughCmnd->protocol.SMP.SMPHeader.smpFunction; in tiCOMPassthroughCmndStart() 1653 agSMPFrame->frameHeader.smpFunction = SMPFn; in tiCOMPassthroughCmndStart()
|
H A D | tddefs.h | 459 bit8 smpFunction; /* The second byte of the SMP frame represents the SMP FUNCTION */ member
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/ |
H A D | sa_spec.h | 922 bit8 smpFunction; /* The second byte of the SMP frame represents the SMP FUNCTION */ member
|
/freebsd/sys/dev/pms/RefTisa/sat/src/ |
H A D | smdefs.h | 803 bit8 smpFunction; /* The second byte of the SMP frame represents the SMP FUNCTION */ member
|
H A D | smsatcb.c | 10950 if (smSMPFrameHeader->smpFunction == SMP_PHY_CONTROL) in smSMPCompleted() 10985 SM_DBG2(("smSMPCompleted: unknown smSMPFrameHeader %d!!!\n", smSMPFrameHeader->smpFunction)); in smSMPCompleted()
|
H A D | smsat.c | 1309 smSMPFrameHeader.smpFunction = (bit8)SMP_PHY_CONTROL; in smPhyControlSend() 1355 smSMPFrameHeader.smpFunction = (bit8)SMP_PHY_CONTROL; in smPhyControlSend()
|