Home
last modified time | relevance | path

Searched refs:I802_DEBUG_INC (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/net/mac80211/
Dstatus.c37 I802_DEBUG_INC(local->tx_status_drop); in ieee80211_tx_status_irqsafe()
1014 I802_DEBUG_INC(local->dot11TransmittedFrameCount); in __ieee80211_tx_status()
1016 I802_DEBUG_INC(local->dot11MulticastTransmittedFrameCount); in __ieee80211_tx_status()
1018 I802_DEBUG_INC(local->dot11RetryCount); in __ieee80211_tx_status()
1020 I802_DEBUG_INC(local->dot11MultipleRetryCount); in __ieee80211_tx_status()
1030 I802_DEBUG_INC(local->dot11TransmittedFragmentCount); in __ieee80211_tx_status()
1033 I802_DEBUG_INC(local->dot11FailedCount); in __ieee80211_tx_status()
1196 I802_DEBUG_INC(local->dot11TransmittedFrameCount); in ieee80211_tx_status_ext()
1198 I802_DEBUG_INC(local->dot11MulticastTransmittedFrameCount); in ieee80211_tx_status_ext()
1200 I802_DEBUG_INC(local->dot11RetryCount); in ieee80211_tx_status_ext()
[all …]
Dwep.c300 I802_DEBUG_INC(tx->local->tx_handlers_drop_wep); in ieee80211_crypto_wep_encrypt()
Drx.c1462 I802_DEBUG_INC(rx->local->dot11FrameDuplicateCount); in ieee80211_rx_h_check_dup()
1837 I802_DEBUG_INC(rx->local->rx_handlers_drop_nullfunc); in ieee80211_rx_h_sta_process()
2269 I802_DEBUG_INC(rx->local->rx_handlers_fragments); in ieee80211_rx_h_defragment()
2321 I802_DEBUG_INC(rx->local->rx_handlers_drop_defrag); in ieee80211_rx_h_defragment()
2379 I802_DEBUG_INC(rx->local->rx_expand_skb_head_defrag); in ieee80211_rx_h_defragment()
2382 I802_DEBUG_INC(rx->local->rx_handlers_drop_defrag); in ieee80211_rx_h_defragment()
3868 I802_DEBUG_INC(rx->sdata->local->rx_handlers_drop); in ieee80211_rx_handlers_result()
3887 I802_DEBUG_INC(rx->sdata->local->rx_handlers_drop); in ieee80211_rx_handlers_result()
3893 I802_DEBUG_INC(rx->sdata->local->rx_handlers_queued); in ieee80211_rx_handlers_result()
4715 I802_DEBUG_INC(local->dot11ReceivedFragmentCount); in __ieee80211_rx_handle_8023()
[all …]
Dtx.c327 I802_DEBUG_INC(tx->local->tx_handlers_drop_not_assoc); in ieee80211_tx_h_check_assoc()
1805 I802_DEBUG_INC(tx->local->tx_handlers_drop); in invoke_tx_handlers_early()
1812 I802_DEBUG_INC(tx->local->tx_handlers_queued); in invoke_tx_handlers_early()
1849 I802_DEBUG_INC(tx->local->tx_handlers_drop); in invoke_tx_handlers_late()
1856 I802_DEBUG_INC(tx->local->tx_handlers_queued); in invoke_tx_handlers_late()
1989 I802_DEBUG_INC(local->tx_expand_skb_head_cloned); in ieee80211_skb_resize()
1991 I802_DEBUG_INC(local->tx_expand_skb_head); in ieee80211_skb_resize()
2812 I802_DEBUG_INC(local->tx_handlers_drop_unauth_port); in ieee80211_build_hdr()
3217 I802_DEBUG_INC(local->tx_expand_skb_head); in ieee80211_amsdu_realloc_pad()
3703 I802_DEBUG_INC(local->tx_handlers_drop_unauth_port); in ieee80211_tx_dequeue()
Dieee80211_i.h1399 #define I802_DEBUG_INC(c) (c)++ macro
1401 #define I802_DEBUG_INC(c) do { } while (0) macro