OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IFM_GMASK
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/net/
if_media.h
130
#define
IFM_GMASK
0x0ff00000 /* Global options */
143
#define IFM_OPTIONS(x) ((x) & (IFM_OMASK |
IFM_GMASK
))
187
* Shared (global) options (
IFM_GMASK
)
/src/sys/dev/usb/
if_mos.c
437
if ((mii->mii_media_active &
IFM_GMASK
) == IFM_FDX)
/src/sys/dev/pci/
if_rge.c
963
anar = ((ifm->ifm_media &
IFM_GMASK
) == IFM_FDX) ?
971
anar = ((ifm->ifm_media &
IFM_GMASK
) == IFM_FDX) ?
/src/sys/dev/pci/igc/
if_igc.c
2406
if ((ifm->ifm_media &
IFM_GMASK
) == IFM_FDX)
2412
if ((ifm->ifm_media &
IFM_GMASK
) == IFM_FDX)
Completed in 17 milliseconds
Indexes created Sun Oct 19 19:09:49 GMT 2025