bnxt_ethtool.h 419 B

1234567891011121314151617
  1. /* Broadcom NetXtreme-C/E network driver.
  2. *
  3. * Copyright (c) 2014-2015 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. #ifndef BNXT_ETHTOOL_H
  10. #define BNXT_ETHTOOL_H
  11. extern const struct ethtool_ops bnxt_ethtool_ops;
  12. u32 bnxt_fw_to_ethtool_speed(u16);
  13. #endif