Searched refs:smpFunction (Results 1 – 12 of 12) sorted by relevance
| /freebsd-11-stable/sys/dev/pms/RefTisa/discovery/dm/ |
| HD | dmsmp.c | 190 dmSMPFrameHeader.smpFunction = (bit8)functionCode; in dmSMPStart() 203 dmSMPFrameHeader.smpFunction = (bit8)functionCode; in dmSMPStart() 214 dmSMPFrameHeader.smpFunction = (bit8)functionCode; in dmSMPStart() 225 dmSMPFrameHeader.smpFunction = (bit8)functionCode; in dmSMPStart() 237 dmSMPFrameHeader.smpFunction = (bit8)functionCode; in dmSMPStart() 245 dmSMPFrameHeader.smpFunction = (bit8)functionCode; in dmSMPStart() 256 dmSMPFrameHeader.smpFunction = (bit8)functionCode; in dmSMPStart() 2365 SMPRequestFunction = dmRequestSMPFrameHeader->smpFunction; in dmSMPCompleted() 2649 switch (dmResponseSMPFrameHeader->smpFunction) in dmSMPCompleted() 2837 … DM_DBG1(("dmSMPCompleted: wrong SMP function 0x%x !!!\n", dmResponseSMPFrameHeader->smpFunction)); in dmSMPCompleted() [all …]
|
| HD | dmdefs.h | 230 bit8 smpFunction; /* The second byte of the SMP frame represents the SMP FUNCTION */ member 544 bit8 smpFunction; /* The second byte of the SMP frame represents the SMP FUNCTION */ member
|
| HD | dmdisc.c | 6903 SMPFunction = dmSMPFrameHeader->smpFunction; in dmDiscoverySMPTimerCB()
|
| /freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ |
| HD | 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-11-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/ |
| HD | itdcb.c | 1395 SMPRequestFunction = tdRequestSMPFrameHeader->smpFunction; in itdssSMPCompleted() 1601 switch (tdSMPFrameHeader->smpFunction) in itdssSMPCompleted() 1828 TI_DBG1(("itdssSMPCompleted: wrong SMP function 0x%x\n", tdSMPFrameHeader->smpFunction)); in itdssSMPCompleted() 1866 …tdsaDiscoverySMPTimer(tiRoot, onePortContext, (bit32)(tdSMPFrameHeader->smpFunction), tdSMPRequest… in itdssSMPCompleted() 1872 if (tdSMPFrameHeader->smpFunction == SMP_REPORT_GENERAL || in itdssSMPCompleted() 1873 tdSMPFrameHeader->smpFunction == SMP_DISCOVER || in itdssSMPCompleted() 1874 tdSMPFrameHeader->smpFunction == SMP_REPORT_PHY_SATA || in itdssSMPCompleted() 1875 tdSMPFrameHeader->smpFunction == SMP_CONFIGURE_ROUTING_INFORMATION ) in itdssSMPCompleted() 1879 else if (tdSMPFrameHeader->smpFunction == SMP_PHY_CONTROL) in itdssSMPCompleted() 1897 if (tdSMPFrameHeader->smpFunction == SMP_REPORT_GENERAL || in itdssSMPCompleted() [all …]
|
| HD | itddisc.c | 7268 tdSMPFrameHeader.smpFunction = (bit8)functionCode; in tdSMPStart() 7369 tdSMPFrameHeader.smpFunction = (bit8)functionCode; in tdSMPStart() 7399 tdSMPFrameHeader.smpFunction = (bit8)functionCode; in tdSMPStart() 8362 SMPFunction = tdSMPFrameHeader->smpFunction; in tdsaDiscoverySMPTimerCB()
|
| /freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/common/ |
| HD | tdmisc.c | 1406 agSMPFrame->frameHeader.smpFunction in tiCOMPassthroughCmndStart() 1407 = tiPassthroughCmnd->protocol.SMP.SMPHeader.smpFunction; in tiCOMPassthroughCmndStart() 1654 agSMPFrame->frameHeader.smpFunction = SMPFn; in tiCOMPassthroughCmndStart()
|
| HD | tddefs.h | 460 bit8 smpFunction; /* The second byte of the SMP frame represents the SMP FUNCTION */ member
|
| /freebsd-11-stable/sys/dev/pms/RefTisa/sat/src/ |
| HD | smdefs.h | 804 bit8 smpFunction; /* The second byte of the SMP frame represents the SMP FUNCTION */ member
|
| HD | smsatcb.c | 10951 if (smSMPFrameHeader->smpFunction == SMP_PHY_CONTROL) in smSMPCompleted() 10986 SM_DBG2(("smSMPCompleted: unknown smSMPFrameHeader %d!!!\n", smSMPFrameHeader->smpFunction)); in smSMPCompleted()
|
| HD | smsat.c | 1310 smSMPFrameHeader.smpFunction = (bit8)SMP_PHY_CONTROL; in smPhyControlSend() 1356 smSMPFrameHeader.smpFunction = (bit8)SMP_PHY_CONTROL; in smPhyControlSend()
|
| /freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/api/ |
| HD | sa_spec.h | 923 bit8 smpFunction; /* The second byte of the SMP frame represents the SMP FUNCTION */ member
|