Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_wext.c7978 tCsrGlobalClassDStatsInfo *class_d_stats; in __iw_get_statistics() local
8002 class_d_stats = &adapter->deflink->hdd_stats.class_d_stat; in __iw_get_statistics()
8052 sizeof(class_d_stats->tx_uc_byte_cnt[0]), in __iw_get_statistics()
8053 &(class_d_stats->tx_uc_byte_cnt[0]), tlen); in __iw_get_statistics()
8056 sizeof(class_d_stats->rx_byte_cnt), in __iw_get_statistics()
8057 &(class_d_stats->rx_byte_cnt), tlen); in __iw_get_statistics()
8060 sizeof(class_d_stats->rx_rate), in __iw_get_statistics()
8061 &(class_d_stats->rx_rate), tlen); in __iw_get_statistics()
8069 sizeof(class_d_stats->rx_uc_byte_cnt[0]), in __iw_get_statistics()
8070 &(class_d_stats->rx_uc_byte_cnt[0]), tlen); in __iw_get_statistics()
[all …]