Searched refs:outFrameLen (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | sasmp.c | 247 SA_DBG2(("saSMPStart: outFrameLen 0x%08X\n",pSMPFrame->outFrameLen)); in saSMPStart() 283 if (pSMPFrame->outFrameLen > 32) in saSMPStart() 303 (pSMPFrame->outFrameLen <= AGSA_MAX_SMPPAYLOAD_VIA_SFO)) || in saSMPStart() 305 (pSMPFrame->outFrameLen == 0) ) in saSMPStart() 313 IR_IP_OV_res_phyId_DPdLen_res |= (((pSMPFrame->outFrameLen) & 0xff) << SHIFT16); in saSMPStart() 316 si_memcpy(&(payload.SMPCmd[0]),pSMPFrame->outFrameBuf,pSMPFrame->outFrameLen); in saSMPStart() 317 for ( i = 0; i < pSMPFrame->outFrameLen / sizeof(bit32)+1; i ++ ) in saSMPStart() 334 …A_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaSMPCmd_t, SMPCmd[6]), (pSMPFrame->outFrameLen)); in saSMPStart() 400 IR_IP_OV_res_phyId_DPdLen_res |= (((pSMPFrame->outFrameLen) & 0xff) << SHIFT16); in saSMPStart() 432 …agRoot, &vpayload, OSSA_OFFSET_OF(agsaSMPCmd_V_t,IndirLen_or_SMPRF23_20 ), pSMPFrame->outFrameLen); in saSMPStart() [all …]
|
H A D | saioctlcmd.c | 3528 …A_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaSMPCmd_t, SMPCmd[6]), (pSMPFrame->outFrameLen)); in saSendSMPIoctl() 3585 …Root, &vpayload, OSSA_OFFSET_OF(agsaSMPCmd_V_t,IndirLen_or_SMPRF23_20 ), (pSMPFrame->outFrameLen)); in saSendSMPIoctl() 3598 IR_IP_OV_res_phyId_DPdLen_res = (pSMPFrame->outFrameLen << SHIFT16) | pSMPFrame->flag; in saSendSMPIoctl()
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ |
H A D | ttdsmp.c | 144 agSMPFrame->outFrameLen = 0; /* no smp response payload */ in ttdsaNotSupportRespSend() 217 agSMPFrame->outFrameLen = sizeof(smpRespDiscover_t); in ttdsaDiscoverRespSend() 327 agSMPFrame->outFrameLen = sizeof(smpRespReportGeneral_t); in ttdsaReportGeneralRespSend()
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/ |
H A D | itdio.c | 1175 agSMPFrame->outFrameLen = tiSMPFrame->outFrameLen; in tiINISMPStart() 1176 tdhexdump("tiINISMPStart agSMPFrame", (bit8 *)agSMPFrame->outFrameBuf, agSMPFrame->outFrameLen); in tiINISMPStart()
|
H A D | itddisc.c | 7277 agSMPFrame->outFrameLen = smpBodySize + 4; /* without last 4 byte crc */ in tdSMPStart() 7379 agSMPFrame->outFrameLen = smpBodySize + 4; /* without last 4 byte crc */ in tdSMPStart() 7408 agSMPFrame->outFrameLen = smpBodySize + 4; /* without last 4 byte crc */ in tdSMPStart()
|
/freebsd/sys/dev/pms/RefTisa/tisa/api/ |
H A D | titypes.h | 417 bit32 outFrameLen; member
|
/freebsd/sys/dev/pms/RefTisa/discovery/dm/ |
H A D | dmsmp.c | 281 agSMPFrame->outFrameLen = smpBodySize + 4; /* without last 4 byte crc */ in dmSMPStart() 349 agSMPFrame->outFrameLen = smpBodySize + 4; /* without last 4 byte crc */ in dmSMPStart() 370 agSMPFrame->outFrameLen = smpBodySize + 4; /* without last 4 byte crc */ in dmSMPStart() 2371 agSASRequestBody->smpFrame.outFrameLen in dmSMPCompleted() 2375 agSASRequestBody->smpFrame.outFrameLen in dmSMPCompleted()
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/ |
H A D | tdioctl.c | 3175 agSMPFrame.outFrameLen = smp_pass_through_req->smp_req_len - 4; //Exclude header in tdsaSendSMPIoctl() 3192 agSMPFrame.outFrameLen = smp_pass_through_req->smp_req_len - 4; //Exclude crc in tdsaSendSMPIoctl() 3197 agSMPFrame.outFrameLen = smp_pass_through_req->smp_req_len - 8; //Exclude header and crc in tdsaSendSMPIoctl()
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/ |
H A D | sa.h | 3065 bit32 outFrameLen; /**< Specifies the length of the SMP request member
|
/freebsd/sys/dev/pms/freebsd/driver/ini/src/ |
H A D | agtiapi.c | 3474 pccb->tiSMPFrame.outFrameLen = csmpio->smp_request_len; in agtiapi_PrepareSMPSGList() 3608 pccb->tiSMPFrame.outFrameLen = csmpio->smp_request_len; in agtiapi_PrepareSMPSGList()
|
/freebsd/sys/dev/pms/RefTisa/sat/src/ |
H A D | smsat.c | 1318 agSMPFrame->outFrameLen = smpBodySize + 4; /* without last 4 byte crc */ in smPhyControlSend() 1364 agSMPFrame->outFrameLen = smpBodySize + 4; /* without last 4 byte crc */ in smPhyControlSend()
|