Searched refs:currentIndex (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/sys/dev/pms/RefTisa/discovery/dm/ |
| H A D | dminit.c | 635 dm_memset( &(dmExpData[i].currentIndex), 0, sizeof(dmExpData[i].currentIndex)); in dmExpanderDeviceDataInit() 674 dm_memset( &(oneExpander->currentIndex), 0, sizeof(oneExpander->currentIndex)); in dmExpanderDeviceDataReInit()
|
| H A D | dmtypes.h | 272 bit16 currentIndex[DM_MAX_EXPANDER_PHYS]; /* routing table index in use */ member
|
| H A D | dmsmp.c | 1645 if ( oneExpander->currentIndex[phyId] < oneExpander->routingIndex ) in dmRoutingEntryAdd() 1649 …("dmRoutingEntryAdd: phyid %d currentIndex[phyid] %d\n", phyId, oneExpander->currentIndex[phyId])); in dmRoutingEntryAdd() 1655 …OSSA_WRITE_BE_16(agRoot, confRoutingInfo.expanderRouteIndex, 0, (oneExpander->currentIndex[phyId])… in dmRoutingEntryAdd() 1672 oneExpander->currentIndex[phyId] ++; in dmRoutingEntryAdd() 1676 … index overflow for currentIndex=%d, routingIndex=%d\n", oneExpander->currentIndex[phyId], oneExpa… in dmRoutingEntryAdd()
|
| H A D | dmdisc.c | 4717 dm_memset( &(oneExpander->currentIndex), 0, sizeof(oneExpander->currentIndex)); in dmDiscoveringExpanderAlloc()
|
| /freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/sas/common/ |
| H A D | tdtypes.h | 505 bit16 currentIndex[TD_MAX_EXPANDER_PHYS]; /* routing table index in use */ member
|
| /freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/ |
| H A D | itddisc.c | 3408 oneExpander->currentIndex[i] = 0; in tdsaReportGeneralRespRcvd() 5283 if ( oneExpander->currentIndex[phyId] < oneExpander->routingIndex ) in tdsaSASRoutingEntryAdd() 5287 …aSASRoutingEntryAdd: phyid %d currentIndex[phyid] %d\n", phyId, oneExpander->currentIndex[phyId])); in tdsaSASRoutingEntryAdd() 5293 …OSSA_WRITE_BE_16(agRoot, confRoutingInfo.expanderRouteIndex, 0, (oneExpander->currentIndex[phyId])… in tdsaSASRoutingEntryAdd() 5310 oneExpander->currentIndex[phyId] ++; in tdsaSASRoutingEntryAdd() 5314 … index overflow for currentIndex=%d, routingIndex=%d\n", oneExpander->currentIndex[phyId], oneExpa… in tdsaSASRoutingEntryAdd()
|
| /freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/common/ |
| H A D | tdinit.c | 3278 osti_memset( &(tdsaExpander[i].currentIndex), 0, sizeof(tdsaExpander[i].currentIndex)); in tdsaExpanderInit()
|
| H A D | tdport.c | 7348 osti_memset( &(oneExpander->currentIndex), 0, sizeof(oneExpander->currentIndex)); in tdssSASDiscoveringExpanderAlloc()
|