1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177 |
- /*
- * Copyright (c) 2015-2016 The Linux Foundation. All rights reserved.
- *
- * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
- *
- *
- * Permission to use, copy, modify, and/or distribute this software for
- * any purpose with or without fee is hereby granted, provided that the
- * above copyright notice and this permission notice appear in all
- * copies.
- *
- * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
- * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
- * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
- * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
- * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
- * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
- * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- * PERFORMANCE OF THIS SOFTWARE.
- */
- /*
- * This file was originally distributed by Qualcomm Atheros, Inc.
- * under proprietary terms before Copyright ownership was assigned
- * to the Linux Foundation.
- */
- #include "targcfg.h"
- #include "qdf_lock.h"
- #include "qdf_status.h"
- #include "qdf_status.h"
- #include <qdf_atomic.h> /* qdf_atomic_read */
- #include <targaddrs.h>
- #include "hif_io32.h"
- #include <hif.h>
- #include "regtable.h"
- #define ATH_MODULE_NAME hif
- #include <a_debug.h>
- #include "hif_main.h"
- #include "hif_hw_version.h"
- #if defined(HIF_PCI) || defined(HIF_SNOC) || defined(HIF_AHB)
- #include "ce_tasklet.h"
- #endif
- #include "qdf_trace.h"
- #include "qdf_status.h"
- #include "hif_debug.h"
- #include "mp_dev.h"
- #include "ce_api.h"
- #ifdef QCA_WIFI_QCA8074
- #include "hal_api.h"
- #endif
- void hif_dump(struct hif_opaque_softc *hif_ctx, uint8_t cmd_id, bool start)
- {
- hif_trigger_dump(hif_ctx, cmd_id, start);
- }
- /**
- * hif_get_target_id(): hif_get_target_id
- *
- * Return the virtual memory base address to the caller
- *
- * @scn: hif_softc
- *
- * Return: A_target_id_t
- */
- A_target_id_t hif_get_target_id(struct hif_softc *scn)
- {
- return scn->mem;
- }
- /**
- * hif_get_targetdef(): hif_get_targetdef
- * @scn: scn
- *
- * Return: void *
- */
- void *hif_get_targetdef(struct hif_opaque_softc *hif_ctx)
- {
- struct hif_softc *scn = HIF_GET_SOFTC(hif_ctx);
- return scn->targetdef;
- }
- /**
- * hif_vote_link_down(): unvote for link up
- *
- * Call hif_vote_link_down to release a previous request made using
- * hif_vote_link_up. A hif_vote_link_down call should only be made
- * after a corresponding hif_vote_link_up, otherwise you could be
- * negating a vote from another source. When no votes are present
- * hif will not guarantee the linkstate after hif_bus_suspend.
- *
- * SYNCHRONIZE WITH hif_vote_link_up by only calling in MC thread
- * and initialization deinitialization sequencences.
- *
- * Return: n/a
- */
- void hif_vote_link_down(struct hif_opaque_softc *hif_ctx)
- {
- struct hif_softc *scn = HIF_GET_SOFTC(hif_ctx);
- QDF_BUG(scn);
- scn->linkstate_vote--;
- if (scn->linkstate_vote == 0)
- hif_bus_prevent_linkdown(scn, false);
- }
- /**
- * hif_vote_link_up(): vote to prevent bus from suspending
- *
- * Makes hif guarantee that fw can message the host normally
- * durring suspend.
- *
- * SYNCHRONIZE WITH hif_vote_link_up by only calling in MC thread
- * and initialization deinitialization sequencences.
- *
- * Return: n/a
- */
- void hif_vote_link_up(struct hif_opaque_softc *hif_ctx)
- {
- struct hif_softc *scn = HIF_GET_SOFTC(hif_ctx);
- QDF_BUG(scn);
- scn->linkstate_vote++;
- if (scn->linkstate_vote == 1)
- hif_bus_prevent_linkdown(scn, true);
- }
- /**
- * hif_can_suspend_link(): query if hif is permitted to suspend the link
- *
- * Hif will ensure that the link won't be suspended if the upperlayers
- * don't want it to.
- *
- * SYNCHRONIZATION: MC thread is stopped before bus suspend thus
- * we don't need extra locking to ensure votes dont change while
- * we are in the process of suspending or resuming.
- *
- * Return: false if hif will guarantee link up durring suspend.
- */
- bool hif_can_suspend_link(struct hif_opaque_softc *hif_ctx)
- {
- struct hif_softc *scn = HIF_GET_SOFTC(hif_ctx);
- QDF_BUG(scn);
- return scn->linkstate_vote == 0;
- }
- #ifndef CONFIG_WIN
- #define QCA9984_HOST_INTEREST_ADDRESS -1
- #define QCA9888_HOST_INTEREST_ADDRESS -1
- #define IPQ4019_HOST_INTEREST_ADDRESS -1
- #endif
- /**
- * hif_hia_item_address(): hif_hia_item_address
- * @target_type: target_type
- * @item_offset: item_offset
- *
- * Return: n/a
- */
- uint32_t hif_hia_item_address(uint32_t target_type, uint32_t item_offset)
- {
- switch (target_type) {
- case TARGET_TYPE_AR6002:
- return AR6002_HOST_INTEREST_ADDRESS + item_offset;
- case TARGET_TYPE_AR6003:
- return AR6003_HOST_INTEREST_ADDRESS + item_offset;
- case TARGET_TYPE_AR6004:
- return AR6004_HOST_INTEREST_ADDRESS + item_offset;
- case TARGET_TYPE_AR6006:
- return AR6006_HOST_INTEREST_ADDRESS + item_offset;
- case TARGET_TYPE_AR9888:
- return AR9888_HOST_INTEREST_ADDRESS + item_offset;
- case TARGET_TYPE_AR6320:
- case TARGET_TYPE_AR6320V2:
- return AR6320_HOST_INTEREST_ADDRESS + item_offset;
- case TARGET_TYPE_ADRASTEA:
- /* ADRASTEA doesn't have a host interest address */
- ASSERT(0);
- return 0;
- case TARGET_TYPE_AR900B:
- return AR900B_HOST_INTEREST_ADDRESS + item_offset;
- case TARGET_TYPE_QCA9984:
- return QCA9984_HOST_INTEREST_ADDRESS + item_offset;
- case TARGET_TYPE_QCA9888:
- return QCA9888_HOST_INTEREST_ADDRESS + item_offset;
- case TARGET_TYPE_IPQ4019:
- return IPQ4019_HOST_INTEREST_ADDRESS + item_offset;
- default:
- ASSERT(0);
- return 0;
- }
- }
- /**
- * hif_max_num_receives_reached() - check max receive is reached
- * @scn: HIF Context
- * @count: unsigned int.
- *
- * Output check status as bool
- *
- * Return: bool
- */
- bool hif_max_num_receives_reached(struct hif_softc *scn, unsigned int count)
- {
- if (QDF_IS_EPPING_ENABLED(hif_get_conparam(scn)))
- return count > 120;
- else
- return count > MAX_NUM_OF_RECEIVES;
- }
- /**
- * init_buffer_count() - initial buffer count
- * @maxSize: qdf_size_t
- *
- * routine to modify the initial buffer count to be allocated on an os
- * platform basis. Platform owner will need to modify this as needed
- *
- * Return: qdf_size_t
- */
- qdf_size_t init_buffer_count(qdf_size_t maxSize)
- {
- return maxSize;
- }
- /**
- * hif_save_htc_htt_config_endpoint() - save htt_tx_endpoint
- * @hif_ctx: hif context
- * @htc_htt_tx_endpoint: htt_tx_endpoint
- *
- * Return: void
- */
- void hif_save_htc_htt_config_endpoint(struct hif_opaque_softc *hif_ctx,
- int htc_htt_tx_endpoint)
- {
- struct hif_softc *scn = HIF_GET_SOFTC(hif_ctx);
- if (!scn) {
- HIF_ERROR("%s: error: scn or scn->hif_sc is NULL!",
- __func__);
- return;
- }
- scn->htc_htt_tx_endpoint = htc_htt_tx_endpoint;
- }
- static const struct qwlan_hw qwlan_hw_list[] = {
- {
- .id = AR6320_REV1_VERSION,
- .subid = 0,
- .name = "QCA6174_REV1",
- },
- {
- .id = AR6320_REV1_1_VERSION,
- .subid = 0x1,
- .name = "QCA6174_REV1_1",
- },
- {
- .id = AR6320_REV1_3_VERSION,
- .subid = 0x2,
- .name = "QCA6174_REV1_3",
- },
- {
- .id = AR6320_REV2_1_VERSION,
- .subid = 0x4,
- .name = "QCA6174_REV2_1",
- },
- {
- .id = AR6320_REV2_1_VERSION,
- .subid = 0x5,
- .name = "QCA6174_REV2_2",
- },
- {
- .id = AR6320_REV3_VERSION,
- .subid = 0x6,
- .name = "QCA6174_REV2.3",
- },
- {
- .id = AR6320_REV3_VERSION,
- .subid = 0x8,
- .name = "QCA6174_REV3",
- },
- {
- .id = AR6320_REV3_VERSION,
- .subid = 0x9,
- .name = "QCA6174_REV3_1",
- },
- {
- .id = AR6320_REV3_2_VERSION,
- .subid = 0xA,
- .name = "AR6320_REV3_2_VERSION",
- },
- {
- .id = WCN3990_v1,
- .subid = 0x0,
- .name = "WCN3990_V1",
- }
- };
- /**
- * hif_get_hw_name(): get a human readable name for the hardware
- * @info: Target Info
- *
- * Return: human readable name for the underlying wifi hardware.
- */
- static const char *hif_get_hw_name(struct hif_target_info *info)
- {
- int i;
- for (i = 0; i < ARRAY_SIZE(qwlan_hw_list); i++) {
- if (info->target_version == qwlan_hw_list[i].id &&
- info->target_revision == qwlan_hw_list[i].subid) {
- return qwlan_hw_list[i].name;
- }
- }
- return "Unknown Device";
- }
- /**
- * hif_get_hw_info(): hif_get_hw_info
- * @scn: scn
- * @version: version
- * @revision: revision
- *
- * Return: n/a
- */
- void hif_get_hw_info(struct hif_opaque_softc *scn, u32 *version, u32 *revision,
- const char **target_name)
- {
- struct hif_target_info *info = hif_get_target_info_handle(scn);
- struct hif_softc *sc = HIF_GET_SOFTC(scn);
- if (sc->bus_type == QDF_BUS_TYPE_USB)
- hif_usb_get_hw_info(sc);
- *version = info->target_version;
- *revision = info->target_revision;
- *target_name = hif_get_hw_name(info);
- }
- /**
- * hif_get_dev_ba(): API to get device base address.
- * @scn: scn
- * @version: version
- * @revision: revision
- *
- * Return: n/a
- */
- void *hif_get_dev_ba(struct hif_opaque_softc *hif_handle)
- {
- struct hif_softc *scn = (struct hif_softc *)hif_handle;
- return scn->mem;
- }
- /**
- * hif_open(): hif_open
- * @qdf_ctx: QDF Context
- * @mode: Driver Mode
- * @bus_type: Bus Type
- * @cbk: CDS Callbacks
- *
- * API to open HIF Context
- *
- * Return: HIF Opaque Pointer
- */
- struct hif_opaque_softc *hif_open(qdf_device_t qdf_ctx, uint32_t mode,
- enum qdf_bus_type bus_type,
- struct hif_driver_state_callbacks *cbk)
- {
- struct hif_softc *scn;
- QDF_STATUS status = QDF_STATUS_SUCCESS;
- int bus_context_size = hif_bus_get_context_size(bus_type);
- if (bus_context_size == 0) {
- HIF_ERROR("%s: context size 0 not allowed", __func__);
- return NULL;
- }
- scn = (struct hif_softc *)qdf_mem_malloc(bus_context_size);
- if (!scn) {
- HIF_ERROR("%s: cannot alloc memory for HIF context of size:%d",
- __func__, bus_context_size);
- return GET_HIF_OPAQUE_HDL(scn);
- }
- qdf_mem_zero(scn, bus_context_size);
- scn->qdf_dev = qdf_ctx;
- scn->hif_con_param = mode;
- qdf_atomic_init(&scn->active_tasklet_cnt);
- qdf_atomic_init(&scn->active_grp_tasklet_cnt);
- qdf_atomic_init(&scn->link_suspended);
- qdf_atomic_init(&scn->tasklet_from_intr);
- qdf_mem_copy(&scn->callbacks, cbk, sizeof(struct hif_driver_state_callbacks));
- scn->bus_type = bus_type;
- status = hif_bus_open(scn, bus_type);
- if (status != QDF_STATUS_SUCCESS) {
- HIF_ERROR("%s: hif_bus_open error = %d, bus_type = %d",
- __func__, status, bus_type);
- qdf_mem_free(scn);
- scn = NULL;
- }
- return GET_HIF_OPAQUE_HDL(scn);
- }
- /**
- * hif_close(): hif_close
- * @hif_ctx: hif_ctx
- *
- * Return: n/a
- */
- void hif_close(struct hif_opaque_softc *hif_ctx)
- {
- struct hif_softc *scn = HIF_GET_SOFTC(hif_ctx);
- if (scn == NULL) {
- HIF_ERROR("%s: hif_opaque_softc is NULL", __func__);
- return;
- }
- if (scn->athdiag_procfs_inited) {
- athdiag_procfs_remove();
- scn->athdiag_procfs_inited = false;
- }
- hif_bus_close(scn);
- qdf_mem_free(scn);
- }
- static QDF_STATUS hif_hal_attach(struct hif_softc *scn)
- {
- #ifdef QCA_WIFI_QCA8074
- if (ce_srng_based(scn)) {
- scn->hal_soc = hal_attach(scn, scn->qdf_dev);
- if (scn->hal_soc == NULL)
- return QDF_STATUS_E_FAILURE;
- }
- #endif
- return QDF_STATUS_SUCCESS;
- }
- /**
- * hif_enable(): hif_enable
- * @hif_ctx: hif_ctx
- * @dev: dev
- * @bdev: bus dev
- * @bid: bus ID
- * @bus_type: bus type
- * @type: enable type
- *
- * Return: QDF_STATUS
- */
- QDF_STATUS hif_enable(struct hif_opaque_softc *hif_ctx, struct device *dev,
- void *bdev, const hif_bus_id *bid,
- enum qdf_bus_type bus_type,
- enum hif_enable_type type)
- {
- QDF_STATUS status;
- struct hif_softc *scn = HIF_GET_SOFTC(hif_ctx);
- if (scn == NULL) {
- HIF_ERROR("%s: hif_ctx = NULL", __func__);
- return QDF_STATUS_E_NULL_VALUE;
- }
- status = hif_enable_bus(scn, dev, bdev, bid, type);
- if (status != QDF_STATUS_SUCCESS) {
- HIF_ERROR("%s: hif_enable_bus error = %d",
- __func__, status);
- return status;
- }
- status = hif_hal_attach(scn);
- if (status != QDF_STATUS_SUCCESS) {
- HIF_ERROR("%s: hal attach failed", __func__);
- return status;
- }
- if (hif_bus_configure(scn)) {
- HIF_ERROR("%s: Target probe failed.", __func__);
- hif_disable_bus(scn);
- status = QDF_STATUS_E_FAILURE;
- return status;
- }
- /*
- * Flag to avoid potential unallocated memory access from MSI
- * interrupt handler which could get scheduled as soon as MSI
- * is enabled, i.e to take care of the race due to the order
- * in where MSI is enabled before the memory, that will be
- * in interrupt handlers, is allocated.
- */
- scn->hif_init_done = true;
- HIF_TRACE("%s: OK", __func__);
- return QDF_STATUS_SUCCESS;
- }
- void hif_disable(struct hif_opaque_softc *hif_ctx, enum hif_disable_type type)
- {
- struct hif_softc *scn = HIF_GET_SOFTC(hif_ctx);
- if (!scn)
- return;
- hif_nointrs(scn);
- if (scn->hif_init_done == false)
- hif_shutdown_device(hif_ctx);
- else
- hif_stop(hif_ctx);
- hif_disable_bus(scn);
- hif_wlan_disable(scn);
- scn->notice_send = false;
- HIF_INFO("%s: X", __func__);
- }
- void hif_display_stats(struct hif_opaque_softc *hif_ctx)
- {
- hif_display_bus_stats(hif_ctx);
- }
- void hif_clear_stats(struct hif_opaque_softc *hif_ctx)
- {
- hif_clear_bus_stats(hif_ctx);
- }
- /**
- * hif_crash_shutdown_dump_bus_register() - dump bus registers
- * @hif_ctx: hif_ctx
- *
- * Return: n/a
- */
- #if defined(TARGET_RAMDUMP_AFTER_KERNEL_PANIC) \
- && defined(DEBUG)
- static void hif_crash_shutdown_dump_bus_register(void *hif_ctx)
- {
- struct hif_opaque_softc *scn = hif_ctx;
- if (hif_check_soc_status(scn))
- return;
- if (hif_dump_registers(scn))
- HIF_ERROR("Failed to dump bus registers!");
- }
- /**
- * hif_crash_shutdown(): hif_crash_shutdown
- *
- * This function is called by the platform driver to dump CE registers
- *
- * @hif_ctx: hif_ctx
- *
- * Return: n/a
- */
- void hif_crash_shutdown(struct hif_opaque_softc *hif_ctx)
- {
- struct hif_softc *scn = HIF_GET_SOFTC(hif_ctx);
- if (!hif_ctx)
- return;
- if (scn->bus_type == QDF_BUS_TYPE_SNOC) {
- HIF_INFO_MED("%s: RAM dump disabled for bustype %d",
- __func__, scn->bus_type);
- return;
- }
- if (TARGET_STATUS_RESET == scn->target_status) {
- HIF_INFO_MED("%s: Target is already asserted, ignore!",
- __func__);
- return;
- }
- if (hif_is_load_or_unload_in_progress(scn)) {
- HIF_ERROR("%s: Load/unload is in progress, ignore!", __func__);
- return;
- }
- hif_crash_shutdown_dump_bus_register(hif_ctx);
- if (ol_copy_ramdump(hif_ctx))
- goto out;
- HIF_INFO_MED("%s: RAM dump collecting completed!", __func__);
- out:
- return;
- }
- #else
- void hif_crash_shutdown(struct hif_opaque_softc *hif_ctx)
- {
- HIF_INFO_MED("%s: Collecting target RAM dump disabled",
- __func__);
- return;
- }
- #endif /* TARGET_RAMDUMP_AFTER_KERNEL_PANIC */
- #ifdef QCA_WIFI_3_0
- /**
- * hif_check_fw_reg(): hif_check_fw_reg
- * @scn: scn
- * @state:
- *
- * Return: int
- */
- int hif_check_fw_reg(struct hif_opaque_softc *scn)
- {
- return 0;
- }
- #endif
- #ifdef IPA_OFFLOAD
- /**
- * hif_read_phy_mem_base(): hif_read_phy_mem_base
- * @scn: scn
- * @phy_mem_base: physical mem base
- *
- * Return: n/a
- */
- void hif_read_phy_mem_base(struct hif_softc *scn, qdf_dma_addr_t *phy_mem_base)
- {
- *phy_mem_base = scn->mem_pa;
- }
- #endif /* IPA_OFFLOAD */
- /**
- * hif_get_device_type(): hif_get_device_type
- * @device_id: device_id
- * @revision_id: revision_id
- * @hif_type: returned hif_type
- * @target_type: returned target_type
- *
- * Return: int
- */
- int hif_get_device_type(uint32_t device_id,
- uint32_t revision_id,
- uint32_t *hif_type, uint32_t *target_type)
- {
- int ret = 0;
- switch (device_id) {
- case ADRASTEA_DEVICE_ID:
- case ADRASTEA_DEVICE_ID_P2_E12:
- *hif_type = HIF_TYPE_ADRASTEA;
- *target_type = TARGET_TYPE_ADRASTEA;
- break;
- case AR9888_DEVICE_ID:
- *hif_type = HIF_TYPE_AR9888;
- *target_type = TARGET_TYPE_AR9888;
- break;
- case AR6320_DEVICE_ID:
- switch (revision_id) {
- case AR6320_FW_1_1:
- case AR6320_FW_1_3:
- *hif_type = HIF_TYPE_AR6320;
- *target_type = TARGET_TYPE_AR6320;
- break;
- case AR6320_FW_2_0:
- case AR6320_FW_3_0:
- case AR6320_FW_3_2:
- *hif_type = HIF_TYPE_AR6320V2;
- *target_type = TARGET_TYPE_AR6320V2;
- break;
- default:
- HIF_ERROR("%s: error - dev_id = 0x%x, rev_id = 0x%x",
- __func__, device_id, revision_id);
- ret = -ENODEV;
- goto end;
- }
- break;
- case AR9887_DEVICE_ID:
- *hif_type = HIF_TYPE_AR9888;
- *target_type = TARGET_TYPE_AR9888;
- HIF_INFO(" *********** AR9887 **************");
- break;
- case QCA9984_DEVICE_ID:
- *hif_type = HIF_TYPE_QCA9984;
- *target_type = TARGET_TYPE_QCA9984;
- HIF_INFO(" *********** QCA9984 *************");
- break;
- case QCA9888_DEVICE_ID:
- *hif_type = HIF_TYPE_QCA9888;
- *target_type = TARGET_TYPE_QCA9888;
- HIF_INFO(" *********** QCA9888 *************");
- break;
- case AR900B_DEVICE_ID:
- *hif_type = HIF_TYPE_AR900B;
- *target_type = TARGET_TYPE_AR900B;
- HIF_INFO(" *********** AR900B *************");
- break;
- case IPQ4019_DEVICE_ID:
- *hif_type = HIF_TYPE_IPQ4019;
- *target_type = TARGET_TYPE_IPQ4019;
- HIF_INFO(" *********** IPQ4019 *************");
- break;
- case QCA8074_DEVICE_ID:
- *hif_type = HIF_TYPE_QCA8074;
- *target_type = TARGET_TYPE_QCA8074;
- HIF_INFO(" *********** QCA8074 *************\n");
- break;
- default:
- HIF_ERROR("%s: Unsupported device ID!", __func__);
- ret = -ENODEV;
- break;
- }
- end:
- return ret;
- }
- /**
- * hif_needs_bmi() - return true if the soc needs bmi through the driver
- * @hif_ctx: hif context
- *
- * Return: true if the soc needs driver bmi otherwise false
- */
- bool hif_needs_bmi(struct hif_opaque_softc *hif_ctx)
- {
- struct hif_softc *hif_sc = HIF_GET_SOFTC(hif_ctx);
- return hif_sc->bus_type != QDF_BUS_TYPE_SNOC;
- }
- /**
- * hif_get_bus_type() - return the bus type
- *
- * Return: enum qdf_bus_type
- */
- enum qdf_bus_type hif_get_bus_type(struct hif_opaque_softc *hif_hdl)
- {
- struct hif_softc *scn = HIF_GET_SOFTC(hif_hdl);
- return scn->bus_type;
- }
- /**
- * Target info and ini parameters are global to the driver
- * Hence these structures are exposed to all the modules in
- * the driver and they don't need to maintains multiple copies
- * of the same info, instead get the handle from hif and
- * modify them in hif
- */
- /**
- * hif_get_ini_handle() - API to get hif_config_param handle
- * @hif_ctx: HIF Context
- *
- * Return: pointer to hif_config_info
- */
- struct hif_config_info *hif_get_ini_handle(struct hif_opaque_softc *hif_ctx)
- {
- struct hif_softc *sc = HIF_GET_SOFTC(hif_ctx);
- return &sc->hif_config;
- }
- /**
- * hif_get_target_info_handle() - API to get hif_target_info handle
- * @hif_ctx: HIF context
- *
- * Return: Pointer to hif_target_info
- */
- struct hif_target_info *hif_get_target_info_handle(
- struct hif_opaque_softc *hif_ctx)
- {
- struct hif_softc *sc = HIF_GET_SOFTC(hif_ctx);
- return &sc->target_info;
- }
- #if defined(FEATURE_LRO)
- /**
- * hif_lro_flush_cb_register - API to register for LRO Flush Callback
- * @scn: HIF Context
- * @handler: Function pointer to be called by HIF
- * @data: Private data to be used by the module registering to HIF
- *
- * Return: void
- */
- void hif_lro_flush_cb_register(struct hif_opaque_softc *scn,
- void (handler)(void *), void *data)
- {
- ce_lro_flush_cb_register(scn, handler, data);
- }
- /**
- * hif_lro_flush_cb_deregister - API to deregister for LRO Flush Callbacks
- * @scn: HIF Context
- *
- * Return: void
- */
- void hif_lro_flush_cb_deregister(struct hif_opaque_softc *scn)
- {
- ce_lro_flush_cb_deregister(scn);
- }
- #endif
- /**
- * hif_get_target_status - API to get target status
- * @hif_ctx: HIF Context
- *
- * Return: enum hif_target_status
- */
- enum hif_target_status hif_get_target_status(struct hif_opaque_softc *hif_ctx)
- {
- struct hif_softc *scn = HIF_GET_SOFTC(hif_ctx);
- return scn->target_status;
- }
- /**
- * hif_set_target_status() - API to set target status
- * @hif_ctx: HIF Context
- * @status: Target Status
- *
- * Return: void
- */
- void hif_set_target_status(struct hif_opaque_softc *hif_ctx, enum
- hif_target_status status)
- {
- struct hif_softc *scn = HIF_GET_SOFTC(hif_ctx);
- scn->target_status = status;
- }
- /**
- * hif_init_ini_config() - API to initialize HIF configuration parameters
- * @hif_ctx: HIF Context
- * @cfg: HIF Configuration
- *
- * Return: void
- */
- void hif_init_ini_config(struct hif_opaque_softc *hif_ctx,
- struct hif_config_info *cfg)
- {
- struct hif_softc *scn = HIF_GET_SOFTC(hif_ctx);
- qdf_mem_copy(&scn->hif_config, cfg, sizeof(struct hif_config_info));
- }
- /**
- * hif_get_conparam() - API to get driver mode in HIF
- * @scn: HIF Context
- *
- * Return: driver mode of operation
- */
- uint32_t hif_get_conparam(struct hif_softc *scn)
- {
- if (!scn)
- return 0;
- return scn->hif_con_param;
- }
- /**
- * hif_get_callbacks_handle() - API to get callbacks Handle
- * @scn: HIF Context
- *
- * Return: pointer to HIF Callbacks
- */
- struct hif_driver_state_callbacks *hif_get_callbacks_handle(struct hif_softc *scn)
- {
- return &scn->callbacks;
- }
- /**
- * hif_is_driver_unloading() - API to query upper layers if driver is unloading
- * @scn: HIF Context
- *
- * Return: True/False
- */
- bool hif_is_driver_unloading(struct hif_softc *scn)
- {
- struct hif_driver_state_callbacks *cbk = hif_get_callbacks_handle(scn);
- if (cbk && cbk->is_driver_unloading)
- return cbk->is_driver_unloading(cbk->context);
- return false;
- }
- /**
- * hif_is_load_or_unload_in_progress() - API to query upper layers if
- * load/unload in progress
- * @scn: HIF Context
- *
- * Return: True/False
- */
- bool hif_is_load_or_unload_in_progress(struct hif_softc *scn)
- {
- struct hif_driver_state_callbacks *cbk = hif_get_callbacks_handle(scn);
- if (cbk && cbk->is_load_unload_in_progress)
- return cbk->is_load_unload_in_progress(cbk->context);
- return false;
- }
- /**
- * hif_update_pipe_callback() - API to register pipe specific callbacks
- * @osc: Opaque softc
- * @pipeid: pipe id
- * @callbacks: callbacks to register
- *
- * Return: void
- */
- void hif_update_pipe_callback(struct hif_opaque_softc *osc,
- u_int8_t pipeid,
- struct hif_msg_callbacks *callbacks)
- {
- struct hif_softc *scn = HIF_GET_SOFTC(osc);
- struct HIF_CE_state *hif_state = HIF_GET_CE_STATE(scn);
- struct HIF_CE_pipe_info *pipe_info;
- QDF_BUG(pipeid < CE_COUNT_MAX);
- HIF_INFO_LO("+%s pipeid %d\n", __func__, pipeid);
- pipe_info = &hif_state->pipe_info[pipeid];
- qdf_mem_copy(&pipe_info->pipe_callbacks,
- callbacks, sizeof(pipe_info->pipe_callbacks));
- HIF_INFO_LO("-%s\n", __func__);
- }
- /**
- * hif_is_recovery_in_progress() - API to query upper layers if recovery in
- * progress
- * @scn: HIF Context
- *
- * Return: True/False
- */
- bool hif_is_recovery_in_progress(struct hif_softc *scn)
- {
- struct hif_driver_state_callbacks *cbk = hif_get_callbacks_handle(scn);
- if (cbk && cbk->is_recovery_in_progress)
- return cbk->is_recovery_in_progress(cbk->context);
- return false;
- }
- #if defined(HIF_PCI) || defined(SNOC) || defined(HIF_AHB)
- /**
- * hif_batch_send() - API to access hif specific function
- * ce_batch_send.
- * @osc: HIF Context
- * @msdu : list of msdus to be sent
- * @transfer_id : transfer id
- * @len : donwloaded length
- *
- * Return: list of msds not sent
- */
- qdf_nbuf_t hif_batch_send(struct hif_opaque_softc *osc, qdf_nbuf_t msdu,
- uint32_t transfer_id, u_int32_t len, uint32_t sendhead)
- {
- void *ce_tx_hdl = hif_get_ce_handle(osc, CE_HTT_TX_CE);
- return ce_batch_send((struct CE_handle *)ce_tx_hdl, msdu, transfer_id,
- len, sendhead);
- }
- /**
- * hif_update_tx_ring() - API to access hif specific function
- * ce_update_tx_ring.
- * @osc: HIF Context
- * @num_htt_cmpls : number of htt compl received.
- *
- * Return: void
- */
- void hif_update_tx_ring(struct hif_opaque_softc *osc, u_int32_t num_htt_cmpls)
- {
- void *ce_tx_hdl = hif_get_ce_handle(osc, CE_HTT_TX_CE);
- ce_update_tx_ring(ce_tx_hdl, num_htt_cmpls);
- }
- /**
- * hif_send_single() - API to access hif specific function
- * ce_send_single.
- * @osc: HIF Context
- * @msdu : msdu to be sent
- * @transfer_id: transfer id
- * @len : downloaded length
- *
- * Return: msdu sent status
- */
- int hif_send_single(struct hif_opaque_softc *osc, qdf_nbuf_t msdu, uint32_t
- transfer_id, u_int32_t len)
- {
- void *ce_tx_hdl = hif_get_ce_handle(osc, CE_HTT_TX_CE);
- return ce_send_single((struct CE_handle *)ce_tx_hdl, msdu, transfer_id,
- len);
- }
- /**
- * hif_send_fast() - API to access hif specific function
- * ce_send_fast.
- * @osc: HIF Context
- * @msdu : array of msdus to be sent
- * @num_msdus : number of msdus in an array
- * @transfer_id: transfer id
- * @download_len: download length
- *
- * Return: No. of packets that could be sent
- */
- int hif_send_fast(struct hif_opaque_softc *osc, qdf_nbuf_t nbuf,
- uint32_t transfer_id, uint32_t download_len)
- {
- void *ce_tx_hdl = hif_get_ce_handle(osc, CE_HTT_TX_CE);
- return ce_send_fast((struct CE_handle *)ce_tx_hdl, nbuf,
- transfer_id, download_len);
- }
- #endif
- /**
- * hif_reg_write() - API to access hif specific function
- * hif_write32_mb.
- * @hif_ctx : HIF Context
- * @offset : offset on which value has to be written
- * @value : value to be written
- *
- * Return: None
- */
- void hif_reg_write(struct hif_opaque_softc *hif_ctx, uint32_t offset,
- uint32_t value)
- {
- struct hif_softc *scn = HIF_GET_SOFTC(hif_ctx);
- hif_write32_mb(scn->mem + offset, value);
- }
- /**
- * hif_reg_read() - API to access hif specific function
- * hif_read32_mb.
- * @hif_ctx : HIF Context
- * @offset : offset from which value has to be read
- *
- * Return: Read value
- */
- uint32_t hif_reg_read(struct hif_opaque_softc *hif_ctx, uint32_t offset)
- {
- struct hif_softc *scn = HIF_GET_SOFTC(hif_ctx);
- return hif_read32_mb(scn->mem + offset);
- }
- #if defined(HIF_USB)
- /**
- * hif_ramdump_handler(): generic ramdump handler
- * @scn: struct hif_opaque_softc
- *
- * Return: None
- */
- void hif_ramdump_handler(struct hif_opaque_softc *scn)
- {
- if (hif_get_bus_type == QDF_BUS_TYPE_USB)
- hif_usb_ramdump_handler();
- }
- #endif
- /**
- * hif_register_ext_group_int_handler() - API to register external group
- * interrupt handler.
- * @hif_ctx : HIF Context
- * @numirq: number of irq's in the group
- * @irq: array of irq values
- * @ext_intr_handler: callback interrupt handler function
- * @context: context to passed in callback
- *
- * Return: status
- */
- uint32_t hif_register_ext_group_int_handler(struct hif_opaque_softc *hif_ctx,
- uint32_t numirq, uint32_t irq[], ext_intr_handler handler,
- void *context)
- {
- struct hif_softc *scn = HIF_GET_SOFTC(hif_ctx);
- struct HIF_CE_state *hif_state = HIF_GET_CE_STATE(scn);
- struct hif_ext_group_entry *hif_ext_group;
- if (scn->hif_init_done) {
- HIF_ERROR("%s Called after HIF initialization \n", __func__);
- return QDF_STATUS_E_FAILURE;
- }
- if (hif_state->hif_num_extgroup >= HIF_MAX_GROUP) {
- HIF_ERROR("%s Max groups reached\n", __func__);
- return QDF_STATUS_E_FAILURE;
- }
- if (numirq >= HIF_MAX_GRP_IRQ) {
- HIF_ERROR("%s invalid numirq\n", __func__);
- return QDF_STATUS_E_FAILURE;
- }
- hif_ext_group = &hif_state->hif_ext_group[hif_state->hif_num_extgroup];
- hif_ext_group->numirq = numirq;
- qdf_mem_copy(&hif_ext_group->irq[0], irq, numirq * sizeof(irq[0]));
- hif_ext_group->context = context;
- hif_ext_group->handler = handler;
- hif_ext_group->configured = true;
- hif_ext_group->grp_id = hif_state->hif_num_extgroup;
- hif_state->hif_num_extgroup++;
- return QDF_STATUS_SUCCESS;
- }
- /**
- * hif_ext_grp_tasklet() - grp tasklet
- * data: context
- *
- * return: void
- */
- void hif_ext_grp_tasklet(unsigned long data)
- {
- struct hif_ext_group_entry *hif_ext_group =
- (struct hif_ext_group_entry *)data;
- struct HIF_CE_state *hif_state = hif_ext_group->hif_state;
- struct hif_softc *scn = HIF_GET_SOFTC(hif_state);
- if (hif_ext_group->grp_id < HIF_MAX_GROUP) {
- hif_ext_group->handler(hif_ext_group->context, HIF_MAX_BUDGET);
- hif_grp_irq_enable(scn, hif_ext_group->grp_id);
- } else {
- HIF_ERROR("%s: ERROR - invalid grp_id = %d",
- __func__, hif_ext_group->grp_id);
- }
- qdf_atomic_dec(&scn->active_grp_tasklet_cnt);
- }
- /**
- * hif_grp_tasklet_kill() - grp tasklet kill
- * scn: hif_softc
- *
- * return: void
- */
- void hif_grp_tasklet_kill(struct hif_softc *scn)
- {
- int i;
- struct HIF_CE_state *hif_state = HIF_GET_CE_STATE(scn);
- for (i = 0; i < HIF_MAX_GROUP; i++)
- if (hif_state->hif_ext_group[i].inited) {
- tasklet_kill(&hif_state->hif_ext_group[i].intr_tq);
- hif_state->hif_ext_group[i].inited = false;
- }
- qdf_atomic_set(&scn->active_grp_tasklet_cnt, 0);
- }
|