Searched defs:efx_phy_operations (Results 1 – 1 of 1) sorted by relevance
730 struct efx_phy_operations { struct731 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 …]