Searched refs:write_i2c_byte (Results 1 – 16 of 16) sorted by relevance
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_82599_bypass.c | 52 status = hw->phy.ops.write_i2c_byte(hw, IXGBE_SFF_SFF_8472_OSCB, in ixgbe_set_fiber_fixed_speed() 71 status = hw->phy.ops.write_i2c_byte(hw, IXGBE_SFF_SFF_8472_ESCB, in ixgbe_set_fiber_fixed_speed()
|
| /f-stack/dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_type.h | 582 s32 (*write_i2c_byte)(struct txgbe_hw *hw, u8 byte_offset, member
|
| H A D | txgbe_dummy.h | 632 hw->phy.write_i2c_byte = txgbe_phy_write_i2c_byte_dummy; in txgbe_init_ops_dummy()
|
| H A D | txgbe_phy.c | 1208 return hw->phy.write_i2c_byte(hw, byte_offset, in txgbe_write_i2c_eeprom()
|
| H A D | txgbe_hw.c | 2788 phy->write_i2c_byte = txgbe_write_i2c_byte; in txgbe_init_ops_pf()
|
| /f-stack/dpdk/drivers/net/e1000/base/ |
| H A D | e1000_hw.h | 744 s32 (*write_i2c_byte)(struct e1000_hw *, u8, u8, u8); member
|
| H A D | e1000_82575.c | 139 phy->ops.write_i2c_byte = e1000_write_i2c_byte_generic; in e1000_init_phy_params_82575()
|
| H A D | e1000_phy.c | 69 phy->ops.write_i2c_byte = e1000_write_i2c_byte_null; in e1000_init_phy_ops_generic()
|
| /f-stack/dpdk/drivers/net/igc/base/ |
| H A D | igc_hw.h | 757 s32 (*write_i2c_byte)(struct igc_hw *hw, u8 byte_offset, member
|
| H A D | igc_i225.c | 141 phy->ops.write_i2c_byte = igc_write_i2c_byte_generic; in igc_init_phy_params_i225()
|
| H A D | igc_phy.c | 69 phy->ops.write_i2c_byte = igc_write_i2c_byte_null; in igc_init_phy_ops_generic()
|
| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_phy.c | 235 phy->ops.write_i2c_byte = ixgbe_write_i2c_byte_generic; in ixgbe_init_phy_ops_generic() 1946 return hw->phy.ops.write_i2c_byte(hw, byte_offset, in ixgbe_write_i2c_eeprom_generic()
|
| H A D | ixgbe_api.c | 1489 return ixgbe_call_func(hw, hw->phy.ops.write_i2c_byte, (hw, byte_offset, in ixgbe_write_i2c_byte()
|
| H A D | ixgbe_common.c | 4963 hw->phy.ops.write_i2c_byte(hw, in ixgbe_init_thermal_sensor_thresh_generic() 5377 status = hw->phy.ops.write_i2c_byte(hw, IXGBE_SFF_SFF_8472_OSCB, in ixgbe_set_soft_rate_select_speed() 5396 status = hw->phy.ops.write_i2c_byte(hw, IXGBE_SFF_SFF_8472_ESCB, in ixgbe_set_soft_rate_select_speed()
|
| H A D | ixgbe_82599.c | 106 phy->ops.write_i2c_byte = ixgbe_write_i2c_byte_82599; in ixgbe_init_phy_ops_82599()
|
| H A D | ixgbe_type.h | 4039 s32 (*write_i2c_byte)(struct ixgbe_hw *, u8, u8, u8); member
|