Lines Matching defs:iwl_tx_cmd
220 struct iwl_tx_cmd { struct
221 __le16 len;
222 __le16 next_frame_len;
223 __le32 tx_flags;
224 struct {
228 } scratch; /* DRAM_SCRATCH_API_U_VER_1 */
229 __le32 rate_n_flags;
230 u8 sta_id;
231 u8 sec_ctl;
232 u8 initial_rate_index;
233 u8 reserved2;
234 u8 key[16];
235 __le32 reserved3;
236 __le32 life_time;
237 __le32 dram_lsb_ptr;
238 u8 dram_msb_ptr;
239 u8 rts_retry_limit;
240 u8 data_retry_limit;
241 u8 tid_tspec;
242 __le16 pm_frame_timeout;
243 __le16 reserved4;
244 u8 payload[0];
245 struct ieee80211_hdr hdr[0];