Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_phy.h85 s32 e1000_write_phy_reg_m88(struct e1000_hw *hw, u32 offset, u16 data);
H A De1000_82540.c84 phy->ops.write_reg = e1000_write_phy_reg_m88; in e1000_init_phy_params_82540()
H A De1000_82543.c118 : e1000_write_phy_reg_m88; in e1000_init_phy_params_82543()
H A De1000_82571.c140 phy->ops.write_reg = e1000_write_phy_reg_m88; in e1000_init_phy_params_82571()
H A De1000_phy.c678 s32 e1000_write_phy_reg_m88(struct e1000_hw *hw, u32 offset, u16 data) in e1000_write_phy_reg_m88() function