Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_rx_ll.c1093 #define HTT_RX_HASH_COUNT_INCR(hash_bucket) \ argument
1094 ((hash_bucket)->count++)
1096 #define HTT_RX_HASH_COUNT_DECR(hash_bucket) \ argument
1097 ((hash_bucket)->count--)
1099 #define HTT_RX_HASH_COUNT_RESET(hash_bucket) ((hash_bucket)->count = 0) argument
1101 #define HTT_RX_HASH_COUNT_PRINT(hash_bucket) \ argument
1102 RX_HASH_LOG(qdf_print(" count %d\n", (hash_bucket)->count))
1108 #define HTT_RX_HASH_COUNT_INCR(hash_bucket) /* no-op */ argument
1109 #define HTT_RX_HASH_COUNT_DECR(hash_bucket) /* no-op */ argument
1110 #define HTT_RX_HASH_COUNT_PRINT(hash_bucket) /* no-op */ argument
[all …]