Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmdisc.c602 bit32 attachedSasHi, attachedSasLo; in dmUpStreamDiscoverExpanderPhy() local
710 attachedSasHi = DISCRSP_GET_ATTACHED_SAS_ADDRESSHI(pDiscoverResp); in dmUpStreamDiscoverExpanderPhy()
723 dmPortSASDeviceFind(dmRoot, onePortContext, attachedSasLo, attachedSasHi, oneDeviceData); in dmUpStreamDiscoverExpanderPhy()
725 if ( ((oneExpander->upStreamSASAddressHi != attachedSasHi) || in dmUpStreamDiscoverExpanderPhy()
751 oneExpander->upStreamSASAddressHi = attachedSasHi; in dmUpStreamDiscoverExpanderPhy()
753 if ( (onePortContext->sasLocalAddressHi != attachedSasHi) in dmUpStreamDiscoverExpanderPhy()
757 …edDevice = dmPortSASDeviceFind(dmRoot, onePortContext, attachedSasLo, attachedSasHi, oneDeviceData… in dmUpStreamDiscoverExpanderPhy()
916 attachedSasHi, attachedSasLo)); in dmUpStreamDiscoverExpanderPhy()
1020 bit32 attachedSasHi, attachedSasLo; in dmUpStreamDiscover2ExpanderPhy() local
1124 attachedSasHi = SAS2_DISCRSP_GET_ATTACHED_SAS_ADDRESSHI(pDiscoverResp); in dmUpStreamDiscover2ExpanderPhy()
[all …]
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c3671 bit32 attachedSasHi, attachedSasLo; in tdsaSASUpStreamDiscoverExpanderPhy() local
3764 attachedSasHi = DISCRSP_GET_ATTACHED_SAS_ADDRESSHI(pDiscoverResp); in tdsaSASUpStreamDiscoverExpanderPhy()
3777 if ( ((oneExpander->upStreamSASAddressHi != attachedSasHi) || in tdsaSASUpStreamDiscoverExpanderPhy()
3799 oneExpander->upStreamSASAddressHi = attachedSasHi; in tdsaSASUpStreamDiscoverExpanderPhy()
3802 if ( (onePortContext->sasLocalAddressHi != attachedSasHi) in tdsaSASUpStreamDiscoverExpanderPhy()
3806 … AttachedDevice = tdsaPortSASDeviceFind(tiRoot, onePortContext, attachedSasLo, attachedSasHi); in tdsaSASUpStreamDiscoverExpanderPhy()
3958 attachedSasHi, attachedSasLo)); in tdsaSASUpStreamDiscoverExpanderPhy()
4490 bit32 attachedSasHi, attachedSasLo; in tdsaSASDownStreamDiscoverExpanderPhy() local
4591 attachedSasHi = DISCRSP_GET_ATTACHED_SAS_ADDRESSHI(pDiscoverResp); in tdsaSASDownStreamDiscoverExpanderPhy()
4616 if ( (attachedSasHi != onePortContext->sasLocalAddressHi) in tdsaSASDownStreamDiscoverExpanderPhy()
[all …]