Searched refs:manc (Results 1 – 8 of 8) sorted by relevance
/drivers/net/ethernet/intel/e1000e/ |
D | manage.c | 311 u32 manc; in e1000e_enable_mng_pass_thru() local 314 manc = er32(MANC); in e1000e_enable_mng_pass_thru() 316 if (!(manc & E1000_MANC_RCV_TCO_EN)) in e1000e_enable_mng_pass_thru() 341 } else if ((manc & E1000_MANC_SMBUS_EN) && in e1000e_enable_mng_pass_thru() 342 !(manc & E1000_MANC_ASF_EN)) { in e1000e_enable_mng_pass_thru()
|
D | phy.c | 63 u32 manc; in e1000e_check_reset_block_generic() local 65 manc = er32(MANC); in e1000e_check_reset_block_generic() 67 return (manc & E1000_MANC_BLK_PHY_RST_ON_IDE) ? E1000_BLK_PHY_RESET : 0; in e1000e_check_reset_block_generic()
|
D | netdev.c | 2872 u32 manc, manc2h, mdef, i, j; in e1000_init_manageability_pt() local 2877 manc = er32(MANC); in e1000_init_manageability_pt() 2883 manc |= E1000_MANC_EN_MNG2HOST; in e1000_init_manageability_pt() 2928 ew32(MANC, manc); in e1000_init_manageability_pt()
|
/drivers/net/ethernet/intel/igb/ |
D | e1000_mac.c | 1647 u32 manc; in igb_enable_mng_pass_thru() local 1654 manc = rd32(E1000_MANC); in igb_enable_mng_pass_thru() 1656 if (!(manc & E1000_MANC_RCV_TCO_EN)) in igb_enable_mng_pass_thru() 1670 if ((manc & E1000_MANC_SMBUS_EN) && in igb_enable_mng_pass_thru() 1671 !(manc & E1000_MANC_ASF_EN)) { in igb_enable_mng_pass_thru()
|
D | e1000_phy.c | 60 u32 manc; in igb_check_reset_block() local 62 manc = rd32(E1000_MANC); in igb_check_reset_block() 64 return (manc & E1000_MANC_BLK_PHY_RST_ON_IDE) ? E1000_BLK_PHY_RESET : 0; in igb_check_reset_block()
|
/drivers/net/ethernet/intel/e1000/ |
D | e1000_hw.c | 406 u32 manc; in e1000_reset_hw() local 510 manc = er32(MANC); in e1000_reset_hw() 511 manc &= ~(E1000_MANC_ARP_EN); in e1000_reset_hw() 512 ew32(MANC, manc); in e1000_reset_hw() 5555 u32 manc; in e1000_enable_mng_pass_thru() local 5558 manc = er32(MANC); in e1000_enable_mng_pass_thru() 5560 if (!(manc & E1000_MANC_RCV_TCO_EN) || in e1000_enable_mng_pass_thru() 5561 !(manc & E1000_MANC_EN_MAC_ADDR_FILTER)) in e1000_enable_mng_pass_thru() 5563 if ((manc & E1000_MANC_SMBUS_EN) && !(manc & E1000_MANC_ASF_EN)) in e1000_enable_mng_pass_thru()
|
D | e1000_main.c | 363 u32 manc = er32(MANC); in e1000_init_manageability() local 366 manc &= ~(E1000_MANC_ARP_EN); in e1000_init_manageability() 368 ew32(MANC, manc); in e1000_init_manageability() 377 u32 manc = er32(MANC); in e1000_release_manageability() local 380 manc |= E1000_MANC_ARP_EN; in e1000_release_manageability() 382 ew32(MANC, manc); in e1000_release_manageability()
|
/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_82599.c | 71 u32 fwsm, manc, factps; in ixgbe_mng_enabled() local 77 manc = IXGBE_READ_REG(hw, IXGBE_MANC); in ixgbe_mng_enabled() 78 if (!(manc & IXGBE_MANC_RCV_TCO_EN)) in ixgbe_mng_enabled()
|