Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_phy.h11 s32 e1000_null_lplu_state(struct e1000_hw *hw, bool active);
H A De1000_phy.c61 phy->ops.set_d0_lplu_state = e1000_null_lplu_state; in e1000_init_phy_ops_generic()
62 phy->ops.set_d3_lplu_state = e1000_null_lplu_state; in e1000_init_phy_ops_generic()
116 s32 e1000_null_lplu_state(struct e1000_hw E1000_UNUSEDARG *hw, in e1000_null_lplu_state() function