Home
last modified time | relevance | path

Searched refs:SASSpecDeviceType (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmtypes.h234 bit8 SASSpecDeviceType; /* 0 - 3; SAS_NO_DEVICE - SAS_FANOUT_EXPANDER_DEVICE */ member
H A Ddmdisc.c313 if ( (oneDeviceData->SASSpecDeviceType == SAS_EDGE_EXPANDER_DEVICE) in dmUpStreamDiscoverStart()
315 (oneDeviceData->SASSpecDeviceType == SAS_FANOUT_EXPANDER_DEVICE) in dmUpStreamDiscoverStart()
431 if ( (oneDeviceData->SASSpecDeviceType == SAS_EDGE_EXPANDER_DEVICE) in dmDownStreamDiscoverStart()
432 || (oneDeviceData->SASSpecDeviceType == SAS_FANOUT_EXPANDER_DEVICE) in dmDownStreamDiscoverStart()
668 if ( oneDeviceData->SASSpecDeviceType == SAS_FANOUT_EXPANDER_DEVICE ) in dmUpStreamDiscoverExpanderPhy()
1081 if ( oneDeviceData->SASSpecDeviceType == SAS_FANOUT_EXPANDER_DEVICE ) in dmUpStreamDiscover2ExpanderPhy()
4160 if (oneDeviceData->SASSpecDeviceType == SAS_EDGE_EXPANDER_DEVICE || in dmPortSASDeviceAdd()
4161 oneDeviceData->SASSpecDeviceType == SAS_FANOUT_EXPANDER_DEVICE ) in dmPortSASDeviceAdd()
4574 oneDeviceData->SASSpecDeviceType = SAS_EDGE_EXPANDER_DEVICE; in dmRegisterDevice()
4578 oneDeviceData->SASSpecDeviceType = SAS_FANOUT_EXPANDER_DEVICE; in dmRegisterDevice()
[all …]
H A Ddminit.c531 dmDeviceData[i].SASSpecDeviceType = 0xFF; in dmDeviceDataInit()
577 oneDeviceData->SASSpecDeviceType = 0xFF; in dmDeviceDataReInit()
/freebsd-14.2/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c1257 (oneDeviceData->SASSpecDeviceType == SAS_EDGE_EXPANDER_DEVICE) || in tiINIGetExpDeviceHandleBySasAddress()
1258 (oneDeviceData->SASSpecDeviceType == SAS_FANOUT_EXPANDER_DEVICE) || in tiINIGetExpDeviceHandleBySasAddress()
1555 (oneDeviceData->SASSpecDeviceType == SAS_EDGE_EXPANDER_DEVICE) in tdsaSASUpStreamDiscoverStart()
1557 (oneDeviceData->SASSpecDeviceType == SAS_FANOUT_EXPANDER_DEVICE) in tdsaSASUpStreamDiscoverStart()
1697 if ( (oneDeviceData->SASSpecDeviceType == SAS_EDGE_EXPANDER_DEVICE) in tdsaSASDownStreamDiscoverStart()
1698 || (oneDeviceData->SASSpecDeviceType == SAS_FANOUT_EXPANDER_DEVICE)) in tdsaSASDownStreamDiscoverStart()
3725 if ( oneDeviceData->SASSpecDeviceType == SAS_FANOUT_EXPANDER_DEVICE ) in tdsaSASUpStreamDiscoverExpanderPhy()
3812 if ( AttachedDevice->SASSpecDeviceType == SAS_EDGE_EXPANDER_DEVICE) in tdsaSASUpStreamDiscoverExpanderPhy()
6074 oneDeviceData->SASSpecDeviceType = (bit8)(SA_IDFRM_GET_DEVICETTYPE(&sasIdentify)); in tdsaPortSASDeviceAdd()
6149 oneDeviceData->SASSpecDeviceType = (bit8)(SA_IDFRM_GET_DEVICETTYPE(&sasIdentify)); in tdsaPortSASDeviceAdd()
/freebsd-14.2/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
H A Dtdtypes.h367 bit8 SASSpecDeviceType; /* 0 - 3; SAS_NO_DEVICE - SAS_FANOUT_EXPANDER_DEVICE */ member
/freebsd-14.2/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdinit.c2987 tdsaDeviceData[i].SASSpecDeviceType = 0xFF; in tdsaDeviceDataInit()
3106 oneDeviceData->SASSpecDeviceType = 0xFF; in tdsaDeviceDataReInit()