Home
last modified time | relevance | path

Searched defs: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
1096 #define HTT_RX_HASH_COUNT_DECR(hash_bucket) \ argument
1099 #define HTT_RX_HASH_COUNT_RESET(hash_bucket) ((hash_bucket)->count = 0) argument
1101 #define HTT_RX_HASH_COUNT_PRINT(hash_bucket) \ argument
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
1111 #define HTT_RX_HASH_COUNT_RESET(hash_bucket) /* no-op */ argument