Searched refs:manc (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/sun4u/starcat/io/ |
H A D | dman_domain.c | 162 manc_t manc; in man_path_discovery() local 170 if (status = man_get_iosram(&manc)) { in man_path_discovery() 179 if ((manc.manc_ip_type != AF_INET) && in man_path_discovery() 180 (manc.manc_ip_type != AF_INET6)) { in man_path_discovery() 184 MAN_DBGCALL(MAN_CONFIG, man_print_manc(&manc)); in man_path_discovery() 189 ether_copy(&manc.manc_sc_eaddr, &mpath.mip_eaddr); in man_path_discovery() 216 if (mpath.mip_devs[i].mdev_exp_id == manc.manc_golden_iob) in man_path_discovery() 524 static manc_t manc = { variable 555 *mcp = manc; in man_get_iosram()
|
H A D | dman.c | 1069 manc_t manc; in man_get_our_etheraddr() local 1073 if (status = man_get_iosram(&manc)) in man_get_our_etheraddr() 1075 ether_copy(&manc.manc_dom_eaddr, eap); in man_get_our_etheraddr() 4279 manc_t manc; in man_do_dr_attach() local 4294 if (status = man_get_iosram(&manc)) { in man_do_dr_attach() 4300 ether_copy(&manc.manc_sc_eaddr, &mpath.mip_eaddr); in man_do_dr_attach() 4333 manc_t manc; in man_do_dr_detach() local 4376 if (status = man_get_iosram(&manc)) { in man_do_dr_detach() 4402 ether_copy(&manc.manc_sc_eaddr, &mpath.mip_eaddr); in man_do_dr_detach() 5541 manc_t manc; in man_pinger() local [all …]
|
/titanic_41/usr/src/uts/common/io/e1000api/ |
H A D | e1000_manage.c | 343 u32 manc; in e1000_enable_mng_pass_thru() local 351 manc = E1000_READ_REG(hw, E1000_MANC); in e1000_enable_mng_pass_thru() 353 if (!(manc & E1000_MANC_RCV_TCO_EN)) in e1000_enable_mng_pass_thru() 378 } else if ((manc & E1000_MANC_SMBUS_EN) && in e1000_enable_mng_pass_thru() 379 !(manc & E1000_MANC_ASF_EN)) { in e1000_enable_mng_pass_thru()
|
H A D | e1000_82540.c | 272 u32 ctrl, manc; in e1000_reset_hw_82540() local 312 manc = E1000_READ_REG(hw, E1000_MANC); in e1000_reset_hw_82540() 313 manc &= ~E1000_MANC_ARP_EN; in e1000_reset_hw_82540() 314 E1000_WRITE_REG(hw, E1000_MANC, manc); in e1000_reset_hw_82540()
|
H A D | e1000_82541.c | 303 u32 ledctl, ctrl, icr, manc; in e1000_reset_hw_82541() local 348 manc = E1000_READ_REG(hw, E1000_MANC); in e1000_reset_hw_82541() 349 manc &= ~E1000_MANC_ARP_EN; in e1000_reset_hw_82541() 350 E1000_WRITE_REG(hw, E1000_MANC, manc); in e1000_reset_hw_82541()
|
H A D | e1000_phy.c | 201 u32 manc; in e1000_check_reset_block_generic() local 205 manc = E1000_READ_REG(hw, E1000_MANC); in e1000_check_reset_block_generic() 207 return (manc & E1000_MANC_BLK_PHY_RST_ON_IDE) ? in e1000_check_reset_block_generic()
|
/titanic_41/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000.c | 971 uint32_t manc; local 1070 manc = E1000_READ_REG(hw, MANC); 1071 manc &= ~(E1000_MANC_ARP_EN); 1072 E1000_WRITE_REG(hw, MANC, manc);
|