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

/freebsd-9.3-release/sys/dev/e1000/
H A Dif_em.c4775 int manc2h = E1000_READ_REG(&adapter->hw, E1000_MANC2H); local
4785 manc2h |= E1000_MNG2HOST_PORT_623;
4786 manc2h |= E1000_MNG2HOST_PORT_664;
4787 E1000_WRITE_REG(&adapter->hw, E1000_MANC2H, manc2h);
H A Dif_igb.c5146 int manc2h = E1000_READ_REG(&adapter->hw, E1000_MANC2H); local
5154 manc2h |= 1 << 5; /* Mng Port 623 */
5155 manc2h |= 1 << 6; /* Mng Port 664 */
5156 E1000_WRITE_REG(&adapter->hw, E1000_MANC2H, manc2h);

Completed in 116 milliseconds