Home
last modified time | relevance | path

Searched refs:iwn_rx_phy_stats (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/iwn/
H A Dif_iwnreg.h1585 struct iwn_rx_phy_stats { struct
1640 struct iwn_rx_phy_stats ofdm;
1641 struct iwn_rx_phy_stats cck;
1654 struct iwn_rx_phy_stats ofdm;
1655 struct iwn_rx_phy_stats cck;
H A Dif_iwn.c3422 sizeof(struct iwn_rx_phy_stats)); in iwn_stats_update()
3424 sizeof(struct iwn_rx_phy_stats)); in iwn_stats_update()
/freebsd/tools/tools/iwn/iwnstats/
H A Dmain.c73 iwn_stats_phy_print(struct iwn_rx_phy_stats *rxphy, const char *prefix) in iwn_stats_phy_print()