Home
last modified time | relevance | path

Searched refs:phy_type (Results 1 – 12 of 12) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/e1000/
De1000_hw.c176 hw->phy_type = e1000_phy_m88; in e1000_set_phy_type()
183 hw->phy_type = e1000_phy_igp; in e1000_set_phy_type()
187 hw->phy_type = e1000_phy_igp_3; in e1000_set_phy_type()
192 hw->phy_type = e1000_phy_ife; in e1000_set_phy_type()
196 hw->phy_type = e1000_phy_gg82563; in e1000_set_phy_type()
202 hw->phy_type = e1000_phy_undefined; in e1000_set_phy_type()
1528 if (hw->phy_type == e1000_phy_igp) { in e1000_copper_link_igp_setup()
1918 if (hw->phy_type == e1000_phy_ife) in e1000_copper_link_autoneg()
1991 if (hw->phy_type == e1000_phy_igp) { in e1000_copper_link_postconfig()
2056 if (hw->phy_type == e1000_phy_igp || in e1000_setup_copper_link()
[all …]
De1000_hw.h1392 e1000_phy_type phy_type; member
/external/syslinux/gpxe/src/drivers/net/
Dskge.c143 if (hw->phy_type == SK_PHY_BCOM) in skge_led()
168 if (hw->phy_type == SK_PHY_BCOM) in skge_led()
435 if (hw->phy_type == SK_PHY_XMAC) in __xm_phy_read()
525 if (hw->phy_type == SK_PHY_BCOM) in genesis_reset()
881 if (hw->phy_type != SK_PHY_XMAC) { in genesis_mac_init()
896 switch(hw->phy_type) { in genesis_mac_init()
1027 if (hw->phy_type != SK_PHY_XMAC) { in genesis_stop()
1110 if (hw->phy_type != SK_PHY_XMAC && skge->duplex == DUPLEX_FULL) in genesis_link_up()
1117 if (hw->phy_type == SK_PHY_BCOM) { in genesis_link_up()
1803 if (hw->chip_id == CHIP_ID_GENESIS && hw->phy_type == SK_PHY_XMAC) in skge_down()
[all …]
Detherfabric_nic.h177 int phy_type; member
Detherfabric.c3313 efab->phy_type = le16_to_cpu ( ver2->port0_phy_type ); in falcon_probe_nvram()
3324 efab->board_type, efab->phy_type, efab->phy_addr ); in falcon_probe_nvram()
3349 switch ( efab->phy_type ) { in falcon_probe_nvram()
3369 EFAB_ERR ( "Unknown PHY type: %d\n", efab->phy_type ); in falcon_probe_nvram()
Dskge.h2473 u8 phy_type; member
/external/wpa_supplicant_8/wpa_supplicant/
Dwnm_sta.c481 rep->phy_type = *(pos + 12); in wnm_parse_neighbor_report()
659 u8 op_class, u8 chan, u8 phy_type, u8 pref) in wnm_add_nei_rep() argument
678 *pos++ = phy_type; in wnm_add_nei_rep()
693 enum phy_type phy_type; in wnm_nei_rep_add_bss() local
726 phy_type = ieee80211_get_phy_type(bss->freq, (ht_oper != NULL), in wnm_nei_rep_add_bss()
728 if (phy_type == PHY_TYPE_UNSPECIFIED) { in wnm_nei_rep_add_bss()
737 phy_type, pref); in wnm_nei_rep_add_bss()
989 nei->channel_number, nei->phy_type, in wnm_dump_cand_list()
Dwnm_sta.h29 u8 phy_type; member
Drrm.c637 u8 *op_class, u8 *chan, u8 *phy_type) in wpas_get_op_chan_phy() argument
693 *phy_type = ieee80211_get_phy_type(freq, ht_oper != NULL, in wpas_get_op_chan_phy()
695 if (*phy_type == PHY_TYPE_UNSPECIFIED) { in wpas_get_op_chan_phy()
/external/wpa_supplicant_8/src/common/
Dieee802_11_common.h154 enum phy_type ieee80211_get_phy_type(int freq, int ht, int vht);
Dieee802_11_common.c1360 static enum phy_type ieee80211_phy_type_by_freq(int freq) in ieee80211_phy_type_by_freq()
1383 enum phy_type ieee80211_get_phy_type(int freq, int ht, int vht) in ieee80211_get_phy_type()
Dieee802_11_defs.h1919 enum phy_type { enum