Lines Matching refs:cw1200_queue_item
18 /* 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()
297 &queue->free_pool, struct cw1200_queue_item, head); in cw1200_queue_put()
342 struct cw1200_queue_item *item; in cw1200_queue_get()
380 struct cw1200_queue_item *item; in cw1200_queue_requeue()
420 struct cw1200_queue_item *item, *tmp; in cw1200_queue_requeue_all()
449 struct cw1200_queue_item *item; in cw1200_queue_remove()
502 struct cw1200_queue_item *item; in cw1200_queue_get_skb()
544 struct cw1200_queue_item *item; in cw1200_queue_get_xmit_timestamp()