Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_phy.h79 s32 e1000_set_d3_lplu_state_generic(struct e1000_hw *hw, bool active);
H A De1000_82541.c958 ret_val = e1000_set_d3_lplu_state_generic(hw, active); in e1000_set_d3_lplu_state_82541()
H A De1000_80003es2lan.c117 phy->ops.set_d3_lplu_state = e1000_set_d3_lplu_state_generic; in e1000_init_phy_params_80003es2lan()
H A De1000_82571.c113 phy->ops.set_d3_lplu_state = e1000_set_d3_lplu_state_generic; in e1000_init_phy_params_82571()
H A De1000_82575.c295 phy->ops.set_d3_lplu_state = e1000_set_d3_lplu_state_generic; in e1000_init_phy_params_82575()
H A De1000_phy.c2077 s32 e1000_set_d3_lplu_state_generic(struct e1000_hw *hw, bool active) in e1000_set_d3_lplu_state_generic() function