Lines Matching refs:smSMPFrameHeader
1204 smSMPFrameHeader_t smSMPFrameHeader; in smPhyControlSend() local
1304 sm_memset(&smSMPFrameHeader, 0, sizeof(smSMPFrameHeader_t)); in smPhyControlSend()
1308 smSMPFrameHeader.smpFrameType = SMP_REQUEST; /* SMP request */ in smPhyControlSend()
1309 smSMPFrameHeader.smpFunction = (bit8)SMP_PHY_CONTROL; in smPhyControlSend()
1310 smSMPFrameHeader.smpFunctionResult = 0; in smPhyControlSend()
1311 smSMPFrameHeader.smpReserved = 0; in smPhyControlSend()
1313 sm_memcpy(smSMPRequestBody->smpPayload, &smSMPFrameHeader, 4); in smPhyControlSend()
1350 sm_memset(&smSMPFrameHeader, 0, sizeof(smSMPFrameHeader_t)); in smPhyControlSend()
1354 smSMPFrameHeader.smpFrameType = SMP_REQUEST; /* SMP request */ in smPhyControlSend()
1355 smSMPFrameHeader.smpFunction = (bit8)SMP_PHY_CONTROL; in smPhyControlSend()
1356 smSMPFrameHeader.smpFunctionResult = 0; in smPhyControlSend()
1357 smSMPFrameHeader.smpReserved = 0; in smPhyControlSend()
1359 sm_memcpy(smSMPRequestBody->smpPayload, &smSMPFrameHeader, 4); in smPhyControlSend()