Searched refs:manc (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/ethernet/intel/e1000e/ |
| H A 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()
|
| H A D | phy.c | 46 u32 manc; in e1000e_check_reset_block_generic() local 48 manc = er32(MANC); in e1000e_check_reset_block_generic() 50 return (manc & E1000_MANC_BLK_PHY_RST_ON_IDE) ? E1000_BLK_PHY_RESET : 0; in e1000e_check_reset_block_generic()
|
| H A D | netdev.c | 2846 u32 manc, manc2h, mdef, i, j; in e1000_init_manageability_pt() local 2851 manc = er32(MANC); in e1000_init_manageability_pt() 2857 manc |= E1000_MANC_EN_MNG2HOST; in e1000_init_manageability_pt() 2902 ew32(MANC, manc); in e1000_init_manageability_pt()
|
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc_mac.c | 737 u32 manc; in igc_enable_mng_pass_thru() local 742 manc = rd32(IGC_MANC); in igc_enable_mng_pass_thru() 744 if (!(manc & IGC_MANC_RCV_TCO_EN)) in igc_enable_mng_pass_thru() 758 if ((manc & IGC_MANC_SMBUS_EN) && in igc_enable_mng_pass_thru() 759 !(manc & IGC_MANC_ASF_EN)) { in igc_enable_mng_pass_thru()
|
| H A D | igc_phy.c | 17 u32 manc; in igc_check_reset_block() local 19 manc = rd32(IGC_MANC); in igc_check_reset_block() 21 return (manc & IGC_MANC_BLK_PHY_RST_ON_IDE) ? in igc_check_reset_block()
|
| /linux/drivers/net/ethernet/intel/igb/ |
| H A D | e1000_mac.c | 1653 u32 manc; in igb_enable_mng_pass_thru() local 1660 manc = rd32(E1000_MANC); in igb_enable_mng_pass_thru() 1662 if (!(manc & E1000_MANC_RCV_TCO_EN)) in igb_enable_mng_pass_thru() 1676 if ((manc & E1000_MANC_SMBUS_EN) && in igb_enable_mng_pass_thru() 1677 !(manc & E1000_MANC_ASF_EN)) { in igb_enable_mng_pass_thru()
|
| H A 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()
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_ipsec.c | 485 u32 mfval, manc, reg; in ixgbe_ipsec_check_mgmt_ip() local 502 manc = IXGBE_READ_REG(hw, IXGBE_MANC); in ixgbe_ipsec_check_mgmt_ip() 503 manc_ipv4 = !!(manc & MANC_EN_IPV4_FILTER); in ixgbe_ipsec_check_mgmt_ip()
|
| /linux/drivers/net/ethernet/intel/e1000/ |
| H A D | e1000_main.c | 330 u32 manc = er32(MANC); in e1000_init_manageability() local 333 manc &= ~(E1000_MANC_ARP_EN); in e1000_init_manageability() 335 ew32(MANC, manc); in e1000_init_manageability() 344 u32 manc = er32(MANC); in e1000_release_manageability() local 347 manc |= E1000_MANC_ARP_EN; in e1000_release_manageability() 349 ew32(MANC, manc); in e1000_release_manageability()
|