Searched refs:currentIndex (Results 1 - 10 of 10) sorted by relevance

/freebsd-11.0-release/sys/boot/arm/at91/bootspi/
H A Denv_vars.c37 static int currentIndex; variable
56 if (currentIndex < MAX_BOOT_COMMANDS) {
57 ch = boot_commands[currentIndex][currentOffset++];
60 ++currentIndex;
124 currentIndex = 0;
/freebsd-11.0-release/sys/boot/arm/at91/bootiic/
H A Denv_vars.c37 static int currentIndex; variable
56 if (currentIndex < MAX_BOOT_COMMANDS) {
57 ch = boot_commands[currentIndex][currentOffset++];
60 ++currentIndex;
202 currentIndex = 0;
/freebsd-11.0-release/sys/dev/pms/RefTisa/discovery/dm/
H A Ddminit.c635 dm_memset( &(dmExpData[i].currentIndex), 0, sizeof(dmExpData[i].currentIndex));
674 dm_memset( &(oneExpander->currentIndex), 0, sizeof(oneExpander->currentIndex));
H A Ddmtypes.h272 bit16 currentIndex[DM_MAX_EXPANDER_PHYS]; /* routing table index in use */ member in struct:dmExpander_s
H A Ddmsmp.c1645 if ( oneExpander->currentIndex[phyId] < oneExpander->routingIndex )
1649 DM_DBG3(("dmRoutingEntryAdd: phyid %d currentIndex[phyid] %d\n", phyId, oneExpander->currentIndex[phyId]));
1655 OSSA_WRITE_BE_16(agRoot, confRoutingInfo.expanderRouteIndex, 0, (oneExpander->currentIndex[phyId]));
1672 oneExpander->currentIndex[phyId] ++;
1676 DM_DBG3(("dmRoutingEntryAdd: Discovery Error routing index overflow for currentIndex=%d, routingIndex=%d\n", oneExpander->currentIndex[phyId], oneExpander->routingIndex));
H A Ddmdisc.c4717 dm_memset( &(oneExpander->currentIndex), 0, sizeof(oneExpander->currentIndex));
/freebsd-11.0-release/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
H A Dtdtypes.h505 bit16 currentIndex[TD_MAX_EXPANDER_PHYS]; /* routing table index in use */ member in struct:tdsaExpander_s
/freebsd-11.0-release/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c3408 oneExpander->currentIndex[i] = 0;
5283 if ( oneExpander->currentIndex[phyId] < oneExpander->routingIndex )
5287 TI_DBG3(("tdsaSASRoutingEntryAdd: phyid %d currentIndex[phyid] %d\n", phyId, oneExpander->currentIndex[phyId]));
5293 OSSA_WRITE_BE_16(agRoot, confRoutingInfo.expanderRouteIndex, 0, (oneExpander->currentIndex[phyId]));
5310 oneExpander->currentIndex[phyId] ++;
5314 TI_DBG1(("tdsaSASRoutingEntryAdd: Discovery Error routing index overflow for currentIndex=%d, routingIndex=%d\n", oneExpander->currentIndex[phyId], oneExpander->routingIndex));
/freebsd-11.0-release/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdinit.c3278 osti_memset( &(tdsaExpander[i].currentIndex), 0, sizeof(tdsaExpander[i].currentIndex));
H A Dtdport.c7348 osti_memset( &(oneExpander->currentIndex), 0, sizeof(oneExpander->currentIndex));

Completed in 159 milliseconds