OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:manc
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/pci/igc/
igc_phy.c
122
uint32_t
manc
;
local
126
manc
= IGC_READ_REG(hw, IGC_MANC);
128
return (
manc
& IGC_MANC_BLK_PHY_RST_ON_IDE) ?
/src/sys/dev/pci/
if_wm.c
16020
uint32_t
manc
, fwsm, factps;
local
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
16302
manc
&= ~MANC_ARP_EN;
16306
manc
|= MANC_EN_MNG2HOST
16320
uint32_t
manc
= CSR_READ(sc, WMREG_MANC);
local
[
all
...]
/src/sys/dev/pci/ixgbe/
ixgbe_common.c
5369
u32 fwsm,
manc
, factps;
local
5375
manc
= IXGBE_READ_REG(hw, IXGBE_MANC);
5376
if (!(
manc
& IXGBE_MANC_RCV_TCO_EN))
Completed in 32 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026