Lines Matching refs:drop_code
2356 enum cdp_tx_sw_drop drop_code) in tx_sw_drop_stats_inc() argument
2360 switch (drop_code) { in tx_sw_drop_stats_inc()
2378 dp_info_rl("Invalid eapol_drop code: %d", drop_code); in tx_sw_drop_stats_inc()
2386 enum cdp_tx_sw_drop drop_code) in tx_sw_drop_stats_inc() argument
3027 enum cdp_tx_sw_drop drop_code = TX_MAX_DROP; in dp_tx_send_msdu_single() local
3038 drop_code = TX_DESC_ERR; in dp_tx_send_msdu_single()
3074 drop_code = TX_DMA_MAP_ERR; in dp_tx_send_msdu_single()
3093 drop_code = TX_HW_ENQUEUE; in dp_tx_send_msdu_single()
3099 tx_sw_drop_stats_inc(pdev, nbuf, drop_code); in dp_tx_send_msdu_single()
3107 tx_sw_drop_stats_inc(pdev, nbuf, drop_code); in dp_tx_send_msdu_single()
3110 tid_stats->swdrop_cnt[drop_code]++; in dp_tx_send_msdu_single()