mcdi_port.h 570 B

123456789101112131415161718
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /****************************************************************************
  3. * Driver for Solarflare network controllers and boards
  4. * Copyright 2008-2013 Solarflare Communications Inc.
  5. * Copyright 2019-2020 Xilinx Inc.
  6. */
  7. #ifndef EFX_MCDI_PORT_H
  8. #define EFX_MCDI_PORT_H
  9. #include "net_driver.h"
  10. u32 efx_mcdi_phy_get_caps(struct efx_nic *efx);
  11. bool efx_mcdi_mac_check_fault(struct efx_nic *efx);
  12. int efx_mcdi_port_probe(struct efx_nic *efx);
  13. void efx_mcdi_port_remove(struct efx_nic *efx);
  14. #endif /* EFX_MCDI_PORT_H */