Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_ethdev.h358 struct axgbe_phy_if { struct
360 int (*phy_init)(struct axgbe_port *);
361 void (*phy_exit)(struct axgbe_port *);
364 int (*phy_reset)(struct axgbe_port *);
365 int (*phy_start)(struct axgbe_port *);
366 void (*phy_stop)(struct axgbe_port *);
369 void (*phy_status)(struct axgbe_port *);
370 int (*phy_config_aneg)(struct axgbe_port *);
373 int (*phy_valid_speed)(struct axgbe_port *, int);
375 void (*an_isr)(struct axgbe_port *);
[all …]