Home
last modified time | relevance | path

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

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/
Dstatus.c40 I802_DEBUG_INC(local->tx_status_drop); in mac80211_tx_status_irqsafe()
1020 I802_DEBUG_INC(local->dot11TransmittedFrameCount); in __ieee80211_tx_status()
1022 I802_DEBUG_INC(local->dot11MulticastTransmittedFrameCount); in __ieee80211_tx_status()
1024 I802_DEBUG_INC(local->dot11RetryCount); in __ieee80211_tx_status()
1026 I802_DEBUG_INC(local->dot11MultipleRetryCount); in __ieee80211_tx_status()
1036 I802_DEBUG_INC(local->dot11TransmittedFragmentCount); in __ieee80211_tx_status()
1039 I802_DEBUG_INC(local->dot11FailedCount); in __ieee80211_tx_status()
1157 I802_DEBUG_INC(local->dot11TransmittedFrameCount); in mac80211_tx_status_ext()
1159 I802_DEBUG_INC(local->dot11MulticastTransmittedFrameCount); in mac80211_tx_status_ext()
1161 I802_DEBUG_INC(local->dot11RetryCount); in mac80211_tx_status_ext()
[all …]
Drx.c1472 I802_DEBUG_INC(rx->local->dot11FrameDuplicateCount); in ieee80211_rx_h_check_dup()
1848 I802_DEBUG_INC(rx->local->rx_handlers_drop_nullfunc); in ieee80211_rx_h_sta_process()
2183 I802_DEBUG_INC(rx->local->dot11MulticastReceivedFrameCount); in ieee80211_rx_h_defragment()
2190 I802_DEBUG_INC(rx->local->rx_handlers_fragments); in ieee80211_rx_h_defragment()
2240 I802_DEBUG_INC(rx->local->rx_handlers_drop_defrag); in ieee80211_rx_h_defragment()
2284 I802_DEBUG_INC(rx->local->rx_expand_skb_head_defrag); in ieee80211_rx_h_defragment()
2287 I802_DEBUG_INC(rx->local->rx_handlers_drop_defrag); in ieee80211_rx_h_defragment()
3632 I802_DEBUG_INC(rx->sdata->local->rx_handlers_drop); in ieee80211_rx_handlers_result()
3651 I802_DEBUG_INC(rx->sdata->local->rx_handlers_drop); in ieee80211_rx_handlers_result()
3657 I802_DEBUG_INC(rx->sdata->local->rx_handlers_queued); in ieee80211_rx_handlers_result()
[all …]
Dwep.c302 I802_DEBUG_INC(tx->local->tx_handlers_drop_wep); in ieee80211_crypto_wep_encrypt()
Dtx.c338 I802_DEBUG_INC(tx->local->tx_handlers_drop_not_assoc); in ieee80211_tx_h_check_assoc()
1796 I802_DEBUG_INC(tx->local->tx_handlers_drop); in invoke_tx_handlers_early()
1803 I802_DEBUG_INC(tx->local->tx_handlers_queued); in invoke_tx_handlers_early()
1837 I802_DEBUG_INC(tx->local->tx_handlers_drop); in invoke_tx_handlers_late()
1844 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()
2740 I802_DEBUG_INC(local->tx_handlers_drop_unauth_port); in ieee80211_build_hdr()
3161 I802_DEBUG_INC(local->tx_expand_skb_head); in ieee80211_amsdu_realloc_pad()
3626 I802_DEBUG_INC(local->tx_handlers_drop_unauth_port); in mac80211_tx_dequeue()
Dieee80211_i.h1373 #define I802_DEBUG_INC(c) (c)++ macro
1375 #define I802_DEBUG_INC(c) do { } while (0) macro