commit | 5c8227d0d3b1eb1ad8f98d0b6dc619d70f2cfa04 | [log] [tgz] |
---|---|---|
author | Michael Chan <michael.chan@broadcom.com> | Mon Jul 24 12:34:23 2017 -0400 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 24 17:29:58 2017 -0700 |
tree | 7d6ff5464304d559b5f32601e80ff9318456f72c | |
parent | 39d8ba2e71fbdde686d7e31ad141a01994dc0793 [diff] |
bnxt_en: Add bnxt_get_num_stats() to centrally get the number of ethtool stats. Instead of duplicating the logic multiple times. Also, it is unnecessary to zero the buffer in .get_ethtool_stats() because it is already zeroed by the caller. Signed-off-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>