Lines Matching defs:iwl_tx_cmd
1232 struct iwl_tx_cmd { struct
1243 __le16 len;
1250 __le16 next_frame_len;
1252 __le32 tx_flags; /* TX_CMD_FLG_* */
1256 struct iwl_dram_scratch scratch;
1259 __le32 rate_n_flags; /* RATE_MCS_* */
1262 u8 sta_id;
1265 u8 sec_ctl; /* TX_CMD_SEC_* */
1274 u8 initial_rate_index;
1275 u8 reserved;
1276 u8 key[16];
1277 __le16 next_frame_flags;
1278 __le16 reserved2;
1279 union {
1282 } stop_time;
1286 __le32 dram_lsb_ptr;
1287 u8 dram_msb_ptr;
1289 u8 rts_retry_limit; /*byte 50 */
1290 u8 data_retry_limit; /*byte 51 */
1291 u8 tid_tspec;
1292 union {
1295 } timeout;
1301 __le16 driver_txop;
1307 u8 payload[0];
1308 struct ieee80211_hdr hdr[];