Searched refs:phy_info (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-helper-board.c208 cvmx_phy_info_t phy_info; local
213 phy_info.phy_addr = -1;
214 phy_info.direct_connect = -1;
215 phy_info.phy_type = (cvmx_phy_type_t) -1;
220 return phy_info;
225 return phy_info;
239 return phy_info;
247 return phy_info;
255 return phy_info;
262 return phy_info;
330 cvmx_phy_info_t phy_info = __get_phy_info_from_dt(ipd_port); local
378 cvmx_phy_info_t phy_info = __get_phy_info_from_dt(ipd_port); local
929 cvmx_phy_info_t phy_info; local
[all...]
/freebsd-11.0-release/contrib/wpa/src/drivers/
H A Ddriver_nl80211_capa.c1021 static int phy_info_freqs(struct phy_info_arg *phy_info, argument
1058 idx = phy_info->last_chan_idx;
1068 phy_info->last_chan_idx = idx;
1118 static int phy_info_band(struct phy_info_arg *phy_info, struct nlattr *nl_band) argument
1124 if (phy_info->last_mode != nl_band->nla_type) {
1125 mode = os_realloc_array(phy_info->modes,
1126 *phy_info->num_modes + 1,
1130 phy_info->modes = mode;
1132 mode = &phy_info->modes[*(phy_info
1179 struct phy_info_arg *phy_info = arg; local
[all...]
/freebsd-11.0-release/sys/dev/oce/
H A Doce_mbox.c1564 oce_mbox_get_phy_info(POCE_SOFTC sc, struct oce_phy_info *phy_info) argument
1595 phy_info->phy_type = HOST_16(fwcmd->params.rsp.phy_info.phy_type);
1596 phy_info->interface_type =
1597 HOST_16(fwcmd->params.rsp.phy_info.interface_type);
1598 phy_info->auto_speeds_supported =
1599 HOST_16(fwcmd->params.rsp.phy_info.auto_speeds_supported);
1600 phy_info->fixed_speeds_supported =
1601 HOST_16(fwcmd->params.rsp.phy_info.fixed_speeds_supported);
1602 phy_info
[all...]
H A Doce_sysctl.c599 struct oce_phy_info phy_info; local
601 status = oce_mbox_get_phy_info(sc, &phy_info);
605 if ((phy_info.phy_type == TN_8022) &&
606 (phy_info.interface_type == PHY_TYPE_BASET_10GB)) {
H A Doce_if.h1046 int oce_mbox_get_phy_info(POCE_SOFTC sc, struct oce_phy_info *phy_info);
H A Doce_hw.h1623 struct oce_phy_info phy_info; member in struct:mbx_common_phy_info::__anon11281::__anon11283
/freebsd-11.0-release/sys/dev/iwm/
H A Dif_iwm.c2796 iwm_mvm_calc_rssi(struct iwm_softc *sc, struct iwm_rx_phy_info *phy_info) argument
2802 val = le32toh(phy_info->non_cfg_phy[IWM_RX_INFO_AGC_IDX]);
2806 val = le32toh(phy_info->non_cfg_phy[IWM_RX_INFO_RSSI_AB_IDX]);
2833 iwm_mvm_get_signal_strength(struct iwm_softc *sc, struct iwm_rx_phy_info *phy_info) argument
2838 val = le32toh(phy_info->non_cfg_phy[IWM_RX_INFO_ENERGY_ANT_ABC_IDX]);
2862 struct iwm_rx_phy_info *phy_info = (void *)pkt->data; local
2867 memcpy(&sc->sc_last_phy_info, phy_info, sizeof(sc->sc_last_phy_info));
2906 struct iwm_rx_phy_info *phy_info; local
2914 phy_info = &sc->sc_last_phy_info;
2924 if (__predict_false(phy_info
[all...]
/freebsd-11.0-release/sys/dev/mpt/
H A Dmpt_cam.c627 portinfo->phy_info = malloc(sizeof(*portinfo->phy_info) *
629 if (portinfo->phy_info == NULL) {
636 phyinfo = &portinfo->phy_info[i];
651 mptsas_sas_phy_pg0(struct mpt_softc *mpt, struct mptsas_phyinfo *phy_info, argument
682 phy_info->hw_link_rate = buffer->HwLinkRate;
683 phy_info->programmed_link_rate = buffer->ProgrammedLinkRate;
684 phy_info->identify.dev_handle = le16toh(buffer->OwnerDevHandle);
685 phy_info->attached.dev_handle = le16toh(buffer->AttachedDevHandle);
764 phyinfo = &portinfo->phy_info[
[all...]
H A Dmpt.h530 struct mptsas_phyinfo *phy_info; member in struct:mptsas_portinfo

Completed in 110 milliseconds