Files
linux/drivers/net/ipa
Alex Elder 81765eeac1 net: ipa: move more code out of gsi_channel_update()
Move the processing done for TX channels in gsi_channel_update()
into gsi_evt_ring_rx_update().  The called function is called for
both RX and TX channels, so rename it to be gsi_evt_ring_update().
As a result, this code no longer assumes events in an event ring are
associated with just one channel.

Because all events in a ring are handled in that function, we can
move the call to gsi_trans_move_complete() there, and can ring the
event ring doorbell there as well after all new events in the ring
have been processed.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2022-06-16 20:44:04 -07:00
..
2022-05-20 11:12:23 +01:00
2022-06-13 12:01:58 +01:00
2022-05-22 20:46:12 +01:00
2020-07-13 17:11:53 -07:00
2021-11-25 19:37:33 -08:00
2021-07-26 23:09:18 +01:00
2021-06-11 14:13:18 -07:00
2021-06-11 14:13:18 -07:00
2021-08-22 09:44:17 +01:00
2021-06-11 14:13:18 -07:00
2021-08-22 09:44:17 +01:00