Searched defs:phy_info (Results 1 – 15 of 15) sorted by relevance
79 struct phy_info { struct80 u8 RxPWDBAll;81 u8 SignalQuality; /* in 0-100 index. */82 u8 RxMIMOSignalQuality[RF_PATH_MAX]; /* EVM */83 u8 RxMIMOSignalStrength[RF_PATH_MAX];/* 0~100 */84 s8 RxPower; /* in dBm Translate from PWdB */88 s8 RecvSignalPower;89 u8 BTRxRSSIPercentage;90 u8 SignalStrength; /* in 0-100 index. */91 u8 RxPwr[RF_PATH_MAX];/* per-path's pwdb */[all …]
87 struct phy_info { struct88 u8 RxPWDBAll;89 u8 SignalQuality; /* in 0-100 index. */90 u8 RxMIMOSignalQuality[MAX_PATH_NUM_92CS]; /* EVM */91 u8 RxMIMOSignalStrength[MAX_PATH_NUM_92CS];/* in 0~100 index */92 s8 RxPower; /* in dBm Translate from PWdB */95 s8 recvpower;96 u8 BTRxRSSIPercentage;97 u8 SignalStrength; /* in 0-100 index. */98 u8 RxPwr[MAX_PATH_NUM_92CS];/* per-path's pwdb */[all …]
454 struct mptsas_phyinfo *phy_info; in mptsas_port_delete() local479 mptsas_get_rphy(struct mptsas_phyinfo *phy_info) in mptsas_get_rphy()488 mptsas_set_rphy(MPT_ADAPTER *ioc, struct mptsas_phyinfo *phy_info, struct sas_rphy *rphy) in mptsas_set_rphy()505 mptsas_get_port(struct mptsas_phyinfo *phy_info) in mptsas_get_port()514 mptsas_set_port(MPT_ADAPTER *ioc, struct mptsas_phyinfo *phy_info, struct sas_port *port) in mptsas_set_port()528 mptsas_get_starget(struct mptsas_phyinfo *phy_info) in mptsas_get_starget()537 mptsas_set_starget(struct mptsas_phyinfo *phy_info, struct scsi_target * in mptsas_set_starget()760 struct mptsas_phyinfo *phy_info = NULL; in mptsas_add_device_component_starget() local834 struct mptsas_phyinfo *phy_info, *phy_info_cmp; in mptsas_setup_wide_ports() local1417 mptsas_add_end_device(MPT_ADAPTER *ioc, struct mptsas_phyinfo *phy_info) in mptsas_add_end_device()[all …]
176 struct mptsas_phyinfo *phy_info; member
100 struct phy_info { struct101 unsigned int id;102 const char *name;103 void (*startup) (struct net_device * dev);104 void (*shutdown) (struct net_device * dev);105 void (*ack_int) (struct net_device * dev);
400 struct phy_info { struct403 u8 transceiver;404 u8 autoneg;405 u8 fc_autoneg;406 u8 port_type;407 u16 phy_type;408 u16 interface_type;409 u32 misc_params;410 u16 auto_speeds_supported;411 u16 fixed_speeds_supported;[all …]
1629 struct be_phy_info phy_info; member
141 struct iwl_rx_phy_info *phy_info, in iwl_mvm_get_signal_strength()262 struct iwl_rx_phy_info *phy_info; in iwl_mvm_rx_rx_mpdu() local
228 struct phy_info { struct229 u16 auto_speeds_supported;230 u16 fixed_speeds_supported;231 u16 phy_type;232 u16 interface_type;
3266 struct e1000_phy_info *phy_info) in e1000_phy_igp_get_info()3345 struct e1000_phy_info *phy_info) in e1000_phy_m88_get_info()3417 s32 e1000_phy_get_info(struct e1000_hw *hw, struct e1000_phy_info *phy_info) in e1000_phy_get_info()
300 struct e1000_phy_info phy_info; member
408 struct e1000_phy_info phy_info; member
305 struct e1000_phy_info phy_info; member
3344 struct info_10gbt_phy_fw *phy_info; in adap_init0_phy() local
536 static struct phy_table phy_info[] = { variable