Home
last modified time | relevance | path

Searched hist:"816316 cacad2b5abd5b41423cf04e4845239abd4" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ipa/
H A Dipa_endpoint.cdiff 816316cacad2b5abd5b41423cf04e4845239abd4 Fri Nov 12 23:22:10 CET 2021 Alex Elder <elder@linaro.org> net: ipa: disable HOLB drop when updating timer

The head-of-line blocking timer should only be modified when
head-of-line drop is disabled.

One of the steps in recovering from a modem crash is to enable
dropping of packets with timeout of 0 (immediate). We don't know
how the modem configured its endpoints, so before we program the
timer, we need to ensure HOL_BLOCK is disabled.

Fixes: 84f9bd12d46db ("soc: qcom: ipa: IPA endpoints")
Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>