Searched refs:phy_mode (Results 126 - 150 of 180) sorted by relevance

12345678

/linux-master/drivers/net/ethernet/sfc/
H A Defx.c124 efx->phy_mode = PHY_MODE_SPECIAL;
524 if (efx->phy_mode & PHY_MODE_SPECIAL)
H A Dnet_driver.h902 * @mac_lock: MAC access lock. Protects @port_enabled, @phy_mode,
919 * @phy_mode: PHY operating mode. Serialised by @mac_lock.
1095 enum efx_phy_mode phy_mode; member in struct:efx_nic
/linux-master/drivers/net/ethernet/sfc/siena/
H A Defx.c134 efx->phy_mode = PHY_MODE_SPECIAL;
524 if (efx->phy_mode & PHY_MODE_SPECIAL)
H A Dmcdi_port_common.c248 mode = efx->phy_mode & supported;
H A Dnet_driver.h870 * @mac_lock: MAC access lock. Protects @port_enabled, @phy_mode,
887 * @phy_mode: PHY operating mode. Serialised by @mac_lock.
1061 enum efx_phy_mode phy_mode; member in struct:efx_nic
/linux-master/drivers/phy/freescale/
H A Dphy-fsl-imx8-mipi-dphy.c486 static int mixel_dphy_validate(struct phy *phy, enum phy_mode mode, int submode,
609 static int mixel_dphy_set_mode(struct phy *phy, enum phy_mode mode, int submode)
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dcore.h362 u32 phy_mode; member in struct:ath10k_tpc_stats
383 u32 phy_mode; member in struct:ath10k_tpc_stats_final
H A Dwmi.h3104 u8 phy_mode; /* valid for 10.2 only */ member in struct:wmi_chan_list_entry
3402 __le32 phy_mode; member in struct:wmi_mgmt_rx_hdr_v1
3427 __le32 phy_mode; member in struct:wmi_10_4_mgmt_rx_hdr
4184 __le32 phy_mode; member in struct:wmi_pdev_tpc_config_event
4213 __le32 phy_mode; member in struct:wmi_pdev_tpc_final_table_event
6801 __le32 phy_mode; member in struct:wmi_mgmt_rx_ev_arg
H A Dwmi.c2334 arg->phy_mode = ev_hdr->phy_mode;
2378 arg->phy_mode = ev_hdr->phy_mode;
2528 u32 phy_mode; local
2544 phy_mode = __le32_to_cpu(arg.phy_mode);
2567 /* Hardware can Rx CCK rates on 5GHz. In that case phy_mode is set to
2568 * MODE_11B. This means phy_mode is not a reliable source for the band
2584 if (phy_mode
[all...]
H A Dwmi-tlv.h1693 __le32 phy_mode; member in struct:wmi_tlv_mgmt_rx_ev
1913 __le32 phy_mode; member in struct:wmi_tlv_peer_assoc_cmd
/linux-master/drivers/phy/
H A Dphy-core.c404 int phy_set_mode_ext(struct phy *phy, enum phy_mode mode, int submode)
576 * @mode: phy_mode the configuration is applicable to.
589 int phy_validate(struct phy *phy, enum phy_mode mode, int submode,
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dnet_driver.h707 * @mac_lock: MAC access lock. Protects @port_enabled, @phy_mode,
722 * @phy_mode: PHY operating mode. Serialised by @mac_lock.
863 enum ef4_phy_mode phy_mode; member in struct:ef4_nic
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.h564 u8 phy_mode; member in struct:sta_rec_ra_uni
/linux-master/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c236 switch (udc->phy_mode) {
2250 udc->phy_mode = pdata->phy_mode;
2306 udc->phy_mode = 0;
/linux-master/drivers/phy/qualcomm/
H A Dphy-qcom-qmp-usbc.c345 enum phy_mode mode;
625 static int qmp_usbc_set_mode(struct phy *phy, enum phy_mode mode, int submode)
H A Dphy-qcom-qmp-usb-legacy.c543 enum phy_mode mode;
921 static int qmp_usb_legacy_set_mode(struct phy *phy, enum phy_mode mode, int submode)
/linux-master/drivers/net/dsa/microchip/
H A Dksz_common.c4053 phy_interface_t phy_mode = dev->ports[port_num].interface; local
4056 if (!phy_interface_mode_is_rgmii(phy_mode))
4069 if (phy_mode == PHY_INTERFACE_MODE_RGMII_RXID ||
4070 phy_mode == PHY_INTERFACE_MODE_RGMII_ID)
4073 if (phy_mode == PHY_INTERFACE_MODE_RGMII_TXID ||
4074 phy_mode == PHY_INTERFACE_MODE_RGMII_ID)
/linux-master/drivers/net/ethernet/mscc/
H A Docelot.c822 if (ocelot_port->phy_mode == PHY_INTERFACE_MODE_QSGMII)
828 if (ocelot_port->phy_mode != PHY_INTERFACE_MODE_INTERNAL) {
840 ocelot_port->phy_mode);
/linux-master/drivers/net/ethernet/engleder/
H A Dtsnep_main.c248 adapter->phy_mode);
2454 &adapter->phy_mode);
2456 adapter->phy_mode = PHY_INTERFACE_MODE_GMII;
/linux-master/drivers/phy/mediatek/
H A Dphy-mtk-tphy.c944 enum phy_mode mode)
1458 static int mtk_phy_set_mode(struct phy *phy, enum phy_mode mode, int submode)
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.h220 u8 phy_mode; member in struct:bss_info_basic
566 u8 phy_mode; member in struct:sta_rec_ra
/linux-master/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_cle.c770 if (pdata->phy_mode != PHY_INTERFACE_MODE_XGMII)
/linux-master/include/soc/mscc/
H A Docelot.h779 phy_interface_t phy_mode; member in struct:ocelot_port
/linux-master/drivers/net/dsa/ocelot/
H A Dseville_vsc9953.c921 if (ocelot_port->phy_mode == PHY_INTERFACE_MODE_INTERNAL)
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddp.h1223 u16 phy_mode; member in struct:htt_ppdu_stats_common

Completed in 426 milliseconds

12345678