Searched defs:xgbe_phy_impl_if (Results 1 – 1 of 1) sorted by relevance
818 struct xgbe_phy_impl_if { struct820 int (*init)(struct xgbe_prv_data *);821 void (*exit)(struct xgbe_prv_data *);824 int (*reset)(struct xgbe_prv_data *);825 int (*start)(struct xgbe_prv_data *);826 void (*stop)(struct xgbe_prv_data *);829 int (*link_status)(struct xgbe_prv_data *, int *);832 bool (*valid_speed)(struct xgbe_prv_data *, int);835 bool (*use_mode)(struct xgbe_prv_data *, enum xgbe_mode);837 void (*set_mode)(struct xgbe_prv_data *, enum xgbe_mode);[all …]