Lines Matching defs:efx_phy_operations
641 struct efx_phy_operations { struct
642 int (*probe) (struct efx_nic *efx);
643 int (*init) (struct efx_nic *efx);
644 void (*fini) (struct efx_nic *efx);
645 void (*remove) (struct efx_nic *efx);
646 int (*reconfigure) (struct efx_nic *efx);
647 bool (*poll) (struct efx_nic *efx);
648 void (*get_link_ksettings)(struct efx_nic *efx,
650 int (*set_link_ksettings)(struct efx_nic *efx,
652 int (*get_fecparam)(struct efx_nic *efx, struct ethtool_fecparam *fec);
653 int (*set_fecparam)(struct efx_nic *efx,
655 void (*set_npage_adv) (struct efx_nic *efx, u32);
656 int (*test_alive) (struct efx_nic *efx);
657 const char *(*test_name) (struct efx_nic *efx, unsigned int index);
658 int (*run_tests) (struct efx_nic *efx, int *results, unsigned flags);
659 int (*get_module_eeprom) (struct efx_nic *efx,
662 int (*get_module_info) (struct efx_nic *efx,