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

/freebsd-10.3-release/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsamacro.h61 /*! \def PHY_STATUS_SET(pPhy, value)
66 #define PHY_STATUS_SET(pPhy, value) ((pPhy)->status = (((pPhy)->status & 0xFFFF0000) | (value)))
68 /*! \def PHY_STATUS_CHECK(pPhy, value)
73 #define PHY_STATUS_CHECK(pPhy, value) ( ((pPhy)->status & 0x0000FFFF) == (value) )
H A Dsaphy.c324 agsaPhy_t *pPhy; local
347 pPhy = &(saRoot->phys[phyId]);
350 pPort = pPhy->pPort;
380 PHY_STATUS_SET(pPhy, PHY_STOPPED);
H A Dsaint.c2079 agsaPhy_t *pPhy = &(saRoot->phys[phyId]); local
2177 PHY_STATUS_SET(pPhy, PHY_UP);
2210 agsaPhy_t *pPhy = &(saRoot->phys[phyId]); local
2251 pPhy->remoteSignature[0] = (bit8) fisD2H->d.sectorCount;
2252 pPhy->remoteSignature[1] = (bit8) fisD2H->d.lbaLow;
2253 pPhy->remoteSignature[2] = (bit8) fisD2H->d.lbaMid;
2254 pPhy->remoteSignature[3] = (bit8) fisD2H->d.lbaHigh;
2255 pPhy->remoteSignature[4] = (bit8) fisD2H->d.device;
2332 PHY_STATUS_SET(pPhy, PHY_UP);
H A Dsampirsp.c1015 agsaPhy_t *pPhy; local
1081 pPhy = &(saRoot->phys[phyId]);
1083 pPort = pPhy->pPort;
1105 PHY_STATUS_SET(pPhy, PHY_STOPPED);
1336 agsaPhy_t *pPhy = &(saRoot->phys[phyId]); local
1338 if(pPhy) {
1339 osti_memset(&pPhy->sasIdentify,0,sizeof(agsaSASIdentify_t));
1393 PHY_STATUS_SET(pPhy, PHY_DOWN);

Completed in 71 milliseconds