Searched defs:phy_pconf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c3937 uint16_t phy_pconf; local
3957 (void) e1000_read_phy_reg(hw, 0x10, &phy_pconf);
3958 phy_pconf |= (uint16_t)1 << 14;
3959 (void) e1000_write_phy_reg(hw, 0x10, phy_pconf);

Completed in 75 milliseconds