Searched refs:dbg_conf_tlv (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/net/wireless/iwlwifi/
H A Diwl-fw.h240 * @dbg_conf_tlv: array of pointers to configuration TLVs for debug
241 * @dbg_conf_tlv_len: lengths of the @dbg_conf_tlv entries
273 struct iwl_fw_dbg_conf_tlv *dbg_conf_tlv[FW_DBG_CONF_MAX]; member in struct:iwl_fw
300 const struct iwl_fw_dbg_conf_tlv *conf_tlv = fw->dbg_conf_tlv[id]; iwl_fw_dbg_conf_usniffer()
H A Diwl-drv.c176 for (i = 0; i < ARRAY_SIZE(drv->fw.dbg_conf_tlv); i++) iwl_dealloc_ucode()
177 kfree(drv->fw.dbg_conf_tlv[i]); iwl_dealloc_ucode()
292 struct iwl_fw_dbg_conf_tlv *dbg_conf_tlv[FW_DBG_CONF_MAX]; member in struct:iwl_firmware_pieces
929 if (conf->id >= ARRAY_SIZE(drv->fw.dbg_conf_tlv)) { iwl_parse_tlv_firmware()
936 if (pieces->dbg_conf_tlv[conf->id]) { iwl_parse_tlv_firmware()
949 pieces->dbg_conf_tlv[conf->id] = conf; iwl_parse_tlv_firmware()
1294 for (i = 0; i < ARRAY_SIZE(drv->fw.dbg_conf_tlv); i++) { iwl_req_fw_callback()
1295 if (pieces->dbg_conf_tlv[i]) { iwl_req_fw_callback()
1298 drv->fw.dbg_conf_tlv[i] = iwl_req_fw_callback()
1299 kmemdup(pieces->dbg_conf_tlv[i], iwl_req_fw_callback()
1302 if (!drv->fw.dbg_conf_tlv[i]) iwl_req_fw_callback()
H A Diwl-trans.h673 * @dbg_conf_tlv: array of pointers to configuration TLVs for debug
717 const struct iwl_fw_dbg_conf_tlv *dbg_conf_tlv[FW_DBG_CONF_MAX]; member in struct:iwl_trans
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
H A Dfw.c904 if (WARN_ONCE(conf_id >= ARRAY_SIZE(mvm->fw->dbg_conf_tlv), iwl_mvm_start_fw_dbg_conf()
909 if ((!mvm->fw->dbg_conf_tlv[conf_id] || iwl_mvm_start_fw_dbg_conf()
910 !mvm->fw->dbg_conf_tlv[conf_id]->num_of_hcmds) && iwl_mvm_start_fw_dbg_conf()
916 if (!mvm->fw->dbg_conf_tlv[conf_id]) iwl_mvm_start_fw_dbg_conf()
924 ptr = (void *)&mvm->fw->dbg_conf_tlv[conf_id]->hcmd; iwl_mvm_start_fw_dbg_conf()
925 for (i = 0; i < mvm->fw->dbg_conf_tlv[conf_id]->num_of_hcmds; i++) { iwl_mvm_start_fw_dbg_conf()
H A Dops.c518 memcpy(trans->dbg_conf_tlv, mvm->fw->dbg_conf_tlv, iwl_op_mode_mvm_start()
519 sizeof(trans->dbg_conf_tlv)); iwl_op_mode_mvm_start()

Completed in 78 milliseconds