msm: ipa: reduce gsi stop channel delay

Reduce GSI stop channel delay to reduce the time taken to
stop the channels in case there is a retry.

Change-Id: Id86c44239eafecf3dea10bcb13e10e2499421e4d
Signed-off-by: Chaitanya Pratapa <quic_cpratapa@quicinc.com>
This commit is contained in:
Chaitanya Pratapa
2022-10-17 17:12:03 -07:00
committato da Gerrit - the friendly Code Review server
parent ebe9383206
commit e9affd4b3e

Vedi File

@@ -189,8 +189,8 @@ do {\
(x == ipa3_get_ep_mapping(IPA_CLIENT_AQC_ETHERNET_PROD)) || \
(x == ipa3_get_ep_mapping(IPA_CLIENT_RTK_ETHERNET_PROD)))
#define IPA_GSI_CHANNEL_STOP_SLEEP_MIN_USEC (3000)
#define IPA_GSI_CHANNEL_STOP_SLEEP_MAX_USEC (5000)
#define IPA_GSI_CHANNEL_STOP_SLEEP_MIN_USEC (1000)
#define IPA_GSI_CHANNEL_STOP_SLEEP_MAX_USEC (2000)
#define STR_ETH_IFACE "eth"
#define STR_ETH0_IFACE "eth0"