Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtw_recv.h79 struct phy_info { struct
80 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 …]
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtw_recv.h87 struct phy_info { struct
88 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 …]
/linux-4.4.14/drivers/message/fusion/
Dmptsas.c454 struct mptsas_phyinfo *phy_info; in mptsas_port_delete() local
479 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() local
834 struct mptsas_phyinfo *phy_info, *phy_info_cmp; in mptsas_setup_wide_ports() local
1417 mptsas_add_end_device(MPT_ADAPTER *ioc, struct mptsas_phyinfo *phy_info) in mptsas_add_end_device()
[all …]
Dmptsas.h176 struct mptsas_phyinfo *phy_info; member
/linux-4.4.14/drivers/net/ethernet/freescale/fs_enet/
Dfs_enet.h100 struct phy_info { struct
101 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);
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe.h400 struct phy_info { struct
403 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 …]
Dbe_cmds.h1629 struct be_phy_info phy_info; member
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Drx.c141 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
/linux-4.4.14/drivers/infiniband/hw/ocrdma/
Docrdma.h228 struct phy_info { struct
229 u16 auto_speeds_supported;
230 u16 fixed_speeds_supported;
231 u16 phy_type;
232 u16 interface_type;
/linux-4.4.14/drivers/net/ethernet/intel/e1000/
De1000_hw.c3266 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()
De1000.h300 struct e1000_phy_info phy_info; member
/linux-4.4.14/drivers/net/ethernet/intel/igb/
Digb.h408 struct e1000_phy_info phy_info; member
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
De1000.h305 struct e1000_phy_info phy_info; member
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c3344 struct info_10gbt_phy_fw *phy_info; in adap_init0_phy() local
/linux-4.4.14/drivers/net/ethernet/dec/tulip/
Dde4x5.c536 static struct phy_table phy_info[] = { variable