Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_ich8lan.c936 u16 lpa, pcs_status, adv, adv_addr, lpi_ctrl, data; in e1000_set_eee_pchlan() local
959 ret_val = hw->phy.ops.read_reg_locked(hw, I82579_LPI_CTRL, &lpi_ctrl); in e1000_set_eee_pchlan()
964 lpi_ctrl &= ~I82579_LPI_CTRL_ENABLE_MASK; in e1000_set_eee_pchlan()
983 lpi_ctrl |= I82579_LPI_CTRL_1000_ENABLE; in e1000_set_eee_pchlan()
988 lpi_ctrl |= I82579_LPI_CTRL_100_ENABLE; in e1000_set_eee_pchlan()
1015 ret_val = hw->phy.ops.write_reg_locked(hw, I82579_LPI_CTRL, lpi_ctrl); in e1000_set_eee_pchlan()