Searched refs:currentIndex (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/dev/pms/RefTisa/discovery/dm/ |
| H A D | dminit.c | 634 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 D | dmtypes.h | 271 bit16 currentIndex[DM_MAX_EXPANDER_PHYS]; /* routing table index in use */ member
|
| H A D | dmsmp.c | 1644 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 D | dmdisc.c | 4716 dm_memset( &(oneExpander->currentIndex), 0, sizeof(oneExpander->currentIndex)); in dmDiscoveringExpanderAlloc()
|
| /freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/common/ |
| H A D | tdtypes.h | 504 bit16 currentIndex[TD_MAX_EXPANDER_PHYS]; /* routing table index in use */ member
|
| /freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/ |
| H A D | itddisc.c | 3407 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 D | tdinit.c | 3277 osti_memset( &(tdsaExpander[i].currentIndex), 0, sizeof(tdsaExpander[i].currentIndex)); in tdsaExpanderInit()
|
| H A D | tdport.c | 7347 osti_memset( &(oneExpander->currentIndex), 0, sizeof(oneExpander->currentIndex)); in tdssSASDiscoveringExpanderAlloc()
|