Home
last modified time | relevance | path

Searched refs:upStreamPhys (Results 1 – 7 of 7) sorted by relevance

/src/sys/dev/pms/RefTisa/discovery/dm/
H A Ddminit.c635 dm_memset( &(dmExpData[i].upStreamPhys), 0, sizeof(dmExpData[i].upStreamPhys)); in dmExpanderDeviceDataInit()
674 dm_memset( &(oneExpander->upStreamPhys), 0, sizeof(oneExpander->upStreamPhys)); in dmExpanderDeviceDataReInit()
H A Ddmtypes.h278 bit8 upStreamPhys[DM_MAX_EXPANDER_PHYS]; member
H A Ddmsmp.c1741 …spRcvd: DownStreamExpander->upStreamPhys[] %d\n", DownStreamExpander->upStreamPhys[DownStreamExpan… in dmConfigRoutingInfoRespRcvd()
1745 … DownStreamExpander->upStreamPhys[DownStreamExpander->currentUpStreamPhyIndex], in dmConfigRoutingInfoRespRcvd()
1925 …spRcvd: DownStreamExpander->upStreamPhys[] %d\n", DownStreamExpander->upStreamPhys[DownStreamExpan… in dmConfigRoutingInfo2RespRcvd()
1929 … DownStreamExpander->upStreamPhys[DownStreamExpander->currentUpStreamPhyIndex], in dmConfigRoutingInfo2RespRcvd()
H A Ddmdisc.c2199 upStreamPhyID = bottomExpander->upStreamPhys[i]; in dmSAS2SAS11ErrorCheck()
3346 if ( oneExpander->upStreamPhys[i] == phyId ) in dmExpanderUpStreamPhyAdd()
3355 oneExpander->upStreamPhys[oneExpander->numOfUpStreamPhys ++] = phyId; in dmExpanderUpStreamPhyAdd()
3363 …DBG3(("dmExpanderUpStreamPhyAdd: index %d upstream[index] %d\n", i, oneExpander->upStreamPhys[i])); in dmExpanderUpStreamPhyAdd()
4907 phyId = DownStreamExpander->upStreamPhys[0]; in dmFindCurrentDownStreamPhyIndex()
/src/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
H A Dtdtypes.h509 bit8 upStreamPhys[TD_MAX_EXPANDER_PHYS]; member
/src/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c5399 …spRcvd: DownStreamExpander->upStreamPhys[] %d\n", DownStreamExpander->upStreamPhys[DownStreamExpan… in tdsaConfigRoutingInfoRespRcvd()
5403 … DownStreamExpander->upStreamPhys[DownStreamExpander->currentUpStreamPhyIndex], in tdsaConfigRoutingInfoRespRcvd()
5744 if ( oneExpander->upStreamPhys[i] == phyId ) in tdsaSASExpanderUpStreamPhyAdd()
5753 oneExpander->upStreamPhys[oneExpander->numOfUpStreamPhys ++] = phyId; in tdsaSASExpanderUpStreamPhyAdd()
5761 …("tdsaSASExpanderUpStreamPhyAdd: index %d upstream[index] %d\n", i, oneExpander->upStreamPhys[i])); in tdsaSASExpanderUpStreamPhyAdd()
5875 phyId = DownStreamExpander->upStreamPhys[0]; in tdsaFindCurrentDownStreamPhyIndex()
/src/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdinit.c3278 osti_memset( &(tdsaExpander[i].upStreamPhys), 0, sizeof(tdsaExpander[i].upStreamPhys)); in tdsaExpanderInit()