Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/amd/xgbe/
H A Dxgbe.h881 struct xgbe_phy_impl_if { struct
883 int (*init)(struct xgbe_prv_data *);
884 void (*exit)(struct xgbe_prv_data *);
887 int (*reset)(struct xgbe_prv_data *);
888 int (*start)(struct xgbe_prv_data *);
889 void (*stop)(struct xgbe_prv_data *);
912 int (*an_config)(struct xgbe_prv_data *);
915 void (*an_advertising)(struct xgbe_prv_data *,
922 void (*an_pre)(struct xgbe_prv_data *);
923 void (*an_post)(struct xgbe_prv_data *);
[all …]