Searched refs:e1000_null_lplu_state (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_phy.h41 s32 e1000_null_lplu_state(struct e1000_hw *hw, bool active);
H A De1000_phy.c91 phy->ops.set_d0_lplu_state = e1000_null_lplu_state;
92 phy->ops.set_d3_lplu_state = e1000_null_lplu_state;
136 * e1000_null_lplu_state - No-op function, return 0
139 s32 e1000_null_lplu_state(struct e1000_hw E1000_UNUSEDARG *hw, function
142 DEBUGFUNC("e1000_null_lplu_state");

Completed in 67 milliseconds