Lines Matching refs:smSMPFrameHeader
1205 smSMPFrameHeader_t smSMPFrameHeader; in smPhyControlSend() local
1305 sm_memset(&smSMPFrameHeader, 0, sizeof(smSMPFrameHeader_t)); in smPhyControlSend()
1309 smSMPFrameHeader.smpFrameType = SMP_REQUEST; /* SMP request */ in smPhyControlSend()
1310 smSMPFrameHeader.smpFunction = (bit8)SMP_PHY_CONTROL; in smPhyControlSend()
1311 smSMPFrameHeader.smpFunctionResult = 0; in smPhyControlSend()
1312 smSMPFrameHeader.smpReserved = 0; in smPhyControlSend()
1314 sm_memcpy(smSMPRequestBody->smpPayload, &smSMPFrameHeader, 4); in smPhyControlSend()
1351 sm_memset(&smSMPFrameHeader, 0, sizeof(smSMPFrameHeader_t)); in smPhyControlSend()
1355 smSMPFrameHeader.smpFrameType = SMP_REQUEST; /* SMP request */ in smPhyControlSend()
1356 smSMPFrameHeader.smpFunction = (bit8)SMP_PHY_CONTROL; in smPhyControlSend()
1357 smSMPFrameHeader.smpFunctionResult = 0; in smPhyControlSend()
1358 smSMPFrameHeader.smpReserved = 0; in smPhyControlSend()
1360 sm_memcpy(smSMPRequestBody->smpPayload, &smSMPFrameHeader, 4); in smPhyControlSend()