Searched refs:IsTxPending (Results 1 – 6 of 6) sorted by relevance
54 bool IsTxPending; member107 .IsTxPending = false,197 .IsTxPending = LmhpComplianceIsTxPending,231 ComplianceTestState.IsTxPending = false; in LmhpComplianceInit()244 return ComplianceTestState.IsTxPending; in LmhpComplianceIsTxPending()249 if( ComplianceTestState.IsTxPending == true ) in LmhpComplianceProcess()266 ComplianceTestState.IsTxPending = true; in LmhpComplianceProcess()270 ComplianceTestState.IsTxPending = false; in LmhpComplianceProcess()515 ComplianceTestState.IsTxPending = true; in LmhpComplianceOnMcpsIndication()520 ComplianceTestState.IsTxPending = false; in LmhpComplianceOnMcpsIndication()[all …]
39 bool IsTxPending; member122 .IsTxPending = false,135 .IsTxPending = LmhpClockSyncIsTxPending,165 LmhpClockSyncState.IsTxPending = false; in LmhpClockSyncInit()175 return LmhpClockSyncState.IsTxPending; in LmhpClockSyncIsTxPending()
53 bool IsTxPending; member122 .IsTxPending = false,172 .IsTxPending = LmhpFragmentationIsTxPending,225 LmhpFragmentationState.IsTxPending = false; in LmhpFragmentationInit()235 return LmhpFragmentationState.IsTxPending; in LmhpFragmentationIsTxPending()
62 bool IsTxPending; member132 .IsTxPending = false,185 .IsTxPending = LmhpRemoteMcastSetupIsTxPending,217 LmhpRemoteMcastSetupState.IsTxPending = false; in LmhpRemoteMcastSetupInit()227 return LmhpRemoteMcastSetupState.IsTxPending; in LmhpRemoteMcastSetupIsTxPending()
67 bool ( *IsTxPending )( void ); member
1012 if( LmHandlerPackages[i]->IsTxPending( ) == true ) in LmHandlerPackageIsTxPending()