Searched refs:E1000_MANC2H (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/sys/dev/e1000/
H A De1000_regs.h512 #define E1000_MANC2H 0x05860 /* Management Control To Host - RW */ macro
H A Dif_em.c5177 #define E1000_82542_MANC2H E1000_MANC2H
5179 int manc2h = E1000_READ_REG(&adapter->hw, E1000_MANC2H);
5191 E1000_WRITE_REG(&adapter->hw, E1000_MANC2H, manc2h);
H A Dif_igb.c5178 int manc2h = E1000_READ_REG(&adapter->hw, E1000_MANC2H);
5188 E1000_WRITE_REG(&adapter->hw, E1000_MANC2H, manc2h);

Completed in 126 milliseconds