Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/isci/scil/
H A Dsati_mode_pages.h95 U8 medium_type; //Should be 0 member
110 U8 medium_type; //Should be 0 member
H A Dsati_mode_select.c92 U8 medium_type =0xFF; in sati_mode_select_get_medium_type() local
99 medium_type = mode_parameters_6->medium_type; in sati_mode_select_get_medium_type()
104 medium_type = mode_parameters_10->medium_type; in sati_mode_select_get_medium_type()
107 return medium_type; in sati_mode_select_get_medium_type()
/freebsd-14.2/sys/dev/sfxge/
H A Dsfxge_port.c863 efx_phy_media_type_t medium_type; in sfxge_media_status() local
875 efx_phy_media_type_get(sc->enp, &medium_type); in sfxge_media_status()
877 ifmr->ifm_active |= sfxge_link_mode[medium_type][mode]; in sfxge_media_status()
920 efx_phy_media_type_t medium_type; in sfxge_phy_cap_mask() local
926 efx_phy_media_type_get(sc->enp, &medium_type); in sfxge_phy_cap_mask()
927 if (medium_type >= nitems(sfxge_link_mode)) { in sfxge_phy_cap_mask()
928 if_printf(sc->ifnet, "unexpected media type %d\n", medium_type); in sfxge_phy_cap_mask()
935 if (ifmedia_masked == sfxge_link_mode[medium_type][mode]) { in sfxge_phy_cap_mask()
1009 efx_phy_media_type_t medium_type; in sfxge_port_ifmedia_init() local
1044 efx_phy_media_type_get(sc->enp, &medium_type); in sfxge_port_ifmedia_init()
[all …]
/freebsd-14.2/sys/cam/scsi/
H A Dscsi_sa.h475 uint8_t medium_type; member
1058 int medium_type, uint8_t *data_ptr,
H A Dscsi_all.h258 uint8_t medium_type; member
266 uint8_t medium_type; member
3678 uint8_t medium_type; member
3686 uint8_t medium_type; member
H A Dscsi_sa.c4291 mode10_hdr->medium_type = 0; in sasetprot()
4491 mode_hdr->medium_type = 0; in sasetparams()
5666 SASBADDUINTDESC(sb, *indent, type_data->medium_type, in safilldenstypesb()
5667 %u, medium_type, "Medium Type"); in safilldenstypesb()
6267 uint8_t tag_action, int media, int medium_type, in scsi_report_density_support() argument
6279 if (medium_type != 0) in scsi_report_density_support()
H A Dscsi_cd.c2844 header10->medium_type = 0; in cd6byteworkaround()
3168 mode_header->medium_type = 0; in cdsetmode()
3189 mode_header->medium_type = 0; in cdsetmode()
/freebsd-14.2/contrib/wpa/src/radius/
H A Dradius.c1604 int medium_type; /* Tunnel-Medium-Type */ member
1671 tun->medium_type = WPA_GET_BE24(data + 1); in radius_msg_get_vlanid()
1708 tun->medium_type == RADIUS_TUNNEL_MEDIUM_TYPE_802 && in radius_msg_get_vlanid()