Home
last modified time | relevance | path

Searched refs:axgbe_i2c_op (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/axgbe/
H A Daxgbe_ethdev.h256 struct axgbe_i2c_op { struct
266 struct axgbe_i2c_op *op; argument
401 int (*i2c_xfer)(struct axgbe_port *, struct axgbe_i2c_op *);
H A Daxgbe_phy_impl.c255 struct axgbe_i2c_op *i2c_op) in axgbe_phy_i2c_xfer()
270 struct axgbe_i2c_op i2c_op; in axgbe_phy_redrv_write()
331 struct axgbe_i2c_op i2c_op; in axgbe_phy_i2c_read()
366 struct axgbe_i2c_op i2c_op; in axgbe_phy_sfp_put_mux()
385 struct axgbe_i2c_op i2c_op; in axgbe_phy_sfp_get_mux()
H A Daxgbe_i2c.c226 static int axgbe_i2c_xfer(struct axgbe_port *pdata, struct axgbe_i2c_op *op) in axgbe_i2c_xfer()