1 /* Broadcom NetXtreme-C/E network driver. 2 * 3 * Copyright (c) 2014-2016 Broadcom Corporation 4 * 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 */ 9 10 #ifndef BNXT_ETHTOOL_H 11 #define BNXT_ETHTOOL_H 12 13 extern const struct ethtool_ops bnxt_ethtool_ops; 14 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); 18 19 #endif 20