diff options
author | 2023-05-01 18:14:41 +0200 | |
---|---|---|
committer | 2023-10-05 21:47:01 +0200 | |
commit | d3f4cf05402b06631f282e23dcba85daed732e38 (patch) | |
tree | 8a1e58de3a9828a963967a897397ea81488232f5 /drivers/net/macsec.c | |
parent | can: at91_can: at91_poll_err(): increase stats even if no quota left or OOM (diff) | |
download | wireguard-linux-d3f4cf05402b06631f282e23dcba85daed732e38.tar.xz wireguard-linux-d3f4cf05402b06631f282e23dcba85daed732e38.zip |
can: at91_can: at91_irq_err_frame(): call directly from IRQ handler
This is a preparation patch to convert the driver to the rx-offload
helper. In rx-offload RX, TX-done and CAN error handling are done in
the IRQ handler, SKB are pushed to the network stack in the NAPI poll
function.
Move the CAN frame error handling from the NAPI function at91_poll()
to the IRQ handler at91_poll(). To reflect this change, rename
at91_poll_err() to at91_irq_err_frame().
Link: https://lore.kernel.org/all/20231005-at91_can-rx_offload-v2-19-9987d53600e0@pengutronix.de
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'drivers/net/macsec.c')
0 files changed, 0 insertions, 0 deletions