Searched refs:drop_code (Results 1 – 1 of 1) sorted by relevance
2356 enum cdp_tx_sw_drop drop_code) in tx_sw_drop_stats_inc() argument2360 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() argument3027 enum cdp_tx_sw_drop drop_code = TX_MAX_DROP; in dp_tx_send_msdu_single() local3038 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()[all …]