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

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211_capa.c1291 static int phy_info_freqs(struct phy_info_arg *phy_info, argument
1328 idx = phy_info->last_chan_idx;
1338 phy_info->last_chan_idx = idx;
1388 static int phy_info_band(struct phy_info_arg *phy_info, struct nlattr *nl_band) argument
1394 if (phy_info->last_mode != nl_band->nla_type) {
1395 mode = os_realloc_array(phy_info->modes,
1396 *phy_info->num_modes + 1,
1399 phy_info->failed = 1;
1402 phy_info->modes = mode;
1404 mode = &phy_info
1452 struct phy_info_arg *phy_info = arg; local
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211_capa.c1291 static int phy_info_freqs(struct phy_info_arg *phy_info, argument
1328 idx = phy_info->last_chan_idx;
1338 phy_info->last_chan_idx = idx;
1388 static int phy_info_band(struct phy_info_arg *phy_info, struct nlattr *nl_band) argument
1394 if (phy_info->last_mode != nl_band->nla_type) {
1395 mode = os_realloc_array(phy_info->modes,
1396 *phy_info->num_modes + 1,
1399 phy_info->failed = 1;
1402 phy_info->modes = mode;
1404 mode = &phy_info
1452 struct phy_info_arg *phy_info = arg; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211_capa.c1291 static int phy_info_freqs(struct phy_info_arg *phy_info, argument
1328 idx = phy_info->last_chan_idx;
1338 phy_info->last_chan_idx = idx;
1388 static int phy_info_band(struct phy_info_arg *phy_info, struct nlattr *nl_band) argument
1394 if (phy_info->last_mode != nl_band->nla_type) {
1395 mode = os_realloc_array(phy_info->modes,
1396 *phy_info->num_modes + 1,
1399 phy_info->failed = 1;
1402 phy_info->modes = mode;
1404 mode = &phy_info
1452 struct phy_info_arg *phy_info = arg; local
[all...]
/external/syslinux/gpxe/src/drivers/net/e1000/
H A De1000_hw.c73 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);
4224 * phy_info - PHY information structure
4228 struct e1000_phy_info *phy_info)
4238 phy_info->downshift = (e1000_downshift)hw->speed_downgraded;
4241 phy_info->extended_10bt_distance = e1000_10bt_ext_dist_enable_normal;
4244 phy_info->polarity_correction = e1000_polarity_reversal_enabled;
4251 phy_info->cable_polarity = polarity;
4257 phy_info
4227 e1000_phy_igp_get_info(struct e1000_hw *hw, struct e1000_phy_info *phy_info) argument
4304 e1000_phy_ife_get_info(struct e1000_hw *hw, struct e1000_phy_info *phy_info) argument
4354 e1000_phy_m88_get_info(struct e1000_hw *hw, struct e1000_phy_info *phy_info) argument
4433 e1000_phy_get_info(struct e1000_hw *hw, struct e1000_phy_info *phy_info) argument
[all...]
H A De1000.h243 struct e1000_phy_info phy_info; member in struct:e1000_adapter
H A De1000.c571 e1000_phy_get_info ( &adapter->hw, &adapter->phy_info );
H A De1000_hw.h332 int32_t e1000_phy_get_info(struct e1000_hw *hw, struct e1000_phy_info *phy_info);

Completed in 92 milliseconds