Lines Matching refs:agSSPRespIU

115   agsaSSPResponseInfoUnit_t   agSSPRespIU;
196 saFrameReadBlock(agRoot, agParam, 0, &agSSPRespIU, sizeof(agsaSSPResponseInfoUnit_t));
198 data_status = SA_SSPRESP_GET_DATAPRES(&agSSPRespIU);
200 respLen = SA_SSPRESP_GET_RESPONSEDATALEN(&agSSPRespIU);
505 agsaSSPResponseInfoUnit_t agSSPRespIU;
550 saFrameReadBlock(agRoot, agParam, 0, &agSSPRespIU, sizeof(agsaSSPResponseInfoUnit_t));
552 data_status = SA_SSPRESP_GET_DATAPRES(&agSSPRespIU);
554 respLen = SA_SSPRESP_GET_RESPONSEDATALEN(&agSSPRespIU);
791 agsaSSPResponseInfoUnit_t agSSPRespIU;
907 osti_memset(&agSSPRespIU, 0, sizeof(agsaSSPResponseInfoUnit_t));
912 &agSSPRespIU,
914 scsi_status = agSSPRespIU.status;
2090 agsaSSPResponseInfoUnit_t agSSPRespIU;
2129 saFrameReadBlock(agRoot, agParam, 0, &agSSPRespIU, sizeof(agsaSSPResponseInfoUnit_t));
2131 data_status = SA_SSPRESP_GET_DATAPRES(&agSSPRespIU);
2132 scsi_status = agSSPRespIU.status;
2134 senseLen = SA_SSPRESP_GET_SENSEDATALEN(&agSSPRespIU);
2135 respLen = SA_SSPRESP_GET_RESPONSEDATALEN(&agSSPRespIU);
2213 tdhexdump("ResponseIU I", (bit8 *)&agSSPRespIU, sizeof(agsaSSPResponseInfoUnit_t));
4380 agsaSSPResponseInfoUnit_t agSSPRespIU;
4419 saFrameReadBlock(agRoot, agParam, 0, &agSSPRespIU, sizeof(agsaSSPResponseInfoUnit_t));
4421 data_status = SA_SSPRESP_GET_DATAPRES(&agSSPRespIU);
4422 scsi_status = agSSPRespIU.status;
4424 senseLen = SA_SSPRESP_GET_SENSEDATALEN(&agSSPRespIU);
4425 respLen = SA_SSPRESP_GET_RESPONSEDATALEN(&agSSPRespIU);
4503 tdhexdump("ResponseIU I", (bit8 *)&agSSPRespIU, sizeof(agsaSSPResponseInfoUnit_t));