Searched refs:manc (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/sys/dev/e1000/
H A De1000_manage.c343 u32 manc; local
351 manc = E1000_READ_REG(hw, E1000_MANC);
353 if (!(manc & E1000_MANC_RCV_TCO_EN))
375 } else if ((manc & E1000_MANC_SMBUS_EN) &&
376 !(manc & E1000_MANC_ASF_EN)) {
H A De1000_82540.c272 u32 ctrl, manc; local
312 manc = E1000_READ_REG(hw, E1000_MANC);
313 manc &= ~E1000_MANC_ARP_EN;
314 E1000_WRITE_REG(hw, E1000_MANC, manc);
H A De1000_82541.c303 u32 ledctl, ctrl, icr, manc; local
348 manc = E1000_READ_REG(hw, E1000_MANC);
349 manc &= ~E1000_MANC_ARP_EN;
350 E1000_WRITE_REG(hw, E1000_MANC, manc);
H A Dif_em.c4776 int manc = E1000_READ_REG(&adapter->hw, E1000_MANC); local
4779 manc &= ~(E1000_MANC_ARP_EN);
4782 manc |= E1000_MANC_EN_MNG2HOST;
4788 E1000_WRITE_REG(&adapter->hw, E1000_MANC, manc);
4800 int manc = E1000_READ_REG(&adapter->hw, E1000_MANC); local
4803 manc |= E1000_MANC_ARP_EN;
4804 manc &= ~E1000_MANC_EN_MNG2HOST;
4806 E1000_WRITE_REG(&adapter->hw, E1000_MANC, manc);
H A Dif_igb.c5147 int manc = E1000_READ_REG(&adapter->hw, E1000_MANC); local
5150 manc &= ~(E1000_MANC_ARP_EN);
5153 manc |= E1000_MANC_EN_MNG2HOST;
5157 E1000_WRITE_REG(&adapter->hw, E1000_MANC, manc);
5169 int manc = E1000_READ_REG(&adapter->hw, E1000_MANC); local
5172 manc |= E1000_MANC_ARP_EN;
5173 manc &= ~E1000_MANC_EN_MNG2HOST;
5175 E1000_WRITE_REG(&adapter->hw, E1000_MANC, manc);
H A Dif_lem.c3831 int manc = E1000_READ_REG(&adapter->hw, E1000_MANC); local
3833 manc &= ~(E1000_MANC_ARP_EN);
3834 E1000_WRITE_REG(&adapter->hw, E1000_MANC, manc);
3846 int manc = E1000_READ_REG(&adapter->hw, E1000_MANC); local
3849 manc |= E1000_MANC_ARP_EN;
3850 E1000_WRITE_REG(&adapter->hw, E1000_MANC, manc);
H A De1000_phy.c195 u32 manc; local
199 manc = E1000_READ_REG(hw, E1000_MANC);
201 return (manc & E1000_MANC_BLK_PHY_RST_ON_IDE) ?
/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe_82599.c52 u32 fwsm, manc, factps; local
58 manc = IXGBE_READ_REG(hw, IXGBE_MANC);
59 if (!(manc & IXGBE_MANC_RCV_TCO_EN))

Completed in 205 milliseconds