Home
last modified time | relevance | path

Searched refs:pPhy (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsamacro.h65 #define PHY_STATUS_SET(pPhy, value) ((pPhy)->status = (((pPhy)->status & 0xFFFF0000) | (value))) argument
72 #define PHY_STATUS_CHECK(pPhy, value) ( ((pPhy)->status & 0x0000FFFF) == (value) ) argument
H A Dsaphy.c323 agsaPhy_t *pPhy; in siPhyStopCB() local
346 pPhy = &(saRoot->phys[phyId]); in siPhyStopCB()
349 pPort = pPhy->pPort; in siPhyStopCB()
379 PHY_STATUS_SET(pPhy, PHY_STOPPED); in siPhyStopCB()
H A Dsaint.c2078 agsaPhy_t *pPhy = &(saRoot->phys[phyId]); in siEventPhyUpRcvd() local
2176 PHY_STATUS_SET(pPhy, PHY_UP); in siEventPhyUpRcvd()
2209 agsaPhy_t *pPhy = &(saRoot->phys[phyId]); in siEventSATASignatureRcvd() local
2250 pPhy->remoteSignature[0] = (bit8) fisD2H->d.sectorCount; in siEventSATASignatureRcvd()
2251 pPhy->remoteSignature[1] = (bit8) fisD2H->d.lbaLow; in siEventSATASignatureRcvd()
2252 pPhy->remoteSignature[2] = (bit8) fisD2H->d.lbaMid; in siEventSATASignatureRcvd()
2253 pPhy->remoteSignature[3] = (bit8) fisD2H->d.lbaHigh; in siEventSATASignatureRcvd()
2254 pPhy->remoteSignature[4] = (bit8) fisD2H->d.device; in siEventSATASignatureRcvd()
2331 PHY_STATUS_SET(pPhy, PHY_UP); in siEventSATASignatureRcvd()
H A Dsampirsp.c1011 agsaPhy_t *pPhy; in mpiPhyStopEvent() local
1077 pPhy = &(saRoot->phys[phyId]); in mpiPhyStopEvent()
1079 pPort = pPhy->pPort; in mpiPhyStopEvent()
1101 PHY_STATUS_SET(pPhy, PHY_STOPPED); in mpiPhyStopEvent()
1332 agsaPhy_t *pPhy = &(saRoot->phys[phyId]); in mpiHWevent() local
1334 if(pPhy) { in mpiHWevent()
1335 osti_memset(&pPhy->sasIdentify,0,sizeof(agsaSASIdentify_t)); in mpiHWevent()
1389 PHY_STATUS_SET(pPhy, PHY_DOWN); in mpiHWevent()