Searched defs:iwl_rb_allocator (Results 1 – 1 of 1) sorted by relevance
142 struct iwl_rb_allocator { struct143 struct iwl_rx_mem_buffer pool[RX_POOL_SIZE];144 atomic_t req_pending;145 atomic_t req_ready;146 struct list_head rbd_allocated;147 struct list_head rbd_empty;148 spinlock_t lock;149 struct workqueue_struct *alloc_wq;150 struct work_struct rx_alloc;