Searched defs:iwl_tx_queue (Results 1 – 1 of 1) sorted by relevance
183 struct iwl_tx_queue { struct184 struct iwl_queue q;185 struct iwl_tfd *tfds;186 struct iwl_device_cmd **cmd;187 struct iwl_cmd_meta *meta;188 struct sk_buff **skbs;189 unsigned long time_stamp;190 u8 need_update;191 u8 sched_retry;192 u8 active;[all …]