diff options
author | Sameeh Jubran <sameehj@amazon.com> | 2019-12-10 15:12:14 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-12-12 17:14:01 -0800 |
commit | 913b0bfd6c859aaf1735e1c8c69731e1d5359d31 (patch) | |
tree | b79569d682e7e8c7c549193a2013ccec8adc16cf /drivers/message | |
parent | 548c4940b9f1f527f81509468dd60b61418880b6 (diff) |
net: ena: Add first_interrupt field to napi struct
The first_interrupt field is accessed in ena_intr_msix_io() upon
receiving an interrupt.The rx_ring and tx_ring fields of napi can
be NULL when receiving interrupt for xdp queues. This patch fixes
the issue by moving the field to the ena_napi struct.
Signed-off-by: Sameeh Jubran <sameehj@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/message')
0 files changed, 0 insertions, 0 deletions