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