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

Commit 1eef0cc3 authored by Himansu Nayak's avatar Himansu Nayak
Browse files

ipa_eth: Header change to pass more info from ETH to GSI



Adding Support rtk8111k and add additional member
which fill from ioss and pass to GSI via IPA

num_queues_enabled (Total nuber of queue).

Change-Id: I7a127a9a60e1e45eb384634a7c7d74f813df3e08
Signed-off-by: default avatarHimansu Nayak <quic_himansu@quicinc.com>
parent 3d707184
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
/*
 * Copyright (c) 2019-2021, The Linux Foundation. All rights reserved.
 *
 * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
 * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
 */

#ifndef _IPA_ETH_H_
@@ -109,12 +109,14 @@ struct ipa_eth_aqc_setup_info {
 * @bar_size: bar region size
 * @queue_number: Which RTK queue to check the status on
 * @dest_tail_ptr_offs: tail ptr offset
 * @num_queues_enabled: Total queues to be enable
 */
struct ipa_eth_realtek_setup_info {
	phys_addr_t bar_addr;
	u32 bar_size;
	u8 queue_number;
	phys_addr_t dest_tail_ptr_offs;
	u8 num_queues_enabled;
};