Searched refs:phyId (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaphy.c50 * \param phyId the phy id of the link will be started
64 bit32 phyId,
81 phyId,
85 /* If phyId is invalid, return failure */
86 if ( phyId >= saRoot->phyCount )
90 /* If phyId is valid */
135 smTrace(hpDBG_VERY_LOUD,"P2", phyId);
136 /* TP:P2 phyId */
138 ret = mpiPhyStartCmd(agRoot, pRequest->HTag, phyId, agPhyConfig, agSASIdentify, queueNum);
176 * \param phyId th
60 saPhyStart( agsaRoot_t *agRoot, agsaContext_t *agContext, bit32 queueNum, bit32 phyId, agsaPhyConfig_t *agPhyConfig, agsaSASIdentify_t *agSASIdentify ) argument
314 siPhyStopCB( agsaRoot_t *agRoot, bit32 phyId, bit32 status, agsaContext_t *agContext, bit32 portId, bit32 npipps ) argument
420 saLocalPhyControl( agsaRoot_t *agRoot, agsaContext_t *agContext, bit32 queueNum, bit32 phyId, bit32 phyOperation, ossaLocalPhyControlCB_t agCB ) argument
[all...]
H A Dsahwreg.h507 #define SPC_READ_COUNTER_CNTL(phyId) ossaHwRegReadExt(agRoot, PCIBAR2, SPC_SSPL_COUNTER_CNTL + (COUNT_OFFSET * phyId))
508 #define SPC_WRITE_COUNTER_CNTL(phyId, value) ossaHwRegWriteExt(agRoot, PCIBAR2, SPC_SSPL_COUNTER_CNTL + (COUNT_OFFSET * phyId), value)
509 #define SPC_READ_INV_DW_COUNT(phyId) ossaHwRegReadExt(agRoot, PCIBAR2, SPC_INVALID_DW_COUNT + (COUNT_OFFSET * phyId))
510 #define SPC_READ_DISP_ERR_COUNT(phyId) ossaHwRegReadExt(agRoot, PCIBAR2, SPC_RUN_DISP_ERROR_COUNT + (COUNT_OFFSET * phyId))
511 #define SPC_READ_CODE_VIO_COUNT(phyId) ossaHwRegReadExt(agRoot, PCIBAR2, SPC_CODE_VIOLATION_COUNT + (COUNT_OFFSET * phyId))
[all...]
H A Dsampirsp.c906 bit32 phyId; local
940 OSSA_READ_LE_32(AGROOT, &phyId, pIomb, OSSA_OFFSET_OF(agsaHWEvent_Phy_OUB_t,ReservedPhyId ));
946 saRoot->phys[phyId].linkstatus = 1;
947 SA_DBG1(("mpiPhyStartEvent:MPI_IO_SUCCESS IOMBStatus 0x%x for phyId 0x%x\n",IOMBStatus,phyId));
952 saRoot->phys[phyId].linkstatus = 0;
953 SA_DBG1(("mpiPhyStartEvent: MPI_ERR_INVALID_PHY_ID IOMBStatus 0x%x for phyId 0x%x\n",IOMBStatus,phyId));
958 saRoot->phys[phyId].linkstatus = 1;
959 SA_DBG1(("mpiPhyStartEvent: MPI_ERR_PHY_ALREADY_STARTED IOMBStatus 0x%x for phyId
1005 bit32 phyId; local
1173 bit32 phyId; local
2116 bit32 phyId, operation, status, tag, phyOpId; local
[all...]
H A Dsadisc.c317 bit32 i, phyId, sDTypeRate; local
479 phyId = (agDeviceInfo->flag & 0xF0);
483 phyId = (agDeviceInfo->flag & 0xF0) << SHIFT4;
488 phyId = 0;
491 smTrace(hpDBG_VERY_LOUD,"QQ",phyId);
492 /* TP:QQ phyId */
500 OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaRegDevCmd_t, phyIdportId), (bit32)(pPort->portId & PORTID_MASK) | phyId);
504 smTrace(hpDBG_VERY_LOUD,"QT",(bit32)(pPort->portId & PORTID_MASK) | phyId);
H A Dsaproto.h128 bit32 phyId,
262 bit32 phyId,
271 bit32 phyId,
626 bit32 phyId,
635 bit32 phyId,
670 bit32 phyId,
H A Dsaint.c2060 * \param phyId for the Phy Up event happened
2071 bit32 phyId,
2079 agsaPhy_t *pPhy = &(saRoot->phys[phyId]);
2107 pPort->phyMap[phyId] = agTRUE;
2109 saRoot->phys[phyId].pPort = pPort;
2140 pPort->phyMap[phyId] = agTRUE;
2142 saRoot->phys[phyId].pPort = pPort;
2171 phyId = (linkRate << SHIFT8) | phyId;
2173 phyId |
2069 siEventPhyUpRcvd( agsaRoot_t *agRoot, bit32 phyId, agsaSASIdentify_t *agSASIdentify, bit32 portId, bit32 npipps, bit8 linkRate ) argument
2200 siEventSATASignatureRcvd( agsaRoot_t *agRoot, bit32 phyId, void *pMsg, bit32 portId, bit32 npipps, bit8 linkRate ) argument
[all...]
H A Dsampicmd.c744 * \param phyId the phy id of the link will be started
758 bit32 phyId,
787 SA_DBG1(("mpiPhyStartCmd,phyId = %d dw 2 0x%08X\n",phyId ,((phyId & SM_PHYID_MASK) | ((agPhyConfig->phyProperties & 0xfff) << SHIFT8) | (agPhyConfig->phyProperties & 0xf0000) )));
790 SA_DBG2(("mpiPhyStartCmd,phyId 0x%x phyProperties 0x%x index 0x%x Sscd 0x%x\n",phyId, agPhyConfig->phyProperties,index,Sscd));
792 dw2 = ((phyId & SM_PHYID_MASK) | /* PHY id */
845 * \param phyId To stop the phyId
755 mpiPhyStartCmd( agsaRoot_t *agRoot, bit32 tag, bit32 phyId, agsaPhyConfig_t *agPhyConfig, agsaSASIdentify_t *agSASIdentify, bit32 queueNum ) argument
854 mpiPhyStopCmd( agsaRoot_t *agRoot, bit32 tag, bit32 phyId, bit32 queueNum ) argument
1173 mpiLocalPhyControlCmd( agsaRoot_t *agRoot, bit32 tag, bit32 phyId, bit32 operation, bit32 queueNum ) argument
[all...]
H A Dsatypes.h87 bit8 phyId; /**< the Id of the phy */ member in struct:agsaPhy_s
H A Dsampidefs.h228 bit32 phyId; member in struct:agsaPhyStopCmd_s
H A Dsaioctlcmd.c1871 * \param phyId Phy ID
1884 bit32 phyId,
1910 SA_DBG3(("saSASDiagStartEnd, phyId 0x%x operation 0x%x\n",phyId,operation ));
1938 OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaSASDiagStartEndCmd_t, OperationPhyId), ((phyId & SM_PHYID_MASK) | (operation << SHIFT8)));
1880 saSASDiagStartEnd( agsaRoot_t *agRoot, agsaContext_t *agContext, bit32 queueNum, bit32 phyId, bit32 operation ) argument
H A Dsainit.c862 saRoot->phys[i].phyId = (bit8) i;
3948 saRoot->phys[i].phyId = (bit8) i;
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c1066 osGLOBAL void tiIniGetDirectSataSasAddr(tiRoot_t * tiRoot, bit32 phyId, bit8 **sasAddressHi, bit8 **sasAddressLo) argument
1106 *sasAddressHi = tdsaAllShared->Ports[phyId].SASID.sasAddressHi;
1107 *sasAddressLo = tdsaAllShared->Ports[phyId].SASID.sasAddressLo;
5225 * \param phyId: Phy identifier.
5240 bit32 phyId,
5254 TI_DBG3(("tdsaSASRoutingEntryAdd: phyid %d\n", phyId));
5270 if (oneExpander->routingAttribute[phyId] != SAS_ROUTING_TABLE)
5272 TI_DBG3(("tdsaSASRoutingEntryAdd: not table routing, routing is %d\n", oneExpander->routingAttribute[phyId]));
5283 if ( oneExpander->currentIndex[phyId] < oneExpander->routingIndex )
5287 TI_DBG3(("tdsaSASRoutingEntryAdd: phyid %d currentIndex[phyid] %d\n", phyId, oneExpande
5237 tdsaSASRoutingEntryAdd( tiRoot_t *tiRoot, tdsaExpander_t *oneExpander, bit32 phyId, bit32 configSASAddressHi, bit32 configSASAddressLo ) argument
5852 bit8 phyId = 0; local
[all...]
/freebsd-11-stable/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmproto.h314 bit8 phyId
321 bit8 phyId
639 bit8 phyId
666 bit32 phyId,
H A Ddmsmp.c1135 * \param phyId: Phy Identifier.
1147 bit8 phyId
1169 DM_DBG3(("dmReportPhySataSend: phyid %d\n", phyId));
1173 smpReportPhySataReq.phyIdentifier = phyId;
1608 bit32 phyId,
1624 DM_DBG3(("dmRoutingEntryAdd: phyid %d\n", phyId));
1633 if (oneExpander->routingAttribute[phyId] != SAS_ROUTING_TABLE)
1635 DM_DBG3(("dmRoutingEntryAdd: not table routing, routing is %d\n", oneExpander->routingAttribute[phyId]));
1645 if ( oneExpander->currentIndex[phyId] < oneExpander->routingIndex )
1649 DM_DBG3(("dmRoutingEntryAdd: phyid %d currentIndex[phyid] %d\n", phyId, oneExpande
1605 dmRoutingEntryAdd( dmRoot_t *dmRoot, dmExpander_t *oneExpander, bit32 phyId, bit32 configSASAddressHi, bit32 configSASAddressLo ) argument
[all...]
H A Ddmdisc.c3334 bit8 phyId
3340 DM_DBG3(("dmExpanderUpStreamPhyAdd: start, phyid %d\n", phyId));
3343 DM_DBG3(("dmExpanderUpStreamPhyAdd: phyid %d numOfUpStreamPhys %d\n", phyId, oneExpander->numOfUpStreamPhys));
3347 if ( oneExpander->upStreamPhys[i] == phyId )
3356 oneExpander->upStreamPhys[oneExpander->numOfUpStreamPhys ++] = phyId;
3359 DM_DBG3(("dmExpanderUpStreamPhyAdd: AFTER phyid %d numOfUpStreamPhys %d\n", phyId, oneExpander->numOfUpStreamPhys));
3373 bit8 phyId
3379 DM_DBG3(("dmExpanderDownStreamPhyAdd: start, phyid %d\n", phyId));
3382 DM_DBG3(("dmExpanderDownStreamPhyAdd: phyid %d numOfDownStreamPhys %d\n", phyId, oneExpander->numOfDownStreamPhys));
3386 if ( oneExpander->downStreamPhys[i] == phyId )
4884 bit8 phyId = 0; local
[all...]
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsaapi.h123 bit32 phyId,
132 bit32 phyId
140 bit32 phyId,
472 bit32 phyId,
H A Dsaosapi.h289 bit32 phyId
485 bit32 phyId,
H A Dsa.h3507 bit32 phyId,
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdsmp.c146 //agSMPFrame->phyId = ttdsaXchg->SMPphyId;
219 //agSMPFrame->phyId = ttdsaXchg->SMPphyId;
329 //agSMPFrame->phyId = ttdsaXchg->SMPphyId;
373 bit32 phyId
412 ttdsaXchg->SMPphyId = phyId;
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdproto.h1346 bit32 phyId
1660 bit8 phyId
1667 bit8 phyId
1904 bit8 phyId
1923 bit32 phyId,
H A Dtdioctl.h328 bit8 phyId; member in struct:tdDeviceInfoIOCTL_s
H A Dossacmnapi.c4092 bit32 phyId
4242 bit32 phyId
4271 phyId
4292 phyId
5539 * \param phyId Phy id
5552 bit32 phyId,
5572 TI_DBG3(("ossaLocalPhyControlCB: start phyID %d\n", phyId));
5549 ossaLocalPhyControlCB( agsaRoot_t *agRoot, agsaContext_t *agContext, bit32 phyId, bit32 phyOperation, bit32 status, void *parm ) argument
H A Dtdmisc.c1421 agSMPFrame->phyId = tiPassthroughCmnd->protocol.SMP.phyID;
2110 * \param phyId: Phy Identifier.
2148 * \param phyId: Phy Identifier.
2187 * \param phyId: Phy Identifier.
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/api/
H A Dtiapi.h371 osGLOBAL void tiIniGetDirectSataSasAddr(tiRoot_t * tiRoot, bit32 phyId, bit8 **sasAddressHi, bit8 **sasAddressLo);
/freebsd-11-stable/sys/dev/pms/RefTisa/sat/src/
H A Dsmproto.h1741 bit32 phyId,

Completed in 229 milliseconds

12