Searched refs:DP_PEER_STATS_FLAT_INC (Results 1 – 5 of 5) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/ |
H A D | dp_li_tx.c | 229 DP_PEER_STATS_FLAT_INC(txrx_peer, tx_failed, 1); in dp_tx_process_htt_completion_li()
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
H A D | dp_internal.h | 1146 #define DP_PEER_STATS_FLAT_INC(_handle, _field, _delta) \ macro 1196 DP_PEER_STATS_FLAT_INC(_handle, _field.num, _count); \ 1197 DP_PEER_STATS_FLAT_INC(_handle, _field.bytes, _bytes) \ 1236 #define DP_PEER_STATS_FLAT_INC(_handle, _field, _delta) macro
|
H A D | dp_tx.c | 5408 DP_PEER_STATS_FLAT_INC(txrx_peer, tx_failed, 1); 6200 DP_PEER_STATS_FLAT_INC(txrx_peer, tx_failed, 1); 6212 DP_PEER_STATS_FLAT_INC(txrx_peer, tx_failed, 1); 6224 DP_PEER_STATS_FLAT_INC(txrx_peer, tx_failed, 1);
|
H A D | dp_rx_err.c | 1479 DP_PEER_STATS_FLAT_INC(txrx_peer, to_stack.num, 1); in dp_rx_process_rxdma_err()
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/ |
H A D | dp_rh_rx.c | 493 DP_PEER_STATS_FLAT_INC(txrx_peer, to_stack.num, 1); in dp_rx_decrypt_unecrypt_err_handler_rh()
|