Home
last modified time | relevance | path

Searched refs:DM_DBG2 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmdisc.c1025 DM_DBG2(("dmUpStreamDiscover2ExpanderPhy: start\n")); in dmUpStreamDiscover2ExpanderPhy()
1042 DM_DBG2(("dmUpStreamDiscover2ExpanderPhy: Phy #%d of SAS %08x-%08x\n", in dmUpStreamDiscover2ExpanderPhy()
1047 DM_DBG2((" Attached device: %s\n", in dmUpStreamDiscover2ExpanderPhy()
1055 DM_DBG2((" SAS address : %08x-%08x\n", in dmUpStreamDiscover2ExpanderPhy()
1058 DM_DBG2((" SSP Target : %d\n", SAS2_DISCRSP_IS_SSP_TARGET(pDiscoverResp)?1:0)); in dmUpStreamDiscover2ExpanderPhy()
1059 DM_DBG2((" STP Target : %d\n", SAS2_DISCRSP_IS_STP_TARGET(pDiscoverResp)?1:0)); in dmUpStreamDiscover2ExpanderPhy()
1060 DM_DBG2((" SMP Target : %d\n", SAS2_DISCRSP_IS_SMP_TARGET(pDiscoverResp)?1:0)); in dmUpStreamDiscover2ExpanderPhy()
1061 DM_DBG2((" SATA DEVICE : %d\n", SAS2_DISCRSP_IS_SATA_DEVICE(pDiscoverResp)?1:0)); in dmUpStreamDiscover2ExpanderPhy()
1062 DM_DBG2((" SSP Initiator : %d\n", SAS2_DISCRSP_IS_SSP_INITIATOR(pDiscoverResp)?1:0)); in dmUpStreamDiscover2ExpanderPhy()
1063 DM_DBG2((" STP Initiator : %d\n", SAS2_DISCRSP_IS_STP_INITIATOR(pDiscoverResp)?1:0)); in dmUpStreamDiscover2ExpanderPhy()
[all …]
H A Ddmsmp.c195 DM_DBG2(("dmSMPStart: SAS 2\n")); in dmSMPStart()
643 DM_DBG2(("dmReportGeneralRespRcvd: SAS 2 is %d\n", oneExpander->SAS2)); in dmReportGeneralRespRcvd()
650DM_DBG2(("dmReportGeneralRespRcvd: SAS 2 Long Response=%d\n", REPORT_GENERAL_IS_LONG_RESPONSE(pdmS… in dmReportGeneralRespRcvd()
718 DM_DBG2(("dmReportGeneral2RespRcvd: start\n")); in dmReportGeneral2RespRcvd()
719DM_DBG2(("dmReportGeneral2RespRcvd: sasAddressHi 0x%08x\n", oneDeviceData->SASAddressID.sasAddress… in dmReportGeneral2RespRcvd()
720DM_DBG2(("dmReportGeneral2RespRcvd: sasAddressLo 0x%08x\n", oneDeviceData->SASAddressID.sasAddress… in dmReportGeneral2RespRcvd()
756 DM_DBG2(("dmReportGeneral2RespRcvd: SAS 2 is %d\n", oneExpander->SAS2)); in dmReportGeneral2RespRcvd()
761 DM_DBG2(("dmReportGeneral2RespRcvd: oneExpander=%p numberofPhys=0x%x RoutingIndex=0x%x\n", in dmReportGeneral2RespRcvd()
763 DM_DBG2(("dmReportGeneral2RespRcvd: configRouteTable=%d configuring=%d\n", in dmReportGeneral2RespRcvd()
767 DM_DBG2(("dmReportGeneral2RespRcvd: ConfiguresOthers is true\n")); in dmReportGeneral2RespRcvd()
[all …]
H A Ddmdefs.h113 #define DM_DBG2(format) tddmLogDebugString(gDMDebugLevel, 2, format) macro
124 #define DM_DBG2(format) macro