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

/freebsd-12-stable/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmdefs.h350 bit8 routingAttribute; member in struct:smpRespDiscover_s
352 /* B3-0 : routingAttribute */
406 ((pResp)->routingAttribute & 0x0F)
739 bit8 routingAttribute; /* byte 44 */ member in struct:smpRespDiscover2_s
741 /* B3-0 : routingAttribute */
864 ((pResp)->routingAttribute & 0x0F)
H A Ddminit.c638 dm_memset( &(dmExpData[i].routingAttribute), 0, sizeof(dmExpData[i].routingAttribute));
677 dm_memset( &(oneExpander->routingAttribute), 0, sizeof(oneExpander->routingAttribute));
H A Ddmtypes.h296 bit8 routingAttribute[DM_MAX_EXPANDER_PHYS]; member in struct:dmExpander_s
H A Ddmdisc.c667 oneExpander->routingAttribute[pDiscoverResp->phyIdentifier] = (bit8)DISCRSP_GET_ROUTINGATTRIB(pDiscoverResp);
1080 oneExpander->routingAttribute[pDiscoverResp->phyIdentifier] = SAS2_DISCRSP_GET_ROUTINGATTRIB(pDiscoverResp);
1514 oneExpander->routingAttribute[pDiscoverResp->phyIdentifier] = DISCRSP_GET_ROUTINGATTRIB(pDiscoverResp);
2204 topExpander->routingAttribute[downStreamPhyID] == SAS_ROUTING_TABLE &&
2205 bottomExpander->routingAttribute[i] == SAS_ROUTING_SUBTRACTIVE &&
2217 topExpander->routingAttribute[downStreamPhyID] == SAS_ROUTING_SUBTRACTIVE &&
2218 bottomExpander->routingAttribute[i] == SAS_ROUTING_TABLE &&
2324 oneExpander->routingAttribute[pDiscoverResp->phyIdentifier] = SAS2_DISCRSP_GET_ROUTINGATTRIB(pDiscoverResp);
H A Ddmsmp.c1633 if (oneExpander->routingAttribute[phyId] != SAS_ROUTING_TABLE)
1635 DM_DBG3(("dmRoutingEntryAdd: not table routing, routing is %d\n", oneExpander->routingAttribute[phyId]));
/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa_spec.h1028 bit8 routingAttribute; member in struct:agsaSmpRespDiscover_s
1030 /* B3-0 : routingAttribute */
1082 ((pResp)->routingAttribute & 0x0F)
/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdsmp.c255 Resp->routingAttribute = 0;
/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
H A Dtdtypes.h525 bit8 routingAttribute[TD_MAX_EXPANDER_PHYS]; member in struct:tdsaExpander_s
/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtddefs.h576 bit8 routingAttribute; member in struct:smpRespDiscover_s
578 /* B3-0 : routingAttribute */
630 ((bit8)((pResp)->routingAttribute & 0x0F))
H A Dtdinit.c3281 osti_memset( &(tdsaExpander[i].routingAttribute), 0, sizeof(tdsaExpander[i].routingAttribute));
/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c3721 oneExpander->routingAttribute[pDiscoverResp->phyIdentifier] = DISCRSP_GET_ROUTINGATTRIB(pDiscoverResp);
4184 TI_DBG3(("dumpRoutingAttributes: index %d routing attribute %d\n", i, oneExpander->routingAttribute[i]));
4568 oneExpander->routingAttribute[pDiscoverResp->phyIdentifier] = DISCRSP_GET_ROUTINGATTRIB(pDiscoverResp);
5270 if (oneExpander->routingAttribute[phyId] != SAS_ROUTING_TABLE)
5272 TI_DBG3(("tdsaSASRoutingEntryAdd: not table routing, routing is %d\n", oneExpander->routingAttribute[phyId]));

Completed in 229 milliseconds