summaryrefslogtreecommitdiff
path: root/Documentation/netlink/specs/ethtool.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/netlink/specs/ethtool.yaml')
-rw-r--r--Documentation/netlink/specs/ethtool.yaml68
1 files changed, 0 insertions, 68 deletions
diff --git a/Documentation/netlink/specs/ethtool.yaml b/Documentation/netlink/specs/ethtool.yaml
index 7f6fb1f61dd4..197208f419dc 100644
--- a/Documentation/netlink/specs/ethtool.yaml
+++ b/Documentation/netlink/specs/ethtool.yaml
@@ -16,11 +16,6 @@ definitions:
name: stringset
type: enum
entries: []
- -
- name: phy-upstream-type
- enum-name:
- type: enum
- entries: [ mac, phy ]
attribute-sets:
-
@@ -35,9 +30,6 @@ attribute-sets:
-
name: flags
type: u32
- -
- name: phy-index
- type: u32
-
name: bitset-bit
@@ -950,45 +942,6 @@ attribute-sets:
-
name: burst-tmr
type: u32
- -
- name: phy-upstream
- attributes:
- -
- name: index
- type: u32
- -
- name: sfp-name
- type: string
- -
- name: phy
- attributes:
- -
- name: header
- type: nest
- nested-attributes: header
- -
- name: index
- type: u32
- -
- name: drvname
- type: string
- -
- name: name
- type: string
- -
- name: upstream-type
- type: u8
- enum: phy-upstream-type
- -
- name: upstream
- type: nest
- nested-attributes: phy-upstream
- -
- name: downstream-sfp-name
- type: string
- -
- name: id
- type: u32
operations:
enum-model: directional
@@ -1740,24 +1693,3 @@ operations:
name: mm-ntf
doc: Notification for change in MAC Merge configuration.
notify: mm-get
- -
- name: phy-get
- doc: Get PHY devices attached to an interface
-
- attribute-set: phy
-
- do: &phy-get-op
- request:
- attributes:
- - header
- reply:
- attributes:
- - header
- - index
- - drvname
- - name
- - upstream-type
- - upstream
- - downstream-sfp-name
- - id
- dump: *phy-get-op