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

/freebsd-11-stable/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_igb.c5418 int manc = E1000_READ_REG(&adapter->hw, E1000_MANC); local
5421 manc &= ~(E1000_MANC_ARP_EN);
5424 manc |= E1000_MANC_EN_MNG2HOST;
5428 E1000_WRITE_REG(&adapter->hw, E1000_MANC, manc);
5440 int manc = E1000_READ_REG(&adapter->hw, E1000_MANC); local
5443 manc |= E1000_MANC_ARP_EN;
5444 manc &= ~E1000_MANC_EN_MNG2HOST;
5446 E1000_WRITE_REG(&adapter->hw, E1000_MANC, manc);
H A Dif_em.c5188 int manc = E1000_READ_REG(&adapter->hw, E1000_MANC); local
5191 manc &= ~(E1000_MANC_ARP_EN);
5194 manc |= E1000_MANC_EN_MNG2HOST;
5200 E1000_WRITE_REG(&adapter->hw, E1000_MANC, manc);
5212 int manc = E1000_READ_REG(&adapter->hw, E1000_MANC); local
5215 manc |= E1000_MANC_ARP_EN;
5216 manc &= ~E1000_MANC_EN_MNG2HOST;
5218 E1000_WRITE_REG(&adapter->hw, E1000_MANC, manc);
H A Dif_lem.c4046 int manc = E1000_READ_REG(&adapter->hw, E1000_MANC); local
4048 manc &= ~(E1000_MANC_ARP_EN);
4049 E1000_WRITE_REG(&adapter->hw, E1000_MANC, manc);
4061 int manc = E1000_READ_REG(&adapter->hw, E1000_MANC); local
4064 manc |= E1000_MANC_ARP_EN;
4065 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-stable/sys/dev/ixgbe/
H A Dixgbe_common.c5154 u32 fwsm, manc, factps; local
5160 manc = IXGBE_READ_REG(hw, IXGBE_MANC);
5161 if (!(manc & IXGBE_MANC_RCV_TCO_EN))

Completed in 234 milliseconds