Searched refs:agsaSSPResponseInfoUnit_t (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/ |
H A D | itdcb.c | 114 agsaSSPResponseInfoUnit_t agSSPRespIU; in itdssTaskCompleted() 195 saFrameReadBlock(agRoot, agParam, 0, &agSSPRespIU, sizeof(agsaSSPResponseInfoUnit_t)); in itdssTaskCompleted() 203 sizeof(agsaSSPResponseInfoUnit_t), in itdssTaskCompleted() 504 agsaSSPResponseInfoUnit_t agSSPRespIU; in itdssQueryTaskCompleted() 549 saFrameReadBlock(agRoot, agParam, 0, &agSSPRespIU, sizeof(agsaSSPResponseInfoUnit_t)); in itdssQueryTaskCompleted() 558 sizeof(agsaSSPResponseInfoUnit_t), in itdssQueryTaskCompleted() 790 agsaSSPResponseInfoUnit_t agSSPRespIU; in itdssIOCompleted() 906 osti_memset(&agSSPRespIU, 0, sizeof(agsaSSPResponseInfoUnit_t)); in itdssIOCompleted() 912 sizeof(agsaSSPResponseInfoUnit_t) ); in itdssIOCompleted() 2089 agsaSSPResponseInfoUnit_t agSSPRespIU; in itdssIOSuccessHandler() [all …]
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ |
H A D | ttdtxchg.h | 36 agsaSSPResponseInfoUnit_t agResp;
|
H A D | ttdio.c | 1893 ttdsaXchg->resp.length = sizeof(agsaSSPResponseInfoUnit_t) + RESPONSE_DATA_LEN; in tiTGTSendTmResp() 1987 return &ttdsaXchg->resp.virtAddr[sizeof(agsaSSPResponseInfoUnit_t)]; in tiTGTSenseBufferGet() 2067 TotalRespLen = sizeof(agsaSSPResponseInfoUnit_t) + RESPONSE_DATA_LEN; in tiTGTSetResp() 2078 TotalRespLen = sizeof(agsaSSPResponseInfoUnit_t); in tiTGTSetResp() 2112 TotalRespLen = sizeof(agsaSSPResponseInfoUnit_t) + senseLength; in tiTGTSetResp()
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/ |
H A D | sa_spec.h | 829 } agsaSSPResponseInfoUnit_t; typedef
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | saint.c | 1469 agsaSSPResponseInfoUnit_t *pRespIU, in siEventSSPResponseWtDataRcvd() 3390 agsaSSPResponseInfoUnit_t *pRespIU = agNULL; in mpiSSPCompletion() 3433 pRespIU = (agsaSSPResponseInfoUnit_t *)&(pIomb->SSPrsp); in mpiSSPCompletion() 3452 pRespIU = (agsaSSPResponseInfoUnit_t *)&(pIomb->SSPrsp); in mpiSSPCompletion()
|
H A D | saproto.h | 304 agsaSSPResponseInfoUnit_t *pRespIU,
|
H A D | sampidefs.h | 1010 agsaSSPResponseInfoUnit_t SSPrsp;
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/ |
H A D | ossacmnapi.c | 4406 agsaSSPResponseInfoUnit_t agSSPRespIU; in ossaFastSSPCompleted() 4426 if ((agIOInfoLen < sizeof(agsaSSPResponseInfoUnit_t))) in ossaFastSSPCompleted() 4434 sizeof(agsaSSPResponseInfoUnit_t)); in ossaFastSSPCompleted() 4447 if (agIOInfoLen < sizeof(agsaSSPResponseInfoUnit_t) + senseLen + respLen) in ossaFastSSPCompleted() 4455 saFrameReadBlock(agRoot, agParam, sizeof(agsaSSPResponseInfoUnit_t), in ossaFastSSPCompleted() 4458 saFrameReadBlock(agRoot, agParam, sizeof(agsaSSPResponseInfoUnit_t) in ossaFastSSPCompleted()
|