Home
last modified time | relevance | path

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

/drivers/net/wireless/cw1200/
Dqueue.c18 /* private */ struct cw1200_queue_item struct
72 struct cw1200_queue_item *item, *tmp; in cw1200_queue_post_gc()
82 struct cw1200_queue_item *item) in cw1200_queue_register_post_gc()
84 struct cw1200_queue_item *gc_item; in cw1200_queue_register_post_gc()
85 gc_item = kmalloc(sizeof(struct cw1200_queue_item), in cw1200_queue_register_post_gc()
88 memcpy(gc_item, item, sizeof(struct cw1200_queue_item)); in cw1200_queue_register_post_gc()
97 struct cw1200_queue_item *item = NULL, *tmp; in __cw1200_queue_gc()
186 queue->pool = kzalloc(sizeof(struct cw1200_queue_item) * capacity, in cw1200_queue_init()
210 struct cw1200_queue_item *item, *tmp; in cw1200_queue_clear()
296 struct cw1200_queue_item *item = list_first_entry( in cw1200_queue_put()
[all …]
Dqueue.h15 /* private */ struct cw1200_queue_item;
35 struct cw1200_queue_item *pool;