Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sfc/
Dnet_driver.h644 struct efx_phy_operations { struct
645 int (*probe) (struct efx_nic *efx);
646 int (*init) (struct efx_nic *efx);
647 void (*fini) (struct efx_nic *efx);
648 void (*remove) (struct efx_nic *efx);
649 int (*reconfigure) (struct efx_nic *efx);
650 bool (*poll) (struct efx_nic *efx);
651 void (*get_link_ksettings)(struct efx_nic *efx,
653 int (*set_link_ksettings)(struct efx_nic *efx,
655 int (*get_fecparam)(struct efx_nic *efx, struct ethtool_fecparam *fec);
[all …]