Lines Matching refs:agSMPFrame
1201 agsaSMPFrame_t *agSMPFrame; in smPhyControlSend() local
1288 agSMPFrame = &(agSASRequestBody->smpFrame); in smPhyControlSend()
1317 agSMPFrame->outFrameBuf = smSMPRequestBody->smpPayload; in smPhyControlSend()
1318 agSMPFrame->outFrameLen = smpBodySize + 4; /* without last 4 byte crc */ in smPhyControlSend()
1320 agSMPFrame->inFrameLen = 0; in smPhyControlSend()
1325 agSMPFrame->expectedRespLen = 0; in smPhyControlSend()
1327 agSMPFrame->expectedRespLen = expectedRspLen; in smPhyControlSend()
1349 agSMPFrame->flag = 0; in smPhyControlSend()
1363 agSMPFrame->outFrameBuf = smSMPRequestBody->smpPayload; in smPhyControlSend()
1364 agSMPFrame->outFrameLen = smpBodySize + 4; /* without last 4 byte crc */ in smPhyControlSend()
1366 agSMPFrame->inFrameLen = 0; in smPhyControlSend()
1371 agSMPFrame->expectedRespLen = 0; in smPhyControlSend()
1373 agSMPFrame->expectedRespLen = expectedRspLen; in smPhyControlSend()