Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmsmp.c1617 smpReqConfigureRouteInformation_t confRoutingInfo; in dmRoutingEntryAdd() local
1643 dm_memset(&confRoutingInfo, 0, sizeof(smpReqConfigureRouteInformation_t)); in dmRoutingEntryAdd()
1652 confRoutingInfo.reserved1[0] = 0; in dmRoutingEntryAdd()
1653 confRoutingInfo.reserved1[1] = 0; in dmRoutingEntryAdd()
1654 …OSSA_WRITE_BE_16(agRoot, confRoutingInfo.expanderRouteIndex, 0, (oneExpander->currentIndex[phyId])… in dmRoutingEntryAdd()
1655 confRoutingInfo.reserved2 = 0; in dmRoutingEntryAdd()
1656 confRoutingInfo.phyIdentifier = (bit8)phyId; in dmRoutingEntryAdd()
1657 confRoutingInfo.reserved3[0] = 0; in dmRoutingEntryAdd()
1658 confRoutingInfo.reserved3[1] = 0; in dmRoutingEntryAdd()
1659 confRoutingInfo.disabledBit_reserved4 = 0; in dmRoutingEntryAdd()
[all …]
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c5245 smpReqConfigureRouteInformation_t confRoutingInfo; in tdsaSASRoutingEntryAdd() local
5281 osti_memset(&confRoutingInfo, 0, sizeof(smpReqConfigureRouteInformation_t)); in tdsaSASRoutingEntryAdd()
5290 confRoutingInfo.reserved1[0] = 0; in tdsaSASRoutingEntryAdd()
5291 confRoutingInfo.reserved1[1] = 0; in tdsaSASRoutingEntryAdd()
5292 …OSSA_WRITE_BE_16(agRoot, confRoutingInfo.expanderRouteIndex, 0, (oneExpander->currentIndex[phyId])… in tdsaSASRoutingEntryAdd()
5293 confRoutingInfo.reserved2 = 0; in tdsaSASRoutingEntryAdd()
5294 confRoutingInfo.phyIdentifier = (bit8)phyId; in tdsaSASRoutingEntryAdd()
5295 confRoutingInfo.reserved3[0] = 0; in tdsaSASRoutingEntryAdd()
5296 confRoutingInfo.reserved3[1] = 0; in tdsaSASRoutingEntryAdd()
5297 confRoutingInfo.disabledBit_reserved4 = 0; in tdsaSASRoutingEntryAdd()
[all …]