Home
last modified time | relevance | path

Searched refs:SMP_REPORT_GENERAL (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmsmp.c152 case SMP_REPORT_GENERAL: in dmSMPStart()
198 case SMP_REPORT_GENERAL: in dmSMPStart()
405 if (functionCode == SMP_REPORT_GENERAL || functionCode == SMP_DISCOVER || in dmSMPStart()
416 if (functionCode == SMP_REPORT_GENERAL || functionCode == SMP_DISCOVER || in dmSMPStart()
443 if (functionCode == SMP_REPORT_GENERAL || functionCode == SMP_DISCOVER || in dmSMPStart()
579 SMP_REPORT_GENERAL, in dmReportGeneralSend()
2153 if (SMPRequestFunction == SMP_REPORT_GENERAL || in dmSetDeviceInfoCB()
2210 if (SMPRequestFunction == SMP_REPORT_GENERAL || SMPRequestFunction == SMP_DISCOVER || in dmSetDeviceInfoCB()
2224 if (SMPRequestFunction == SMP_REPORT_GENERAL || in dmSetDeviceInfoCB()
2249 if (SMPRequestFunction == SMP_REPORT_GENERAL || in dmSetDeviceInfoCB()
[all …]
H A Ddmdefs.h150 #define SMP_REPORT_GENERAL 0x00 macro
H A Ddmdisc.c6926 case SMP_REPORT_GENERAL: /* fall through */ in dmDiscoverySMPTimerCB()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdsmp.c313 tdSMPFrameHeader.smpFunction = SMP_REPORT_GENERAL; /* report general */ in ttdsaReportGeneralRespSend()
416 case SMP_REPORT_GENERAL: in ttdsaSMPReqReceived()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdcb.c1465 if (SMPRequestFunction == SMP_REPORT_GENERAL || SMPRequestFunction == SMP_DISCOVER || in itdssSMPCompleted()
1515 if (SMPRequestFunction == SMP_REPORT_GENERAL || SMPRequestFunction == SMP_DISCOVER || in itdssSMPCompleted()
1566 if (SMPRequestFunction == SMP_REPORT_GENERAL || SMPRequestFunction == SMP_DISCOVER || in itdssSMPCompleted()
1602 case SMP_REPORT_GENERAL: in itdssSMPCompleted()
1860 if (SMPRequestFunction == SMP_REPORT_GENERAL || SMPRequestFunction == SMP_DISCOVER || in itdssSMPCompleted()
1871 if (tdSMPFrameHeader->smpFunction == SMP_REPORT_GENERAL || in itdssSMPCompleted()
1896 if (tdSMPFrameHeader->smpFunction == SMP_REPORT_GENERAL || in itdssSMPCompleted()
1967 if (tdSMPFrameHeader->smpFunction == SMP_REPORT_GENERAL || in itdssSMPCompleted()
H A Ditddisc.c3313 SMP_REPORT_GENERAL, in tdsaReportGeneralSend()
7220 case SMP_REPORT_GENERAL: in tdSMPStart()
7445 if (functionCode == SMP_REPORT_GENERAL || functionCode == SMP_DISCOVER || in tdSMPStart()
7456 if (functionCode == SMP_REPORT_GENERAL || functionCode == SMP_DISCOVER || in tdSMPStart()
7485 if (functionCode == SMP_REPORT_GENERAL || functionCode == SMP_DISCOVER || in tdSMPStart()
8375 case SMP_REPORT_GENERAL: /* fall through */ in tdsaDiscoverySMPTimerCB()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtddefs.h319 #define SMP_REPORT_GENERAL 0x00 macro
H A Dtdmisc.c1529 SMPFn = SMP_REPORT_GENERAL; in tiCOMPassthroughCmndStart()