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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/e1000/
H A De1000_hw.c530 uint32_t manc; local
694 manc = E1000_READ_REG(hw, MANC);
695 manc &= ~(E1000_MANC_ARP_EN);
696 E1000_WRITE_REG(hw, MANC, manc);
7766 uint32_t manc; local
7770 manc = E1000_READ_REG(hw, MANC);
7772 if (!(manc & E1000_MANC_RCV_TCO_EN) ||
7773 !(manc & E1000_MANC_EN_MAC_ADDR_FILTER))
7783 if ((manc & E1000_MANC_SMBUS_EN) && !(manc
8187 uint32_t manc = 0; local
[all...]
H A De1000_main.c465 uint32_t manc = E1000_READ_REG(&adapter->hw, MANC); local
468 manc &= ~(E1000_MANC_ARP_EN);
476 manc |= E1000_MANC_EN_MNG2HOST;
484 E1000_WRITE_REG(&adapter->hw, MANC, manc);
492 uint32_t manc = E1000_READ_REG(&adapter->hw, MANC); local
495 manc |= E1000_MANC_ARP_EN;
498 manc &= ~E1000_MANC_EN_MNG2HOST;
503 E1000_WRITE_REG(&adapter->hw, MANC, manc);

Completed in 79 milliseconds