Home
last modified time | relevance | path

Searched refs:manc (Results 1 – 7 of 7) sorted by relevance

/drivers/net/igb/
De1000_mac.c1375 u32 manc; in igb_enable_mng_pass_thru() local
1382 manc = rd32(E1000_MANC); in igb_enable_mng_pass_thru()
1384 if (!(manc & E1000_MANC_RCV_TCO_EN) || in igb_enable_mng_pass_thru()
1385 !(manc & E1000_MANC_EN_MAC_ADDR_FILTER)) in igb_enable_mng_pass_thru()
1399 if ((manc & E1000_MANC_SMBUS_EN) && in igb_enable_mng_pass_thru()
1400 !(manc & E1000_MANC_ASF_EN)) { in igb_enable_mng_pass_thru()
De1000_phy.c73 u32 manc; in igb_check_reset_block() local
75 manc = rd32(E1000_MANC); in igb_check_reset_block()
77 return (manc & E1000_MANC_BLK_PHY_RST_ON_IDE) ? in igb_check_reset_block()
/drivers/net/e1000e/
Dlib.c2473 u32 manc; in e1000e_enable_mng_pass_thru() local
2477 manc = er32(MANC); in e1000e_enable_mng_pass_thru()
2479 if (!(manc & E1000_MANC_RCV_TCO_EN) || in e1000e_enable_mng_pass_thru()
2480 !(manc & E1000_MANC_EN_MAC_ADDR_FILTER)) in e1000e_enable_mng_pass_thru()
2494 if ((manc & E1000_MANC_SMBUS_EN) && in e1000e_enable_mng_pass_thru()
2495 !(manc & E1000_MANC_ASF_EN)) { in e1000e_enable_mng_pass_thru()
Dphy.c67 u32 manc; in e1000e_check_reset_block_generic() local
69 manc = er32(MANC); in e1000e_check_reset_block_generic()
71 return (manc & E1000_MANC_BLK_PHY_RST_ON_IDE) ? in e1000e_check_reset_block_generic()
Dnetdev.c2177 u32 manc, manc2h; in e1000_init_manageability() local
2182 manc = er32(MANC); in e1000_init_manageability()
2189 manc |= E1000_MANC_EN_MNG2HOST; in e1000_init_manageability()
2196 ew32(MANC, manc); in e1000_init_manageability()
/drivers/net/e1000/
De1000_hw.c550 u32 manc; in e1000_reset_hw() local
717 manc = er32(MANC); in e1000_reset_hw()
718 manc &= ~(E1000_MANC_ARP_EN); in e1000_reset_hw()
719 ew32(MANC, manc); in e1000_reset_hw()
7692 u32 manc; in e1000_enable_mng_pass_thru() local
7696 manc = er32(MANC); in e1000_enable_mng_pass_thru()
7698 if (!(manc & E1000_MANC_RCV_TCO_EN) || in e1000_enable_mng_pass_thru()
7699 !(manc & E1000_MANC_EN_MAC_ADDR_FILTER)) in e1000_enable_mng_pass_thru()
7709 if ((manc & E1000_MANC_SMBUS_EN) && !(manc & E1000_MANC_ASF_EN)) in e1000_enable_mng_pass_thru()
8104 u32 manc = 0; in e1000_check_phy_reset_block() local
[all …]
De1000_main.c416 u32 manc = er32(MANC); in e1000_init_manageability() local
419 manc &= ~(E1000_MANC_ARP_EN); in e1000_init_manageability()
427 manc |= E1000_MANC_EN_MNG2HOST; in e1000_init_manageability()
435 ew32(MANC, manc); in e1000_init_manageability()
444 u32 manc = er32(MANC); in e1000_release_manageability() local
447 manc |= E1000_MANC_ARP_EN; in e1000_release_manageability()
450 manc &= ~E1000_MANC_EN_MNG2HOST; in e1000_release_manageability()
455 ew32(MANC, manc); in e1000_release_manageability()