]> Git Repo - linux.git/blobdiff - include/net/devlink.h
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux...
[linux.git] / include / net / devlink.h
index 1d45b61cb320b979bea8acd08cf35783302bfa72..c99ffe8cef3c1a6c7f6ad9db2af7ead71e86dfde 100644 (file)
@@ -90,6 +90,9 @@ struct devlink_ops {
                                       u16 tc_index,
                                       enum devlink_sb_pool_type pool_type,
                                       u32 *p_cur, u32 *p_max);
+
+       int (*eswitch_mode_get)(struct devlink *devlink, u16 *p_mode);
+       int (*eswitch_mode_set)(struct devlink *devlink, u16 mode);
 };
 
 static inline void *devlink_priv(struct devlink *devlink)
This page took 0.024829 seconds and 4 git commands to generate.