Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmtypes.h235 bit8 SASSpecDeviceType; /* 0 - 3; SAS_NO_DEVICE - SAS_FANOUT_EXPANDER_DEVICE */ member
H A Ddmdisc.c314 if ( (oneDeviceData->SASSpecDeviceType == SAS_EDGE_EXPANDER_DEVICE) in dmUpStreamDiscoverStart()
316 (oneDeviceData->SASSpecDeviceType == SAS_FANOUT_EXPANDER_DEVICE) in dmUpStreamDiscoverStart()
432 if ( (oneDeviceData->SASSpecDeviceType == SAS_EDGE_EXPANDER_DEVICE) in dmDownStreamDiscoverStart()
433 || (oneDeviceData->SASSpecDeviceType == SAS_FANOUT_EXPANDER_DEVICE) in dmDownStreamDiscoverStart()
669 if ( oneDeviceData->SASSpecDeviceType == SAS_FANOUT_EXPANDER_DEVICE ) in dmUpStreamDiscoverExpanderPhy()
1082 if ( oneDeviceData->SASSpecDeviceType == SAS_FANOUT_EXPANDER_DEVICE ) in dmUpStreamDiscover2ExpanderPhy()
4161 if (oneDeviceData->SASSpecDeviceType == SAS_EDGE_EXPANDER_DEVICE || in dmPortSASDeviceAdd()
4162 oneDeviceData->SASSpecDeviceType == SAS_FANOUT_EXPANDER_DEVICE ) in dmPortSASDeviceAdd()
4575 oneDeviceData->SASSpecDeviceType = SAS_EDGE_EXPANDER_DEVICE; in dmRegisterDevice()
4579 oneDeviceData->SASSpecDeviceType = SAS_FANOUT_EXPANDER_DEVICE; in dmRegisterDevice()
[all …]
H A Ddminit.c532 dmDeviceData[i].SASSpecDeviceType = 0xFF; in dmDeviceDataInit()
578 oneDeviceData->SASSpecDeviceType = 0xFF; in dmDeviceDataReInit()
/freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c1258 (oneDeviceData->SASSpecDeviceType == SAS_EDGE_EXPANDER_DEVICE) || in tiINIGetExpDeviceHandleBySasAddress()
1259 (oneDeviceData->SASSpecDeviceType == SAS_FANOUT_EXPANDER_DEVICE) || in tiINIGetExpDeviceHandleBySasAddress()
1556 (oneDeviceData->SASSpecDeviceType == SAS_EDGE_EXPANDER_DEVICE) in tdsaSASUpStreamDiscoverStart()
1558 (oneDeviceData->SASSpecDeviceType == SAS_FANOUT_EXPANDER_DEVICE) in tdsaSASUpStreamDiscoverStart()
1698 if ( (oneDeviceData->SASSpecDeviceType == SAS_EDGE_EXPANDER_DEVICE) in tdsaSASDownStreamDiscoverStart()
1699 || (oneDeviceData->SASSpecDeviceType == SAS_FANOUT_EXPANDER_DEVICE)) in tdsaSASDownStreamDiscoverStart()
3726 if ( oneDeviceData->SASSpecDeviceType == SAS_FANOUT_EXPANDER_DEVICE ) in tdsaSASUpStreamDiscoverExpanderPhy()
3813 if ( AttachedDevice->SASSpecDeviceType == SAS_EDGE_EXPANDER_DEVICE) in tdsaSASUpStreamDiscoverExpanderPhy()
6075 oneDeviceData->SASSpecDeviceType = (bit8)(SA_IDFRM_GET_DEVICETTYPE(&sasIdentify)); in tdsaPortSASDeviceAdd()
6150 oneDeviceData->SASSpecDeviceType = (bit8)(SA_IDFRM_GET_DEVICETTYPE(&sasIdentify)); in tdsaPortSASDeviceAdd()
/freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
H A Dtdtypes.h368 bit8 SASSpecDeviceType; /* 0 - 3; SAS_NO_DEVICE - SAS_FANOUT_EXPANDER_DEVICE */ member
/freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdinit.c2988 tdsaDeviceData[i].SASSpecDeviceType = 0xFF; in tdsaDeviceDataInit()
3107 oneDeviceData->SASSpecDeviceType = 0xFF; in tdsaDeviceDataReInit()