Home
last modified time | relevance | path

Searched defs:phy_info (Results 1 – 24 of 24) 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. */
86 u8 RxMIMOEVMdbm[4]; /* per-path's EVM dbm */
95 u8 bt_rx_rssi_percentage;
96 u8 SignalStrength; /* in 0-100 index. */
98 s8 RxPwr[4]; /* per-path's pwdb */
99 u8 RxSNR[4]; /* per-path's SNR */
100 u8 BandWidth;
101 u8 btCoexPwrAdjust;
[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
787 struct mptsas_phyinfo *phy_info = NULL; in mptsas_add_device_component_starget() local
1607 struct mptsas_phyinfo *phy_info; in mptsas_refreshing_device_handles() local
3489 struct mptsas_phyinfo *phy_info; in mptsas_delete_expander_siblings() local
3543 struct mptsas_phyinfo *phy_info; in mptsas_expander_delete() local
3710 struct mptsas_phyinfo *phy_info = NULL; in mptsas_send_link_status_event() local
3805 struct mptsas_phyinfo *phy_info; in mptsas_not_responding_devices() local
3977 struct mptsas_phyinfo *phy_info; in mptsas_probe_devices() local
4139 struct mptsas_phyinfo *phy_info = NULL; in mptsas_find_phyinfo_by_sas_address() local
4259 struct mptsas_phyinfo *phy_info; in mptsas_adding_inactive_raid_components() local
[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;
391 u32 misc_params;
394 int link_speed;
395 u32 advertising;
396 u32 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
/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