Searched refs:agSSPRespIU (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdcb.c115 agsaSSPResponseInfoUnit_t agSSPRespIU; local
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; local
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; local
907 osti_memset(&agSSPRespIU,
2090 agsaSSPResponseInfoUnit_t agSSPRespIU; local
4380 agsaSSPResponseInfoUnit_t agSSPRespIU; local
[all...]
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossacmnapi.c4407 agsaSSPResponseInfoUnit_t agSSPRespIU; local
4434 saFrameReadBlock(agRoot, agParam, 0, &agSSPRespIU,
4437 data_status = SA_SSPRESP_GET_DATAPRES(&agSSPRespIU);
4438 scsi_status = agSSPRespIU.status;
4443 senseLen = SA_SSPRESP_GET_SENSEDATALEN(&agSSPRespIU);
4444 respLen = SA_SSPRESP_GET_RESPONSEDATALEN(&agSSPRespIU);

Completed in 227 milliseconds