Searched refs:manc (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman_domain.c162 manc_t manc; local
170 if (status = man_get_iosram(&manc)) {
179 if ((manc.manc_ip_type != AF_INET) &&
180 (manc.manc_ip_type != AF_INET6)) {
184 MAN_DBGCALL(MAN_CONFIG, man_print_manc(&manc));
189 ether_copy(&manc.manc_sc_eaddr, &mpath.mip_eaddr);
216 if (mpath.mip_devs[i].mdev_exp_id == manc.manc_golden_iob)
524 static manc_t manc = { variable
555 *mcp = manc;
H A Ddman.c1069 manc_t manc; local
1073 if (status = man_get_iosram(&manc))
1075 ether_copy(&manc.manc_dom_eaddr, eap);
4279 manc_t manc; local
4294 if (status = man_get_iosram(&manc)) {
4300 ether_copy(&manc.manc_sc_eaddr, &mpath.mip_eaddr);
4333 manc_t manc; local
4376 if (status = man_get_iosram(&manc)) {
4402 ether_copy(&manc.manc_sc_eaddr, &mpath.mip_eaddr);
5541 manc_t manc; local
5581 manc_t manc; local
7349 manc_t manc; local
[all...]
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_manage.c342 u32 manc; local
350 manc = E1000_READ_REG(hw, E1000_MANC);
352 if (!(manc & E1000_MANC_RCV_TCO_EN))
377 } else if ((manc & E1000_MANC_SMBUS_EN) &&
378 !(manc & E1000_MANC_ASF_EN)) {
H A De1000_82540.c272 u32 ctrl, manc; local
312 manc = E1000_READ_REG(hw, E1000_MANC);
313 manc &= ~E1000_MANC_ARP_EN;
314 E1000_WRITE_REG(hw, E1000_MANC, manc);
H A De1000_82541.c298 u32 ledctl, ctrl, manc; local
344 manc = E1000_READ_REG(hw, E1000_MANC);
345 manc &= ~E1000_MANC_ARP_EN;
346 E1000_WRITE_REG(hw, E1000_MANC, manc);
H A De1000_phy.c201 u32 manc; local
205 manc = E1000_READ_REG(hw, E1000_MANC);
207 return (manc & E1000_MANC_BLK_PHY_RST_ON_IDE) ?
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c971 uint32_t manc; local
1070 manc = E1000_READ_REG(hw, MANC);
1071 manc &= ~(E1000_MANC_ARP_EN);
1072 E1000_WRITE_REG(hw, MANC, manc);
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.c4738 u32 fwsm, manc, factps; local
4744 manc = IXGBE_READ_REG(hw, IXGBE_MANC);
4745 if (!(manc & IXGBE_MANC_RCV_TCO_EN))

Completed in 131 milliseconds