Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/amd/xgbe/
A Dxgbe.h932 struct xgbe_phy_if { struct
934 int (*phy_init)(struct xgbe_prv_data *);
935 void (*phy_exit)(struct xgbe_prv_data *);
938 int (*phy_reset)(struct xgbe_prv_data *);
939 int (*phy_start)(struct xgbe_prv_data *);
940 void (*phy_stop)(struct xgbe_prv_data *);
943 void (*phy_status)(struct xgbe_prv_data *);
944 int (*phy_config_aneg)(struct xgbe_prv_data *);
950 irqreturn_t (*an_isr)(struct xgbe_prv_data *);
953 int (*module_info)(struct xgbe_prv_data *pdata,
[all …]

Completed in 13 milliseconds