Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmsmp.c1701 dmDeviceData_t *ReturningExpanderDeviceData = agNULL; in dmConfigRoutingInfoRespRcvd() local
1816 ReturningExpanderDeviceData = ReturningExpander->dmDevice; in dmConfigRoutingInfoRespRcvd()
1822 if (ReturningExpander != agNULL && ReturningExpanderDeviceData != agNULL) in dmConfigRoutingInfoRespRcvd()
1825 if ( ReturningExpander->discoveringPhyId < ReturningExpanderDeviceData->numOfPhys ) in dmConfigRoutingInfoRespRcvd()
1832 dmDiscoverSend(dmRoot, ReturningExpanderDeviceData); in dmConfigRoutingInfoRespRcvd()
1848 dmDownStreamDiscovering(dmRoot, onePortContext, ReturningExpanderDeviceData); in dmConfigRoutingInfoRespRcvd()
1881 dmDeviceData_t *ReturningExpanderDeviceData = agNULL; in dmConfigRoutingInfo2RespRcvd() local
2000 ReturningExpanderDeviceData = ReturningExpander->dmDevice; in dmConfigRoutingInfo2RespRcvd()
2006 if (ReturningExpander != agNULL && ReturningExpanderDeviceData != agNULL) in dmConfigRoutingInfo2RespRcvd()
2016 dmDiscoverSend(dmRoot, ReturningExpanderDeviceData); in dmConfigRoutingInfo2RespRcvd()
[all …]
/freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c5359 tdsaDeviceData_t *ReturningExpanderDeviceData; in tdsaConfigRoutingInfoRespRcvd() local
5461 ReturningExpanderDeviceData = ReturningExpander->tdDevice; in tdsaConfigRoutingInfoRespRcvd()
5467 if ( ReturningExpander->discoveringPhyId < ReturningExpanderDeviceData->numOfPhys ) in tdsaConfigRoutingInfoRespRcvd()
5474 tdsaDiscoverSend(tiRoot, ReturningExpanderDeviceData); in tdsaConfigRoutingInfoRespRcvd()
5487 tdsaSASDownStreamDiscovering(tiRoot, onePortContext, ReturningExpanderDeviceData); in tdsaConfigRoutingInfoRespRcvd()