Searched refs:medium_type (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/sys/dev/isci/scil/
H A Dsati_mode_pages.h97 U8 medium_type; //Should be 0 member in struct:SCSI_MODE_SELECT_MODE_PARAMETER_HEADER_6
112 U8 medium_type; //Should be 0 member in struct:SCSI_MODE_SELECT_MODE_PARAMETER_HEADER_10
H A Dsati_mode_select.c94 U8 medium_type =0xFF; local
101 medium_type = mode_parameters_6->medium_type;
106 medium_type = mode_parameters_10->medium_type;
109 return medium_type;
/freebsd-12-stable/sys/dev/sfxge/
H A Dsfxge_port.c857 efx_phy_media_type_t medium_type; local
869 efx_phy_media_type_get(sc->enp, &medium_type);
871 ifmr->ifm_active |= sfxge_link_mode[medium_type][mode];
909 efx_phy_media_type_t medium_type; local
915 efx_phy_media_type_get(sc->enp, &medium_type);
916 if (medium_type >= nitems(sfxge_link_mode)) {
917 if_printf(sc->ifnet, "unexpected media type %d\n", medium_type);
924 if (ifmedia_masked == sfxge_link_mode[medium_type][mode]) {
998 efx_phy_media_type_t medium_type; local
1033 efx_phy_media_type_get(sc->enp, &medium_type);
[all...]
/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_sa.h477 u_int8_t medium_type; member in struct:scsi_medium_type_data
1060 int medium_type, u_int8_t *data_ptr,
H A Dscsi_sa.c3747 /*medium_type*/ softc->density_type_bits[i] &
3987 mode10_hdr->medium_type = 0;
4186 mode_hdr->medium_type = 0;
5354 SASBADDUINTDESC(sb, *indent, type_data->medium_type,
5355 %u, medium_type, "Medium Type");
5804 u_int8_t tag_action, int media, int medium_type,
5816 if (medium_type != 0)
5802 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
H A Dscsi_all.h257 u_int8_t medium_type; member in struct:scsi_mode_hdr_6
265 u_int8_t medium_type; member in struct:scsi_mode_hdr_10
3641 u_int8_t medium_type; member in struct:scsi_mode_header_6
3649 u_int8_t medium_type; member in struct:scsi_mode_header_10
H A Dscsi_cd.c3033 header10->medium_type = 0;
3352 * SONY drives do not allow a mode select with a medium_type
3354 * medium_type of 0 (Default) instead.
3356 mode_header->medium_type = 0;
3373 * SONY drives do not allow a mode select with a medium_type
3375 * medium_type of 0 (Default) instead.
3377 mode_header->medium_type = 0;
/freebsd-12-stable/contrib/wpa/src/radius/
H A Dradius.c1425 int medium_type; /* Tunnel-Medium-Type */ member in struct:radius_tunnel_attrs
1492 tun->medium_type = WPA_GET_BE24(data + 1);
1529 tun->medium_type == RADIUS_TUNNEL_MEDIUM_TYPE_802 &&

Completed in 151 milliseconds