Searched refs:phy_info (Results 1 – 5 of 5) sorted by relevance
1291 static int phy_info_freqs(struct phy_info_arg *phy_info, in phy_info_freqs() argument1328 idx = phy_info->last_chan_idx; in phy_info_freqs()1338 phy_info->last_chan_idx = idx; in phy_info_freqs()1388 static int phy_info_band(struct phy_info_arg *phy_info, struct nlattr *nl_band) in phy_info_band() argument1394 if (phy_info->last_mode != nl_band->nla_type) { in phy_info_band()1395 mode = os_realloc_array(phy_info->modes, in phy_info_band()1396 *phy_info->num_modes + 1, in phy_info_band()1399 phy_info->failed = 1; in phy_info_band()1402 phy_info->modes = mode; in phy_info_band()1404 mode = &phy_info->modes[*(phy_info->num_modes)]; in phy_info_band()[all …]
73 static int32_t e1000_phy_ife_get_info(struct e1000_hw *hw, struct e1000_phy_info *phy_info);74 static int32_t e1000_phy_igp_get_info(struct e1000_hw *hw, struct e1000_phy_info *phy_info);78 static int32_t e1000_phy_m88_get_info(struct e1000_hw *hw, struct e1000_phy_info *phy_info);4228 struct e1000_phy_info *phy_info) in e1000_phy_igp_get_info() argument4238 phy_info->downshift = (e1000_downshift)hw->speed_downgraded; in e1000_phy_igp_get_info()4241 phy_info->extended_10bt_distance = e1000_10bt_ext_dist_enable_normal; in e1000_phy_igp_get_info()4244 phy_info->polarity_correction = e1000_polarity_reversal_enabled; in e1000_phy_igp_get_info()4251 phy_info->cable_polarity = polarity; in e1000_phy_igp_get_info()4257 phy_info->mdix_mode = (e1000_auto_x_mode)((phy_data & IGP01E1000_PSSR_MDIX) >> in e1000_phy_igp_get_info()4267 phy_info->local_rx = ((phy_data & SR_1000T_LOCAL_RX_STATUS) >> in e1000_phy_igp_get_info()[all …]
243 struct e1000_phy_info phy_info; member
571 e1000_phy_get_info ( &adapter->hw, &adapter->phy_info ); in e1000_reset()
332 int32_t e1000_phy_get_info(struct e1000_hw *hw, struct e1000_phy_info *phy_info);