Lines Matching defs:xgbe_phy_if
899 struct xgbe_phy_if { struct
901 int (*phy_init)(struct xgbe_prv_data *);
902 void (*phy_exit)(struct xgbe_prv_data *);
905 int (*phy_reset)(struct xgbe_prv_data *);
906 int (*phy_start)(struct xgbe_prv_data *);
907 void (*phy_stop)(struct xgbe_prv_data *);
910 void (*phy_status)(struct xgbe_prv_data *);
911 int (*phy_config_aneg)(struct xgbe_prv_data *);
914 bool (*phy_valid_speed)(struct xgbe_prv_data *, int);
917 irqreturn_t (*an_isr)(struct xgbe_prv_data *);
920 int (*module_info)(struct xgbe_prv_data *pdata,
922 int (*module_eeprom)(struct xgbe_prv_data *pdata,
926 struct xgbe_phy_impl_if phy_impl;