Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dtx.h222 struct iwl_tx_cmd { struct
223 __le16 len;
224 __le16 offload_assist;
225 __le32 tx_flags;
226 struct {
230 } scratch; /* DRAM_SCRATCH_API_U_VER_1 */
231 __le32 rate_n_flags;
232 u8 sta_id;
233 u8 sec_ctl;
234 u8 initial_rate_index;
[all …]
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dcommands.h1179 struct iwl_tx_cmd { struct
1190 __le16 len;
1197 __le16 next_frame_len;
1199 __le32 tx_flags; /* TX_CMD_FLG_* */
1203 struct iwl_dram_scratch scratch;
1206 __le32 rate_n_flags; /* RATE_MCS_* */
1209 u8 sta_id;
1212 u8 sec_ctl; /* TX_CMD_SEC_* */
1221 u8 initial_rate_index;
1222 u8 reserved;
[all …]