Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
Dossacmnapi.c5829 agsaSASPhyGeneralStatusPage_t * GenStatus = NULL; in ossaGetPhyProfileCB() local
5835 GenStatus= in ossaGetPhyProfileCB()
5839 status, GenStatus->Dword0, GenStatus->Dword1)); in ossaGetPhyProfileCB()
5841 ostiGetPhyGeneralStatusRsp(tiRoot, GenStatus, phyID); in ossaGetPhyProfileCB()
Dtdioctl.c2899 agsaSASPhyGeneralStatusPage_t *GenStatus, in ostiGetPhyGeneralStatusRsp() argument
2919 …osti_memcpy(&pSetPhyStatusRes->PhyGenData[phyID], GenStatus, sizeof(agsaSASPhyGeneralStatusPage_t)… in ostiGetPhyGeneralStatusRsp()
Dtdproto.h392 agsaSASPhyGeneralStatusPage_t *GenStatus,
/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/spc/
Dsampirsp.c2862 agsaSASPhyGeneralStatusPage_t GenStatus; in mpiGetPhyProfileRsp() local
2863 …OSSA_READ_LE_32(agRoot, &GenStatus.Dword0, pIomb, OSSA_OFFSET_OF(agsaGetPhyProfileRspV_t,PageSpeci… in mpiGetPhyProfileRsp()
2864 …OSSA_READ_LE_32(agRoot, &GenStatus.Dword1, pIomb, OSSA_OFFSET_OF(agsaGetPhyProfileRspV_t,PageSpeci… in mpiGetPhyProfileRsp()
2865 …p: AGSA_SAS_PHY_GENERAL_STATUS_PAGE SOP 0x%x 0x%x 0x%x\n", SOP,GenStatus.Dword0,GenStatus.Dword1)); in mpiGetPhyProfileRsp()
2866 ossaGetPhyProfileCB(agRoot, agContext, status, SOP, PhyId , &GenStatus ); in mpiGetPhyProfileRsp()