Searched refs:e1000_set_d3_lplu_state_generic (Results 1 - 6 of 6) sorted by path

/freebsd-11-stable/sys/dev/e1000/
H A De1000_80003es2lan.c117 phy->ops.set_d3_lplu_state = e1000_set_d3_lplu_state_generic;
H A De1000_82541.c958 ret_val = e1000_set_d3_lplu_state_generic(hw, active);
H A De1000_82571.c113 phy->ops.set_d3_lplu_state = e1000_set_d3_lplu_state_generic;
H A De1000_82575.c294 phy->ops.set_d3_lplu_state = e1000_set_d3_lplu_state_generic;
H A De1000_phy.c2064 * e1000_set_d3_lplu_state_generic - Sets low power link up state for D3
2077 s32 e1000_set_d3_lplu_state_generic(struct e1000_hw *hw, bool active) function
2083 DEBUGFUNC("e1000_set_d3_lplu_state_generic");
H A De1000_phy.h79 s32 e1000_set_d3_lplu_state_generic(struct e1000_hw *hw, bool active);

Completed in 132 milliseconds