Home
last modified time | relevance | path

Searched refs:currentIndex (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/discovery/dm/
H A Ddminit.c634 dm_memset( &(dmExpData[i].currentIndex), 0, sizeof(dmExpData[i].currentIndex)); in dmExpanderDeviceDataInit()
673 dm_memset( &(oneExpander->currentIndex), 0, sizeof(oneExpander->currentIndex)); in dmExpanderDeviceDataReInit()
H A Ddmtypes.h271 bit16 currentIndex[DM_MAX_EXPANDER_PHYS]; /* routing table index in use */ member
H A Ddmsmp.c1644 if ( oneExpander->currentIndex[phyId] < oneExpander->routingIndex ) in dmRoutingEntryAdd()
1648 …("dmRoutingEntryAdd: phyid %d currentIndex[phyid] %d\n", phyId, oneExpander->currentIndex[phyId])); in dmRoutingEntryAdd()
1654 …OSSA_WRITE_BE_16(agRoot, confRoutingInfo.expanderRouteIndex, 0, (oneExpander->currentIndex[phyId])… in dmRoutingEntryAdd()
1671 oneExpander->currentIndex[phyId] ++; in dmRoutingEntryAdd()
1675 … index overflow for currentIndex=%d, routingIndex=%d\n", oneExpander->currentIndex[phyId], oneExpa… in dmRoutingEntryAdd()
H A Ddmdisc.c4716 dm_memset( &(oneExpander->currentIndex), 0, sizeof(oneExpander->currentIndex)); in dmDiscoveringExpanderAlloc()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
H A Dtdtypes.h504 bit16 currentIndex[TD_MAX_EXPANDER_PHYS]; /* routing table index in use */ member
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c3407 oneExpander->currentIndex[i] = 0; in tdsaReportGeneralRespRcvd()
5282 if ( oneExpander->currentIndex[phyId] < oneExpander->routingIndex ) in tdsaSASRoutingEntryAdd()
5286 …aSASRoutingEntryAdd: phyid %d currentIndex[phyid] %d\n", phyId, oneExpander->currentIndex[phyId])); in tdsaSASRoutingEntryAdd()
5292 …OSSA_WRITE_BE_16(agRoot, confRoutingInfo.expanderRouteIndex, 0, (oneExpander->currentIndex[phyId])… in tdsaSASRoutingEntryAdd()
5309 oneExpander->currentIndex[phyId] ++; in tdsaSASRoutingEntryAdd()
5313 … index overflow for currentIndex=%d, routingIndex=%d\n", oneExpander->currentIndex[phyId], oneExpa… in tdsaSASRoutingEntryAdd()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdinit.c3277 osti_memset( &(tdsaExpander[i].currentIndex), 0, sizeof(tdsaExpander[i].currentIndex)); in tdsaExpanderInit()
H A Dtdport.c7347 osti_memset( &(oneExpander->currentIndex), 0, sizeof(oneExpander->currentIndex)); in tdssSASDiscoveringExpanderAlloc()