Home
last modified time | relevance | path

Searched defs:efx_phy_operations (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/sfc/
Dnet_driver.h730 struct efx_phy_operations { struct
731 int (*probe) (struct efx_nic *efx);
732 int (*init) (struct efx_nic *efx);
733 void (*fini) (struct efx_nic *efx);
734 void (*remove) (struct efx_nic *efx);
735 int (*reconfigure) (struct efx_nic *efx);
736 bool (*poll) (struct efx_nic *efx);
737 void (*get_settings) (struct efx_nic *efx,
739 int (*set_settings) (struct efx_nic *efx,
741 void (*set_npage_adv) (struct efx_nic *efx, u32);
[all …]