Home
last modified time | relevance | path

Searched refs:ifmedia_entry (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/net/
H A Dif_media.c73 static struct ifmedia_entry *ifmedia_match(struct ifmedia *ifm,
103 struct ifmedia_entry *entry; in ifmedia_removeall()
119 struct ifmedia_entry *entry; in ifmedia_add()
148 ifmedia_list_add(struct ifmedia *ifm, struct ifmedia_entry *lp, int count) in ifmedia_list_add()
167 struct ifmedia_entry *match; in ifmedia_set()
210 struct ifmedia_entry *match; in ifmedia_ioctl()
223 struct ifmedia_entry *oldentry; in ifmedia_ioctl()
279 struct ifmedia_entry *ep; in ifmedia_ioctl()
329 static struct ifmedia_entry *
332 struct ifmedia_entry *match, *next; in ifmedia_match()
H A Dif_media.h70 struct ifmedia_entry { struct
71 LIST_ENTRY(ifmedia_entry) ifm_list;
84 struct ifmedia_entry *ifm_cur; /* currently selected media */ argument
85 LIST_HEAD(, ifmedia_entry) ifm_list; /* list of all supported media */
101 void ifmedia_list_add(struct ifmedia *mp, struct ifmedia_entry *lp,
/f-stack/freebsd/net80211/
H A Dieee80211.c2093 media2mode(const struct ifmedia_entry *ime, uint32_t flags, uint16_t *mode) in media2mode()
2152 struct ifmedia_entry *ime = vap->iv_media.ifm_cur; in ieee80211_media_change()
/f-stack/freebsd/mips/atheros/
H A Dif_arge.c2714 struct ifmedia_entry *ife = ifm->ifm_cur; in arge_multiphy_mediachange()