Home
last modified time | relevance | path

Searched refs:routingAttribute (Results 1 – 11 of 11) sorted by relevance

/freebsd-10-stable/sys/dev/pms/RefTisa/discovery/dm/
Ddmdefs.h350 bit8 routingAttribute; member
406 ((pResp)->routingAttribute & 0x0F)
739 bit8 routingAttribute; /* byte 44 */ member
864 ((pResp)->routingAttribute & 0x0F)
Ddminit.c638 dm_memset( &(dmExpData[i].routingAttribute), 0, sizeof(dmExpData[i].routingAttribute)); in dmExpanderDeviceDataInit()
677 dm_memset( &(oneExpander->routingAttribute), 0, sizeof(oneExpander->routingAttribute)); in dmExpanderDeviceDataReInit()
Ddmtypes.h296 bit8 routingAttribute[DM_MAX_EXPANDER_PHYS]; member
Ddmdisc.c667 …oneExpander->routingAttribute[pDiscoverResp->phyIdentifier] = (bit8)DISCRSP_GET_ROUTINGATTRIB(pDis… in dmUpStreamDiscoverExpanderPhy()
1080 …oneExpander->routingAttribute[pDiscoverResp->phyIdentifier] = SAS2_DISCRSP_GET_ROUTINGATTRIB(pDisc… in dmUpStreamDiscover2ExpanderPhy()
1514 …oneExpander->routingAttribute[pDiscoverResp->phyIdentifier] = DISCRSP_GET_ROUTINGATTRIB(pDiscoverR… in dmDownStreamDiscoverExpanderPhy()
2204 topExpander->routingAttribute[downStreamPhyID] == SAS_ROUTING_TABLE && in dmSAS2SAS11ErrorCheck()
2205 bottomExpander->routingAttribute[i] == SAS_ROUTING_SUBTRACTIVE && in dmSAS2SAS11ErrorCheck()
2217 topExpander->routingAttribute[downStreamPhyID] == SAS_ROUTING_SUBTRACTIVE && in dmSAS2SAS11ErrorCheck()
2218 bottomExpander->routingAttribute[i] == SAS_ROUTING_TABLE && in dmSAS2SAS11ErrorCheck()
2324 …oneExpander->routingAttribute[pDiscoverResp->phyIdentifier] = SAS2_DISCRSP_GET_ROUTINGATTRIB(pDisc… in dmDownStreamDiscover2ExpanderPhy()
Ddmsmp.c1633 if (oneExpander->routingAttribute[phyId] != SAS_ROUTING_TABLE) in dmRoutingEntryAdd()
1635 …DM_DBG3(("dmRoutingEntryAdd: not table routing, routing is %d\n", oneExpander->routingAttribute[ph… in dmRoutingEntryAdd()
/freebsd-10-stable/sys/dev/pms/RefTisa/sallsdk/api/
Dsa_spec.h1028 bit8 routingAttribute; member
1082 ((pResp)->routingAttribute & 0x0F)
/freebsd-10-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
Dttdsmp.c255 Resp->routingAttribute = 0; in ttdsaDiscoverRespSend()
/freebsd-10-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
Dtddefs.h576 bit8 routingAttribute; member
630 ((bit8)((pResp)->routingAttribute & 0x0F))
Dtdinit.c3281 osti_memset( &(tdsaExpander[i].routingAttribute), 0, sizeof(tdsaExpander[i].routingAttribute)); in tdsaExpanderInit()
/freebsd-10-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
Dtdtypes.h525 bit8 routingAttribute[TD_MAX_EXPANDER_PHYS]; member
/freebsd-10-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
Ditddisc.c3721 …oneExpander->routingAttribute[pDiscoverResp->phyIdentifier] = DISCRSP_GET_ROUTINGATTRIB(pDiscoverR… in tdsaSASUpStreamDiscoverExpanderPhy()
4184 …3(("dumpRoutingAttributes: index %d routing attribute %d\n", i, oneExpander->routingAttribute[i])); in dumpRoutingAttributes()
4568 …oneExpander->routingAttribute[pDiscoverResp->phyIdentifier] = DISCRSP_GET_ROUTINGATTRIB(pDiscoverR… in tdsaSASDownStreamDiscoverExpanderPhy()
5270 if (oneExpander->routingAttribute[phyId] != SAS_ROUTING_TABLE) in tdsaSASRoutingEntryAdd()
5272 …dsaSASRoutingEntryAdd: not table routing, routing is %d\n", oneExpander->routingAttribute[phyId])); in tdsaSASRoutingEntryAdd()