OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BGE_STS_LINK
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_bge.c
1212
if (!BGE_STS_BIT(sc,
BGE_STS_LINK
) &&
1215
BGE_STS_SETBIT(sc,
BGE_STS_LINK
);
1216
else if (BGE_STS_BIT(sc,
BGE_STS_LINK
) &&
1219
BGE_STS_CLRBIT(sc,
BGE_STS_LINK
);
1221
if (!BGE_STS_BIT(sc,
BGE_STS_LINK
))
4883
if (!BGE_STS_BIT(sc,
BGE_STS_LINK
)) {
6249
BGE_STS_CLRBIT(sc,
BGE_STS_LINK
);
6289
if (!BGE_STS_BIT(sc,
BGE_STS_LINK
) &&
6292
BGE_STS_SETBIT(sc,
BGE_STS_LINK
);
6293
else if (BGE_STS_BIT(sc,
BGE_STS_LINK
) &
[
all
...]
if_bgevar.h
337
#define
BGE_STS_LINK
__BIT(0) /* MAC link status */
Completed in 15 milliseconds
Indexes created Tue Oct 21 19:09:51 GMT 2025