OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BMSR_MEDIA_TO_ANAR
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/mii/
mii.h
100
#define
BMSR_MEDIA_TO_ANAR
(x) (((x) & BMSR_MEDIAMASK) >> 6)
smscphy.c
206
anar =
BMSR_MEDIA_TO_ANAR
(sc->mii_capabilities) | ANAR_CSMA;
atphy.c
483
anar =
BMSR_MEDIA_TO_ANAR
(sc->mii_capabilities) | ANAR_CSMA;
mii_physubr.c
228
anar =
BMSR_MEDIA_TO_ANAR
(sc->mii_capabilities) |
rgephy.c
451
anar =
BMSR_MEDIA_TO_ANAR
(mii->mii_capabilities) | ANAR_CSMA;
brgphy.c
771
anar =
BMSR_MEDIA_TO_ANAR
(sc->mii_capabilities) | ANAR_CSMA;
Completed in 21 milliseconds
Indexes created Tue Jun 23 00:25:03 UTC 2026