Lines Matching defs:iwl_tx_cmd
1182 struct iwl_tx_cmd { struct
1193 __le16 len;
1200 __le16 next_frame_len;
1202 __le32 tx_flags; /* TX_CMD_FLG_* */
1206 struct iwl_dram_scratch scratch;
1209 __le32 rate_n_flags; /* RATE_MCS_* */
1212 u8 sta_id;
1215 u8 sec_ctl; /* TX_CMD_SEC_* */
1224 u8 initial_rate_index;
1225 u8 reserved;
1226 u8 key[16];
1227 __le16 next_frame_flags;
1228 __le16 reserved2;
1229 union {
1232 } stop_time;
1236 __le32 dram_lsb_ptr;
1237 u8 dram_msb_ptr;
1239 u8 rts_retry_limit; /*byte 50 */
1240 u8 data_retry_limit; /*byte 51 */
1241 u8 tid_tspec;
1242 union {
1245 } timeout;
1251 __le16 driver_txop;
1257 union {