Searched refs:mdio_xpcs_args (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/include/linux/pcs/ |
| D | pcs-xpcs.h | 13 struct mdio_xpcs_args { struct 20 int (*validate)(struct mdio_xpcs_args *xpcs, argument 23 int (*config)(struct mdio_xpcs_args *xpcs, 25 int (*get_state)(struct mdio_xpcs_args *xpcs, 27 int (*link_up)(struct mdio_xpcs_args *xpcs, int speed, 29 int (*probe)(struct mdio_xpcs_args *xpcs, phy_interface_t interface);
|
| /Linux-v5.10/drivers/net/pcs/ |
| D | pcs-xpcs.c | 147 static int xpcs_read(struct mdio_xpcs_args *xpcs, int dev, u32 reg) in xpcs_read() 154 static int xpcs_write(struct mdio_xpcs_args *xpcs, int dev, u32 reg, u16 val) in xpcs_write() 161 static int xpcs_read_vendor(struct mdio_xpcs_args *xpcs, int dev, u32 reg) in xpcs_read_vendor() 166 static int xpcs_write_vendor(struct mdio_xpcs_args *xpcs, int dev, int reg, in xpcs_write_vendor() 172 static int xpcs_read_vpcs(struct mdio_xpcs_args *xpcs, int reg) in xpcs_read_vpcs() 177 static int xpcs_write_vpcs(struct mdio_xpcs_args *xpcs, int reg, u16 val) in xpcs_write_vpcs() 182 static int xpcs_poll_reset(struct mdio_xpcs_args *xpcs, int dev) in xpcs_poll_reset() 198 static int xpcs_soft_reset(struct mdio_xpcs_args *xpcs, int dev) in xpcs_soft_reset() 215 static int xpcs_read_fault(struct mdio_xpcs_args *xpcs, in xpcs_read_fault() 266 static int xpcs_read_link(struct mdio_xpcs_args *xpcs, bool an) in xpcs_read_link() [all …]
|
| /Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/ |
| D | common.h | 469 struct mdio_xpcs_args xpcs_args;
|
| D | stmmac_mdio.c | 446 struct mdio_xpcs_args *xpcs = &priv->hw->xpcs_args; in stmmac_mdio_register()
|