commit | 4139b2b138dd44ca215976a06846839774ca7cd4 | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Tue Nov 17 17:15:16 2020 +0100 |
committer | Jakub Kicinski <kuba@kernel.org> | Wed Nov 18 17:34:19 2020 -0800 |
tree | 9428a6b0f07a4128149801f2299f046596f8b850 | |
parent | 88ad4d9bb16624e6ea81aac9fb83dc34cd12460f [diff] |
s390/qeth: improve QUERY CARD INFO processing Move all the HW reply data parsing into qeth_query_card_info_cb(), and use common ethtool enums for transporting the information back to the caller. Also only look at the .port_speed field when we couldn't determine the speed from the .card_type field, and introduce some 'default' cases for SPEED_UNKNOWN, PORT_OTHER and DUPLEX_UNKNOWN. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>