Home
last modified time | relevance | path

Searched refs:confRoutingInfo (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/pms/RefTisa/discovery/dm/
HDdmsmp.c1618 smpReqConfigureRouteInformation_t confRoutingInfo; in dmRoutingEntryAdd() local
1644 dm_memset(&confRoutingInfo, 0, sizeof(smpReqConfigureRouteInformation_t)); in dmRoutingEntryAdd()
1653 confRoutingInfo.reserved1[0] = 0; in dmRoutingEntryAdd()
1654 confRoutingInfo.reserved1[1] = 0; in dmRoutingEntryAdd()
1655 …OSSA_WRITE_BE_16(agRoot, confRoutingInfo.expanderRouteIndex, 0, (oneExpander->currentIndex[phyId])… in dmRoutingEntryAdd()
1656 confRoutingInfo.reserved2 = 0; in dmRoutingEntryAdd()
1657 confRoutingInfo.phyIdentifier = (bit8)phyId; in dmRoutingEntryAdd()
1658 confRoutingInfo.reserved3[0] = 0; in dmRoutingEntryAdd()
1659 confRoutingInfo.reserved3[1] = 0; in dmRoutingEntryAdd()
1660 confRoutingInfo.disabledBit_reserved4 = 0; in dmRoutingEntryAdd()
[all …]
/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
HDitddisc.c5246 smpReqConfigureRouteInformation_t confRoutingInfo; in tdsaSASRoutingEntryAdd() local
5282 osti_memset(&confRoutingInfo, 0, sizeof(smpReqConfigureRouteInformation_t)); in tdsaSASRoutingEntryAdd()
5291 confRoutingInfo.reserved1[0] = 0; in tdsaSASRoutingEntryAdd()
5292 confRoutingInfo.reserved1[1] = 0; in tdsaSASRoutingEntryAdd()
5293 …OSSA_WRITE_BE_16(agRoot, confRoutingInfo.expanderRouteIndex, 0, (oneExpander->currentIndex[phyId])… in tdsaSASRoutingEntryAdd()
5294 confRoutingInfo.reserved2 = 0; in tdsaSASRoutingEntryAdd()
5295 confRoutingInfo.phyIdentifier = (bit8)phyId; in tdsaSASRoutingEntryAdd()
5296 confRoutingInfo.reserved3[0] = 0; in tdsaSASRoutingEntryAdd()
5297 confRoutingInfo.reserved3[1] = 0; in tdsaSASRoutingEntryAdd()
5298 confRoutingInfo.disabledBit_reserved4 = 0; in tdsaSASRoutingEntryAdd()
[all …]