Home
last modified time | relevance | path

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

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