Searched refs:medium_type (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/isci/scil/ |
H A D | sati_mode_pages.h | 95 U8 medium_type; //Should be 0 member 110 U8 medium_type; //Should be 0 member
|
H A D | sati_mode_select.c | 92 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/sys/dev/sfxge/ |
H A D | sfxge_port.c | 862 efx_phy_media_type_t medium_type; in sfxge_media_status() local 874 efx_phy_media_type_get(sc->enp, &medium_type); in sfxge_media_status() 876 ifmr->ifm_active |= sfxge_link_mode[medium_type][mode]; in sfxge_media_status() 919 efx_phy_media_type_t medium_type; in sfxge_phy_cap_mask() local 925 efx_phy_media_type_get(sc->enp, &medium_type); in sfxge_phy_cap_mask() 926 if (medium_type >= nitems(sfxge_link_mode)) { in sfxge_phy_cap_mask() 927 if_printf(sc->ifnet, "unexpected media type %d\n", medium_type); in sfxge_phy_cap_mask() 934 if (ifmedia_masked == sfxge_link_mode[medium_type][mode]) { in sfxge_phy_cap_mask() 1008 efx_phy_media_type_t medium_type; in sfxge_port_ifmedia_init() local 1043 efx_phy_media_type_get(sc->enp, &medium_type); in sfxge_port_ifmedia_init() [all …]
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_sa.h | 474 uint8_t medium_type; member 1057 int medium_type, uint8_t *data_ptr,
|
H A D | scsi_all.h | 257 uint8_t medium_type; member 265 uint8_t medium_type; member 3677 uint8_t medium_type; member 3685 uint8_t medium_type; member
|
H A D | scsi_sa.c | 4290 mode10_hdr->medium_type = 0; in sasetprot() 4490 mode_hdr->medium_type = 0; in sasetparams() 5665 SASBADDUINTDESC(sb, *indent, type_data->medium_type, in safilldenstypesb() 5666 %u, medium_type, "Medium Type"); in safilldenstypesb() 6266 uint8_t tag_action, int media, int medium_type, in scsi_report_density_support() argument 6278 if (medium_type != 0) in scsi_report_density_support()
|
H A D | scsi_cd.c | 2843 header10->medium_type = 0; in cd6byteworkaround() 3167 mode_header->medium_type = 0; in cdsetmode() 3188 mode_header->medium_type = 0; in cdsetmode()
|
/freebsd/contrib/wpa/src/radius/ |
H A D | radius.c | 1604 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()
|