Searched refs:DownStreamExpander (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/pms/RefTisa/discovery/dm/ |
| H A D | dmsmp.c | 1697 dmExpander_t *DownStreamExpander; in dmConfigRoutingInfoRespRcvd() local 1720 DownStreamExpander = oneExpander->dmCurrentDownStreamExpander; in dmConfigRoutingInfoRespRcvd() 1721 if (DownStreamExpander != agNULL) in dmConfigRoutingInfoRespRcvd() 1723 DownStreamExpander->currentUpStreamPhyIndex ++; in dmConfigRoutingInfoRespRcvd() 1724 …ngInfoRespRcvd: DownStreamExpander->currentUpStreamPhyIndex %d\n", DownStreamExpander->currentUpSt… in dmConfigRoutingInfoRespRcvd() 1725 …gRoutingInfoRespRcvd: DownStreamExpander->numOfUpStreamPhys %d\n", DownStreamExpander->numOfUpStre… in dmConfigRoutingInfoRespRcvd() 1726 …"dmConfigRoutingInfoRespRcvd: DownStreamExpander addrHi 0x%08x\n", DownStreamExpander->dmDevice->S… in dmConfigRoutingInfoRespRcvd() 1727 …"dmConfigRoutingInfoRespRcvd: DownStreamExpander addrLo 0x%08x\n", DownStreamExpander->dmDevice->S… in dmConfigRoutingInfoRespRcvd() 1734 if ( (DownStreamExpander != agNULL) && in dmConfigRoutingInfoRespRcvd() 1735 (DownStreamExpander->currentUpStreamPhyIndex < DownStreamExpander->numOfUpStreamPhys) in dmConfigRoutingInfoRespRcvd() [all …]
|
| H A D | dmdisc.c | 4880 dmExpander_t *DownStreamExpander; in dmFindCurrentDownStreamPhyIndex() local 4893 DownStreamExpander = oneExpander->dmCurrentDownStreamExpander; in dmFindCurrentDownStreamPhyIndex() 4895 if (DownStreamExpander == agNULL) in dmFindCurrentDownStreamPhyIndex() 4903 …DM_DBG3(("dmFindCurrentDownStreamPhyIndex: downstream exp addrHi 0x%08x\n", DownStreamExpander->dm… in dmFindCurrentDownStreamPhyIndex() 4904 …DM_DBG3(("dmFindCurrentDownStreamPhyIndex: downstream exp addrLo 0x%08x\n", DownStreamExpander->dm… in dmFindCurrentDownStreamPhyIndex() 4907 phyId = DownStreamExpander->upStreamPhys[0]; in dmFindCurrentDownStreamPhyIndex()
|
| /freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/ |
| H A D | itddisc.c | 5353 tdsaExpander_t *DownStreamExpander; in tdsaConfigRoutingInfoRespRcvd() local 5378 DownStreamExpander = oneExpander->tdCurrentDownStreamExpander; in tdsaConfigRoutingInfoRespRcvd() 5379 if (DownStreamExpander != agNULL) in tdsaConfigRoutingInfoRespRcvd() 5381 DownStreamExpander->currentUpStreamPhyIndex ++; in tdsaConfigRoutingInfoRespRcvd() 5382 …ngInfoRespRcvd: DownStreamExpander->currentUpStreamPhyIndex %d\n", DownStreamExpander->currentUpSt… in tdsaConfigRoutingInfoRespRcvd() 5383 …gRoutingInfoRespRcvd: DownStreamExpander->numOfUpStreamPhys %d\n", DownStreamExpander->numOfUpStre… in tdsaConfigRoutingInfoRespRcvd() 5384 …dsaConfigRoutingInfoRespRcvd: DownStreamExpander addrHi 0x%08x\n", DownStreamExpander->tdDevice->S… in tdsaConfigRoutingInfoRespRcvd() 5385 …dsaConfigRoutingInfoRespRcvd: DownStreamExpander addrLo 0x%08x\n", DownStreamExpander->tdDevice->S… in tdsaConfigRoutingInfoRespRcvd() 5392 if ( DownStreamExpander != agNULL) in tdsaConfigRoutingInfoRespRcvd() 5394 if (DownStreamExpander->currentUpStreamPhyIndex < DownStreamExpander->numOfUpStreamPhys) in tdsaConfigRoutingInfoRespRcvd() [all …]
|