Home
last modified time | relevance | path

Searched refs:phy_flags (Results 1 – 7 of 7) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/
Dbnx2.c164 if (bp->phy_flags & PHY_INT_MODE_AUTO_POLLING_FLAG) { in bnx2_read_phy()
202 if (bp->phy_flags & PHY_INT_MODE_AUTO_POLLING_FLAG) { in bnx2_read_phy()
221 if (bp->phy_flags & PHY_INT_MODE_AUTO_POLLING_FLAG) { in bnx2_write_phy()
251 if (bp->phy_flags & PHY_INT_MODE_AUTO_POLLING_FLAG) { in bnx2_write_phy()
338 bp->phy_flags & PHY_PARALLEL_DETECT_FLAG) in bnx2_report_fw_link()
402 if ((bp->phy_flags & PHY_SERDES_FLAG) && in bnx2_resolve_flow_ctrl()
417 if (bp->phy_flags & PHY_SERDES_FLAG) { in bnx2_resolve_flow_ctrl()
674 if ((bp->phy_flags & PHY_SERDES_FLAG) && in bnx2_set_link()
688 if (bp->phy_flags & PHY_SERDES_FLAG) { in bnx2_set_link()
700 if ((bp->phy_flags & PHY_SERDES_FLAG) && in bnx2_set_link()
[all …]
Dbnx2.h4060 u32 phy_flags; member
/external/syslinux/gpxe/src/net/80211/
Dnet80211.c482 if ( dev->phy_flags & NET80211_PHY_USE_SHORT_PREAMBLE ) in net80211_duration()
1021 u16 old_phy = dev->phy_flags; in net80211_process_capab()
1029 dev->phy_flags &= ~( NET80211_PHY_USE_SHORT_PREAMBLE | in net80211_process_capab()
1033 dev->phy_flags |= NET80211_PHY_USE_SHORT_PREAMBLE; in net80211_process_capab()
1036 dev->phy_flags |= NET80211_PHY_USE_SHORT_SLOT; in net80211_process_capab()
1038 if ( old_phy != dev->phy_flags ) in net80211_process_capab()
1056 u16 old_phy = dev->phy_flags; in net80211_process_ie()
1126 dev->phy_flags &= ~( NET80211_PHY_USE_PROTECTION | in net80211_process_ie()
1129 dev->phy_flags |= NET80211_PHY_USE_PROTECTION; in net80211_process_ie()
1131 dev->phy_flags |= NET80211_PHY_USE_SHORT_PREAMBLE; in net80211_process_ie()
[all …]
/external/syslinux/gpxe/src/include/gpxe/
Dnet80211.h983 int phy_flags; member
/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k.c875 if (sc->dev->phy_flags & NET80211_PHY_USE_PROTECTION) { in ath5k_txbuf_setup()
1633 if (dev->phy_flags & NET80211_PHY_USE_SHORT_PREAMBLE) in ath5k_config()
/external/syslinux/gpxe/src/drivers/net/rtl818x/
Drtl818x.c191 if (dev->phy_flags & NET80211_PHY_USE_PROTECTION) { in rtl818x_tx()
Drtl8185_rtl8225.c782 if (dev->phy_flags & NET80211_PHY_USE_SHORT_SLOT) { in rtl8225_rf_conf_erp()