Home
last modified time | relevance | path

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

/freebsd/sys/dev/axgbe/
H A Dxgbe.h898 struct xgbe_phy_if { struct
900 int (*phy_init)(struct xgbe_prv_data *);
901 void (*phy_exit)(struct xgbe_prv_data *);
904 int (*phy_reset)(struct xgbe_prv_data *);
905 int (*phy_start)(struct xgbe_prv_data *);
906 void (*phy_stop)(struct xgbe_prv_data *);
909 void (*phy_status)(struct xgbe_prv_data *);
910 int (*phy_config_aneg)(struct xgbe_prv_data *);
913 bool (*phy_valid_speed)(struct xgbe_prv_data *, int);
916 void (*an_isr)(struct xgbe_prv_data *);
[all …]