File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
Documentation/netlink/specs Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,21 @@ definitions:
24
24
name : module-fw-flash-status
25
25
type : enum
26
26
entries : [ started, in_progress, completed, error ]
27
+ -
28
+ name : c33-pse-ext-state
29
+ enum-name :
30
+ type : enum
31
+ name-prefix : ethtool-c33-pse-ext-state-
32
+ entries :
33
+ - none
34
+ - error-condition
35
+ - mr-mps-valid
36
+ - mr-pse-enable
37
+ - option-detect-ted
38
+ - option-vport-lim
39
+ - ovld-detected
40
+ - power-not-available
41
+ - short-detected
27
42
28
43
attribute-sets :
29
44
-
@@ -955,6 +970,23 @@ attribute-sets:
955
970
name : c33-pse-pw-d-status
956
971
type : u32
957
972
name-prefix : ethtool-a-
973
+ -
974
+ name : c33-pse-pw-class
975
+ type : u32
976
+ name-prefix : ethtool-a-
977
+ -
978
+ name : c33-pse-actual-pw
979
+ type : u32
980
+ name-prefix : ethtool-a-
981
+ -
982
+ name : c33-pse-ext-state
983
+ type : u32
984
+ name-prefix : ethtool-a-
985
+ enum : c33-pse-ext-state
986
+ -
987
+ name : c33-pse-ext-substate
988
+ type : u32
989
+ name-prefix : ethtool-a-
958
990
-
959
991
name : rss
960
992
attributes :
@@ -1672,6 +1704,10 @@ operations:
1672
1704
- c33-pse-admin-state
1673
1705
- c33-pse-admin-control
1674
1706
- c33-pse-pw-d-status
1707
+ - c33-pse-pw-class
1708
+ - c33-pse-actual-pw
1709
+ - c33-pse-ext-state
1710
+ - c33-pse-ext-substate
1675
1711
dump : *pse-get-op
1676
1712
-
1677
1713
name : pse-set
You can’t perform that action at this time.
0 commit comments