Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ig_hal/
H A De1000_82540.c312 manc = E1000_READ_REG(hw, E1000_MANC); in e1000_reset_hw_82540()
314 E1000_WRITE_REG(hw, E1000_MANC, manc); in e1000_reset_hw_82540()
634 if (!(E1000_READ_REG(hw, E1000_MANC) & E1000_MANC_SMBUS_EN)) in e1000_power_down_phy_copper_82540()
H A De1000_82541.c341 manc = E1000_READ_REG(hw, E1000_MANC); in e1000_reset_hw_82541()
343 E1000_WRITE_REG(hw, E1000_MANC, manc); in e1000_reset_hw_82541()
1228 if (!(E1000_READ_REG(hw, E1000_MANC) & E1000_MANC_SMBUS_EN)) in e1000_power_down_phy_copper_82541()
H A De1000_manage.c352 manc = E1000_READ_REG(hw, E1000_MANC); in e1000_enable_mng_pass_thru()
H A De1000_regs.h507 #define E1000_MANC 0x05820 /* Management Control - RW */ macro
H A De1000_82575.c2158 !(E1000_READ_REG(hw, E1000_MANC) & E1000_MANC_RCV_TCO_EN)) in e1000_rx_fifo_flush_82575()
H A De1000_phy.c211 manc = E1000_READ_REG(hw, E1000_MANC); in e1000_check_reset_block_generic()
/dragonfly/sys/dev/netif/igb/
H A Dif_igb.c2942 int manc = E1000_READ_REG(&sc->hw, E1000_MANC); in igb_get_mgmt()
2952 E1000_WRITE_REG(&sc->hw, E1000_MANC, manc); in igb_get_mgmt()
2964 int manc = E1000_READ_REG(&sc->hw, E1000_MANC); in igb_rel_mgmt()
2970 E1000_WRITE_REG(&sc->hw, E1000_MANC, manc); in igb_rel_mgmt()
5241 DUMPREG(E1000_MANC); in igb_reg_dump()
/dragonfly/sys/dev/netif/em/
H A Dif_em.c3903 int manc = E1000_READ_REG(&adapter->hw, E1000_MANC); in em_get_mgmt()
3918 E1000_WRITE_REG(&adapter->hw, E1000_MANC, manc); in em_get_mgmt()
3930 int manc = E1000_READ_REG(&adapter->hw, E1000_MANC); in em_rel_mgmt()
3938 E1000_WRITE_REG(&adapter->hw, E1000_MANC, manc); in em_rel_mgmt()
/dragonfly/sys/dev/netif/emx/
H A Dif_emx.c3507 int manc = E1000_READ_REG(&sc->hw, E1000_MANC); in emx_get_mgmt()
3520 E1000_WRITE_REG(&sc->hw, E1000_MANC, manc); in emx_get_mgmt()
3532 int manc = E1000_READ_REG(&sc->hw, E1000_MANC); in emx_rel_mgmt()
3538 E1000_WRITE_REG(&sc->hw, E1000_MANC, manc); in emx_rel_mgmt()