Searched refs:manc (Results 1 – 11 of 11) sorted by relevance
/drivers/net/ethernet/intel/e1000e/ |
D | manage.c | 293 u32 manc; in e1000e_enable_mng_pass_thru() local 296 manc = er32(MANC); in e1000e_enable_mng_pass_thru() 298 if (!(manc & E1000_MANC_RCV_TCO_EN)) in e1000e_enable_mng_pass_thru() 323 } else if ((manc & E1000_MANC_SMBUS_EN) && in e1000e_enable_mng_pass_thru() 324 !(manc & E1000_MANC_ASF_EN)) { in e1000e_enable_mng_pass_thru()
|
D | phy.c | 45 u32 manc; in e1000e_check_reset_block_generic() local 47 manc = er32(MANC); in e1000e_check_reset_block_generic() 49 return (manc & E1000_MANC_BLK_PHY_RST_ON_IDE) ? E1000_BLK_PHY_RESET : 0; in e1000e_check_reset_block_generic()
|
D | netdev.c | 2857 u32 manc, manc2h, mdef, i, j; in e1000_init_manageability_pt() local 2862 manc = er32(MANC); in e1000_init_manageability_pt() 2868 manc |= E1000_MANC_EN_MNG2HOST; in e1000_init_manageability_pt() 2913 ew32(MANC, manc); in e1000_init_manageability_pt()
|
/drivers/net/ethernet/intel/igc/ |
D | igc_mac.c | 747 u32 manc; in igc_enable_mng_pass_thru() local 752 manc = rd32(IGC_MANC); in igc_enable_mng_pass_thru() 754 if (!(manc & IGC_MANC_RCV_TCO_EN)) in igc_enable_mng_pass_thru() 768 if ((manc & IGC_MANC_SMBUS_EN) && in igc_enable_mng_pass_thru() 769 !(manc & IGC_MANC_ASF_EN)) { in igc_enable_mng_pass_thru()
|
D | igc_phy.c | 16 u32 manc; in igc_check_reset_block() local 18 manc = rd32(IGC_MANC); in igc_check_reset_block() 20 return (manc & IGC_MANC_BLK_PHY_RST_ON_IDE) ? in igc_check_reset_block()
|
/drivers/net/ethernet/intel/igb/ |
D | e1000_mac.c | 1622 u32 manc; in igb_enable_mng_pass_thru() local 1629 manc = rd32(E1000_MANC); in igb_enable_mng_pass_thru() 1631 if (!(manc & E1000_MANC_RCV_TCO_EN)) in igb_enable_mng_pass_thru() 1645 if ((manc & E1000_MANC_SMBUS_EN) && in igb_enable_mng_pass_thru() 1646 !(manc & E1000_MANC_ASF_EN)) { in igb_enable_mng_pass_thru()
|
D | e1000_phy.c | 40 u32 manc; in igb_check_reset_block() local 42 manc = rd32(E1000_MANC); in igb_check_reset_block() 44 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 | 379 u32 manc; in e1000_reset_hw() local 483 manc = er32(MANC); in e1000_reset_hw() 484 manc &= ~(E1000_MANC_ARP_EN); in e1000_reset_hw() 485 ew32(MANC, manc); in e1000_reset_hw() 5509 u32 manc; in e1000_enable_mng_pass_thru() local 5512 manc = er32(MANC); in e1000_enable_mng_pass_thru() 5514 if (!(manc & E1000_MANC_RCV_TCO_EN) || in e1000_enable_mng_pass_thru() 5515 !(manc & E1000_MANC_EN_MAC_ADDR_FILTER)) in e1000_enable_mng_pass_thru() 5517 if ((manc & E1000_MANC_SMBUS_EN) && !(manc & E1000_MANC_ASF_EN)) in e1000_enable_mng_pass_thru()
|
D | e1000_main.c | 334 u32 manc = er32(MANC); in e1000_init_manageability() local 337 manc &= ~(E1000_MANC_ARP_EN); in e1000_init_manageability() 339 ew32(MANC, manc); in e1000_init_manageability() 348 u32 manc = er32(MANC); in e1000_release_manageability() local 351 manc |= E1000_MANC_ARP_EN; in e1000_release_manageability() 353 ew32(MANC, manc); in e1000_release_manageability()
|
/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ipsec.c | 483 u32 mfval, manc, reg; in ixgbe_ipsec_check_mgmt_ip() local 500 manc = IXGBE_READ_REG(hw, IXGBE_MANC); in ixgbe_ipsec_check_mgmt_ip() 501 manc_ipv4 = !!(manc & MANC_EN_IPV4_FILTER); in ixgbe_ipsec_check_mgmt_ip()
|
D | ixgbe_82599.c | 46 u32 fwsm, manc, factps; in ixgbe_mng_enabled() local 52 manc = IXGBE_READ_REG(hw, IXGBE_MANC); in ixgbe_mng_enabled() 53 if (!(manc & IXGBE_MANC_RCV_TCO_EN)) in ixgbe_mng_enabled()
|