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

/drivers/net/ethernet/intel/e1000e/
H A Dmanage.c311 u32 manc; local
314 manc = er32(MANC);
316 if (!(manc & E1000_MANC_RCV_TCO_EN))
341 } else if ((manc & E1000_MANC_SMBUS_EN) &&
342 !(manc & E1000_MANC_ASF_EN)) {
H A Dphy.c63 u32 manc; local
65 manc = er32(MANC);
67 return (manc & E1000_MANC_BLK_PHY_RST_ON_IDE) ? E1000_BLK_PHY_RESET : 0;
H A Dnetdev.c2870 u32 manc, manc2h, mdef, i, j; local
2875 manc = er32(MANC);
2881 manc |= E1000_MANC_EN_MNG2HOST;
2926 ew32(MANC, manc);
/drivers/net/ethernet/intel/igb/
H A De1000_mac.c1574 u32 manc; local
1581 manc = rd32(E1000_MANC);
1583 if (!(manc & E1000_MANC_RCV_TCO_EN))
1597 if ((manc & E1000_MANC_SMBUS_EN) &&
1598 !(manc & E1000_MANC_ASF_EN)) {
H A De1000_phy.c66 u32 manc; local
68 manc = rd32(E1000_MANC);
70 return (manc & E1000_MANC_BLK_PHY_RST_ON_IDE) ? E1000_BLK_PHY_RESET : 0;
/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c406 u32 manc; local
510 manc = er32(MANC);
511 manc &= ~(E1000_MANC_ARP_EN);
512 ew32(MANC, manc);
5563 u32 manc; local
5566 manc = er32(MANC);
5568 if (!(manc & E1000_MANC_RCV_TCO_EN) ||
5569 !(manc & E1000_MANC_EN_MAC_ADDR_FILTER))
5571 if ((manc & E1000_MANC_SMBUS_EN) && !(manc
[all...]
H A De1000_main.c358 u32 manc = er32(MANC); local
361 manc &= ~(E1000_MANC_ARP_EN);
363 ew32(MANC, manc);
372 u32 manc = er32(MANC); local
375 manc |= E1000_MANC_ARP_EN;
377 ew32(MANC, manc);
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82599.c72 u32 fwsm, manc, factps; local
78 manc = IXGBE_READ_REG(hw, IXGBE_MANC);
79 if (!(manc & IXGBE_MANC_RCV_TCO_EN))

Completed in 681 milliseconds