Home
last modified time | relevance | path

Searched refs:outFrameLen (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsasmp.c248 SA_DBG2(("saSMPStart: outFrameLen 0x%08X\n",pSMPFrame->outFrameLen)); in saSMPStart()
284 if (pSMPFrame->outFrameLen > 32) in saSMPStart()
304 (pSMPFrame->outFrameLen <= AGSA_MAX_SMPPAYLOAD_VIA_SFO)) || in saSMPStart()
306 (pSMPFrame->outFrameLen == 0) ) in saSMPStart()
314 IR_IP_OV_res_phyId_DPdLen_res |= (((pSMPFrame->outFrameLen) & 0xff) << SHIFT16); in saSMPStart()
317 si_memcpy(&(payload.SMPCmd[0]),pSMPFrame->outFrameBuf,pSMPFrame->outFrameLen); in saSMPStart()
318 for ( i = 0; i < pSMPFrame->outFrameLen / sizeof(bit32)+1; i ++ ) in saSMPStart()
335 …A_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaSMPCmd_t, SMPCmd[6]), (pSMPFrame->outFrameLen)); in saSMPStart()
401 IR_IP_OV_res_phyId_DPdLen_res |= (((pSMPFrame->outFrameLen) & 0xff) << SHIFT16); in saSMPStart()
433 …agRoot, &vpayload, OSSA_OFFSET_OF(agsaSMPCmd_V_t,IndirLen_or_SMPRF23_20 ), pSMPFrame->outFrameLen); in saSMPStart()
[all …]
H A Dsaioctlcmd.c3529 …A_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaSMPCmd_t, SMPCmd[6]), (pSMPFrame->outFrameLen)); in saSendSMPIoctl()
3586 …Root, &vpayload, OSSA_OFFSET_OF(agsaSMPCmd_V_t,IndirLen_or_SMPRF23_20 ), (pSMPFrame->outFrameLen)); in saSendSMPIoctl()
3599 IR_IP_OV_res_phyId_DPdLen_res = (pSMPFrame->outFrameLen << SHIFT16) | pSMPFrame->flag; in saSendSMPIoctl()
/freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdsmp.c144 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-13.1/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdio.c1176 agSMPFrame->outFrameLen = tiSMPFrame->outFrameLen; in tiINISMPStart()
1177 tdhexdump("tiINISMPStart agSMPFrame", (bit8 *)agSMPFrame->outFrameBuf, agSMPFrame->outFrameLen); in tiINISMPStart()
H A Ditddisc.c7278 agSMPFrame->outFrameLen = smpBodySize + 4; /* without last 4 byte crc */ in tdSMPStart()
7380 agSMPFrame->outFrameLen = smpBodySize + 4; /* without last 4 byte crc */ in tdSMPStart()
7409 agSMPFrame->outFrameLen = smpBodySize + 4; /* without last 4 byte crc */ in tdSMPStart()
/freebsd-13.1/sys/dev/pms/RefTisa/tisa/api/
H A Dtitypes.h418 bit32 outFrameLen; member
/freebsd-13.1/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmsmp.c282 agSMPFrame->outFrameLen = smpBodySize + 4; /* without last 4 byte crc */ in dmSMPStart()
350 agSMPFrame->outFrameLen = smpBodySize + 4; /* without last 4 byte crc */ in dmSMPStart()
371 agSMPFrame->outFrameLen = smpBodySize + 4; /* without last 4 byte crc */ in dmSMPStart()
2372 agSASRequestBody->smpFrame.outFrameLen in dmSMPCompleted()
2376 agSASRequestBody->smpFrame.outFrameLen in dmSMPCompleted()
/freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdioctl.c3176 agSMPFrame.outFrameLen = smp_pass_through_req->smp_req_len - 4; //Exclude header in tdsaSendSMPIoctl()
3193 agSMPFrame.outFrameLen = smp_pass_through_req->smp_req_len - 4; //Exclude crc in tdsaSendSMPIoctl()
3198 agSMPFrame.outFrameLen = smp_pass_through_req->smp_req_len - 8; //Exclude header and crc in tdsaSendSMPIoctl()
/freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h3066 bit32 outFrameLen; /**< Specifies the length of the SMP request member
/freebsd-13.1/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c3503 pccb->tiSMPFrame.outFrameLen = csmpio->smp_request_len; in agtiapi_PrepareSMPSGList()
3637 pccb->tiSMPFrame.outFrameLen = csmpio->smp_request_len; in agtiapi_PrepareSMPSGList()
/freebsd-13.1/sys/dev/pms/RefTisa/sat/src/
H A Dsmsat.c1319 agSMPFrame->outFrameLen = smpBodySize + 4; /* without last 4 byte crc */ in smPhyControlSend()
1365 agSMPFrame->outFrameLen = smpBodySize + 4; /* without last 4 byte crc */ in smPhyControlSend()