Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/isci/scil/
H A Dsati_mode_pages.h97 U8 medium_type; //Should be 0 member
112 U8 medium_type; //Should be 0 member
H A Dsati_mode_select.c94 U8 medium_type =0xFF; in sati_mode_select_get_medium_type() local
101 medium_type = mode_parameters_6->medium_type; in sati_mode_select_get_medium_type()
106 medium_type = mode_parameters_10->medium_type; in sati_mode_select_get_medium_type()
109 return medium_type; in sati_mode_select_get_medium_type()
/freebsd-13.1/sys/dev/sfxge/
H A Dsfxge_port.c866 efx_phy_media_type_t medium_type; in sfxge_media_status() local
878 efx_phy_media_type_get(sc->enp, &medium_type); in sfxge_media_status()
880 ifmr->ifm_active |= sfxge_link_mode[medium_type][mode]; in sfxge_media_status()
923 efx_phy_media_type_t medium_type; in sfxge_phy_cap_mask() local
929 efx_phy_media_type_get(sc->enp, &medium_type); in sfxge_phy_cap_mask()
930 if (medium_type >= nitems(sfxge_link_mode)) { in sfxge_phy_cap_mask()
931 if_printf(sc->ifnet, "unexpected media type %d\n", medium_type); in sfxge_phy_cap_mask()
938 if (ifmedia_masked == sfxge_link_mode[medium_type][mode]) { in sfxge_phy_cap_mask()
1012 efx_phy_media_type_t medium_type; in sfxge_port_ifmedia_init() local
1047 efx_phy_media_type_get(sc->enp, &medium_type); in sfxge_port_ifmedia_init()
[all …]
/freebsd-13.1/sys/cam/scsi/
H A Dscsi_sa.h477 u_int8_t medium_type; member
1060 int medium_type, u_int8_t *data_ptr,
H A Dscsi_all.h257 u_int8_t medium_type; member
265 u_int8_t medium_type; member
3609 u_int8_t medium_type; member
3617 u_int8_t medium_type; member
H A Dscsi_sa.c4289 mode10_hdr->medium_type = 0; in sasetprot()
4489 mode_hdr->medium_type = 0; in sasetparams()
5663 SASBADDUINTDESC(sb, *indent, type_data->medium_type, in safilldenstypesb()
5664 %u, medium_type, "Medium Type"); in safilldenstypesb()
6264 u_int8_t tag_action, int media, int medium_type, in scsi_report_density_support() argument
6276 if (medium_type != 0) in scsi_report_density_support()
H A Dscsi_cd.c3051 header10->medium_type = 0; in cd6byteworkaround()
3375 mode_header->medium_type = 0; in cdsetmode()
3396 mode_header->medium_type = 0; in cdsetmode()
/freebsd-13.1/contrib/wpa/src/radius/
H A Dradius.c1425 int medium_type; /* Tunnel-Medium-Type */ member
1492 tun->medium_type = WPA_GET_BE24(data + 1); in radius_msg_get_vlanid()
1529 tun->medium_type == RADIUS_TUNNEL_MEDIUM_TYPE_802 && in radius_msg_get_vlanid()