Lines Matching refs:Params
57 … DBG( "Rx Freq : %lu\n", McSessionData[id].RxParams.Params.ClassB.Frequency ); \
58 … DBG( "Rx DR : DR_%d\n", McSessionData[id].RxParams.Params.ClassB.Datarate ); \
59 … DBG( "Periodicity : %u\n", McSessionData[id].RxParams.Params.ClassB.Periodicity ); \
63 … DBG( "Rx Freq : %lu\n", McSessionData[id].RxParams.Params.ClassC.Frequency ); \
64 … DBG( "Rx DR : DR_%d\n", McSessionData[id].RxParams.Params.ClassC.Datarate ); \
356 ….RxParams.Params.ClassC = // Field not used for multicast channel setup. Must be initialized to so… in LmhpRemoteMcastSetupOnMcpsIndication()
411 …McSessionData[id].RxParams.Params.ClassC.Frequency = ( mcpsIndication->Buffer[cmdIndex++] << 0 )… in LmhpRemoteMcastSetupOnMcpsIndication()
412 …McSessionData[id].RxParams.Params.ClassC.Frequency |= ( mcpsIndication->Buffer[cmdIndex++] << 8 )… in LmhpRemoteMcastSetupOnMcpsIndication()
413 …McSessionData[id].RxParams.Params.ClassC.Frequency |= ( mcpsIndication->Buffer[cmdIndex++] << 16 )… in LmhpRemoteMcastSetupOnMcpsIndication()
414 McSessionData[id].RxParams.Params.ClassC.Frequency *= 100; in LmhpRemoteMcastSetupOnMcpsIndication()
415 … McSessionData[id].RxParams.Params.ClassC.Datarate = mcpsIndication->Buffer[cmdIndex++]; in LmhpRemoteMcastSetupOnMcpsIndication()
475 …McSessionData[id].RxParams.Params.ClassB.Periodicity = ( mcpsIndication->Buffer[cmdIndex] >> 4 ) &… in LmhpRemoteMcastSetupOnMcpsIndication()
478 …McSessionData[id].RxParams.Params.ClassB.Frequency = ( mcpsIndication->Buffer[cmdIndex++] << 0 )… in LmhpRemoteMcastSetupOnMcpsIndication()
479 …McSessionData[id].RxParams.Params.ClassB.Frequency |= ( mcpsIndication->Buffer[cmdIndex++] << 8 )… in LmhpRemoteMcastSetupOnMcpsIndication()
480 …McSessionData[id].RxParams.Params.ClassB.Frequency |= ( mcpsIndication->Buffer[cmdIndex++] << 16 )… in LmhpRemoteMcastSetupOnMcpsIndication()
481 McSessionData[id].RxParams.Params.ClassB.Frequency *= 100; in LmhpRemoteMcastSetupOnMcpsIndication()
482 … McSessionData[id].RxParams.Params.ClassB.Datarate = mcpsIndication->Buffer[cmdIndex++]; in LmhpRemoteMcastSetupOnMcpsIndication()