/linux-6.12.1/drivers/net/ethernet/broadcom/ |
D | tg3.c | 1183 if ((tp->phy_flags & TG3_PHYFLG_IS_FET) && in __tg3_writephy() 1592 tp->phy_flags |= TG3_PHYFLG_IS_FET; in tg3_mdio_init() 1677 if (!(tp->phy_flags & TG3_PHYFLG_MII_SERDES)) { in tg3_phy_gather_ump_data() 1890 if (tp->phy_flags & TG3_PHYFLG_EEE_CAP) in tg3_link_report() 1973 if (tp->phy_flags & TG3_PHYFLG_ANY_SERDES) in tg3_setup_flow_control() 2087 if (tp->phy_flags & TG3_PHYFLG_IS_CONNECTED) in tg3_phy_init() 2107 if (!(tp->phy_flags & TG3_PHYFLG_10_100_ONLY)) { in tg3_phy_init() 2122 tp->phy_flags |= TG3_PHYFLG_IS_CONNECTED; in tg3_phy_init() 2133 if (!(tp->phy_flags & TG3_PHYFLG_IS_CONNECTED)) in tg3_phy_start() 2138 if (tp->phy_flags & TG3_PHYFLG_IS_LOW_POWER) { in tg3_phy_start() [all …]
|
D | bnx2.c | 492 if (bp->phy_flags & BNX2_PHY_FLAG_INT_MODE_AUTO_POLLING) { in bnx2_read_phy() 530 if (bp->phy_flags & BNX2_PHY_FLAG_INT_MODE_AUTO_POLLING) { in bnx2_read_phy() 549 if (bp->phy_flags & BNX2_PHY_FLAG_INT_MODE_AUTO_POLLING) { in bnx2_write_phy() 579 if (bp->phy_flags & BNX2_PHY_FLAG_INT_MODE_AUTO_POLLING) { in bnx2_write_phy() 937 if (bp->phy_flags & BNX2_PHY_FLAG_REMOTE_PHY_CAP) in bnx2_report_fw_link() 979 bp->phy_flags & BNX2_PHY_FLAG_PARALLEL_DETECT) in bnx2_report_fw_link() 995 ((bp->phy_flags & BNX2_PHY_FLAG_SERDES) ? "Remote Copper" : in bnx2_xceiver_str() 1049 if ((bp->phy_flags & BNX2_PHY_FLAG_SERDES) && in bnx2_resolve_flow_ctrl() 1064 if (bp->phy_flags & BNX2_PHY_FLAG_SERDES) { in bnx2_resolve_flow_ctrl() 1216 bp->phy_flags &= ~BNX2_PHY_FLAG_MDIX; in bnx2_copper_linkup() [all …]
|
D | tg3.h | 3333 u32 phy_flags; member
|
/linux-6.12.1/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_ethtool.c | 2421 if (!(bp->phy_flags & BNXT_PHY_FL_NO_PAUSE)) { in bnxt_get_ethtool_modes() 2492 bnxt_encoding_speed_idx(u8 sig_mode, u16 phy_flags, u16 speed_msk) in bnxt_encoding_speed_idx() argument 2499 if (phy_flags & BNXT_PHY_FL_SPEEDS2) { in bnxt_encoding_speed_idx() 2508 if (phy_flags & BNXT_PHY_FL_SPEEDS2) { in bnxt_encoding_speed_idx() 2536 u8 sig_mode, u16 phy_flags, unsigned long *et_mask) in __bnxt_get_ethtool_speeds() argument 2543 speed = bnxt_encoding_speed_idx(sig_mode, phy_flags, 1 << bit); in __bnxt_get_ethtool_speeds() 2557 u8 sig_mode, u16 phy_flags, unsigned long *et_mask) in bnxt_get_ethtool_speeds() argument 2560 __bnxt_get_ethtool_speeds(fw_mask, media, sig_mode, phy_flags, in bnxt_get_ethtool_speeds() 2567 __bnxt_get_ethtool_speeds(fw_mask, media, sig_mode, phy_flags, in bnxt_get_ethtool_speeds() 2578 u16 phy_flags = bp->phy_flags; in bnxt_get_all_ethtool_support_speeds() local [all …]
|
D | bnxt_dcb.c | 639 (bp->phy_flags & BNXT_PHY_FL_NO_PAUSE)) in bnxt_dcbnl_ieee_setpfc()
|
D | bnxt.c | 2384 if (bp->phy_flags & BNXT_PHY_FL_SPEEDS2) in bnxt_get_force_speed() 2395 if (bp->phy_flags & BNXT_PHY_FL_SPEEDS2) { in bnxt_set_force_speed() 2427 if (bp->phy_flags & BNXT_PHY_FL_SPEEDS2) { in bnxt_set_auto_speed() 2439 if (bp->phy_flags & BNXT_PHY_FL_SPEEDS2) { in bnxt_force_speed_updated() 2457 if (bp->phy_flags & BNXT_PHY_FL_SPEEDS2) { in bnxt_auto_speed_updated() 5139 if (!(bp->phy_flags & BNXT_PHY_FL_PORT_STATS_NO_RESET) || in bnxt_free_mem() 11150 if (bp->phy_flags & BNXT_PHY_FL_EEE_CAP) in bnxt_report_link() 11196 bp->phy_flags = resp->flags | (le16_to_cpu(resp->flags2) << 8); in bnxt_hwrm_phy_qcaps() 11252 if (bp->phy_flags & BNXT_PHY_FL_SPEEDS2) { in bnxt_support_speed_dropped() 11310 if (bp->phy_flags & BNXT_PHY_FL_SPEEDS2) in bnxt_update_link() [all …]
|
D | bnxt.h | 2234 ((bp)->phy_flags & BNXT_PHY_FL_SHARED_PORT_CFG)) 2600 u32 phy_flags; member
|
/linux-6.12.1/drivers/net/ethernet/broadcom/genet/ |
D | bcmmii.c | 307 u32 phy_flags = PHY_BRCM_AUTO_PWRDWN_ENABLE | in bcmgenet_mii_probe() local 314 phy_flags = priv->gphy_rev; in bcmgenet_mii_probe() 351 phy_flags, phy_iface); in bcmgenet_mii_probe() 378 phydev->dev_flags = phy_flags; in bcmgenet_mii_probe()
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | rx.c | 830 rx_status.band = (phy_res->phy_flags & RX_RES_PHY_FLAGS_BAND_24_MSK) ? in iwlagn_rx_reply_rx() 865 (le16_to_cpu(phy_res->phy_flags) & RX_RES_PHY_FLAGS_ANTENNA_MSK) in iwlagn_rx_reply_rx() 869 if (phy_res->phy_flags & RX_RES_PHY_FLAGS_SHORT_PREAMBLE_MSK) in iwlagn_rx_reply_rx() 872 if (phy_res->phy_flags & RX_RES_PHY_FLAGS_AGG_MSK) { in iwlagn_rx_reply_rx()
|
D | commands.h | 1056 __le16 phy_flags; /* general phy flags: band, modulation, ... */ member
|
/linux-6.12.1/drivers/net/wireless/ath/ath12k/ |
D | reg.c | 355 static u32 ath12k_map_fw_phy_flags(u32 phy_flags) in ath12k_map_fw_phy_flags() argument 359 if (phy_flags & ATH12K_REG_PHY_BITMAP_NO11AX) in ath12k_map_fw_phy_flags() 362 if (phy_flags & ATH12K_REG_PHY_BITMAP_NO11BE) in ath12k_map_fw_phy_flags()
|
/linux-6.12.1/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_link.c | 1822 if (vars->phy_flags & PHY_XGXS_FLAG) { in bnx2x_emac_enable() 4507 vars->phy_flags |= PHY_XGXS_FLAG; in bnx2x_warpcore_config_init() 4512 vars->phy_flags |= PHY_SGMII_FLAG; in bnx2x_warpcore_config_init() 4704 vars->phy_flags |= PHY_PHYSICAL_LINK_FLAG; in bnx2x_sync_link() 4764 vars->phy_flags |= PHY_SGMII_FLAG; in bnx2x_sync_link() 4766 vars->phy_flags &= ~PHY_SGMII_FLAG; in bnx2x_sync_link() 4771 vars->phy_flags |= PHY_SGMII_FLAG; in bnx2x_sync_link() 4798 vars->phy_flags |= PHY_HALF_OPEN_CONN_FLAG; in bnx2x_sync_link() 4800 vars->phy_flags |= PHY_SFP_TX_FAULT_FLAG; in bnx2x_sync_link() 4827 vars->phy_flags = PHY_XGXS_FLAG; in bnx2x_link_status_update() [all …]
|
D | bnx2x_link.h | 336 u8 phy_flags; member
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | rx.c | 32 if (mvm->last_phy_info.phy_flags & cpu_to_le16(RX_RES_PHY_FLAGS_AGG)) { in iwl_mvm_rx_rx_phy_cmd() 123 rx_status->chains = (le16_to_cpu(phy_info->phy_flags) & in iwl_mvm_get_signal_strength() 349 (phy_info->phy_flags & cpu_to_le16(RX_RES_PHY_FLAGS_BAND_24)) ? in iwl_mvm_rx_rx_mpdu() 463 if (phy_info->phy_flags & cpu_to_le16(RX_RES_PHY_FLAGS_SHORT_PREAMBLE)) in iwl_mvm_rx_rx_mpdu() 466 if (phy_info->phy_flags & cpu_to_le16(RX_RES_PHY_FLAGS_AGG)) { in iwl_mvm_rx_rx_mpdu()
|
/linux-6.12.1/drivers/scsi/mpi3mr/mpi/ |
D | mpi30_cnfg.h | 1583 u8 phy_flags; member 1624 u8 phy_flags; member 2012 u8 phy_flags; member 2067 u8 phy_flags; member
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | rx.h | 57 __le16 phy_flags; member
|
/linux-6.12.1/drivers/net/wireless/ath/ath11k/ |
D | reg.c | 354 static u32 ath11k_map_fw_phy_flags(u32 phy_flags) in ath11k_map_fw_phy_flags() argument 358 if (phy_flags & ATH11K_REG_PHY_BITMAP_NO11AX) in ath11k_map_fw_phy_flags()
|
/linux-6.12.1/drivers/scsi/mpi3mr/ |
D | mpi3mr_transport.c | 1155 if (sas_io_unit_pg0->phy_data[i].phy_flags & in mpi3mr_sas_host_refresh() 1243 if (sas_io_unit_pg0->phy_data[i].phy_flags & in mpi3mr_sas_host_add() 3039 if ((sas_io_unit_pg0->phy_data[phy->number].phy_flags & in mpi3mr_transport_phy_enable() 3066 sas_io_unit_pg1->phy_data[phy->number].phy_flags in mpi3mr_transport_phy_enable() 3069 sas_io_unit_pg1->phy_data[phy->number].phy_flags in mpi3mr_transport_phy_enable()
|
/linux-6.12.1/drivers/net/wireless/intel/iwlegacy/ |
D | commands.h | 1178 __le16 phy_flags; 1235 __le16 phy_flags; /* general phy flags: band, modulation, ... */ member
|
D | 3945.c | 542 phy_flags & RX_RES_PHY_FLAGS_BAND_24_MSK) ? NL80211_BAND_2GHZ : in il3945_hdl_rx() 553 (le16_to_cpu(rx_hdr->phy_flags) & RX_RES_PHY_FLAGS_ANTENNA_MSK) >> in il3945_hdl_rx() 557 if (rx_hdr->phy_flags & RX_RES_PHY_FLAGS_SHORT_PREAMBLE_MSK) in il3945_hdl_rx()
|
D | 4965-mac.c | 479 (le16_to_cpu(rx_resp->phy_flags) & IL49_RX_PHY_FLAGS_ANTENNAE_MASK) in il4965_calc_rssi() 677 phy_flags & RX_RES_PHY_FLAGS_BAND_24_MSK) ? NL80211_BAND_2GHZ : in il4965_hdl_rx() 712 (le16_to_cpu(phy_res->phy_flags) & RX_RES_PHY_FLAGS_ANTENNA_MSK) >> in il4965_hdl_rx() 716 if (phy_res->phy_flags & RX_RES_PHY_FLAGS_SHORT_PREAMBLE_MSK) in il4965_hdl_rx() 729 if (phy_res->phy_flags & RX_RES_PHY_FLAGS_AGG_MSK) { in il4965_hdl_rx()
|
/linux-6.12.1/drivers/net/ethernet/broadcom/asp2/ |
D | bcmasp_intf.c | 988 u32 phy_flags = PHY_BRCM_AUTO_PWRDWN_ENABLE | in bcmasp_netif_init() local 1042 bcmasp_adj_link, phy_flags, in bcmasp_netif_init()
|
/linux-6.12.1/net/dsa/ |
D | user.c | 2591 u32 phy_flags = 0; in dsa_user_phy_setup() local 2611 phy_flags = ds->ops->get_phy_flags(ds, dp->index); in dsa_user_phy_setup() 2613 ret = phylink_of_phy_connect(dp->pl, port_dn, phy_flags); in dsa_user_phy_setup() 2618 ret = dsa_user_phy_connect(user_dev, dp->index, phy_flags); in dsa_user_phy_setup()
|
/linux-6.12.1/drivers/scsi/esas2r/ |
D | esas2r.h | 577 u8 phy_flags[16]; member
|
/linux-6.12.1/net/bluetooth/ |
D | mgmt.c | 8568 u32 supported_flags, phy_flags; in requested_adv_flags_are_valid() local 8574 phy_flags = adv_flags & MGMT_ADV_FLAG_SEC_MASK; in requested_adv_flags_are_valid() 8576 ((phy_flags && (phy_flags ^ (phy_flags & -phy_flags))))) in requested_adv_flags_are_valid()
|