Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsampidefs.h1094 bit32 phyOpId; member
H A Dsampirsp.c2112 bit32 phyId, operation, status, tag, phyOpId; in mpiPhyCntrlRsp() local
2120 OSSA_READ_LE_32(AGROOT, &phyOpId, pIomb, OSSA_OFFSET_OF(agsaLocalPhyCntrlRsp_t, phyOpId)) ; in mpiPhyCntrlRsp()
2126 …ad Response IOMB!!! pRequest is NULL. TAG=0x%x STATUS=0x%x PhyOpId=0x%x\n", tag, status, phyOpId)); in mpiPhyCntrlRsp()
2136 phyId = phyOpId & LOCAL_PHY_PHYID; in mpiPhyCntrlRsp()
2137 operation = (phyOpId & LOCAL_PHY_OP_BITS) >> SHIFT8; in mpiPhyCntrlRsp()