Searched refs:respLen (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ |
H A D | ttdinit.c | 476 bit32 i, respLen; in ttdsaXchgInit() local 505 respLen = tgtMem->tdMem[2].singleElementLength; in ttdsaXchgInit() 510 ttdsaXchg->resp.length = respLen; in ttdsaXchgInit() 557 ttdsaXchg->respLen = respLen; /* 100 */ in ttdsaXchgInit() 584 ttdsaXchg->resp.virtAddr = virtualAddr + respLen; in ttdsaXchgInit() 588 ttdsaXchg->resp.phyAddrLower = phyAddrLower + respLen; in ttdsaXchgInit() 590 ttdsaXchg->resp.length = respLen; in ttdsaXchgInit() 654 osti_memset((void *)ttdsaXchg->resp.virtAddr, 0, ttdsaXchg->respLen); in ttdsaXchgLinkInit() 658 for (i = 0; i< ttdsaXchg->respLen; i++) in ttdsaXchgLinkInit() 725 osti_memset((void *)ttdsaXchg->resp.virtAddr, 0, ttdsaXchg->respLen); in ttdsaXchgFreeStruct() [all …]
|
H A D | ttdtxchg.h | 92 bit32 respLen; member
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/ |
H A D | itdcb.c | 116 bit32 respLen; in itdssTaskCompleted() local 199 respLen = SA_SSPRESP_GET_RESPONSEDATALEN(&agSSPRespIU); in itdssTaskCompleted() 204 respData, respLen); in itdssTaskCompleted() 506 bit32 respLen; in itdssQueryTaskCompleted() local 553 respLen = SA_SSPRESP_GET_RESPONSEDATALEN(&agSSPRespIU); in itdssQueryTaskCompleted() 559 respData, respLen); in itdssQueryTaskCompleted() 2095 bit32 respLen; in itdssIOSuccessHandler() local 2134 respLen = SA_SSPRESP_GET_RESPONSEDATALEN(&agSSPRespIU); in itdssIOSuccessHandler() 2137 …OSuccessHandler: scsi status=0x%x, senselen=0x%x resplen 0x%x\n", scsi_status, senseLen, respLen)); in itdssIOSuccessHandler() 2145 if (agIOInfoLen < sizeof(agsaSSPResponseInfoUnit_t) + senseLen + respLen) in itdssIOSuccessHandler() [all …]
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/ |
H A D | ossacmnapi.c | 4403 bit32 respLen; in ossaFastSSPCompleted() local 4443 respLen = SA_SSPRESP_GET_RESPONSEDATALEN(&agSSPRespIU); in ossaFastSSPCompleted() 4445 "0x%x\n", scsi_status, senseLen, respLen)); in ossaFastSSPCompleted() 4447 if (agIOInfoLen < sizeof(agsaSSPResponseInfoUnit_t) + senseLen + respLen) in ossaFastSSPCompleted() 4456 respData, respLen); in ossaFastSSPCompleted() 4459 + respLen, safb->pSenseData, senseLen); in ossaFastSSPCompleted()
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | sampidefs.h | 779 bit32 respLen; member
|
H A D | sampicmd.c | 1409 OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaGetNVMDataCmd_t, respLen), len); in mpiNVMReadRegDumpCmd() 1568 …OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaGetNVMDataCmd_t, respLen), NVMDInfo->indirec… in mpiGetNVMDCmd()
|