Home
last modified time | relevance | path

Searched refs:sasIdentify (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmdisc.c600 agsaSASIdentify_t sasIdentify; in dmUpStreamDiscoverExpanderPhy() local
1018 agsaSASIdentify_t sasIdentify; in dmUpStreamDiscover2ExpanderPhy() local
1427 agsaSASIdentify_t sasIdentify; in dmDownStreamDiscoverExpanderPhy() local
2031 sasIdentify, in dmDownStreamDiscoverExpanderPhy()
2050 sasIdentify, in dmDownStreamDiscoverExpanderPhy()
2242 agsaSASIdentify_t sasIdentify; in dmDownStreamDiscover2ExpanderPhy() local
2923 sasIdentify, in dmDownStreamDiscover2ExpanderPhy()
2941 sasIdentify, in dmDownStreamDiscover2ExpanderPhy()
3883 agsaSASIdentify_t sasIdentify, in dmPortSASDeviceAdd() argument
3983 dm_memcpy(&(oneDeviceData->sasIdentify), &sasIdentify, sizeof(agsaSASIdentify_t)); in dmPortSASDeviceAdd()
[all …]
H A Ddmtypes.h230 agsaSASIdentify_t sasIdentify; /* used only in TD discovery */ member
H A Ddmproto.h349 agsaSASIdentify_t sasIdentify,
/freebsd-14.2/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c3669 agsaSASIdentify_t sasIdentify; in tdsaSASUpStreamDiscoverExpanderPhy() local
4488 agsaSASIdentify_t sasIdentify; in tdsaSASDownStreamDiscoverExpanderPhy() local
4741 if ( SA_IDFRM_IS_SSP_TARGET(&sasIdentify) in tdsaSASDownStreamDiscoverExpanderPhy()
4742 || SA_IDFRM_IS_SMP_TARGET(&sasIdentify) in tdsaSASDownStreamDiscoverExpanderPhy()
4743 || SA_IDFRM_IS_SSP_INITIATOR(&sasIdentify) in tdsaSASDownStreamDiscoverExpanderPhy()
4751 if ( SA_IDFRM_IS_STP_TARGET(&sasIdentify) || in tdsaSASDownStreamDiscoverExpanderPhy()
4752 SA_IDFRM_IS_SATA_DEVICE(&sasIdentify) ) in tdsaSASDownStreamDiscoverExpanderPhy()
6007 agsaSASIdentify_t sasIdentify, in tdsaPortSASDeviceAdd() argument
6063 oneDeviceData->sasIdentify = sasIdentify; in tdsaPortSASDeviceAdd()
6137 oneDeviceData->sasIdentify = sasIdentify; in tdsaPortSASDeviceAdd()
[all …]
/freebsd-14.2/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaport.c62 agsaSASIdentify_t sasIdentify, in siPortSASDeviceAdd() argument
125 pDevice->devInfo.sasDeviceInfo.commonDevInfo.sasAddressHi[i] = sasIdentify.sasAddressHi[i]; in siPortSASDeviceAdd()
126 pDevice->devInfo.sasDeviceInfo.commonDevInfo.sasAddressLo[i] = sasIdentify.sasAddressLo[i]; in siPortSASDeviceAdd()
128 pDevice->devInfo.sasDeviceInfo.initiator_ssp_stp_smp = sasIdentify.initiator_ssp_stp_smp; in siPortSASDeviceAdd()
129 pDevice->devInfo.sasDeviceInfo.target_ssp_stp_smp = sasIdentify.target_ssp_stp_smp; in siPortSASDeviceAdd()
130 pDevice->devInfo.sasDeviceInfo.phyIdentifier = sasIdentify.phyIdentifier; in siPortSASDeviceAdd()
139 …_DBG3(("siPortSASDeviceAdd: sasIdentify addrHI 0x%x\n", SA_IDFRM_GET_SAS_ADDRESSHI(&sasIdentify))); in siPortSASDeviceAdd()
140 …_DBG3(("siPortSASDeviceAdd: sasIdentify addrLO 0x%x\n", SA_IDFRM_GET_SAS_ADDRESSLO(&sasIdentify))); in siPortSASDeviceAdd()
H A Dsatypes.h83 agsaSASIdentify_t sasIdentify; /**< the SAS identify of the phy */ member
H A Dsampidefs.h204 agsaSASIdentify_t sasIdentify; member
967 agsaSASIdentify_t sasIdentify; member
991 agsaSASIdentify_t sasIdentify; member
H A Dsaproto.h143 agsaSASIdentify_t sasIdentify,
H A Dsampirsp.c1304 IDframe = (agsaSASIdentify_t *)&pIomb->sasIdentify; in mpiHWevent()
1307 saRoot->phys[phyId].sasIdentify.phyIdentifier = IDframe->phyIdentifier; in mpiHWevent()
1308 …saRoot->phys[phyId].sasIdentify.deviceType_addressFrameType = IDframe->deviceType_addressFrameType; in mpiHWevent()
1310 si_memcpy(&(saRoot->phys[phyId].sasIdentify.sasAddressHi),&(IDframe->sasAddressHi),4); in mpiHWevent()
1311 si_memcpy(&(saRoot->phys[phyId].sasIdentify.sasAddressLo),&(IDframe->sasAddressLo),4); in mpiHWevent()
1338 osti_memset(&pPhy->sasIdentify,0,sizeof(agsaSASIdentify_t)); in mpiHWevent()
1528 IDframe = (agsaSASIdentify_t *)&pIomb->sasIdentify; in mpiHWevent()
1697 IDframe = (agsaSASIdentify_t *)&pIomb->sasIdentify; in mpiHWevent()
H A Dsampicmd.c779 ptemp = (bit32 *)&payload.sasIdentify; in mpiPhyStartCmd()
/freebsd-14.2/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
H A Dtdtypes.h363 agsaSASIdentify_t sasIdentify; /* used only in TD discovery */ member
/freebsd-14.2/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdioctl.c749 PhyDetails[i].attached_phy = saRoot->phys[i].sasIdentify.phyIdentifier; in tiCOMMgntIOCTL()
758 sas_dev_type = (saRoot->phys[i].sasIdentify.deviceType_addressFrameType & 0x70 ) >> 4 ; in tiCOMMgntIOCTL()
768 …osti_memcpy(&PhyDetails[i].attached_sasAddressHi, saRoot->phys[i].sasIdentify.sasAddressHi, sizeof… in tiCOMMgntIOCTL()
769 …osti_memcpy(&PhyDetails[i].attached_sasAddressLo, saRoot->phys[i].sasIdentify.sasAddressLo, sizeof… in tiCOMMgntIOCTL()
H A Dtdproto.h1686 agsaSASIdentify_t sasIdentify,