summaryrefslogtreecommitdiff
path: root/include/uapi/linux/netdev.h
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2024-07-03 11:50:10 +0300
committerPhilipp Zabel <p.zabel@pengutronix.de>2024-07-03 11:50:10 +0300
commit197c22b65ea6a70eb377760282e7a634c3a812ab (patch)
tree37f34004b49e2081abb9eb4751e4b3d5c8a34e42 /include/uapi/linux/netdev.h
parentfd88137bfbb83bee678abef840dcafa13262f5ca (diff)
parent1cb7d29157603561af4c38535e936850ceb99f0f (diff)
downloadlinux-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.h1
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,