Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 37cb38ef authored by Piyush Dhyani's avatar Piyush Dhyani Committed by Gerrit - the friendly Code Review server
Browse files

msm: ipa3: Add new ep to measure Modem Throughput



Adding new ep consumer client to meaure Modem
throughput.

Change-Id: I6fd3e80713f1d632323430a9339e510f05622875
Signed-off-by: default avatarPiyush Dhyani <pdhyani@codeaurora.org>
parent c30dc7b7
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -451,9 +451,12 @@ enum ipa_client_type {

	IPA_CLIENT_Q6_DL_NLO_LL_DATA_PROD		= 122,
	/* RESERVED CONS			= 123, */

	/* RESERVED PROD                        = 124, */
	IPA_CLIENT_TPUT_CONS                    = 125,
};

#define IPA_CLIENT_MAX (IPA_CLIENT_Q6_DL_NLO_LL_DATA_PROD + 1)
#define IPA_CLIENT_MAX (IPA_CLIENT_TPUT_CONS + 1)

#define IPA_CLIENT_WLAN2_PROD IPA_CLIENT_A5_WLAN_AMPDU_PROD
#define IPA_CLIENT_Q6_DL_NLO_DATA_PROD IPA_CLIENT_Q6_DL_NLO_DATA_PROD