OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ifmedia
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/net/
if_media.h
917
* The
ifmedia
is protected by a lock provided by the interface
918
* driver. All
ifmedia
API entry points (with the exception of one)
933
struct
ifmedia
{
struct
963
void ifmedia_lock_for_legacy(struct
ifmedia
*);
964
void ifmedia_unlock_for_legacy(struct
ifmedia
*);
980
void ifmedia_init(struct
ifmedia
*, int, ifm_change_cb_t, ifm_stat_cb_t);
981
void ifmedia_init_with_lock(struct
ifmedia
*, int, ifm_change_cb_t,
984
/* Release resources associated with an
ifmedia
. */
985
void ifmedia_fini(struct
ifmedia
*);
988
/* Add one supported medium to a struct
ifmedia
. *
[
all
...]
/src/sys/arch/arm/broadcom/
bcm53xx_eth.c
143
struct
ifmedia
sc_media;
377
int
ifmedia
= IFM_ETHER | IFM_1000_T | IFM_FDX;
local in function:bcmeth_ccb_attach
378
//
ifmedia
|= IFM_FLOW | IFM_ETH_TXPAUSE | IFM_ETH_RXPAUSE;
382
ifmedia_add(&sc->sc_media,
ifmedia
, 0, NULL);
383
ifmedia_set(&sc->sc_media,
ifmedia
);
/src/sys/dev/pci/
if_tireg.h
1093
struct
ifmedia
ifmedia
; /* media info */
member in struct:ti_softc
Completed in 16 milliseconds
Indexes created Sat Sep 27 22:09:54 GMT 2025