Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/st/cw1200/
Dqueue.c15 /* 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 = kmalloc(sizeof(struct cw1200_queue_item), in cw1200_queue_register_post_gc()
85 memcpy(gc_item, item, sizeof(struct cw1200_queue_item)); in cw1200_queue_register_post_gc()
94 struct cw1200_queue_item *item = NULL, *tmp; in __cw1200_queue_gc()
181 queue->pool = kcalloc(capacity, sizeof(struct cw1200_queue_item), in cw1200_queue_init()
205 struct cw1200_queue_item *item, *tmp; in cw1200_queue_clear()
290 struct cw1200_queue_item *item = list_first_entry( in cw1200_queue_put()
[all …]
Dqueue.h12 /* private */ struct cw1200_queue_item;
32 struct cw1200_queue_item *pool;