Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe.h837 struct xgbe_phy_if { struct
839 int (*phy_init)(struct xgbe_prv_data *);
840 void (*phy_exit)(struct xgbe_prv_data *);
843 int (*phy_reset)(struct xgbe_prv_data *);
844 int (*phy_start)(struct xgbe_prv_data *);
845 void (*phy_stop)(struct xgbe_prv_data *);
848 void (*phy_status)(struct xgbe_prv_data *);
849 int (*phy_config_aneg)(struct xgbe_prv_data *);
852 bool (*phy_valid_speed)(struct xgbe_prv_data *, int);
855 irqreturn_t (*an_isr)(struct xgbe_prv_data *);
[all …]