Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/sfc/
Dnet_driver.h641 struct efx_phy_operations { struct
642 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 …]