Lines Matching refs:cw1200_queue_item
15 /* private */ struct cw1200_queue_item struct
69 struct cw1200_queue_item *item, *tmp; in cw1200_queue_post_gc()
79 struct cw1200_queue_item *item) in cw1200_queue_register_post_gc()
81 struct cw1200_queue_item *gc_item; in cw1200_queue_register_post_gc()
82 gc_item = kmemdup(item, sizeof(struct cw1200_queue_item), in cw1200_queue_register_post_gc()
93 struct cw1200_queue_item *item = NULL, *tmp; in __cw1200_queue_gc()
180 queue->pool = kcalloc(capacity, sizeof(struct cw1200_queue_item), in cw1200_queue_init()
204 struct cw1200_queue_item *item, *tmp; in cw1200_queue_clear()
289 struct cw1200_queue_item *item = list_first_entry( in cw1200_queue_put()
290 &queue->free_pool, struct cw1200_queue_item, head); in cw1200_queue_put()
335 struct cw1200_queue_item *item; in cw1200_queue_get()
373 struct cw1200_queue_item *item; in cw1200_queue_requeue()
413 struct cw1200_queue_item *item, *tmp; in cw1200_queue_requeue_all()
442 struct cw1200_queue_item *item; in cw1200_queue_remove()
495 struct cw1200_queue_item *item; in cw1200_queue_get_skb()
537 struct cw1200_queue_item *item; in cw1200_queue_get_xmit_timestamp()