Home
last modified time | relevance | path

Searched defs:iwm_tx_queue (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/net/wireless/iwmc3200wifi/
Diwm.h192 struct iwm_tx_queue { struct
193 int id;
194 struct sk_buff_head queue;
195 struct sk_buff_head stopped_queue;
196 spinlock_t lock;
197 struct workqueue_struct *wq;
198 struct work_struct worker;
199 u8 concat_buf[IWM_HAL_CONCATENATE_BUF_SIZE];
200 int concat_count;
201 u8 *concat_ptr;