diff options
| author | Philipp Zabel <p.zabel@pengutronix.de> | 2024-07-03 11:50:10 +0300 |
|---|---|---|
| committer | Philipp Zabel <p.zabel@pengutronix.de> | 2024-07-03 11:50:10 +0300 |
| commit | 197c22b65ea6a70eb377760282e7a634c3a812ab (patch) | |
| tree | 37f34004b49e2081abb9eb4751e4b3d5c8a34e42 /include/uapi/linux/netdev.h | |
| parent | fd88137bfbb83bee678abef840dcafa13262f5ca (diff) | |
| parent | 1cb7d29157603561af4c38535e936850ceb99f0f (diff) | |
| download | linux-197c22b65ea6a70eb377760282e7a634c3a812ab.tar.xz | |
Merge tag 'regulator-hw-enable-helper' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into reset/next
regulator: Add helper to allow enable/disable in interrupt context
Add a helper function that enables exclusive consumers to bypass locking
and do an enable/disable from within interrupt context.
Link: https://lore.kernel.org/r/988df019-00d4-4209-8716-39e82c565bf1@sirena.org.uk
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'include/uapi/linux/netdev.h')
| -rw-r--r-- | include/uapi/linux/netdev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/netdev.h b/include/uapi/linux/netdev.h index a8188202413e..43742ac5b00d 100644 --- a/include/uapi/linux/netdev.h +++ b/include/uapi/linux/netdev.h @@ -148,6 +148,7 @@ enum { NETDEV_A_QSTATS_RX_ALLOC_FAIL, NETDEV_A_QSTATS_RX_HW_DROPS, NETDEV_A_QSTATS_RX_HW_DROP_OVERRUNS, + NETDEV_A_QSTATS_RX_CSUM_COMPLETE, NETDEV_A_QSTATS_RX_CSUM_UNNECESSARY, NETDEV_A_QSTATS_RX_CSUM_NONE, NETDEV_A_QSTATS_RX_CSUM_BAD, |
