Home
last modified time | relevance | path

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

/dpdk/drivers/net/axgbe/
H A Daxgbe_ethdev.h370 struct axgbe_phy_if { struct
372 int (*phy_init)(struct axgbe_port *);
373 void (*phy_exit)(struct axgbe_port *);
376 int (*phy_reset)(struct axgbe_port *);
377 int (*phy_start)(struct axgbe_port *);
378 void (*phy_stop)(struct axgbe_port *);
381 void (*phy_status)(struct axgbe_port *);
382 int (*phy_config_aneg)(struct axgbe_port *);
385 int (*phy_valid_speed)(struct axgbe_port *, int);
387 void (*an_isr)(struct axgbe_port *);
[all …]