Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_stats_struct.h1063 TX_MAX_DROP, enumerator
1121 uint64_t swdrop_cnt[TX_MAX_DROP];
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_stats.c5099 for (drop = 0; drop < TX_MAX_DROP; drop++) in dp_accumulate_tid_stats()
5388 &tx.swdrop_cnt[0], TX_MAX_DROP * sizeof(uint64_t)); in dp_pdev_get_tid_stats()
H A Ddp_tx.c3027 enum cdp_tx_sw_drop drop_code = TX_MAX_DROP; in dp_tx_send_msdu_single()