Searched refs:enter_lplu (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_api.c1298 return ixgbe_call_func(hw, hw->phy.ops.enter_lplu, (hw),
H A Dixgbe_x550.c1520 phy->ops.enter_lplu = ixgbe_enter_lplu_t_x550em;
H A Dixgbe_type.h3772 s32 (*enter_lplu)(struct ixgbe_hw *); member in struct:ixgbe_phy_operations
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c1575 if (hw->phy.ops.enter_lplu != NULL) {
1577 rv = hw->phy.ops.enter_lplu(hw);

Completed in 88 milliseconds