Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_phy.h76 s32 e1000_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data);
H A De1000_82541.c103 phy->ops.read_reg = e1000_read_phy_reg_igp; in e1000_init_phy_params_82541()
H A De1000_82571.c126 phy->ops.read_reg = e1000_read_phy_reg_igp; in e1000_init_phy_params_82571()
H A De1000_82575.c222 phy->ops.read_reg = e1000_read_phy_reg_igp; in e1000_init_phy_params_82575()
H A De1000_phy.c770 s32 e1000_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data) in e1000_read_phy_reg_igp() function
H A De1000_ich8lan.c572 phy->ops.read_reg = e1000_read_phy_reg_igp; in e1000_init_phy_params_ich8lan()