@@ -864,9 +864,7 @@ attribute-sets:
864864
865865 -
866866 name : pause-stat
867- doc : Statistics counters for link-wide PAUSE frames (IEEE 802.3 Annex 31B).
868867 attr-cnt-name : __ethtool-a-pause-stat-cnt
869- enum-name : ethtool-a-pause-stat
870868 attributes :
871869 -
872870 name : unspec
@@ -877,17 +875,13 @@ attribute-sets:
877875 type : pad
878876 -
879877 name : tx-frames
880- doc : Number of PAUSE frames transmitted.
881878 type : u64
882879 -
883880 name : rx-frames
884- doc : Number of PAUSE frames received.
885881 type : u64
886882 -
887883 name : pause
888- doc : Parameters for link-wide PAUSE (IEEE 802.3 Annex 31B).
889884 attr-cnt-name : __ethtool-a-pause-cnt
890- enum-name : ethtool-a-pause
891885 attributes :
892886 -
893887 name : unspec
@@ -899,40 +893,19 @@ attribute-sets:
899893 nested-attributes : header
900894 -
901895 name : autoneg
902- doc : |
903- Acts as a mode selector for the driver.
904- On GET: indicates the driver's behavior. If true, the driver will
905- respect the negotiated outcome; if false, the driver will use a
906- forced configuration.
907- On SET: if true, the driver configures the PHY's advertisement based
908- on the rx and tx attributes. If false, the driver forces the MAC
909- into the state defined by the rx and tx attributes.
910896 type : u8
911897 -
912898 name : rx
913- doc : |
914- Enable receiving PAUSE frames (pausing local TX).
915- On GET: reflects the currently preferred configuration state.
916899 type : u8
917900 -
918901 name : tx
919- doc : |
920- Enable transmitting PAUSE frames (pausing peer TX).
921- On GET: reflects the currently preferred configuration state.
922902 type : u8
923903 -
924904 name : stats
925- doc : |
926- Contains the pause statistics counters. The source of these
927- statistics is determined by stats-src.
928905 type : nest
929906 nested-attributes : pause-stat
930907 -
931908 name : stats-src
932- doc : |
933- Selects the source of the MAC statistics, values from
934- enum ethtool_mac_stats_src. This allows requesting statistics
935- from the individual components of the MAC Merge layer.
936909 type : u32
937910 -
938911 name : eee
0 commit comments