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

Commit 4350ddc2 authored by Pooja Kumari's avatar Pooja Kumari Committed by Gerrit - the friendly Code Review server
Browse files

msm: ipa3: add v2x ethernet support



Add the v2x ethernet pipe connect support
for offloading v2x traffic.

Change-Id: I5e84f7e1d07722eeb5a7b9fbfbccb69451c72934
Signed-off-by: default avatarPooja Kumari <kumarip@codeaurora.org>
parent ca3c20e9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -143,10 +143,14 @@ struct ipa_ntn_conn_in_params {
 * @ul_uc_db_pa: physical address of IPA uc doorbell for UL
 * @dl_uc_db_pa: physical address of IPA uc doorbell for DL
 * @clnt_hdl: opaque handle assigned to offload client
 * @ul_uc_db_iomem: iomem address of IPA uc doorbell for UL
 * @dl_uc_db_iomem: iomem address of IPA uc doorbell for DL
 */
struct ipa_ntn_conn_out_params {
	phys_addr_t ul_uc_db_pa;
	phys_addr_t dl_uc_db_pa;
	void __iomem *ul_uc_db_iomem;
	void __iomem *dl_uc_db_iomem;
};

/**