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

/freebsd-11.0-release/sys/dev/e1000/
H A De1000_manage.c342 u32 manc; local
350 manc = E1000_READ_REG(hw, E1000_MANC);
352 if (!(manc & E1000_MANC_RCV_TCO_EN))
377 } else if ((manc & E1000_MANC_SMBUS_EN) &&
378 !(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.c298 u32 ledctl, ctrl, manc; local
344 manc = E1000_READ_REG(hw, E1000_MANC);
345 manc &= ~E1000_MANC_ARP_EN;
346 E1000_WRITE_REG(hw, E1000_MANC, manc);
H A Dif_em.c5145 int manc = E1000_READ_REG(&adapter->hw, E1000_MANC); local
5148 manc &= ~(E1000_MANC_ARP_EN);
5151 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_igb.c5410 int manc = E1000_READ_REG(&adapter->hw, E1000_MANC); local
5413 manc &= ~(E1000_MANC_ARP_EN);
5416 manc |= E1000_MANC_EN_MNG2HOST;
5420 E1000_WRITE_REG(&adapter->hw, E1000_MANC, manc);
5432 int manc = E1000_READ_REG(&adapter->hw, E1000_MANC); local
5435 manc |= E1000_MANC_ARP_EN;
5436 manc &= ~E1000_MANC_EN_MNG2HOST;
5438 E1000_WRITE_REG(&adapter->hw, E1000_MANC, manc);
H A Dif_lem.c4035 int manc = E1000_READ_REG(&adapter->hw, E1000_MANC); local
4037 manc &= ~(E1000_MANC_ARP_EN);
4038 E1000_WRITE_REG(&adapter->hw, E1000_MANC, manc);
4050 int manc = E1000_READ_REG(&adapter->hw, E1000_MANC); local
4053 manc |= E1000_MANC_ARP_EN;
4054 E1000_WRITE_REG(&adapter->hw, E1000_MANC, manc);
H A De1000_phy.c201 u32 manc; local
205 manc = E1000_READ_REG(hw, E1000_MANC);
207 return (manc & E1000_MANC_BLK_PHY_RST_ON_IDE) ?
/freebsd-11.0-release/sys/dev/ixgbe/
H A Dixgbe_common.c4738 u32 fwsm, manc, factps; local
4744 manc = IXGBE_READ_REG(hw, IXGBE_MANC);
4745 if (!(manc & IXGBE_MANC_RCV_TCO_EN))

Completed in 203 milliseconds