Home
last modified time | relevance | path

Searched defs:xgbe_phy_impl_if (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/sys/dev/axgbe/
H A Dxgbe.h843 struct xgbe_phy_impl_if { struct
845 int (*init)(struct xgbe_prv_data *);
846 void (*exit)(struct xgbe_prv_data *);
849 int (*reset)(struct xgbe_prv_data *);
850 int (*start)(struct xgbe_prv_data *);
851 void (*stop)(struct xgbe_prv_data *);
854 int (*link_status)(struct xgbe_prv_data *, int *);
857 bool (*valid_speed)(struct xgbe_prv_data *, int);
860 bool (*use_mode)(struct xgbe_prv_data *, enum xgbe_mode);
862 void (*set_mode)(struct xgbe_prv_data *, enum xgbe_mode);
[all …]