Lines Matching defs:iwl_tx_cmd
1243 struct iwl_tx_cmd { struct
1254 __le16 len;
1261 __le16 next_frame_len;
1263 __le32 tx_flags; /* TX_CMD_FLG_* */
1267 struct iwl_dram_scratch scratch;
1270 __le32 rate_n_flags; /* RATE_MCS_* */
1273 u8 sta_id;
1276 u8 sec_ctl; /* TX_CMD_SEC_* */
1285 u8 initial_rate_index;
1286 u8 reserved;
1287 u8 key[16];
1288 __le16 next_frame_flags;
1289 __le16 reserved2;
1290 union {
1293 } stop_time;
1297 __le32 dram_lsb_ptr;
1298 u8 dram_msb_ptr;
1300 u8 rts_retry_limit; /*byte 50 */
1301 u8 data_retry_limit; /*byte 51 */
1302 u8 tid_tspec;
1303 union {
1306 } timeout;
1312 __le16 driver_txop;
1318 u8 payload[0];
1319 struct ieee80211_hdr hdr[0];