Lines Matching refs:DP_STATS_AGGR

1206 #define DP_STATS_AGGR(_handle_a, _handle_b, _field) \  macro
1213 DP_STATS_AGGR(_handle_a, _handle_b, _field.num); \
1214 DP_STATS_AGGR(_handle_a, _handle_b, _field.bytes);\
1246 #define DP_STATS_AGGR(_handle_a, _handle_b, _field) macro
1808 DP_STATS_AGGR(_tgtobj, _srcobj, \
1810 DP_STATS_AGGR(_tgtobj, _srcobj, \
1816 DP_STATS_AGGR(_tgtobj, _srcobj, tx.bw[i]); \
1817 DP_STATS_AGGR(_tgtobj, _srcobj, rx.bw[i]); \
1821 DP_STATS_AGGR(_tgtobj, _srcobj, rx.nss[i]); \
1822 DP_STATS_AGGR(_tgtobj, _srcobj, tx.nss[i]); \
1825 DP_STATS_AGGR(_tgtobj, _srcobj, tx.wme_ac_type[i]); \
1826 DP_STATS_AGGR(_tgtobj, _srcobj, rx.wme_ac_type[i]); \
1827 DP_STATS_AGGR(_tgtobj, _srcobj, \
1829 DP_STATS_AGGR(_tgtobj, _srcobj, \
1831 DP_STATS_AGGR(_tgtobj, _srcobj, tx.excess_retries_per_ac[i]); \
1836 DP_STATS_AGGR(_tgtobj, _srcobj, tx.sgi_count[i]); \
1837 DP_STATS_AGGR(_tgtobj, _srcobj, rx.sgi_count[i]); \
1841 DP_STATS_AGGR(_tgtobj, _srcobj, rx.reception_type[i]); \
1845 DP_STATS_AGGR(_tgtobj, _srcobj, tx.tx_failed); \
1852 DP_STATS_AGGR(_tgtobj, _srcobj, tx.nawds_mcast_drop); \
1853 DP_STATS_AGGR(_tgtobj, _srcobj, tx.ofdma); \
1854 DP_STATS_AGGR(_tgtobj, _srcobj, tx.stbc); \
1855 DP_STATS_AGGR(_tgtobj, _srcobj, tx.ldpc); \
1856 DP_STATS_AGGR(_tgtobj, _srcobj, tx.retries); \
1857 DP_STATS_AGGR(_tgtobj, _srcobj, tx.non_amsdu_cnt); \
1858 DP_STATS_AGGR(_tgtobj, _srcobj, tx.amsdu_cnt); \
1859 DP_STATS_AGGR(_tgtobj, _srcobj, tx.non_ampdu_cnt); \
1860 DP_STATS_AGGR(_tgtobj, _srcobj, tx.ampdu_cnt); \
1862 DP_STATS_AGGR(_tgtobj, _srcobj, tx.dropped.fw_rem_tx); \
1863 DP_STATS_AGGR(_tgtobj, _srcobj, tx.dropped.fw_rem_notx); \
1864 DP_STATS_AGGR(_tgtobj, _srcobj, tx.dropped.fw_reason1); \
1865 DP_STATS_AGGR(_tgtobj, _srcobj, tx.dropped.fw_reason2); \
1866 DP_STATS_AGGR(_tgtobj, _srcobj, tx.dropped.fw_reason3); \
1867 DP_STATS_AGGR(_tgtobj, _srcobj, tx.dropped.fw_rem_queue_disable); \
1868 DP_STATS_AGGR(_tgtobj, _srcobj, tx.dropped.fw_rem_no_match); \
1869 DP_STATS_AGGR(_tgtobj, _srcobj, tx.dropped.drop_threshold); \
1870 DP_STATS_AGGR(_tgtobj, _srcobj, tx.dropped.drop_link_desc_na); \
1871 DP_STATS_AGGR(_tgtobj, _srcobj, tx.dropped.invalid_drop); \
1872 DP_STATS_AGGR(_tgtobj, _srcobj, tx.dropped.mcast_vdev_drop); \
1873 DP_STATS_AGGR(_tgtobj, _srcobj, tx.dropped.invalid_rr); \
1874 DP_STATS_AGGR(_tgtobj, _srcobj, tx.dropped.age_out); \
1878 DP_STATS_AGGR(_tgtobj, _srcobj, rx.err.mic_err); \
1879 DP_STATS_AGGR(_tgtobj, _srcobj, rx.err.decrypt_err); \
1880 DP_STATS_AGGR(_tgtobj, _srcobj, rx.err.fcserr); \
1881 DP_STATS_AGGR(_tgtobj, _srcobj, rx.err.pn_err); \
1882 DP_STATS_AGGR(_tgtobj, _srcobj, rx.err.oor_err); \
1883 DP_STATS_AGGR(_tgtobj, _srcobj, rx.err.jump_2k_err); \
1884 DP_STATS_AGGR(_tgtobj, _srcobj, rx.err.rxdma_wifi_parse_err); \
1888 DP_STATS_AGGR(_tgtobj, _srcobj, rx.non_ampdu_cnt); \
1889 DP_STATS_AGGR(_tgtobj, _srcobj, rx.ampdu_cnt); \
1890 DP_STATS_AGGR(_tgtobj, _srcobj, rx.non_amsdu_cnt); \
1891 DP_STATS_AGGR(_tgtobj, _srcobj, rx.amsdu_cnt); \
1892 DP_STATS_AGGR(_tgtobj, _srcobj, rx.nawds_mcast_drop); \
1917 DP_STATS_AGGR(_tgtobj, _srcobj, rx.multipass_rx_pkt_drop); \
1918 DP_STATS_AGGR(_tgtobj, _srcobj, rx.peer_unauth_rx_pkt_drop); \
1919 DP_STATS_AGGR(_tgtobj, _srcobj, rx.policy_check_drop); \