Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_rx_ll.c1132 struct htt_rx_hash_entry *hash_element = NULL; in htt_rx_hash_list_insert()
1145 (struct htt_rx_hash_entry *)( in htt_rx_hash_list_insert()
1157 hash_element = qdf_mem_malloc(sizeof(struct htt_rx_hash_entry)); in htt_rx_hash_list_insert()
1204 struct htt_rx_hash_entry *hash_entry; in htt_rx_hash_list_lookup()
1216 hash_entry = (struct htt_rx_hash_entry *) in htt_rx_hash_list_lookup()
1297 (RX_ENTRIES_SIZE * sizeof(struct htt_rx_hash_entry)))); in htt_rx_hash_init()
1311 (struct htt_rx_hash_entry *) in htt_rx_hash_init()
1339 qdf_offsetof(struct htt_rx_hash_entry, listnode); in htt_rx_hash_init()
1352 struct htt_rx_hash_entry *hash_entry; in htt_rx_hash_deinit()
1372 (struct htt_rx_hash_entry *)((char *)list_iter - in htt_rx_hash_deinit()
[all …]
H A Dhtt_types.h86 struct htt_rx_hash_entry { struct
98 struct htt_rx_hash_entry *entries; argument