Searched refs:routingAttribute (Results 1 – 11 of 11) sorted by relevance
| /freebsd-10-stable/sys/dev/pms/RefTisa/discovery/dm/ |
| D | dmdefs.h | 350 bit8 routingAttribute; member 406 ((pResp)->routingAttribute & 0x0F) 739 bit8 routingAttribute; /* byte 44 */ member 864 ((pResp)->routingAttribute & 0x0F)
|
| D | dminit.c | 638 dm_memset( &(dmExpData[i].routingAttribute), 0, sizeof(dmExpData[i].routingAttribute)); in dmExpanderDeviceDataInit() 677 dm_memset( &(oneExpander->routingAttribute), 0, sizeof(oneExpander->routingAttribute)); in dmExpanderDeviceDataReInit()
|
| D | dmtypes.h | 296 bit8 routingAttribute[DM_MAX_EXPANDER_PHYS]; member
|
| D | dmdisc.c | 667 …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()
|
| D | dmsmp.c | 1633 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/ |
| D | sa_spec.h | 1028 bit8 routingAttribute; member 1082 ((pResp)->routingAttribute & 0x0F)
|
| /freebsd-10-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ |
| D | ttdsmp.c | 255 Resp->routingAttribute = 0; in ttdsaDiscoverRespSend()
|
| /freebsd-10-stable/sys/dev/pms/RefTisa/tisa/sassata/common/ |
| D | tddefs.h | 576 bit8 routingAttribute; member 630 ((bit8)((pResp)->routingAttribute & 0x0F))
|
| D | tdinit.c | 3281 osti_memset( &(tdsaExpander[i].routingAttribute), 0, sizeof(tdsaExpander[i].routingAttribute)); in tdsaExpanderInit()
|
| /freebsd-10-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/common/ |
| D | tdtypes.h | 525 bit8 routingAttribute[TD_MAX_EXPANDER_PHYS]; member
|
| /freebsd-10-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/ |
| D | itddisc.c | 3721 …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()
|