Searched defs:efx_phy_operations (Results 1 – 1 of 1) sorted by relevance
641 struct efx_phy_operations { struct642 int (*probe) (struct efx_nic *efx);643 int (*init) (struct efx_nic *efx);644 void (*fini) (struct efx_nic *efx);645 void (*remove) (struct efx_nic *efx);646 int (*reconfigure) (struct efx_nic *efx);647 bool (*poll) (struct efx_nic *efx);648 void (*get_link_ksettings)(struct efx_nic *efx,650 int (*set_link_ksettings)(struct efx_nic *efx,652 int (*get_fecparam)(struct efx_nic *efx, struct ethtool_fecparam *fec);[all …]