Home
last modified time | relevance | path

Searched refs:ReturningExpanderDeviceData (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmsmp.c1700 dmDeviceData_t *ReturningExpanderDeviceData = agNULL; in dmConfigRoutingInfoRespRcvd() local
1815 ReturningExpanderDeviceData = ReturningExpander->dmDevice; in dmConfigRoutingInfoRespRcvd()
1821 if (ReturningExpander != agNULL && ReturningExpanderDeviceData != agNULL) in dmConfigRoutingInfoRespRcvd()
1824 if ( ReturningExpander->discoveringPhyId < ReturningExpanderDeviceData->numOfPhys ) in dmConfigRoutingInfoRespRcvd()
1831 dmDiscoverSend(dmRoot, ReturningExpanderDeviceData); in dmConfigRoutingInfoRespRcvd()
1847 dmDownStreamDiscovering(dmRoot, onePortContext, ReturningExpanderDeviceData); in dmConfigRoutingInfoRespRcvd()
1880 dmDeviceData_t *ReturningExpanderDeviceData = agNULL; in dmConfigRoutingInfo2RespRcvd() local
1999 ReturningExpanderDeviceData = ReturningExpander->dmDevice; in dmConfigRoutingInfo2RespRcvd()
2005 if (ReturningExpander != agNULL && ReturningExpanderDeviceData != agNULL) in dmConfigRoutingInfo2RespRcvd()
2008 if ( ReturningExpander->discoveringPhyId < ReturningExpanderDeviceData->numOfPhys ) in dmConfigRoutingInfo2RespRcvd()
[all …]
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c5358 tdsaDeviceData_t *ReturningExpanderDeviceData; in tdsaConfigRoutingInfoRespRcvd() local
5460 ReturningExpanderDeviceData = ReturningExpander->tdDevice; in tdsaConfigRoutingInfoRespRcvd()
5466 if ( ReturningExpander->discoveringPhyId < ReturningExpanderDeviceData->numOfPhys ) in tdsaConfigRoutingInfoRespRcvd()
5473 tdsaDiscoverSend(tiRoot, ReturningExpanderDeviceData); in tdsaConfigRoutingInfoRespRcvd()
5486 tdsaSASDownStreamDiscovering(tiRoot, onePortContext, ReturningExpanderDeviceData); in tdsaConfigRoutingInfoRespRcvd()