HomeSort by: relevance | last modified time | path
    Searched defs:manc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/igc/
igc_phy.c 122 uint32_t manc; local in function:igc_check_reset_block_generic
126 manc = IGC_READ_REG(hw, IGC_MANC);
128 return (manc & IGC_MANC_BLK_PHY_RST_ON_IDE) ?
  /src/sys/dev/pci/ixgbe/
ixgbe_common.c 5369 u32 fwsm, manc, factps; local in function:ixgbe_mng_enabled
5375 manc = IXGBE_READ_REG(hw, IXGBE_MANC);
5376 if (!(manc & IXGBE_MANC_RCV_TCO_EN))
  /src/sys/dev/pci/
if_wm.c 16020 uint32_t manc, fwsm, factps; local in function:wm_enable_mng_pass_thru
16025 manc = CSR_READ(sc, WMREG_MANC);
16027 DPRINTF(sc, WM_DEBUG_MANAGE, ("%s: MANC (%08x)\n",
16028 device_xname(sc->sc_dev), manc));
16029 if ((manc & MANC_RECV_TCO_EN) == 0)
16049 } else if (((manc & MANC_SMBUS_EN) != 0)
16050 && ((manc & MANC_ASF_EN) == 0))
16299 uint32_t manc = CSR_READ(sc, WMREG_MANC); local in function:wm_init_manageability
16302 manc &= ~MANC_ARP_EN;
16306 manc |= MANC_EN_MNG2HOST
16320 uint32_t manc = CSR_READ(sc, WMREG_MANC); local in function:wm_release_manageability
    [all...]

Completed in 54 milliseconds