Home
last modified time | relevance | path

Searched refs:agPhyConfig (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdport.c2474 …tdsaAllShared->Ports[index].agPhyConfig.phyProperties = tdsaAllShared->Ports[index].agPhyConfig.ph… in tdsaParseLinkRateMode()
2478 …tdsaAllShared->Ports[index].agPhyConfig.phyProperties = tdsaAllShared->Ports[index].agPhyConfig.ph… in tdsaParseLinkRateMode()
2482 …tdsaAllShared->Ports[index].agPhyConfig.phyProperties = tdsaAllShared->Ports[index].agPhyConfig.ph… in tdsaParseLinkRateMode()
2486 …tdsaAllShared->Ports[index].agPhyConfig.phyProperties = tdsaAllShared->Ports[index].agPhyConfig.ph… in tdsaParseLinkRateMode()
2492 …tdsaAllShared->Ports[index].agPhyConfig.phyProperties = tdsaAllShared->Ports[index].agPhyConfig.ph… in tdsaParseLinkRateMode()
2504 …tdsaAllShared->Ports[index].agPhyConfig.phyProperties = tdsaAllShared->Ports[index].agPhyConfig.ph… in tdsaParseLinkRateMode()
2508 …tdsaAllShared->Ports[index].agPhyConfig.phyProperties = tdsaAllShared->Ports[index].agPhyConfig.ph… in tdsaParseLinkRateMode()
2513 …tdsaAllShared->Ports[index].agPhyConfig.phyProperties = tdsaAllShared->Ports[index].agPhyConfig.ph… in tdsaParseLinkRateMode()
2514 …tdsaAllShared->Ports[index].agPhyConfig.phyProperties = tdsaAllShared->Ports[index].agPhyConfig.ph… in tdsaParseLinkRateMode()
2533 …tdsaAllShared->Ports[index].agPhyConfig.phyProperties = tdsaAllShared->Ports[index].agPhyConfig.ph… in tdsaParseLinkRateMode()
[all …]
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsampicmd.c758 agsaPhyConfig_t *agPhyConfig, in mpiPhyStartCmd() argument
780 index = (agPhyConfig->phyProperties & 0x0ff00) >> SHIFT8; in mpiPhyStartCmd()
783 Sscd = (agPhyConfig->phyProperties & 0xf0000) >> SHIFT16; in mpiPhyStartCmd()
786 …0x%08X\n",phyId ,((phyId & SM_PHYID_MASK) | ((agPhyConfig->phyProperties & 0xfff) << SHIFT8) | (ag… in mpiPhyStartCmd()
789 …SA_DBG2(("mpiPhyStartCmd,phyId 0x%x phyProperties 0x%x index 0x%x Sscd 0x%x\n",phyId, agPhyConfig-… in mpiPhyStartCmd()
792 ((agPhyConfig->phyProperties & 0x000000FF) << SHIFT8)| /* SLR Mode */ in mpiPhyStartCmd()
793 (agPhyConfig->phyProperties & 0x000f0000) | /* SSCD */ in mpiPhyStartCmd()
794 …(agPhyConfig->phyProperties & 0x00700000) | /* setting bit20, bit21 and bit22 for optica… in mpiPhyStartCmd()
795 …(agPhyConfig->phyProperties & 0x00800000) ); /* bit23 active cable mode BCT Disable 12g o… in mpiPhyStartCmd()
H A Dsaphy.c64 agsaPhyConfig_t *agPhyConfig, in saPhyStart() argument
137 ret = mpiPhyStartCmd(agRoot, pRequest->HTag, phyId, agPhyConfig, agSASIdentify, queueNum); in saPhyStart()
H A Dsaproto.h626 agsaPhyConfig_t *agPhyConfig,
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
H A Dtdtypes.h481 agsaPhyConfig_t agPhyConfig; member
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsaapi.h123 agsaPhyConfig_t *agPhyConfig,
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c7525 phyProperties = tdsaPortStartInfo->agPhyConfig.phyProperties; in tdsaFindLocalLinkRate()