OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TULIPF_LINK_VALID
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
tulipvar.h
460
#define
TULIPF_LINK_VALID
0x00000200 /* link state valid */
tulip.c
4114
sc->sc_flags &= ~(TULIPF_LINK_UP |
TULIPF_LINK_VALID
);
4126
sc->sc_flags |=
TULIPF_LINK_VALID
;
4133
sc->sc_flags |=
TULIPF_LINK_VALID
;
4151
sc->sc_flags |=
TULIPF_LINK_VALID
;
4167
~TULIPF_LINK_UP) |
TULIPF_LINK_VALID
;
4192
if (sc->sc_flags &
TULIPF_LINK_VALID
)
4303
sc->sc_flags &= ~(TULIPF_LINK_UP |
TULIPF_LINK_VALID
);
4306
sc->sc_flags |=
TULIPF_LINK_VALID
;
4324
if (sc->sc_flags &
TULIPF_LINK_VALID
)
Completed in 15 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025