Home
last modified time | relevance | path

Searched defs:phy_info (Results 1 – 25 of 25) sorted by relevance

/openbmc/u-boot/drivers/qe/
H A Duec_phy.h204 struct phy_info { struct
205 u32 phy_id;
206 char *name;
207 unsigned int phy_id_mask;
208 u32 features;
232 struct phy_info *uec_get_phy_info (struct uec_mii_info *mii_info); argument
H A Duec_phy.c794 static struct phy_info *phy_info[] = { variable
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_recv.h81 struct phy_info { struct
82 u8 rx_pwd_ba11;
84 u8 SignalQuality; /* in 0-100 index. */
85 s8 rx_mimo_signal_quality[4]; /* per-path's EVM */
86 u8 RxMIMOEVMdbm[4]; /* per-path's EVM dbm */
88 u8 rx_mimo_signal_strength[4];/* in 0~100 index */
90 u16 Cfo_short[4]; /* per-path's Cfo_short */
91 u16 Cfo_tail[4]; /* per-path's Cfo_tail */
93 s8 RxPower; /* in dBm Translate from PWdB */
94 …cket, no beautification and aggregation. Keep this raw info to be used for the other procedures. */
[all …]
H A Dwlan_bssdef.h167 struct wlan_phy_info phy_info; member
/openbmc/linux/drivers/message/fusion/
H A Dmptsas.c481 struct mptsas_phyinfo *phy_info; in mptsas_port_delete() local
506 mptsas_get_rphy(struct mptsas_phyinfo *phy_info) in mptsas_get_rphy()
515 mptsas_set_rphy(MPT_ADAPTER *ioc, struct mptsas_phyinfo *phy_info, struct sas_rphy *rphy) in mptsas_set_rphy()
532 mptsas_get_port(struct mptsas_phyinfo *phy_info) in mptsas_get_port()
541 mptsas_set_port(MPT_ADAPTER *ioc, struct mptsas_phyinfo *phy_info, struct sas_port *port) in mptsas_set_port()
555 mptsas_get_starget(struct mptsas_phyinfo *phy_info) in mptsas_get_starget()
564 mptsas_set_starget(struct mptsas_phyinfo *phy_info, struct scsi_target * in mptsas_set_starget()
787 struct mptsas_phyinfo *phy_info = NULL; in mptsas_add_device_component_starget() local
860 struct mptsas_phyinfo *phy_info, *phy_info_cmp; in mptsas_setup_wide_ports() local
1444 mptsas_add_end_device(MPT_ADAPTER *ioc, struct mptsas_phyinfo *phy_info) in mptsas_add_end_device()
[all …]
H A Dmptsas.h177 struct mptsas_phyinfo *phy_info; member
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_dpio_phy.c244 const struct bxt_ddi_phy_info *phy_info, *phys; in bxt_port_to_phy_channel() local
327 const struct bxt_ddi_phy_info *phy_info; in bxt_ddi_phy_is_enabled() local
371 const struct bxt_ddi_phy_info *phy_info; in _bxt_ddi_phy_init() local
454 const struct bxt_ddi_phy_info *phy_info; in bxt_ddi_phy_uninit() local
465 const struct bxt_ddi_phy_info *phy_info = in bxt_ddi_phy_init() local
519 const struct bxt_ddi_phy_info *phy_info; in bxt_ddi_phy_verify_state() local
/openbmc/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dfs_enet.h96 struct phy_info { struct
97 unsigned int id;
98 const char *name;
99 void (*startup) (struct net_device * dev);
100 void (*shutdown) (struct net_device * dev);
101 void (*ack_int) (struct net_device * dev);
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Dodm_HWConfig.c102 struct odm_phy_info *phy_info, in odm_rx_phy_status_parsing()
396 void odm_phy_status_query(struct dm_odm_t *dm_odm, struct odm_phy_info *phy_info, in odm_phy_status_query()
/openbmc/linux/drivers/net/ethernet/emulex/benet/
H A Dbe.h382 struct phy_info { struct
385 u8 transceiver;
386 u8 autoneg;
387 u8 fc_autoneg;
388 u8 port_type;
389 u16 phy_type;
390 u16 interface_type;
391 u32 misc_params;
392 u16 auto_speeds_supported;
393 u16 fixed_speeds_supported;
[all …]
H A Dbe_cmds.h1696 struct be_phy_info phy_info; member
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drx.c103 struct iwl_rx_phy_info *phy_info, in iwl_mvm_get_signal_strength()
202 struct iwl_rx_phy_info *phy_info, in iwl_mvm_rx_handle_tcm()
294 struct iwl_rx_phy_info *phy_info; in iwl_mvm_rx_rx_mpdu() local
H A Drxmq.c360 struct ieee80211_rx_status *stats, u16 phy_info, in iwl_mvm_rx_crypto()
1206 u16 phy_info; member
1882 u16 phy_info = phy_data->phy_info; in iwl_mvm_rx_eht() local
2037 u16 phy_info = phy_data->phy_info; in iwl_mvm_rx_he() local
/openbmc/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma.h227 struct phy_info { struct
228 u16 auto_speeds_supported;
229 u16 fixed_speeds_supported;
230 u16 phy_type;
231 u16 interface_type;
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c3235 struct e1000_phy_info *phy_info) in e1000_phy_igp_get_info()
3313 struct e1000_phy_info *phy_info) in e1000_phy_m88_get_info()
3380 s32 e1000_phy_get_info(struct e1000_hw *hw, struct e1000_phy_info *phy_info) in e1000_phy_get_info()
H A De1000.h276 struct e1000_phy_info phy_info; member
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Drx.h671 __le16 phy_info; member
804 __le32 phy_info[2]; member
830 __le32 phy_info[2]; member
/openbmc/u-boot/drivers/phy/allwinner/
H A Dphy-sun4i-usb.c94 } phy_info[] = { variable
/openbmc/linux/drivers/media/platform/ti/cal/
H A Dcal.h276 #define phy_info(phy, fmt, arg...) \ macro
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A De1000.h288 struct e1000_phy_info phy_info; member
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A Digb.h594 struct e1000_phy_info phy_info; member
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_common.c3646 struct ice_phy_info *phy_info; in ice_get_link_status() local
H A Dice_main.c1097 struct ice_phy_info *phy_info; in ice_link_event() local
/openbmc/linux/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_cnfg.h408 struct mpi3_man8_phy_info phy_info[MPI3_MAN8_PHY_INFO_MAX]; member
1770 __le32 phy_info; member
1839 __le32 phy_info; member
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c4387 struct info_10gbt_phy_fw *phy_info; in adap_init0_phy() local