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

1234567

/freebsd-11-stable/sys/dev/oce/
H A Doce_if.h832 struct ifmedia media; member in struct:oce_softc
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-mgmt.c86 xge_os_strcpy(about_info->media, XGE_SUPPORTED_MEDIA_0);
H A Dxgehal-mgmtaux.c218 __HAL_AUX_ENTRY("media", about_info.media, "%s");
H A Dxgehal-device.c478 switch (hldev->config.mac.media) {
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c4404 * Called by the OS to set various media options (i.e. link, speed, etc.) when
4405 * the user runs "ifconfig bxe media ..." or "ifconfig bxe mediaopt ...".
4415 /* We only support Ethernet media type. */
4428 /* We don't support changing the media type. */
4429 BLOGD(sc, DBG_LOAD, "Invalid media type (%d)\n",
4438 * Called by the OS to get the current media status (i.e. link, speed, etc.).
4476 ifmr->ifm_active |= sc->media;
4701 /* set/get interface media */
13049 /* ifconfig entrypoint for media type/status reporting */
13055 ifmedia_add(&sc->ifmedia, (IFM_ETHER | IFM_FDX | sc->media),
[all...]
H A Dbxe.h1340 struct ifmedia ifmedia; /* network interface media structure */
1341 int media; member in struct:bxe_softc
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_main.c1131 /* All VIs on this port share this media. */
1132 ifmedia_init(&pi->media, IFM_IMASK, cxgbe_media_change,
1744 ifmedia_removeall(&pi->media);
1965 ifmedia_ioctl(ifp, ifr, &pi->media, cmd);
2180 * The kernel picks a media from the list we had provided but we still validate
2188 struct ifmedia *ifm = &pi->media;
2198 /* ifconfig .. media autoselect */
2227 * Base media word (without ETHER, pause, link active, etc.) for the port at the
4477 * This is the selected media, which is not quite the same as the active media
[all...]
/freebsd-11-stable/targets/pseudo/userland/
H A DMakefile.depend507 usr.sbin/bsdconfig/share/media \
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_sa.c693 * The function samount ensures media is loaded and ready.
865 * media in the drive.
1560 * with no media inserted.
1906 * Be sure to allow media removal before ejecting.
2432 * blocksize until we media is inserted. So, set a flag to
2965 * media so that the drive will really know what's
3744 /*media*/ softc->density_type_bits[i] & SRDS_MEDIA,
4384 * have been wrong, or it may be media specific.
4508 "Maximum block size supported by tape drive and media");
4511 "Minimum block size supported by tape drive and media");
5800 scsi_report_density_support(struct ccb_scsiio *csio, u_int32_t retries, void (*cbfcnp)(struct cam_periph *, union ccb *), u_int8_t tag_action, int media, int medium_type, u_int8_t *data_ptr, u_int32_t length, u_int32_t sense_len, u_int32_t timeout) argument
[all...]

Completed in 213 milliseconds

1234567