Searched defs:il_tx_queue (Results 1 – 1 of 1) sorted by relevance
170 struct il_tx_queue { struct171 struct il_queue q;172 void *tfds;173 struct il_device_cmd **cmd;174 struct il_cmd_meta *meta;175 struct il_tx_info *txb;176 unsigned long time_stamp;177 u8 need_update;178 u8 sched_retry;179 u8 active;[all …]