Home
last modified time | relevance | path

Searched refs:ARSrateSMPTimeOutPortID (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsampirsp.c3096 bit32 ARSrateSMPTimeOutPortID, IRMcnITNexusTimeOut, status, tag; in mpiGetDevInfoRsp() local
3158 …OSSA_READ_LE_32(AGROOT, &ARSrateSMPTimeOutPortID, pIomb, OSSA_OFFSET_OF(agsaGetDevInfoRspV_t, ARSr… in mpiGetDevInfoRsp()
3212 commonDevInfo.smpTimeout = (bit16)((ARSrateSMPTimeOutPortID >> SHIFT8 ) & SMPTO_VBITS); in mpiGetDevInfoRsp()
3215 commonDevInfo.devType_S_Rate = (bit8)((ARSrateSMPTimeOutPortID >> SHIFT24) & 0x3f); in mpiGetDevInfoRsp()
3216 commonDevInfo.flag = (bit32)((ARSrateSMPTimeOutPortID >> SHIFT30 ) & FLAG_VBITS); in mpiGetDevInfoRsp()
3224 if ( ((ARSrateSMPTimeOutPortID & DEV_TYPE_BITS) >> SHIFT28 == 0x00) || in mpiGetDevInfoRsp()
3225 ((ARSrateSMPTimeOutPortID & DEV_TYPE_BITS) >> SHIFT28 == 0x01)) in mpiGetDevInfoRsp()
H A Dsampidefs.h1224 bit32 ARSrateSMPTimeOutPortID; member