Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/pms/RefTisa/discovery/dm/
HDdmdisc.c607 dmDeviceData_t *AttachedDevice = agNULL; in dmUpStreamDiscoverExpanderPhy() local
758AttachedDevice = dmPortSASDeviceFind(dmRoot, onePortContext, attachedSasLo, attachedSasHi, oneDevi… in dmUpStreamDiscoverExpanderPhy()
760 if ( AttachedDevice != agNULL) /* old device */ in dmUpStreamDiscoverExpanderPhy()
764 if ( AttachedDevice->SASSpecDeviceType == SAS_EDGE_EXPANDER_DEVICE) in dmUpStreamDiscoverExpanderPhy()
767 AttachedExpander = AttachedDevice->dmExpander; in dmUpStreamDiscoverExpanderPhy()
819 AttachedDevice = dmPortSASDeviceAdd( in dmUpStreamDiscoverExpanderPhy()
836 AttachedDevice = dmFindRegNValid( in dmUpStreamDiscoverExpanderPhy()
842 if (AttachedDevice == agNULL) in dmUpStreamDiscoverExpanderPhy()
844 AttachedDevice = dmPortSASDeviceAdd( in dmUpStreamDiscoverExpanderPhy()
865 AttachedDevice = dmPortSASDeviceAdd( in dmUpStreamDiscoverExpanderPhy()
[all …]
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
HDitddisc.c3668 tdsaDeviceData_t *AttachedDevice = agNULL; in tdsaSASUpStreamDiscoverExpanderPhy() local
3807AttachedDevice = tdsaPortSASDeviceFind(tiRoot, onePortContext, attachedSasLo, attachedSasHi); in tdsaSASUpStreamDiscoverExpanderPhy()
3809 if ( AttachedDevice != agNULL) in tdsaSASUpStreamDiscoverExpanderPhy()
3813 if ( AttachedDevice->SASSpecDeviceType == SAS_EDGE_EXPANDER_DEVICE) in tdsaSASUpStreamDiscoverExpanderPhy()
3816 AttachedExpander = AttachedDevice->tdExpander; in tdsaSASUpStreamDiscoverExpanderPhy()
3865 AttachedDevice = tdsaPortSASDeviceAdd( in tdsaSASUpStreamDiscoverExpanderPhy()
3881 AttachedDevice = tdsaFindRegNValid( in tdsaSASUpStreamDiscoverExpanderPhy()
3887 if (AttachedDevice == agNULL) in tdsaSASUpStreamDiscoverExpanderPhy()
3889 AttachedDevice = tdsaPortSASDeviceAdd( in tdsaSASUpStreamDiscoverExpanderPhy()
3909 AttachedDevice = tdsaPortSASDeviceAdd( in tdsaSASUpStreamDiscoverExpanderPhy()
[all …]