Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Dnet_driver.h716 struct efx_phy_operations { struct
717 int (*probe) (struct efx_nic *efx);
718 int (*init) (struct efx_nic *efx);
719 void (*fini) (struct efx_nic *efx);
720 void (*remove) (struct efx_nic *efx);
721 int (*reconfigure) (struct efx_nic *efx);
722 bool (*poll) (struct efx_nic *efx);
723 void (*get_settings) (struct efx_nic *efx,
725 int (*set_settings) (struct efx_nic *efx,
727 void (*set_npage_adv) (struct efx_nic *efx, u32);
[all …]