Home
last modified time | relevance | path

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

/drivers/net/wireless/cw1200/
Dqueue.c70 struct list_head *gc_list) in cw1200_queue_post_gc() argument
74 list_for_each_entry_safe(item, tmp, gc_list, head) { in cw1200_queue_post_gc()
81 static void cw1200_queue_register_post_gc(struct list_head *gc_list, in cw1200_queue_register_post_gc() argument
89 list_add_tail(&gc_item->head, gc_list); in cw1200_queue_register_post_gc()
206 LIST_HEAD(gc_list); in cw1200_queue_clear()
215 cw1200_queue_register_post_gc(&gc_list, item); in cw1200_queue_clear()
235 cw1200_queue_post_gc(stats, &gc_list); in cw1200_queue_clear()
286 LIST_HEAD(gc_list); in cw1200_queue_put()