diff options
| author | 2020-11-03 17:41:46 -0800 | |
|---|---|---|
| committer | 2020-11-03 17:41:46 -0800 | |
| commit | 45e9fbf023f217982712c1cbca76ed69dfce0634 (patch) | |
| tree | 5e08842c10b20e763c4e794d4359e5aabdb920c2 /include | |
| parent | lan743x: fix for potential NULL pointer dereference with bare card (diff) | |
| parent | crypto: caam: Replace in_irq() usage. (diff) | |
Merge branch 'fsl-qbman-in_interrupt-cleanup'
Sebastian Andrzej Siewior says:
====================
fsl/qbman: in_interrupt() cleanup.
This is the in_interrupt() clean for FSL DPAA framework and the two
users.
The `napi' parameter has been renamed to `sched_napi', the other parts
are same as in the previous post [0].
[0] https://lkml.kernel.org/r/20201027225454.3492351-1-bigeasy@linutronix.de
====================
Link: https://lore.kernel.org/r/20201101232257.3028508-1-bigeasy@linutronix.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/soc/fsl/qman.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/soc/fsl/qman.h b/include/soc/fsl/qman.h index 9f484113cfda..59eeba31c192 100644 --- a/include/soc/fsl/qman.h +++ b/include/soc/fsl/qman.h @@ -689,7 +689,8 @@ enum qman_cb_dqrr_result { }; typedef enum qman_cb_dqrr_result (*qman_cb_dqrr)(struct qman_portal *qm, struct qman_fq *fq, - const struct qm_dqrr_entry *dqrr); + const struct qm_dqrr_entry *dqrr, + bool sched_napi); /* * This callback type is used when handling ERNs, FQRNs and FQRLs via MR. They |
