Searched refs:media (Results 76 - 100 of 159) sorted by relevance

1234567

/freebsd-11-stable/sys/dev/qlxge/
H A Dqls_def.h289 struct ifmedia media; member in struct:qla_host
/freebsd-11-stable/sys/dev/ixgb/
H A Dif_ixgb.h285 struct ifmedia media; member in struct:adapter
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_def.h178 struct ifmedia media; member in struct:qla_host
/freebsd-11-stable/sys/dev/e1000/
H A Dif_lem.h316 struct ifmedia media; member in struct:adapter
H A Dif_lem.c1125 error = ifmedia_ioctl(ifp, ifr, &adapter->media, command);
1576 * media/mediopt option with ifconfig.
1583 struct ifmedia *ifm = &adapter->media;
1619 device_printf(adapter->dev, "Unsupported media type\n");
2524 * Specify the media types supported by this adapter and register
2525 * callbacks to update media and link information
2527 ifmedia_init(&adapter->media, IFM_IMASK,
2535 ifmedia_add(&adapter->media, IFM_ETHER | fiber_type | IFM_FDX,
2537 ifmedia_add(&adapter->media, IFM_ETHER | fiber_type, 0, NULL);
2539 ifmedia_add(&adapter->media, IFM_ETHE
[all...]
H A Dif_em.h410 struct ifmedia media; member in struct:adapter
/freebsd-11-stable/stand/efi/libefi/
H A Defipart.c144 EFI_DEVICE_PATH *media, *devpath; local
147 media = efi_devpath_to_media_path(path);
148 if (media == NULL)
155 if (!efi_devpath_match_node(media, efi_devpath_to_media_path(devpath)))
310 /* Make sure we do have the media. */
316 /* USB or SATA cd without the media. */
488 /* USB or SATA cd without the media. */
806 printf(" (no media)");
973 * media-native block size. This function expects all I/O requests
974 * to be within the media siz
[all...]
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_bsd.c233 bsd_set_if_media(void *priv, int media) argument
240 ifr.ifr_media = media;
254 int media = bsd_get_if_media(priv); local
256 if (media < 0)
258 media &= ~mask;
259 media |= mode;
260 if (bsd_set_if_media(priv, media) < 0)
/freebsd-11-stable/sys/dev/nxge/
H A Dif_nxge.c385 * Initializes, adds and sets media
395 ifmedia_init(&lldev->media, IFM_IMASK, xge_ifmedia_change,
398 /* Add supported media */
399 ifmedia_add(&lldev->media, IFM_ETHER | IFM_1000_SX | IFM_FDX, 0, NULL);
400 ifmedia_add(&lldev->media, IFM_ETHER | IFM_1000_SX, 0, NULL);
401 ifmedia_add(&lldev->media, IFM_ETHER | IFM_AUTO, 0, NULL);
402 ifmedia_add(&lldev->media, IFM_ETHER | IFM_10G_SR, 0, NULL);
403 ifmedia_add(&lldev->media, IFM_ETHER | IFM_10G_LR, 0, NULL);
405 /* Set media */
406 ifmedia_set(&lldev->media, IFM_ETHE
[all...]
H A Dif_nxge.h292 struct ifmedia media; /* In-kernel representation of a */ member in struct:xge_lldev_t
293 /* single supported media type */
/freebsd-11-stable/sys/mips/atheros/
H A Dif_arge.c784 * Get default/hard-coded media & duplex mode.
787 "media", &hint) != 0)
1197 uint32_t media, duplex; local
1207 * If we have a static media type configured, then
1213 ARGEDEBUG(sc, ARGE_DBG_MII, "%s: fixed; media=%d, duplex=%d\n",
1227 media = IFM_SUBTYPE(mii->mii_media_active);
1228 if (media != IFM_NONE) {
1231 ARGEDEBUG(sc, ARGE_DBG_MII, "%s: media=%d, duplex=%d\n",
1233 media,
1235 arge_set_pll(sc, media, duple
1243 arge_set_pll(struct arge_softc *sc, int media, int duplex) argument
[all...]
/freebsd-11-stable/sys/dev/etherswitch/ip17x/
H A Dip17x.c181 sc->media = 100;
384 /* No media settings ? */
395 if (sc->media == 100)
462 /* Do not allow media changes on CPU port. */
466 /* No media settings ? */
/freebsd-11-stable/stand/pc98/boot2/
H A Dboot2.c276 int media = ((unsigned *)PTOV(0x460))[unit & 0x0F] & 0x1F; local
278 if (media == 7 && hds++ == bunit) /* SCSI MO */
/freebsd-11-stable/usr.sbin/dumpcis/
H A Dprintcis.c937 static const char *media[] = { local
959 case 3: /* Network media */
964 printf("\tNetwork media: %s\n", media[i]);
/freebsd-11-stable/sys/dev/bnxt/
H A Dbnxt.h241 ifmedia_add(softc->media, IFM_ETHER | (ifm_speed), 0, NULL); \
561 struct ifmedia *media; member in struct:bnxt_softc
/freebsd-11-stable/sbin/atm/atmconfig/
H A Datmconfig_device.c61 SNMP_SYNTAX_INTEGER, offsetof(struct atmif, media) },
H A Ddiag.c470 u_int media; member in struct:__anon7007
475 if (aif->mib.media == medias[i].media)
/freebsd-11-stable/sys/dev/patm/
H A Dif_patmvar.h223 struct ifmedia media; /* media */ member in struct:patm_softc
/freebsd-11-stable/sys/dev/hatm/
H A Dif_hatm_ioctl.c320 error = ifmedia_ioctl(ifp, ifr, &sc->media, cmd);
/freebsd-11-stable/sbin/dhclient/
H A Ddhcpd.h163 struct string_list *media; member in struct:client_config
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Ddlcommon.c1322 dlmactype(media)
1323 u_long media;
1327 switch (media) {
1337 (void) sprintf(mediabuf, "unknown media type 0x%x", media);
/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge.h319 struct ifmedia media; member in struct:sfxge_softc
/freebsd-11-stable/sys/dev/ena/
H A Dena.h396 struct ifmedia media; member in struct:ena_adapter
/freebsd-11-stable/sys/netgraph/atm/
H A Dng_atm.c346 u_int media; member in struct:__anon12375
882 if(mib->media == atmmedia[i].media) {
883 sbuf_printf(&sbuf, "media=%s\n", atmmedia[i].name);
887 sbuf_printf(&sbuf, "media=unknown\n");
/freebsd-11-stable/sys/dev/ed/
H A Dif_ed_pccard.c32 * Notes for adding media support. Each chipset is somewhat different
1073 * external PHYs set for things like HomeNET media. When accessing
1200 int media = 0; local
1205 media = mii->mii_media_status;
1208 media != mii->mii_media_status) {

Completed in 288 milliseconds

1234567