Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /****************************************************************************
0003  * Driver for Solarflare network controllers and boards
0004  * Copyright 2008-2013 Solarflare Communications Inc.
0005  * Copyright 2019-2020 Xilinx Inc.
0006  */
0007 
0008 #ifndef EFX_MCDI_PORT_H
0009 #define EFX_MCDI_PORT_H
0010 
0011 #include "net_driver.h"
0012 
0013 u32 efx_mcdi_phy_get_caps(struct efx_nic *efx);
0014 bool efx_mcdi_mac_check_fault(struct efx_nic *efx);
0015 int efx_mcdi_port_probe(struct efx_nic *efx);
0016 void efx_mcdi_port_remove(struct efx_nic *efx);
0017 
0018 #endif /* EFX_MCDI_PORT_H */