Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_phy.h49 s32 e1000_set_d3_lplu_state_generic(struct e1000_hw *hw, bool active);
H A De1000_82541.c925 ret_val = e1000_set_d3_lplu_state_generic(hw, active); in e1000_set_d3_lplu_state_82541()
H A De1000_80003es2lan.c87 phy->ops.set_d3_lplu_state = e1000_set_d3_lplu_state_generic; in e1000_init_phy_params_80003es2lan()
H A De1000_82571.c83 phy->ops.set_d3_lplu_state = e1000_set_d3_lplu_state_generic; in e1000_init_phy_params_82571()
H A De1000_82575.c223 phy->ops.set_d3_lplu_state = e1000_set_d3_lplu_state_generic; in e1000_init_phy_params_82575()
H A De1000_phy.c2060 s32 e1000_set_d3_lplu_state_generic(struct e1000_hw *hw, bool active) in e1000_set_d3_lplu_state_generic() function