Lines Matching full:fw
13 #include "fw/runtime.h"
14 #include "fw/notif-wait.h"
15 #include "fw/api/commands.h"
16 #include "fw/api/scan.h"
17 #include "fw/api/mac-cfg.h"
18 #include "fw/api/mac.h"
19 #include "fw/api/phy-ctxt.h"
20 #include "fw/api/datapath.h"
21 #include "fw/api/rx.h"
22 #include "fw/api/rs.h"
23 #include "fw/api/context.h"
24 #include "fw/api/coex.h"
25 #include "fw/api/location.h"
27 #include "fw/dbg.h"
104 * @fw_id_to_bss_conf: maps a fw id of a link to the corresponding
106 * @fw_id_to_vif: maps a fw id of a MAC context to the corresponding
107 * ieee80211_vif. Mapping is valid only when the MAC exists in the fw.
108 * @fw_id_to_txq: maps a fw id of a txq to the corresponding
112 * @num_igtks: the number if iGTKs that were sent to the FW.
122 * @fw_id_to_link_sta: maps a fw id of a sta to the corresponding
124 * preserve the fw sta ids during a restart (for SN/PN restoring).
125 * FW ids of internal stations will be mapped to ERR_PTR, and will be
128 * @netdetect: indicates the FW is in suspend mode with netdetect configured
134 * @fw: a pointer to the fw object
138 * @fwrt: fw runtime data
149 * @fw_status: bitmap of fw status bits
152 * @in_d3: indicates FW is in suspend mode and should be resumed
169 * @fw_id_to_ba: maps a fw (BA) id to a corresponding Block Ack session data.
178 * from firmware upon fw/hw error and sent back to the firmware in
183 * @fw_rates_ver_3: FW rates are in version 3
221 /* And here fields that survive a fw restart */
225 const struct iwl_fw *fw; member
372 u8 tx_ant = mld->fw->valid_tx_ant; in iwl_mld_get_valid_tx_ant()
382 u8 rx_ant = mld->fw->valid_rx_ant; in iwl_mld_get_valid_rx_ant()
451 * struct iwl_rx_handler: handler for FW notification
500 const struct iwl_rf_cfg *cfg, const struct iwl_fw *fw,
516 arr_sz = mld->fw->ucode_capa.num_stations; \
519 arr_sz = mld->fw->ucode_capa.num_links; \
535 if (IWL_FW_CHECK(mld, fw_link_id >= mld->fw->ucode_capa.num_links, in iwl_mld_fw_id_to_link_conf()
576 if (!fw_has_capa(&mld->fw->ucode_capa, in iwl_mld_get_lmac_id()