Searched refs:swdrop_cnt (Results 1 – 3 of 3) sorted by relevance
5100 total_tx->swdrop_cnt[drop] += in dp_accumulate_tid_stats()5101 per_ring_tx->swdrop_cnt[drop]; in dp_accumulate_tid_stats()5199 total_tx.swdrop_cnt[TX_HW_ENQUEUE]); in dp_pdev_print_tid_stats()5201 total_tx.swdrop_cnt[TX_SW_ENQUEUE]); in dp_pdev_print_tid_stats()5203 total_tx.swdrop_cnt[TX_DESC_ERR]); in dp_pdev_print_tid_stats()5205 total_tx.swdrop_cnt[TX_HAL_RING_ACCESS_ERR]); in dp_pdev_print_tid_stats()5207 total_tx.swdrop_cnt[TX_DMA_MAP_ERR]); in dp_pdev_print_tid_stats()5387 qdf_mem_copy(&tid_stats->tx_total[tid].swdrop_cnt[0], in dp_pdev_get_tid_stats()5388 &tx.swdrop_cnt[0], TX_MAX_DROP * sizeof(uint64_t)); in dp_pdev_get_tid_stats()
3110 tid_stats->swdrop_cnt[drop_code]++; in dp_tx_send_msdu_single()3399 tid_stats->swdrop_cnt[TX_HW_ENQUEUE]++; in dp_tx_send_msdu_multiple()
1121 uint64_t swdrop_cnt[TX_MAX_DROP]; member