Lines Matching full:media
40 * BSD/OS-compatible network interface media selection.
112 * Add a media configuration to the list of supported media
143 * Add an array of media configurations to the list of
144 * supported media for a specific interface instance.
157 * Set the default active media.
160 * selected the default media in hardware. We do _not_ call the
161 * media-change callback.
188 * Given a media word, return one suitable for an application
192 compat_media(int media) in compat_media() argument
195 if (IFM_TYPE(media) == IFM_ETHER && IFM_SUBTYPE(media) > IFM_OTHER) { in compat_media()
196 media &= ~(IFM_ETH_XTYPE|IFM_TMASK); in compat_media()
197 media |= IFM_OTHER; in compat_media()
199 return (media); in compat_media()
203 * Device-independent media ioctl support function.
218 * Set the current media. in ifmedia_ioctl()
231 "ifmedia_ioctl: no media found for %#010x mask %#010x\n", in ifmedia_ioctl()
241 * Keep going in case the connected media changed. in ifmedia_ioctl()
250 * Make sure to preserve our old media type in case the in ifmedia_ioctl()
273 * Get list of available media and current media on interface. in ifmedia_ioctl()
325 * Find media entry matching a given ifm word.
352 * Compute the interface `baudrate' from the media, for the interface
433 * print a media word.