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

/freebsd-12-stable/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmdisc.c1026 DM_DBG2(("dmUpStreamDiscover2ExpanderPhy: start\n"));
1043 DM_DBG2(("dmUpStreamDiscover2ExpanderPhy: Phy #%d of SAS %08x-%08x\n",
1048 DM_DBG2((" Attached device: %s\n",
1056 DM_DBG2((" SAS address : %08x-%08x\n",
1059 DM_DBG2((" SSP Target : %d\n", SAS2_DISCRSP_IS_SSP_TARGET(pDiscoverResp)?1:0));
1060 DM_DBG2((" STP Target : %d\n", SAS2_DISCRSP_IS_STP_TARGET(pDiscoverResp)?1:0));
1061 DM_DBG2((" SMP Target : %d\n", SAS2_DISCRSP_IS_SMP_TARGET(pDiscoverResp)?1:0));
1062 DM_DBG2((" SATA DEVICE : %d\n", SAS2_DISCRSP_IS_SATA_DEVICE(pDiscoverResp)?1:0));
1063 DM_DBG2((" SSP Initiator : %d\n", SAS2_DISCRSP_IS_SSP_INITIATOR(pDiscoverResp)?1:0));
1064 DM_DBG2((" ST
[all...]
H A Ddmsmp.c196 DM_DBG2(("dmSMPStart: SAS 2\n"));
644 DM_DBG2(("dmReportGeneralRespRcvd: SAS 2 is %d\n", oneExpander->SAS2));
651 DM_DBG2(("dmReportGeneralRespRcvd: SAS 2 Long Response=%d\n", REPORT_GENERAL_IS_LONG_RESPONSE(pdmSMPReportGeneralResp)));
719 DM_DBG2(("dmReportGeneral2RespRcvd: start\n"));
720 DM_DBG2(("dmReportGeneral2RespRcvd: sasAddressHi 0x%08x\n", oneDeviceData->SASAddressID.sasAddressHi));
721 DM_DBG2(("dmReportGeneral2RespRcvd: sasAddressLo 0x%08x\n", oneDeviceData->SASAddressID.sasAddressLo));
757 DM_DBG2(("dmReportGeneral2RespRcvd: SAS 2 is %d\n", oneExpander->SAS2));
762 DM_DBG2(("dmReportGeneral2RespRcvd: oneExpander=%p numberofPhys=0x%x RoutingIndex=0x%x\n",
764 DM_DBG2(("dmReportGeneral2RespRcvd: configRouteTable=%d configuring=%d\n",
768 DM_DBG2(("dmReportGeneral2RespRcv
[all...]
H A Ddmdefs.h114 #define DM_DBG2(format) tddmLogDebugString(gDMDebugLevel, 2, format) macro
125 #define DM_DBG2(format) macro

Completed in 184 milliseconds