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

/freebsd-13-stable/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
930 cvmx_phy_info_t phy_info; local
[all...]
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_capa.c1451 static int phy_info_freqs(struct phy_info_arg *phy_info, argument
1494 idx = phy_info->last_chan_idx;
1504 phy_info->last_chan_idx = idx;
1649 static int phy_info_band(struct phy_info_arg *phy_info, struct nlattr *nl_band) argument
1655 if (phy_info->last_mode != nl_band->nla_type) {
1656 mode = os_realloc_array(phy_info->modes,
1657 *phy_info->num_modes + 1,
1660 phy_info->failed = 1;
1663 phy_info->modes = mode;
1665 mode = &phy_info
1726 struct phy_info_arg *phy_info = arg; local
[all...]
/freebsd-13-stable/sys/dev/oce/
H A Doce_mbox.c1542 oce_mbox_get_phy_info(POCE_SOFTC sc, struct oce_phy_info *phy_info) argument
1573 phy_info->phy_type = HOST_16(fwcmd->params.rsp.phy_info.phy_type);
1574 phy_info->interface_type =
1575 HOST_16(fwcmd->params.rsp.phy_info.interface_type);
1576 phy_info->auto_speeds_supported =
1577 HOST_16(fwcmd->params.rsp.phy_info.auto_speeds_supported);
1578 phy_info->fixed_speeds_supported =
1579 HOST_16(fwcmd->params.rsp.phy_info.fixed_speeds_supported);
1580 phy_info
[all...]
H A Doce_sysctl.c593 struct oce_phy_info phy_info; local
595 status = oce_mbox_get_phy_info(sc, &phy_info);
599 if ((phy_info.phy_type == TN_8022) &&
600 (phy_info.interface_type == PHY_TYPE_BASET_10GB)) {
H A Doce_if.h1057 int oce_mbox_get_phy_info(POCE_SOFTC sc, struct oce_phy_info *phy_info);
H A Doce_hw.h1630 struct oce_phy_info phy_info; member in struct:mbx_common_phy_info::__anon13630::__anon13632
/freebsd-13-stable/sys/dev/iwm/
H A Dif_iwm.c3140 struct iwm_rx_phy_info *phy_info = (void *)pkt->data; local
3144 memcpy(&sc->sc_last_phy_info, phy_info, sizeof(sc->sc_last_phy_info));
3199 struct iwm_rx_phy_info *phy_info)
3204 val = le32toh(phy_info->non_cfg_phy[IWM_RX_INFO_ENERGY_ANT_ABC_IDX]);
3250 struct iwm_rx_phy_info *phy_info; local
3257 phy_info = &sc->sc_last_phy_info;
3263 if (__predict_false(phy_info->cfg_phy_cnt > 20)) {
3266 phy_info->cfg_phy_cnt);
3277 rssi = iwm_rx_get_signal_strength(sc, phy_info);
3296 "%s: phy_info
3198 iwm_rx_get_signal_strength(struct iwm_softc *sc, struct iwm_rx_phy_info *phy_info) argument
3367 uint16_t phy_info; local
[all...]
H A Dif_iwmreg.h2959 uint16_t phy_info; member in struct:iwm_rx_mpdu_desc
/freebsd-13-stable/sys/dev/mpt/
H A Dmpt_cam.c639 portinfo->phy_info = malloc(sizeof(*portinfo->phy_info) *
641 if (portinfo->phy_info == NULL) {
648 phyinfo = &portinfo->phy_info[i];
663 mptsas_sas_phy_pg0(struct mpt_softc *mpt, struct mptsas_phyinfo *phy_info, argument
694 phy_info->hw_link_rate = buffer->HwLinkRate;
695 phy_info->programmed_link_rate = buffer->ProgrammedLinkRate;
696 phy_info->identify.dev_handle = le16toh(buffer->OwnerDevHandle);
697 phy_info->attached.dev_handle = le16toh(buffer->AttachedDevHandle);
776 phyinfo = &portinfo->phy_info[
[all...]
H A Dmpt.h528 struct mptsas_phyinfo *phy_info; member in struct:mptsas_portinfo
/freebsd-13-stable/sys/dev/qlnx/qlnxr/
H A Dqlnxr_def.h483 struct phy_info { struct
/freebsd-13-stable/sys/dev/ice/
H A Dice_common.c3243 struct ice_phy_info *phy_info; local
3249 phy_info = &pi->phy;
3251 if (phy_info->get_link_info) {
3259 *link_up = phy_info->link_info.link_info & ICE_AQ_LINK_UP;

Completed in 318 milliseconds