Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmdefs.h349 bit8 routingAttribute; member
405 ((pResp)->routingAttribute & 0x0F)
738 bit8 routingAttribute; /* byte 44 */ member
863 ((pResp)->routingAttribute & 0x0F)
H A Ddminit.c637 dm_memset( &(dmExpData[i].routingAttribute), 0, sizeof(dmExpData[i].routingAttribute)); in dmExpanderDeviceDataInit()
676 dm_memset( &(oneExpander->routingAttribute), 0, sizeof(oneExpander->routingAttribute)); in dmExpanderDeviceDataReInit()
H A Ddmtypes.h295 bit8 routingAttribute[DM_MAX_EXPANDER_PHYS]; member
H A Ddmdisc.c666 …oneExpander->routingAttribute[pDiscoverResp->phyIdentifier] = (bit8)DISCRSP_GET_ROUTINGATTRIB(pDis… in dmUpStreamDiscoverExpanderPhy()
1079 …oneExpander->routingAttribute[pDiscoverResp->phyIdentifier] = SAS2_DISCRSP_GET_ROUTINGATTRIB(pDisc… in dmUpStreamDiscover2ExpanderPhy()
1513 …oneExpander->routingAttribute[pDiscoverResp->phyIdentifier] = DISCRSP_GET_ROUTINGATTRIB(pDiscoverR… in dmDownStreamDiscoverExpanderPhy()
2203 topExpander->routingAttribute[downStreamPhyID] == SAS_ROUTING_TABLE && in dmSAS2SAS11ErrorCheck()
2204 bottomExpander->routingAttribute[i] == SAS_ROUTING_SUBTRACTIVE && in dmSAS2SAS11ErrorCheck()
2216 topExpander->routingAttribute[downStreamPhyID] == SAS_ROUTING_SUBTRACTIVE && in dmSAS2SAS11ErrorCheck()
2217 bottomExpander->routingAttribute[i] == SAS_ROUTING_TABLE && in dmSAS2SAS11ErrorCheck()
2323 …oneExpander->routingAttribute[pDiscoverResp->phyIdentifier] = SAS2_DISCRSP_GET_ROUTINGATTRIB(pDisc… in dmDownStreamDiscover2ExpanderPhy()
H A Ddmsmp.c1632 if (oneExpander->routingAttribute[phyId] != SAS_ROUTING_TABLE) in dmRoutingEntryAdd()
1634 …DM_DBG3(("dmRoutingEntryAdd: not table routing, routing is %d\n", oneExpander->routingAttribute[ph… in dmRoutingEntryAdd()
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa_spec.h1027 bit8 routingAttribute; member
1081 ((pResp)->routingAttribute & 0x0F)
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdsmp.c255 Resp->routingAttribute = 0; in ttdsaDiscoverRespSend()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtddefs.h575 bit8 routingAttribute; member
629 ((bit8)((pResp)->routingAttribute & 0x0F))
H A Dtdinit.c3280 osti_memset( &(tdsaExpander[i].routingAttribute), 0, sizeof(tdsaExpander[i].routingAttribute)); in tdsaExpanderInit()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
H A Dtdtypes.h524 bit8 routingAttribute[TD_MAX_EXPANDER_PHYS]; member
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c3720 …oneExpander->routingAttribute[pDiscoverResp->phyIdentifier] = DISCRSP_GET_ROUTINGATTRIB(pDiscoverR… in tdsaSASUpStreamDiscoverExpanderPhy()
4183 …3(("dumpRoutingAttributes: index %d routing attribute %d\n", i, oneExpander->routingAttribute[i])); in dumpRoutingAttributes()
4567 …oneExpander->routingAttribute[pDiscoverResp->phyIdentifier] = DISCRSP_GET_ROUTINGATTRIB(pDiscoverR… in tdsaSASDownStreamDiscoverExpanderPhy()
5269 if (oneExpander->routingAttribute[phyId] != SAS_ROUTING_TABLE) in tdsaSASRoutingEntryAdd()
5271 …dsaSASRoutingEntryAdd: not table routing, routing is %d\n", oneExpander->routingAttribute[phyId])); in tdsaSASRoutingEntryAdd()