Searched refs:numOfPhys (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/dev/pms/RefTisa/discovery/dm/ |
H A D | dmsmp.c | 637 oneDeviceData->numOfPhys = (bit8) pdmSMPReportGeneralResp->numOfPhys; in dmReportGeneralRespRcvd() 656 oneExpander, oneDeviceData->numOfPhys, oneExpander->routingIndex)); in dmReportGeneralRespRcvd() 747 oneDeviceData->numOfPhys = (bit8) pdmSMPReportGeneral2Resp->numOfPhys; in dmReportGeneral2RespRcvd() 762 oneExpander, oneDeviceData->numOfPhys, oneExpander->routingIndex)); in dmReportGeneral2RespRcvd() 1824 if ( ReturningExpander->discoveringPhyId < ReturningExpanderDeviceData->numOfPhys ) in dmConfigRoutingInfoRespRcvd() 2008 if ( ReturningExpander->discoveringPhyId < ReturningExpanderDeviceData->numOfPhys ) in dmConfigRoutingInfo2RespRcvd()
|
H A D | dmtypes.h | 208 bit8 numOfPhys; member
|
H A D | dmdefs.h | 256 bit8 numOfPhys; member 571 bit8 numOfPhys; /* byte 9 */ member
|
H A D | dminit.c | 528 dmDeviceData[i].numOfPhys = 0; in dmDeviceDataInit() 574 oneDeviceData->numOfPhys = 0; in dmDeviceDataReInit()
|
H A D | dmdisc.c | 559 if ( NextExpander->discoveringPhyId < NextExpander->dmDevice->numOfPhys ) in dmDownStreamDiscovering() 562 NextExpander->discoveringPhyId, NextExpander->dmDevice->numOfPhys)); in dmDownStreamDiscovering() 978 if ( oneExpander->discoveringPhyId < oneDeviceData->numOfPhys ) in dmUpStreamDiscoverExpanderPhy() 1389 if ( oneExpander->discoveringPhyId < oneDeviceData->numOfPhys ) in dmUpStreamDiscover2ExpanderPhy() 2125 if ( oneExpander->discoveringPhyId < oneDeviceData->numOfPhys ) in dmDownStreamDiscoverExpanderPhy() 3005 if ( oneExpander->discoveringPhyId < oneDeviceData->numOfPhys ) in dmDownStreamDiscover2ExpanderPhy() 3159 if ( oneExpander->discoveringPhyId < oneDeviceData->numOfPhys ) in dmUpStreamDiscoverExpanderPhySkip() 3204 if ( oneExpander->discoveringPhyId < oneDeviceData->numOfPhys ) in dmUpStreamDiscover2ExpanderPhySkip() 3254 if ( oneExpander->discoveringPhyId < oneDeviceData->numOfPhys ) in dmDownStreamDiscoverExpanderPhySkip() 3302 if ( oneExpander->discoveringPhyId < oneDeviceData->numOfPhys ) in dmDownStreamDiscover2ExpanderPhySkip()
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ |
H A D | ttdsmp.c | 337 Resp->numOfPhys = 0x5; /* 0x1; */ in ttdsaReportGeneralRespSend()
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/ |
H A D | itddisc.c | 1824 if ( NextExpander->discoveringPhyId < NextExpander->tdDevice->numOfPhys ) in tdsaSASDownStreamDiscovering() 1827 NextExpander->discoveringPhyId, NextExpander->tdDevice->numOfPhys)); in tdsaSASDownStreamDiscovering() 3401 oneDeviceData->numOfPhys = (bit8) ptdSMPReportGeneralResp->numOfPhys; in tdsaReportGeneralRespRcvd() 3405 for ( i = 0; i < oneDeviceData->numOfPhys; i++ ) in tdsaReportGeneralRespRcvd() 3414 oneExpander, oneDeviceData->numOfPhys, oneExpander->routingIndex)); in tdsaReportGeneralRespRcvd() 4016 if ( oneExpander->discoveringPhyId < oneDeviceData->numOfPhys ) in tdsaSASUpStreamDiscoverExpanderPhy() 4107 if ( oneExpander->discoveringPhyId < oneDeviceData->numOfPhys ) in tdsaSASUpStreamDiscoverExpanderPhySkip() 5126 if ( oneExpander->discoveringPhyId < oneDeviceData->numOfPhys ) in tdsaSASDownStreamDiscoverExpanderPhy() 5190 if ( oneExpander->discoveringPhyId < oneDeviceData->numOfPhys ) in tdsaSASDownStreamDiscoverExpanderPhySkip() 5466 if ( ReturningExpander->discoveringPhyId < ReturningExpanderDeviceData->numOfPhys ) in tdsaConfigRoutingInfoRespRcvd()
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/common/ |
H A D | tdtypes.h | 343 bit8 numOfPhys; member
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/ |
H A D | sa_spec.h | 938 bit8 numOfPhys; member
|
H A D | sa.h | 2696 bit32 numOfPhys; /**< Number of PHYs in the device */ member
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/ |
H A D | tddefs.h | 485 bit8 numOfPhys; member
|
H A D | ossacmnapi.c | 234 TI_DBG4(("ossaDeviceHandleAccept: phys %d\n", agDevInfo->numOfPhys)); in ossaDeviceHandleAccept() 416 TI_DBG6(("ossaDiscoverSasCB: phys %d\n", agDeviceInfo->numOfPhys)); in ossaDiscoverSasCB() 468 TI_DBG6(("ossaDiscoverSasCB: phys %d\n", agDeviceInfo->numOfPhys)); in ossaDiscoverSasCB() 5975 TI_DBG2(("ossaGetDeviceInfoCB: numOfPhys %d\n", agSASDeviceInfo->numOfPhys)); in ossaGetDeviceInfoCB()
|
H A D | tdinit.c | 2984 tdsaDeviceData[i].numOfPhys = 0; in tdsaDeviceDataInit() 3103 oneDeviceData->numOfPhys = 0; in tdsaDeviceDataReInit()
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | sampirsp.c | 5468 pDeviceInfo.numOfPhys = 1; in mpiDeviceHandleArrived()
|