Home
last modified time | relevance | path

Searched defs:iwl_tx_cmd (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
Dtx.h270 struct iwl_tx_cmd { struct
271 __le16 len;
272 __le16 offload_assist;
273 __le32 tx_flags;
274 struct {
278 } scratch; /* DRAM_SCRATCH_API_U_VER_1 */
279 __le32 rate_n_flags;
280 u8 sta_id;
281 u8 sec_ctl;
305 * struct iwl_tx_cmd_gen2 - TX command struct to FW for 22000 devices argument
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
Dcommands.h1232 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;
[all …]