Searched refs:medium_type (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/sys/dev/sfxge/ |
| H A D | sfxge_port.c | 857 efx_phy_media_type_t medium_type; in sfxge_media_status() local 869 efx_phy_media_type_get(sc->enp, &medium_type); in sfxge_media_status() 871 ifmr->ifm_active |= sfxge_link_mode[medium_type][mode]; in sfxge_media_status() 909 efx_phy_media_type_t medium_type; in sfxge_phy_cap_mask() local 915 efx_phy_media_type_get(sc->enp, &medium_type); in sfxge_phy_cap_mask() 916 if (medium_type >= nitems(sfxge_link_mode)) { in sfxge_phy_cap_mask() 917 if_printf(sc->ifnet, "unexpected media type %d\n", medium_type); in sfxge_phy_cap_mask() 924 if (ifmedia_masked == sfxge_link_mode[medium_type][mode]) { in sfxge_phy_cap_mask() 998 efx_phy_media_type_t medium_type; in sfxge_port_ifmedia_init() local 1033 efx_phy_media_type_get(sc->enp, &medium_type); in sfxge_port_ifmedia_init() [all …]
|
| /freebsd-12.1/sys/dev/isci/scil/ |
| H A D | sati_mode_pages.h | 97 U8 medium_type; //Should be 0 member 112 U8 medium_type; //Should be 0 member
|
| H A D | sati_mode_select.c | 94 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-12.1/sys/cam/scsi/ |
| H A D | scsi_sa.h | 477 u_int8_t medium_type; member 1060 int medium_type, u_int8_t *data_ptr,
|
| H A D | scsi_sa.c | 3987 mode10_hdr->medium_type = 0; in sasetprot() 4186 mode_hdr->medium_type = 0; in sasetparams() 5354 SASBADDUINTDESC(sb, *indent, type_data->medium_type, in safilldenstypesb() 5355 %u, medium_type, "Medium Type"); in safilldenstypesb() 5804 u_int8_t tag_action, int media, int medium_type, in scsi_report_density_support() argument 5816 if (medium_type != 0) in scsi_report_density_support()
|
| H A D | scsi_all.h | 257 u_int8_t medium_type; member 265 u_int8_t medium_type; member 3615 u_int8_t medium_type; member 3623 u_int8_t medium_type; member
|
| H A D | scsi_cd.c | 2555 header10->medium_type = 0; in cd6byteworkaround() 2890 mode_header->medium_type = 0; in cdsetmode() 2911 mode_header->medium_type = 0; in cdsetmode()
|
| /freebsd-12.1/contrib/wpa/src/radius/ |
| H A D | radius.c | 1425 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()
|