Searched refs:phy_flags (Results 1 - 25 of 27) sorted by relevance

12

/linux-master/drivers/net/ethernet/broadcom/
H A Dtg3.c1183 if ((tp->phy_flags & TG3_PHYFLG_IS_FET) &&
1592 tp->phy_flags |= TG3_PHYFLG_IS_FET;
1677 if (!(tp->phy_flags & TG3_PHYFLG_MII_SERDES)) {
1890 if (tp->phy_flags & TG3_PHYFLG_EEE_CAP)
1973 if (tp->phy_flags & TG3_PHYFLG_ANY_SERDES)
2087 if (tp->phy_flags & TG3_PHYFLG_IS_CONNECTED)
2107 if (!(tp->phy_flags & TG3_PHYFLG_10_100_ONLY)) {
2122 tp->phy_flags |= TG3_PHYFLG_IS_CONNECTED;
2133 if (!(tp->phy_flags & TG3_PHYFLG_IS_CONNECTED))
2138 if (tp->phy_flags
[all...]
H A Dbnx2.c492 if (bp->phy_flags & BNX2_PHY_FLAG_INT_MODE_AUTO_POLLING) {
530 if (bp->phy_flags & BNX2_PHY_FLAG_INT_MODE_AUTO_POLLING) {
549 if (bp->phy_flags & BNX2_PHY_FLAG_INT_MODE_AUTO_POLLING) {
579 if (bp->phy_flags & BNX2_PHY_FLAG_INT_MODE_AUTO_POLLING) {
937 if (bp->phy_flags & BNX2_PHY_FLAG_REMOTE_PHY_CAP)
979 bp->phy_flags & BNX2_PHY_FLAG_PARALLEL_DETECT)
995 ((bp->phy_flags & BNX2_PHY_FLAG_SERDES) ? "Remote Copper" :
1049 if ((bp->phy_flags & BNX2_PHY_FLAG_SERDES) &&
1064 if (bp->phy_flags & BNX2_PHY_FLAG_SERDES) {
1216 bp->phy_flags
[all...]
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c2224 if (!(bp->phy_flags & BNXT_PHY_FL_NO_PAUSE)) {
2295 bnxt_encoding_speed_idx(u8 sig_mode, u16 phy_flags, u16 speed_msk) argument
2302 if (phy_flags & BNXT_PHY_FL_SPEEDS2) {
2311 if (phy_flags & BNXT_PHY_FL_SPEEDS2) {
2339 u8 sig_mode, u16 phy_flags, unsigned long *et_mask)
2346 speed = bnxt_encoding_speed_idx(sig_mode, phy_flags, 1 << bit);
2360 u8 sig_mode, u16 phy_flags, unsigned long *et_mask)
2363 __bnxt_get_ethtool_speeds(fw_mask, media, sig_mode, phy_flags,
2370 __bnxt_get_ethtool_speeds(fw_mask, media, sig_mode, phy_flags,
2381 u16 phy_flags local
2338 __bnxt_get_ethtool_speeds(unsigned long fw_mask, enum bnxt_media_type media, u8 sig_mode, u16 phy_flags, unsigned long *et_mask) argument
2359 bnxt_get_ethtool_speeds(unsigned long fw_mask, enum bnxt_media_type media, u8 sig_mode, u16 phy_flags, unsigned long *et_mask) argument
2406 u16 phy_flags = bp->phy_flags; local
2429 u16 phy_flags = bp->phy_flags; local
[all...]
H A Dbnxt.c2333 if (bp->phy_flags & BNXT_PHY_FL_SPEEDS2)
2344 if (bp->phy_flags & BNXT_PHY_FL_SPEEDS2) {
2376 if (bp->phy_flags & BNXT_PHY_FL_SPEEDS2) {
2388 if (bp->phy_flags & BNXT_PHY_FL_SPEEDS2) {
2406 if (bp->phy_flags & BNXT_PHY_FL_SPEEDS2) {
4987 if (!(bp->phy_flags & BNXT_PHY_FL_PORT_STATS_NO_RESET) ||
10770 if (bp->phy_flags & BNXT_PHY_FL_EEE_CAP)
10816 bp->phy_flags = resp->flags | (le16_to_cpu(resp->flags2) << 8);
10872 if (bp->phy_flags & BNXT_PHY_FL_SPEEDS2) {
10930 if (bp->phy_flags
[all...]
H A Dbnxt_dcb.c639 (bp->phy_flags & BNXT_PHY_FL_NO_PAUSE))
H A Dbnxt.h2142 ((bp)->phy_flags & BNXT_PHY_FL_SHARED_PORT_CFG))
2486 u32 phy_flags; member in struct:bnxt
/linux-master/drivers/net/ethernet/broadcom/genet/
H A Dbcmmii.c303 u32 phy_flags = PHY_BRCM_AUTO_PWRDWN_ENABLE | local
310 phy_flags = priv->gphy_rev;
347 phy_flags, phy_iface);
374 phydev->dev_flags = phy_flags;
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dreg.c319 static u32 ath12k_map_fw_phy_flags(u32 phy_flags) argument
323 if (phy_flags & ATH12K_REG_PHY_BITMAP_NO11AX)
326 if (phy_flags & ATH12K_REG_PHY_BITMAP_NO11BE)
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drx.c830 rx_status.band = (phy_res->phy_flags & RX_RES_PHY_FLAGS_BAND_24_MSK) ?
865 (le16_to_cpu(phy_res->phy_flags) & RX_RES_PHY_FLAGS_ANTENNA_MSK)
869 if (phy_res->phy_flags & RX_RES_PHY_FLAGS_SHORT_PREAMBLE_MSK)
872 if (phy_res->phy_flags & RX_RES_PHY_FLAGS_AGG_MSK) {
H A Dcommands.h1056 __le16 phy_flags; /* general phy flags: band, modulation, ... */ member in struct:iwl_rx_phy_res
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drx.c32 if (mvm->last_phy_info.phy_flags & cpu_to_le16(RX_RES_PHY_FLAGS_AGG)) {
123 rx_status->chains = (le16_to_cpu(phy_info->phy_flags) &
349 (phy_info->phy_flags & cpu_to_le16(RX_RES_PHY_FLAGS_BAND_24)) ?
463 if (phy_info->phy_flags & cpu_to_le16(RX_RES_PHY_FLAGS_SHORT_PREAMBLE))
466 if (phy_info->phy_flags & cpu_to_le16(RX_RES_PHY_FLAGS_AGG)) {
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.h336 u8 phy_flags; member in struct:link_vars
H A Dbnx2x_link.c1822 if (vars->phy_flags & PHY_XGXS_FLAG) {
4507 vars->phy_flags |= PHY_XGXS_FLAG;
4512 vars->phy_flags |= PHY_SGMII_FLAG;
4704 vars->phy_flags |= PHY_PHYSICAL_LINK_FLAG;
4764 vars->phy_flags |= PHY_SGMII_FLAG;
4766 vars->phy_flags &= ~PHY_SGMII_FLAG;
4771 vars->phy_flags |= PHY_SGMII_FLAG;
4798 vars->phy_flags |= PHY_HALF_OPEN_CONN_FLAG;
4800 vars->phy_flags |= PHY_SFP_TX_FAULT_FLAG;
4827 vars->phy_flags
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Drx.h35 * @phy_flags: general phy flags: band, modulation, ...
57 __le16 phy_flags; member in struct:iwl_rx_phy_info
97 * enum iwl_rx_phy_flags - to parse %iwl_rx_phy_info phy_flags
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dreg.c356 static u32 ath11k_map_fw_phy_flags(u32 phy_flags) argument
360 if (phy_flags & ATH11K_REG_PHY_BITMAP_NO11AX)
/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr_transport.c1134 if (sas_io_unit_pg0->phy_data[i].phy_flags &
1222 if (sas_io_unit_pg0->phy_data[i].phy_flags &
2994 if ((sas_io_unit_pg0->phy_data[phy->number].phy_flags &
3021 sas_io_unit_pg1->phy_data[phy->number].phy_flags
3024 sas_io_unit_pg1->phy_data[phy->number].phy_flags
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D3945.c542 phy_flags & RX_RES_PHY_FLAGS_BAND_24_MSK) ? NL80211_BAND_2GHZ :
553 (le16_to_cpu(rx_hdr->phy_flags) & RX_RES_PHY_FLAGS_ANTENNA_MSK) >>
557 if (rx_hdr->phy_flags & RX_RES_PHY_FLAGS_SHORT_PREAMBLE_MSK)
H A Dcommands.h1174 __le16 phy_flags; member in struct:il3945_rx_frame_hdr
1228 __le16 phy_flags; /* general phy flags: band, modulation, ... */ member in struct:il_rx_phy_res
H A D4965-mac.c479 (le16_to_cpu(rx_resp->phy_flags) & IL49_RX_PHY_FLAGS_ANTENNAE_MASK)
677 phy_flags & RX_RES_PHY_FLAGS_BAND_24_MSK) ? NL80211_BAND_2GHZ :
712 (le16_to_cpu(phy_res->phy_flags) & RX_RES_PHY_FLAGS_ANTENNA_MSK) >>
716 if (phy_res->phy_flags & RX_RES_PHY_FLAGS_SHORT_PREAMBLE_MSK)
729 if (phy_res->phy_flags & RX_RES_PHY_FLAGS_AGG_MSK) {
/linux-master/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_cnfg.h1555 u8 phy_flags; member in struct:mpi3_sas_io_unit0_phy_data
1599 u8 phy_flags; member in struct:mpi3_sas_io_unit1_phy_data
1990 u8 phy_flags; member in struct:mpi3_pcie_io_unit0_phy_data
2045 u8 phy_flags; member in struct:mpi3_pcie_io_unit1_phy_data
/linux-master/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp_intf.c980 u32 phy_flags = PHY_BRCM_AUTO_PWRDWN_ENABLE | local
1034 bcmasp_adj_link, phy_flags,
/linux-master/net/dsa/
H A Duser.c2480 u32 phy_flags = 0; local
2500 phy_flags = ds->ops->get_phy_flags(ds, dp->index);
2502 ret = phylink_of_phy_connect(dp->pl, port_dn, phy_flags);
2507 ret = dsa_user_phy_connect(user_dev, dp->index, phy_flags);
/linux-master/drivers/scsi/esas2r/
H A Desas2r.h577 u8 phy_flags[16]; member in struct:esas2r_sas_nvram
/linux-master/net/bluetooth/
H A Dmgmt.c8509 u32 supported_flags, phy_flags; local
8515 phy_flags = adv_flags & MGMT_ADV_FLAG_SEC_MASK;
8517 ((phy_flags && (phy_flags ^ (phy_flags & -phy_flags)))))
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c7865 u8 phy_flags = frame->antennaAndPhy; local
7969 } else if (phy_flags & (1 << 5)) { /* 802.11b */
8021 ipw_rt->rt_antenna = (phy_flags & 3);
8024 if (phy_flags & (1 << 6))

Completed in 894 milliseconds

12