/openbmc/linux/drivers/net/ethernet/qualcomm/emac/ |
H A D | emac-ethtool.c | 79f664ed Mon Jan 09 12:03:12 CST 2017 Timur Tabi <timur@codeaurora.org> net: qcom/emac: add ethtool support
Add support for some ethtool methods: get/set link settings, get/set message level, get statistics, get link status, get ring params, get pause params, and restart autonegotiation.
The code to collect the hardware statistics is moved into its own function so that it can be used by "get statistics" method.
Signed-off-by: Timur Tabi <timur@codeaurora.org> Signed-off-by: David S. Miller <davem@davemloft.net> 79f664ed Mon Jan 09 12:03:12 CST 2017 Timur Tabi <timur@codeaurora.org> net: qcom/emac: add ethtool support Add support for some ethtool methods: get/set link settings, get/set message level, get statistics, get link status, get ring params, get pause params, and restart autonegotiation. The code to collect the hardware statistics is moved into its own function so that it can be used by "get statistics" method. Signed-off-by: Timur Tabi <timur@codeaurora.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | Makefile | 79f664ed Mon Jan 09 12:03:12 CST 2017 Timur Tabi <timur@codeaurora.org> net: qcom/emac: add ethtool support
Add support for some ethtool methods: get/set link settings, get/set message level, get statistics, get link status, get ring params, get pause params, and restart autonegotiation.
The code to collect the hardware statistics is moved into its own function so that it can be used by "get statistics" method.
Signed-off-by: Timur Tabi <timur@codeaurora.org> Signed-off-by: David S. Miller <davem@davemloft.net> 79f664ed Mon Jan 09 12:03:12 CST 2017 Timur Tabi <timur@codeaurora.org> net: qcom/emac: add ethtool support Add support for some ethtool methods: get/set link settings, get/set message level, get statistics, get link status, get ring params, get pause params, and restart autonegotiation. The code to collect the hardware statistics is moved into its own function so that it can be used by "get statistics" method. Signed-off-by: Timur Tabi <timur@codeaurora.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | emac.h | 79f664ed Mon Jan 09 12:03:12 CST 2017 Timur Tabi <timur@codeaurora.org> net: qcom/emac: add ethtool support
Add support for some ethtool methods: get/set link settings, get/set message level, get statistics, get link status, get ring params, get pause params, and restart autonegotiation.
The code to collect the hardware statistics is moved into its own function so that it can be used by "get statistics" method.
Signed-off-by: Timur Tabi <timur@codeaurora.org> Signed-off-by: David S. Miller <davem@davemloft.net> 79f664ed Mon Jan 09 12:03:12 CST 2017 Timur Tabi <timur@codeaurora.org> net: qcom/emac: add ethtool support Add support for some ethtool methods: get/set link settings, get/set message level, get statistics, get link status, get ring params, get pause params, and restart autonegotiation. The code to collect the hardware statistics is moved into its own function so that it can be used by "get statistics" method. Signed-off-by: Timur Tabi <timur@codeaurora.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | emac.c | 79f664ed Mon Jan 09 12:03:12 CST 2017 Timur Tabi <timur@codeaurora.org> net: qcom/emac: add ethtool support
Add support for some ethtool methods: get/set link settings, get/set message level, get statistics, get link status, get ring params, get pause params, and restart autonegotiation.
The code to collect the hardware statistics is moved into its own function so that it can be used by "get statistics" method.
Signed-off-by: Timur Tabi <timur@codeaurora.org> Signed-off-by: David S. Miller <davem@davemloft.net> 79f664ed Mon Jan 09 12:03:12 CST 2017 Timur Tabi <timur@codeaurora.org> net: qcom/emac: add ethtool support Add support for some ethtool methods: get/set link settings, get/set message level, get statistics, get link status, get ring params, get pause params, and restart autonegotiation. The code to collect the hardware statistics is moved into its own function so that it can be used by "get statistics" method. Signed-off-by: Timur Tabi <timur@codeaurora.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|