diff options
author | Alex Elder <elder@linaro.org> | 2022-06-10 17:46:13 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-06-13 13:01:58 +0200 |
commit | 983a1a3081bb42651c44a777ed9af9ee2962de8d (patch) | |
tree | a9da1c5dd6b8030367980bd3212ed92491b2b617 /drivers/net/ipa/gsi.c | |
parent | net: ipa: rename endpoint->trans_tre_max (diff) | |
download | linux-983a1a3081bb42651c44a777ed9af9ee2962de8d.tar.xz linux-983a1a3081bb42651c44a777ed9af9ee2962de8d.zip |
net: ipa: simplify endpoint transaction completion
When a GSI transaction completes, ipa_endpoint_trans_complete() is
eventually called. That handles TX and RX completions separately,
but ipa_endpoint_tx_complete() is a no-op.
Instead, have ipa_endpoint_trans_complete() return immediately for a
TX transaction, and incorporate code from ipa_endpoint_rx_complete()
to handle RX transactions.
Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions