Searched refs:agSSPRespIU (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/ |
H A D | itdcb.c | 114 agsaSSPResponseInfoUnit_t agSSPRespIU; in itdssTaskCompleted() local 195 saFrameReadBlock(agRoot, agParam, 0, &agSSPRespIU, sizeof(agsaSSPResponseInfoUnit_t)); in itdssTaskCompleted() 197 data_status = SA_SSPRESP_GET_DATAPRES(&agSSPRespIU); in itdssTaskCompleted() 199 respLen = SA_SSPRESP_GET_RESPONSEDATALEN(&agSSPRespIU); in itdssTaskCompleted() 504 agsaSSPResponseInfoUnit_t agSSPRespIU; in itdssQueryTaskCompleted() local 549 saFrameReadBlock(agRoot, agParam, 0, &agSSPRespIU, sizeof(agsaSSPResponseInfoUnit_t)); in itdssQueryTaskCompleted() 551 data_status = SA_SSPRESP_GET_DATAPRES(&agSSPRespIU); in itdssQueryTaskCompleted() 553 respLen = SA_SSPRESP_GET_RESPONSEDATALEN(&agSSPRespIU); in itdssQueryTaskCompleted() 790 agsaSSPResponseInfoUnit_t agSSPRespIU; in itdssIOCompleted() local 906 osti_memset(&agSSPRespIU, 0, sizeof(agsaSSPResponseInfoUnit_t)); in itdssIOCompleted() [all …]
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/ |
H A D | ossacmnapi.c | 4406 agsaSSPResponseInfoUnit_t agSSPRespIU; in ossaFastSSPCompleted() local 4433 saFrameReadBlock(agRoot, agParam, 0, &agSSPRespIU, in ossaFastSSPCompleted() 4436 data_status = SA_SSPRESP_GET_DATAPRES(&agSSPRespIU); in ossaFastSSPCompleted() 4437 scsi_status = agSSPRespIU.status; in ossaFastSSPCompleted() 4442 senseLen = SA_SSPRESP_GET_SENSEDATALEN(&agSSPRespIU); in ossaFastSSPCompleted() 4443 respLen = SA_SSPRESP_GET_RESPONSEDATALEN(&agSSPRespIU); in ossaFastSSPCompleted()
|