Lines Matching defs:iwl_tx_cmd
1272 struct iwl_tx_cmd { struct
1283 __le16 len;
1290 __le16 next_frame_len;
1292 __le32 tx_flags; /* TX_CMD_FLG_* */
1296 struct iwl_dram_scratch scratch;
1299 __le32 rate_n_flags; /* RATE_MCS_* */
1302 u8 sta_id;
1305 u8 sec_ctl; /* TX_CMD_SEC_* */
1314 u8 initial_rate_index;
1315 u8 reserved;
1316 u8 key[16];
1317 __le16 next_frame_flags;
1318 __le16 reserved2;
1319 union {
1322 } stop_time;
1326 __le32 dram_lsb_ptr;
1327 u8 dram_msb_ptr;
1329 u8 rts_retry_limit; /*byte 50 */
1330 u8 data_retry_limit; /*byte 51 */
1331 u8 tid_tspec;
1332 union {
1335 } timeout;
1341 __le16 driver_txop;
1347 u8 payload[0];
1348 struct ieee80211_hdr hdr[0];