Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/mac80211/
Dstatus.c37 I802_DEBUG_INC(local->tx_status_drop); in ieee80211_tx_status_irqsafe()
986 I802_DEBUG_INC(local->dot11TransmittedFrameCount); in __ieee80211_tx_status()
988 I802_DEBUG_INC(local->dot11MulticastTransmittedFrameCount); in __ieee80211_tx_status()
990 I802_DEBUG_INC(local->dot11RetryCount); in __ieee80211_tx_status()
992 I802_DEBUG_INC(local->dot11MultipleRetryCount); in __ieee80211_tx_status()
1002 I802_DEBUG_INC(local->dot11TransmittedFragmentCount); in __ieee80211_tx_status()
1005 I802_DEBUG_INC(local->dot11FailedCount); in __ieee80211_tx_status()
1169 I802_DEBUG_INC(local->dot11TransmittedFrameCount); in ieee80211_tx_status_ext()
1171 I802_DEBUG_INC(local->dot11MulticastTransmittedFrameCount); in ieee80211_tx_status_ext()
1173 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.c1450 I802_DEBUG_INC(rx->local->dot11FrameDuplicateCount); in ieee80211_rx_h_check_dup()
1830 I802_DEBUG_INC(rx->local->rx_handlers_drop_nullfunc); in ieee80211_rx_h_sta_process()
2265 I802_DEBUG_INC(rx->local->rx_handlers_fragments); in ieee80211_rx_h_defragment()
2317 I802_DEBUG_INC(rx->local->rx_handlers_drop_defrag); in ieee80211_rx_h_defragment()
2375 I802_DEBUG_INC(rx->local->rx_expand_skb_head_defrag); in ieee80211_rx_h_defragment()
2378 I802_DEBUG_INC(rx->local->rx_handlers_drop_defrag); in ieee80211_rx_h_defragment()
3804 I802_DEBUG_INC(rx->sdata->local->rx_handlers_drop); in ieee80211_rx_handlers_result()
3823 I802_DEBUG_INC(rx->sdata->local->rx_handlers_drop); in ieee80211_rx_handlers_result()
3829 I802_DEBUG_INC(rx->sdata->local->rx_handlers_queued); in ieee80211_rx_handlers_result()
4634 I802_DEBUG_INC(local->dot11ReceivedFragmentCount); in __ieee80211_rx_handle_packet()
Dtx.c339 I802_DEBUG_INC(tx->local->tx_handlers_drop_not_assoc); in ieee80211_tx_h_check_assoc()
1792 I802_DEBUG_INC(tx->local->tx_handlers_drop); in invoke_tx_handlers_early()
1799 I802_DEBUG_INC(tx->local->tx_handlers_queued); in invoke_tx_handlers_early()
1833 I802_DEBUG_INC(tx->local->tx_handlers_drop); in invoke_tx_handlers_late()
1840 I802_DEBUG_INC(tx->local->tx_handlers_queued); in invoke_tx_handlers_late()
1973 I802_DEBUG_INC(local->tx_expand_skb_head_cloned); in ieee80211_skb_resize()
1975 I802_DEBUG_INC(local->tx_expand_skb_head); in ieee80211_skb_resize()
2799 I802_DEBUG_INC(local->tx_handlers_drop_unauth_port); in ieee80211_build_hdr()
3204 I802_DEBUG_INC(local->tx_expand_skb_head); in ieee80211_amsdu_realloc_pad()
3683 I802_DEBUG_INC(local->tx_handlers_drop_unauth_port); in ieee80211_tx_dequeue()
Dieee80211_i.h1358 #define I802_DEBUG_INC(c) (c)++ macro
1360 #define I802_DEBUG_INC(c) do { } while (0) macro