Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_phy_impl.c366 uint8_t mux_channel; in axgbe_phy_sfp_put_mux() local
372 mux_channel = 0; in axgbe_phy_sfp_put_mux()
375 i2c_op.len = sizeof(mux_channel); in axgbe_phy_sfp_put_mux()
376 i2c_op.buf = &mux_channel; in axgbe_phy_sfp_put_mux()
385 u8 mux_channel; in axgbe_phy_sfp_get_mux() local
391 mux_channel = 1 << phy_data->sfp_mux_channel; in axgbe_phy_sfp_get_mux()
394 i2c_op.len = sizeof(mux_channel); in axgbe_phy_sfp_get_mux()
395 i2c_op.buf = &mux_channel; in axgbe_phy_sfp_get_mux()