diff options
author | Sergei Shtylyov <[email protected]> | 2018-03-24 23:11:19 +0300 |
---|---|---|
committer | David S. Miller <[email protected]> | 2018-03-26 12:34:19 -0400 |
commit | ce9134dff6d90c9f9c6bfd3d32dffdadf8a8e668 (patch) | |
tree | 31d1d20a17f55a093aa04a762c84b1064443e880 /net/unix/sysctl_net_unix.c | |
parent | 246e30cc4fd8db8390e83617fa5ff29ad5280ad9 (diff) |
sh_eth: add sh_eth_cpu_data::no_tx_cntrs flag
RZ/A1H (R7S72100) Ether controller doesn't seem to have the TX counter
registers like TROCR/CDCR/LCCR (or at least they are still undocumented
like some TSU registers), so we bail out of sh_eth_get_stats() early in
this case. Currently we are calling sh_eth_is_rz_fast_ether() in order
to check for this, but it would be simpler to check the new 'no_tx_cntrs'
bitfield in the 'struct sh_eth_cpu_data'; then we'd be able to remove
sh_eth_is_rz_fast_ether() as there would be no callers left...
Signed-off-by: Sergei Shtylyov <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions