Searched defs:efx_phy_operations (Results 1 – 1 of 1) sorted by relevance
506 struct efx_phy_operations { struct507 int (*probe) (struct efx_nic *efx);508 int (*init) (struct efx_nic *efx);509 void (*fini) (struct efx_nic *efx);510 void (*remove) (struct efx_nic *efx);511 int (*reconfigure) (struct efx_nic *efx);512 bool (*poll) (struct efx_nic *efx);513 void (*get_settings) (struct efx_nic *efx,515 int (*set_settings) (struct efx_nic *efx,517 void (*set_npage_adv) (struct efx_nic *efx, u32);[all …]