Lines Matching defs:DownStreamExpander

5354   tdsaExpander_t                          *DownStreamExpander;
5379 DownStreamExpander = oneExpander->tdCurrentDownStreamExpander;
5380 if (DownStreamExpander != agNULL)
5382 DownStreamExpander->currentUpStreamPhyIndex ++;
5383 TI_DBG3(("tdsaConfigRoutingInfoRespRcvd: DownStreamExpander->currentUpStreamPhyIndex %d\n", DownStreamExpander->currentUpStreamPhyIndex));
5384 TI_DBG3(("tdsaConfigRoutingInfoRespRcvd: DownStreamExpander->numOfUpStreamPhys %d\n", DownStreamExpander->numOfUpStreamPhys));
5385 TI_DBG3(("tdsaConfigRoutingInfoRespRcvd: DownStreamExpander addrHi 0x%08x\n", DownStreamExpander->tdDevice->SASAddressID.sasAddressHi));
5386 TI_DBG3(("tdsaConfigRoutingInfoRespRcvd: DownStreamExpander addrLo 0x%08x\n", DownStreamExpander->tdDevice->SASAddressID.sasAddressLo));
5393 if ( DownStreamExpander != agNULL)
5395 if (DownStreamExpander->currentUpStreamPhyIndex < DownStreamExpander->numOfUpStreamPhys)
5398 TI_DBG3(("tdsaConfigRoutingInfoRespRcvd: DownStreamExpander->currentUpStreamPhyIndex %d\n", DownStreamExpander->currentUpStreamPhyIndex));
5400 TI_DBG3(("tdsaConfigRoutingInfoRespRcvd: DownStreamExpander->upStreamPhys[] %d\n", DownStreamExpander->upStreamPhys[DownStreamExpander->currentUpStreamPhyIndex]));
5404 DownStreamExpander->upStreamPhys[DownStreamExpander->currentUpStreamPhyIndex],
5437 DownStreamExpander->currentUpStreamPhyIndex = 0;
5454 DownStreamExpander->currentUpStreamPhyIndex = 0;
5489 //DownStreamExpander
5849 tdsaExpander_t *DownStreamExpander;
5862 DownStreamExpander = oneExpander->tdCurrentDownStreamExpander;
5864 if (DownStreamExpander == agNULL)
5866 TI_DBG3(("tdsaFindCurrentDownStreamPhyIndex: wrong!!! DownStreamExpander is NULL\n"));
5872 TI_DBG3(("tdsaFindCurrentDownStreamPhyIndex: downstream exp addrHi 0x%08x\n", DownStreamExpander->tdDevice->SASAddressID.sasAddressHi));
5873 TI_DBG3(("tdsaFindCurrentDownStreamPhyIndex: downstream exp addrLo 0x%08x\n", DownStreamExpander->tdDevice->SASAddressID.sasAddressLo));
5876 phyId = DownStreamExpander->upStreamPhys[0];