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

/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dmanage.c293 u32 manc; local
296 manc = er32(MANC);
298 if (!(manc & E1000_MANC_RCV_TCO_EN))
323 } else if ((manc & E1000_MANC_SMBUS_EN) &&
324 !(manc & E1000_MANC_ASF_EN)) {
H A Dphy.c46 u32 manc; local
48 manc = er32(MANC);
50 return (manc & E1000_MANC_BLK_PHY_RST_ON_IDE) ? E1000_BLK_PHY_RESET : 0;
H A Dnetdev.c2848 u32 manc, manc2h, mdef, i, j; local
2853 manc = er32(MANC);
2859 manc |= E1000_MANC_EN_MNG2HOST;
2904 ew32(MANC, manc);
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_mac.c747 u32 manc; local
752 manc = rd32(IGC_MANC);
754 if (!(manc & IGC_MANC_RCV_TCO_EN))
768 if ((manc & IGC_MANC_SMBUS_EN) &&
769 !(manc & IGC_MANC_ASF_EN)) {
H A Digc_phy.c17 u32 manc; local
19 manc = rd32(IGC_MANC);
21 return (manc & IGC_MANC_BLK_PHY_RST_ON_IDE) ?
/linux-master/drivers/net/ethernet/intel/igb/
H A De1000_mac.c1653 u32 manc; local
1660 manc = rd32(E1000_MANC);
1662 if (!(manc & E1000_MANC_RCV_TCO_EN))
1676 if ((manc & E1000_MANC_SMBUS_EN) &&
1677 !(manc & E1000_MANC_ASF_EN)) {
H A De1000_phy.c40 u32 manc; local
42 manc = rd32(E1000_MANC);
44 return (manc & E1000_MANC_BLK_PHY_RST_ON_IDE) ? E1000_BLK_PHY_RESET : 0;
/linux-master/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c380 u32 manc; local
484 manc = er32(MANC);
485 manc &= ~(E1000_MANC_ARP_EN);
486 ew32(MANC, manc);
5504 u32 manc; local
5507 manc = er32(MANC);
5509 if (!(manc & E1000_MANC_RCV_TCO_EN) ||
5510 !(manc & E1000_MANC_EN_MAC_ADDR_FILTER))
5512 if ((manc & E1000_MANC_SMBUS_EN) && !(manc
[all...]
H A De1000_main.c334 u32 manc = er32(MANC); local
337 manc &= ~(E1000_MANC_ARP_EN);
339 ew32(MANC, manc);
348 u32 manc = er32(MANC); local
351 manc |= E1000_MANC_ARP_EN;
353 ew32(MANC, manc);
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ipsec.c483 u32 mfval, manc, reg; local
500 manc = IXGBE_READ_REG(hw, IXGBE_MANC);
501 manc_ipv4 = !!(manc & MANC_EN_IPV4_FILTER);
H A Dixgbe_82599.c46 u32 fwsm, manc, factps; local
52 manc = IXGBE_READ_REG(hw, IXGBE_MANC);
53 if (!(manc & IXGBE_MANC_RCV_TCO_EN))

Completed in 300 milliseconds