Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmdisc.c606 dmDeviceData_t *AttachedDevice = agNULL; in dmUpStreamDiscoverExpanderPhy() local
757AttachedDevice = dmPortSASDeviceFind(dmRoot, onePortContext, attachedSasLo, attachedSasHi, oneDevi… in dmUpStreamDiscoverExpanderPhy()
759 if ( AttachedDevice != agNULL) /* old device */ in dmUpStreamDiscoverExpanderPhy()
763 if ( AttachedDevice->SASSpecDeviceType == SAS_EDGE_EXPANDER_DEVICE) in dmUpStreamDiscoverExpanderPhy()
766 AttachedExpander = AttachedDevice->dmExpander; in dmUpStreamDiscoverExpanderPhy()
818 AttachedDevice = dmPortSASDeviceAdd( in dmUpStreamDiscoverExpanderPhy()
835 AttachedDevice = dmFindRegNValid( in dmUpStreamDiscoverExpanderPhy()
841 if (AttachedDevice == agNULL) in dmUpStreamDiscoverExpanderPhy()
843 AttachedDevice = dmPortSASDeviceAdd( in dmUpStreamDiscoverExpanderPhy()
864 AttachedDevice = dmPortSASDeviceAdd( in dmUpStreamDiscoverExpanderPhy()
[all …]
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c3667 tdsaDeviceData_t *AttachedDevice = agNULL; in tdsaSASUpStreamDiscoverExpanderPhy() local
3806AttachedDevice = tdsaPortSASDeviceFind(tiRoot, onePortContext, attachedSasLo, attachedSasHi); in tdsaSASUpStreamDiscoverExpanderPhy()
3808 if ( AttachedDevice != agNULL) in tdsaSASUpStreamDiscoverExpanderPhy()
3812 if ( AttachedDevice->SASSpecDeviceType == SAS_EDGE_EXPANDER_DEVICE) in tdsaSASUpStreamDiscoverExpanderPhy()
3815 AttachedExpander = AttachedDevice->tdExpander; in tdsaSASUpStreamDiscoverExpanderPhy()
3864 AttachedDevice = tdsaPortSASDeviceAdd( in tdsaSASUpStreamDiscoverExpanderPhy()
3880 AttachedDevice = tdsaFindRegNValid( in tdsaSASUpStreamDiscoverExpanderPhy()
3886 if (AttachedDevice == agNULL) in tdsaSASUpStreamDiscoverExpanderPhy()
3888 AttachedDevice = tdsaPortSASDeviceAdd( in tdsaSASUpStreamDiscoverExpanderPhy()
3908 AttachedDevice = tdsaPortSASDeviceAdd( in tdsaSASUpStreamDiscoverExpanderPhy()
[all …]