Lines Matching defs:efx_phy_operations
506 struct efx_phy_operations { struct
507 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);
518 int (*test_alive) (struct efx_nic *efx);
519 const char *(*test_name) (struct efx_nic *efx, unsigned int index);
520 int (*run_tests) (struct efx_nic *efx, int *results, unsigned flags);