Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / drivers / net / ethernet / broadcom / bnxt / bnxt_ethtool.h
blob3abc03b60dbc8dd48da8e201cea12fadaa3bb0f7
1 /* Broadcom NetXtreme-C/E network driver.
3 * Copyright (c) 2014-2016 Broadcom Corporation
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation.
8 */
10 #ifndef BNXT_ETHTOOL_H
11 #define BNXT_ETHTOOL_H
13 extern const struct ethtool_ops bnxt_ethtool_ops;
15 u32 _bnxt_fw_to_ethtool_adv_spds(u16, u8);
16 u32 bnxt_fw_to_ethtool_speed(u16);
17 u16 bnxt_get_fw_auto_link_speeds(u32);
19 #endif