hif.h 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707
  1. /*
  2. * Copyright (c) 2013-2016 The Linux Foundation. All rights reserved.
  3. *
  4. * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
  5. *
  6. *
  7. * Permission to use, copy, modify, and/or distribute this software for
  8. * any purpose with or without fee is hereby granted, provided that the
  9. * above copyright notice and this permission notice appear in all
  10. * copies.
  11. *
  12. * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
  13. * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
  14. * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
  15. * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
  16. * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
  17. * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  18. * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  19. * PERFORMANCE OF THIS SOFTWARE.
  20. */
  21. /*
  22. * This file was originally distributed by Qualcomm Atheros, Inc.
  23. * under proprietary terms before Copyright ownership was assigned
  24. * to the Linux Foundation.
  25. */
  26. #ifndef _HIF_H_
  27. #define _HIF_H_
  28. #ifdef __cplusplus
  29. extern "C" {
  30. #endif /* __cplusplus */
  31. /* Header files */
  32. #include "athdefs.h"
  33. #include "a_types.h"
  34. #include "osapi_linux.h"
  35. #include "cdf_status.h"
  36. #include "cdf_nbuf.h"
  37. #include "ol_if_athvar.h"
  38. #include <linux/platform_device.h>
  39. #ifdef HIF_PCI
  40. #include <linux/pci.h>
  41. #endif /* HIF_PCI */
  42. #define ENABLE_MBOX_DUMMY_SPACE_FEATURE 1
  43. typedef struct htc_callbacks HTC_CALLBACKS;
  44. typedef void __iomem *A_target_id_t;
  45. #define HIF_TYPE_AR6002 2
  46. #define HIF_TYPE_AR6003 3
  47. #define HIF_TYPE_AR6004 5
  48. #define HIF_TYPE_AR9888 6
  49. #define HIF_TYPE_AR6320 7
  50. #define HIF_TYPE_AR6320V2 8
  51. /* For attaching Peregrine 2.0 board host_reg_tbl only */
  52. #define HIF_TYPE_AR9888V2 8
  53. #define HIF_TYPE_QCA6180 9
  54. #define HIF_TYPE_ADRASTEA 10
  55. #define TARGET_TYPE_UNKNOWN 0
  56. #define TARGET_TYPE_AR6001 1
  57. #define TARGET_TYPE_AR6002 2
  58. #define TARGET_TYPE_AR6003 3
  59. #define TARGET_TYPE_AR6004 5
  60. #define TARGET_TYPE_AR6006 6
  61. #define TARGET_TYPE_AR9888 7
  62. #define TARGET_TYPE_AR6320 8
  63. #define TARGET_TYPE_AR900B 9
  64. /* For attach Peregrine 2.0 board target_reg_tbl only */
  65. #define TARGET_TYPE_AR9888V2 10
  66. /* For attach Rome1.0 target_reg_tbl only*/
  67. #define TARGET_TYPE_AR6320V1 11
  68. /* For Rome2.0/2.1 target_reg_tbl ID*/
  69. #define TARGET_TYPE_AR6320V2 12
  70. /* For Rome3.0 target_reg_tbl ID*/
  71. #define TARGET_TYPE_AR6320V3 13
  72. /* For Tufello1.0 target_reg_tbl ID*/
  73. #define TARGET_TYPE_QCA9377V1 14
  74. /* For QCA6180 target */
  75. #define TARGET_TYPE_QCA6180 15
  76. /* For Adrastea target */
  77. #define TARGET_TYPE_ADRASTEA 16
  78. struct CE_state;
  79. #ifdef QCA_WIFI_3_0_ADRASTEA
  80. #define CE_COUNT_MAX 12
  81. #else
  82. #define CE_COUNT_MAX 8
  83. #endif
  84. /* These numbers are selected so that the product is close to current
  85. higher limit of packets HIF services at one shot (1000) */
  86. #define QCA_NAPI_BUDGET 64
  87. #define QCA_NAPI_DEF_SCALE 16
  88. /* NOTE: This is to adapt non-NAPI solution to use
  89. the same "budget" as NAPI. Will be removed
  90. `once decision about NAPI is made */
  91. #define HIF_NAPI_MAX_RECEIVES (QCA_NAPI_BUDGET * QCA_NAPI_DEF_SCALE)
  92. /* NOTE: "napi->scale" can be changed,
  93. but this does not change the number of buckets */
  94. #define QCA_NAPI_NUM_BUCKETS (QCA_NAPI_BUDGET / QCA_NAPI_DEF_SCALE)
  95. struct qca_napi_stat {
  96. uint32_t napi_schedules;
  97. uint32_t napi_polls;
  98. uint32_t napi_completes;
  99. uint32_t napi_workdone;
  100. uint32_t napi_budget_uses[QCA_NAPI_NUM_BUCKETS];
  101. };
  102. /**
  103. * per NAPI instance data structure
  104. * This data structure holds stuff per NAPI instance.
  105. * Note that, in the current implementation, though scale is
  106. * an instance variable, it is set to the same value for all
  107. * instances.
  108. */
  109. struct qca_napi_info {
  110. struct napi_struct napi; /* one NAPI Instance per CE in phase I */
  111. uint8_t scale; /* currently same on all instances */
  112. uint8_t id;
  113. struct qca_napi_stat stats[NR_CPUS];
  114. };
  115. /**
  116. * NAPI data-sructure common to all NAPI instances.
  117. *
  118. * A variable of this type will be stored in hif module context.
  119. */
  120. struct qca_napi_data {
  121. /* NOTE: make sure the mutex is inited only at the very beginning
  122. once for the lifetime of the driver. For now, granularity of one
  123. is OK, but we might want to have a better granularity later */
  124. struct mutex mutex;
  125. uint32_t state;
  126. uint32_t ce_map; /* bitmap of created/registered NAPI
  127. instances, indexed by pipe_id,
  128. not used by clients (clients use an
  129. id returned by create) */
  130. struct net_device netdev; /* dummy net_dev */
  131. struct qca_napi_info napis[CE_COUNT_MAX];
  132. };
  133. struct ol_softc {
  134. void __iomem *mem; /* IO mapped memory base address */
  135. cdf_dma_addr_t mem_pa;
  136. uint32_t soc_version;
  137. /*
  138. * handle for code that uses the osdep.h version of OS
  139. * abstraction primitives
  140. */
  141. struct _NIC_DEV aps_osdev;
  142. enum ath_hal_bus_type bus_type;
  143. uint32_t lcr_val;
  144. bool pkt_log_init;
  145. bool request_irq_done;
  146. /*
  147. * handle for code that uses cdf version of OS
  148. * abstraction primitives
  149. */
  150. cdf_device_t cdf_dev;
  151. struct ol_version version;
  152. /* Packet statistics */
  153. struct ol_ath_stats pkt_stats;
  154. /* A_TARGET_TYPE_* */
  155. uint32_t target_type;
  156. uint32_t target_fw_version;
  157. uint32_t target_version;
  158. uint32_t target_revision;
  159. uint8_t crm_version_string[64];
  160. uint8_t wlan_version_string[64];
  161. ol_target_status target_status;
  162. bool is_sim;
  163. /* calibration data is stored in flash */
  164. uint8_t *cal_in_flash;
  165. /* virtual address for the calibration data on the flash */
  166. void *cal_mem;
  167. /* status of target init */
  168. WLAN_INIT_STATUS wlan_init_status;
  169. /* BMI info */
  170. /* OS-dependent private info for BMI */
  171. void *bmi_ol_priv;
  172. bool bmi_done;
  173. bool bmi_ua_done;
  174. uint8_t *bmi_cmd_buff;
  175. dma_addr_t bmi_cmd_da;
  176. OS_DMA_MEM_CONTEXT(bmicmd_dmacontext)
  177. uint8_t *bmi_rsp_buff;
  178. dma_addr_t bmi_rsp_da;
  179. /* length of last response */
  180. uint32_t last_rxlen;
  181. OS_DMA_MEM_CONTEXT(bmirsp_dmacontext)
  182. void *msi_magic;
  183. dma_addr_t msi_magic_da;
  184. OS_DMA_MEM_CONTEXT(msi_dmacontext)
  185. /* Handles for Lower Layers : filled in at init time */
  186. hif_handle_t hif_hdl;
  187. #ifdef HIF_PCI
  188. struct hif_pci_softc *hif_sc;
  189. #endif
  190. #ifdef WLAN_FEATURE_FASTPATH
  191. int fastpath_mode_on; /* Duplicating this for data path efficiency */
  192. #endif /* WLAN_FEATURE_FASTPATH */
  193. /* HTC handles */
  194. void *htc_handle;
  195. bool fEnableBeaconEarlyTermination;
  196. uint8_t bcnEarlyTermWakeInterval;
  197. /* UTF event information */
  198. struct {
  199. uint8_t *data;
  200. uint32_t length;
  201. cdf_size_t offset;
  202. uint8_t currentSeq;
  203. uint8_t expectedSeq;
  204. } utf_event_info;
  205. struct ol_wow_info *scn_wowInfo;
  206. /* enable uart/serial prints from target */
  207. bool enableuartprint;
  208. /* enable fwlog */
  209. bool enablefwlog;
  210. HAL_REG_CAPABILITIES hal_reg_capabilities;
  211. struct ol_regdmn *ol_regdmn_handle;
  212. uint8_t bcn_mode;
  213. uint8_t arp_override;
  214. /*
  215. * Includes host side stack level stats +
  216. * radio level athstats
  217. */
  218. struct wlan_dbg_stats ath_stats;
  219. /* noise_floor */
  220. int16_t chan_nf;
  221. uint32_t min_tx_power;
  222. uint32_t max_tx_power;
  223. uint32_t txpowlimit2G;
  224. uint32_t txpowlimit5G;
  225. uint32_t txpower_scale;
  226. uint32_t chan_tx_pwr;
  227. uint32_t vdev_count;
  228. uint32_t max_bcn_ie_size;
  229. cdf_spinlock_t scn_lock;
  230. uint8_t vow_extstats;
  231. /* if dcs enabled or not */
  232. uint8_t scn_dcs;
  233. wdi_event_subscribe scn_rx_peer_invalid_subscriber;
  234. uint8_t proxy_sta;
  235. uint8_t bcn_enabled;
  236. /* Dynamic Tx Chainmask Selection enabled/disabled */
  237. uint8_t dtcs;
  238. /* true if vht ies are set on target */
  239. uint32_t set_ht_vht_ies:1;
  240. /*CWM enable/disable state */
  241. bool scn_cwmenable;
  242. uint8_t max_no_of_peers;
  243. #ifdef CONFIG_CNSS
  244. struct cnss_fw_files fw_files;
  245. #endif
  246. #if defined(CONFIG_CNSS)
  247. void *ramdump_base;
  248. unsigned long ramdump_address;
  249. unsigned long ramdump_size;
  250. #endif
  251. bool enable_self_recovery;
  252. #ifdef WLAN_FEATURE_LPSS
  253. bool enablelpasssupport;
  254. #endif
  255. bool enable_ramdump_collection;
  256. struct targetdef_s *targetdef;
  257. struct ce_reg_def *target_ce_def;
  258. struct hostdef_s *hostdef;
  259. struct host_shadow_regs_s *host_shadow_regs;
  260. bool athdiag_procfs_inited;
  261. /*
  262. * Guard changes to Target HW state and to software
  263. * structures that track hardware state.
  264. */
  265. unsigned int ce_count; /* Number of Copy Engines supported */
  266. struct CE_state *ce_id_to_state[CE_COUNT_MAX]; /* CE id to CE_state */
  267. #ifdef FEATURE_NAPI
  268. struct qca_napi_data napi_data;
  269. #endif /* FEATURE_NAPI */
  270. int htc_endpoint;
  271. bool recovery;
  272. bool hif_init_done;
  273. int linkstate_vote;
  274. atomic_t link_suspended;
  275. atomic_t wow_done;
  276. atomic_t tasklet_from_intr;
  277. atomic_t active_tasklet_cnt;
  278. bool notice_send;
  279. #ifdef HIF_PCI
  280. cdf_spinlock_t irq_lock;
  281. uint32_t ce_irq_summary;
  282. #endif
  283. uint32_t *vaddr_rri_on_ddr;
  284. };
  285. typedef enum {
  286. HIF_DEVICE_POWER_UP, /* HIF layer should power up interface
  287. * and/or module */
  288. HIF_DEVICE_POWER_DOWN, /* HIF layer should initiate bus-specific
  289. * measures to minimize power */
  290. HIF_DEVICE_POWER_CUT /* HIF layer should initiate bus-specific
  291. * AND/OR platform-specific measures
  292. * to completely power-off the module and
  293. * associated hardware (i.e. cut power
  294. * supplies) */
  295. } HIF_DEVICE_POWER_CHANGE_TYPE;
  296. /**
  297. * enum hif_enable_type: what triggered the enabling of hif
  298. *
  299. * @HIF_ENABLE_TYPE_PROBE: probe triggered enable
  300. * @HIF_ENABLE_TYPE_REINIT: reinit triggered enable
  301. */
  302. enum hif_enable_type {
  303. HIF_ENABLE_TYPE_PROBE,
  304. HIF_ENABLE_TYPE_REINIT,
  305. HIF_ENABLE_TYPE_MAX
  306. };
  307. /**
  308. * enum hif_disable_type: what triggered the disabling of hif
  309. *
  310. * @HIF_DISABLE_TYPE_PROBE_ERROR: probe error triggered disable
  311. * @HIF_DISABLE_TYPE_REINIT_ERROR: reinit error triggered
  312. * disable
  313. * @HIF_DISABLE_TYPE_REMOVE: remove triggered disable
  314. * @HIF_DISABLE_TYPE_SHUTDOWN: shutdown triggered disable
  315. */
  316. enum hif_disable_type {
  317. HIF_DISABLE_TYPE_PROBE_ERROR,
  318. HIF_DISABLE_TYPE_REINIT_ERROR,
  319. HIF_DISABLE_TYPE_REMOVE,
  320. HIF_DISABLE_TYPE_SHUTDOWN,
  321. HIF_DISABLE_TYPE_MAX
  322. };
  323. #ifdef CONFIG_ATH_PCIE_ACCESS_DEBUG
  324. typedef struct _HID_ACCESS_LOG {
  325. uint32_t seqnum;
  326. bool is_write;
  327. void *addr;
  328. uint32_t value;
  329. } HIF_ACCESS_LOG;
  330. #endif
  331. #define HIF_MAX_DEVICES 1
  332. struct htc_callbacks {
  333. void *context; /* context to pass to the dsrhandler
  334. * note : rwCompletionHandler is provided
  335. * the context passed to hif_read_write */
  336. int (*rwCompletionHandler)(void *rwContext, int status);
  337. int (*dsrHandler)(void *context);
  338. };
  339. typedef struct osdrv_callbacks {
  340. void *context; /* context to pass for all callbacks
  341. * except deviceRemovedHandler
  342. * the deviceRemovedHandler is only
  343. * called if the device is claimed */
  344. int (*deviceInsertedHandler)(void *context, void *hif_handle);
  345. int (*deviceRemovedHandler)(void *claimedContext,
  346. void *hif_handle);
  347. int (*deviceSuspendHandler)(void *context);
  348. int (*deviceResumeHandler)(void *context);
  349. int (*deviceWakeupHandler)(void *context);
  350. int (*devicePowerChangeHandler)(void *context,
  351. HIF_DEVICE_POWER_CHANGE_TYPE
  352. config);
  353. } OSDRV_CALLBACKS;
  354. /*
  355. * This API is used to perform any global initialization of the HIF layer
  356. * and to set OS driver callbacks (i.e. insertion/removal) to the HIF layer
  357. *
  358. */
  359. int hif_init(OSDRV_CALLBACKS *callbacks);
  360. /* This API detaches the HTC layer from the HIF device */
  361. void hif_detach_htc(struct ol_softc *scn);
  362. /****************************************************************/
  363. /* BMI and Diag window abstraction */
  364. /****************************************************************/
  365. #define HIF_BMI_EXCHANGE_NO_TIMEOUT ((uint32_t)(0))
  366. #define DIAG_TRANSFER_LIMIT 2048U /* maximum number of bytes that can be
  367. * handled atomically by
  368. * DiagRead/DiagWrite */
  369. /*
  370. * API to handle HIF-specific BMI message exchanges, this API is synchronous
  371. * and only allowed to be called from a context that can block (sleep) */
  372. CDF_STATUS hif_exchange_bmi_msg(struct ol_softc *scn,
  373. uint8_t *pSendMessage,
  374. uint32_t Length,
  375. uint8_t *pResponseMessage,
  376. uint32_t *pResponseLength, uint32_t TimeoutMS);
  377. /*
  378. * APIs to handle HIF specific diagnostic read accesses. These APIs are
  379. * synchronous and only allowed to be called from a context that
  380. * can block (sleep). They are not high performance APIs.
  381. *
  382. * hif_diag_read_access reads a 4 Byte aligned/length value from a
  383. * Target register or memory word.
  384. *
  385. * hif_diag_read_mem reads an arbitrary length of arbitrarily aligned memory.
  386. */
  387. CDF_STATUS hif_diag_read_access(struct ol_softc *scn, uint32_t address,
  388. uint32_t *data);
  389. CDF_STATUS hif_diag_read_mem(struct ol_softc *scn, uint32_t address,
  390. uint8_t *data, int nbytes);
  391. void hif_dump_target_memory(struct ol_softc *scn, void *ramdump_base,
  392. uint32_t address, uint32_t size);
  393. /*
  394. * APIs to handle HIF specific diagnostic write accesses. These APIs are
  395. * synchronous and only allowed to be called from a context that
  396. * can block (sleep).
  397. * They are not high performance APIs.
  398. *
  399. * hif_diag_write_access writes a 4 Byte aligned/length value to a
  400. * Target register or memory word.
  401. *
  402. * hif_diag_write_mem writes an arbitrary length of arbitrarily aligned memory.
  403. */
  404. CDF_STATUS hif_diag_write_access(struct ol_softc *scn, uint32_t address,
  405. uint32_t data);
  406. CDF_STATUS hif_diag_write_mem(struct ol_softc *scn, uint32_t address,
  407. uint8_t *data, int nbytes);
  408. /*
  409. * Set the FASTPATH_mode_on flag in sc, for use by data path
  410. */
  411. #ifdef WLAN_FEATURE_FASTPATH
  412. void hif_enable_fastpath(struct ol_softc *hif_dev);
  413. #endif
  414. #if defined(HIF_PCI) && !defined(A_SIMOS_DEVHOST)
  415. /*
  416. * This API allows the Host to access Target registers of a given
  417. * A_target_id_t directly and relatively efficiently over PCIe.
  418. * This allows the Host to avoid extra overhead associated with
  419. * sending a message to firmware and waiting for a response message
  420. * from firmware, as is done on other interconnects.
  421. *
  422. * Yet there is some complexity with direct accesses because the
  423. * Target's power state is not known a priori. The Host must issue
  424. * special PCIe reads/writes in order to explicitly wake the Target
  425. * and to verify that it is awake and will remain awake.
  426. *
  427. * NB: Host endianness conversion is left for the caller to handle.
  428. * These interfaces handle access; not interpretation.
  429. *
  430. * Usage:
  431. * During initialization, use A_TARGET_ID to obtain an 'target ID'
  432. * for use with these interfaces.
  433. *
  434. * Use A_TARGET_READ and A_TARGET_WRITE to access Target space.
  435. * These calls must be bracketed by A_TARGET_ACCESS_BEGIN and
  436. * A_TARGET_ACCESS_END. A single BEGIN/END pair is adequate for
  437. * multiple READ/WRITE operations.
  438. *
  439. * Use A_TARGET_ACCESS_BEGIN to put the Target in a state in
  440. * which it is legal for the Host to directly access it. This
  441. * may involve waking the Target from a low power state, which
  442. * may take up to 2Ms!
  443. *
  444. * Use A_TARGET_ACCESS_END to tell the Target that as far as
  445. * this code path is concerned, it no longer needs to remain
  446. * directly accessible. BEGIN/END is under a reference counter;
  447. * multiple code paths may issue BEGIN/END on a single targid.
  448. *
  449. * For added efficiency, the Host may use A_TARGET_ACCESS_LIKELY.
  450. * The LIKELY interface works just like A_TARGET_ACCESS_BEGIN,
  451. * except that it may return before the Target is actually
  452. * available. It's a vague indication that some Target accesses
  453. * are expected "soon". When the LIKELY API is used,
  454. * A_TARGET_ACCESS_BEGIN must be used before any access.
  455. *
  456. * There are several uses for the LIKELY/UNLIKELY API:
  457. * -If there is some potential time before Target accesses
  458. * and we want to get a head start on waking the Target
  459. * (e.g. to overlap Target wake with Host-side malloc)
  460. * -High-level code knows that it will call low-level
  461. * functions that will use BEGIN/END, and we don't want
  462. * to allow the Target to sleep until the entire sequence
  463. * has completed.
  464. *
  465. * A_TARGET_ACCESS_OK verifies that the Target can be
  466. * accessed. In general, this should not be needed, but it
  467. * may be useful for debugging or for special uses.
  468. *
  469. * Note that there must be a matching END for each BEGIN
  470. * AND there must be a matching UNLIKELY for each LIKELY!
  471. *
  472. * NB: This API is designed to allow some flexibility in tradeoffs
  473. * between Target power utilization and Host efficiency and
  474. * system performance.
  475. */
  476. /*
  477. * Enable/disable CDC max performance workaround
  478. * For max-performace set this to 0
  479. * To allow SoC to enter sleep set this to 1
  480. */
  481. #define CONFIG_DISABLE_CDC_MAX_PERF_WAR 0
  482. #endif
  483. #ifdef IPA_OFFLOAD
  484. void hif_ipa_get_ce_resource(struct ol_softc *scn,
  485. cdf_dma_addr_t *ce_sr_base_paddr,
  486. uint32_t *ce_sr_ring_size,
  487. cdf_dma_addr_t *ce_reg_paddr);
  488. #else
  489. /**
  490. * hif_ipa_get_ce_resource() - get uc resource on hif
  491. * @scn: bus context
  492. * @ce_sr_base_paddr: copyengine source ring base physical address
  493. * @ce_sr_ring_size: copyengine source ring size
  494. * @ce_reg_paddr: copyengine register physical address
  495. *
  496. * IPA micro controller data path offload feature enabled,
  497. * HIF should release copy engine related resource information to IPA UC
  498. * IPA UC will access hardware resource with released information
  499. *
  500. * Return: None
  501. */
  502. static inline void hif_ipa_get_ce_resource(struct ol_softc *scn,
  503. cdf_dma_addr_t *ce_sr_base_paddr,
  504. uint32_t *ce_sr_ring_size,
  505. cdf_dma_addr_t *ce_reg_paddr)
  506. {
  507. return;
  508. }
  509. #endif /* IPA_OFFLOAD */
  510. void hif_read_phy_mem_base(struct ol_softc *scn,
  511. cdf_dma_addr_t *bar_value);
  512. /**
  513. * @brief List of callbacks - filled in by HTC.
  514. */
  515. struct hif_msg_callbacks {
  516. void *Context;
  517. /**< context meaningful to HTC */
  518. CDF_STATUS (*txCompletionHandler)(void *Context, cdf_nbuf_t wbuf,
  519. uint32_t transferID,
  520. uint32_t toeplitz_hash_result);
  521. CDF_STATUS (*rxCompletionHandler)(void *Context, cdf_nbuf_t wbuf,
  522. uint8_t pipeID);
  523. void (*txResourceAvailHandler)(void *context, uint8_t pipe);
  524. void (*fwEventHandler)(void *context, CDF_STATUS status);
  525. };
  526. #define HIF_DATA_ATTR_SET_TX_CLASSIFY(attr, v) \
  527. (attr |= (v & 0x01) << 5)
  528. #define HIF_DATA_ATTR_SET_ENCAPSULATION_TYPE(attr, v) \
  529. (attr |= (v & 0x03) << 6)
  530. #define HIF_DATA_ATTR_SET_ADDR_X_SEARCH_DISABLE(attr, v) \
  531. (attr |= (v & 0x01) << 13)
  532. #define HIF_DATA_ATTR_SET_ADDR_Y_SEARCH_DISABLE(attr, v) \
  533. (attr |= (v & 0x01) << 14)
  534. #define HIF_DATA_ATTR_SET_TOEPLITZ_HASH_ENABLE(attr, v) \
  535. (attr |= (v & 0x01) << 15)
  536. #define HIF_DATA_ATTR_SET_PACKET_OR_RESULT_OFFSET(attr, v) \
  537. (attr |= (v & 0x0FFF) << 16)
  538. #define HIF_DATA_ATTR_SET_ENABLE_11H(attr, v) \
  539. (attr |= (v & 0x01) << 30)
  540. #ifdef HIF_PCI
  541. typedef struct pci_device_id hif_bus_id;
  542. #else
  543. typedef struct device hif_bus_id;
  544. #endif
  545. void hif_post_init(struct ol_softc *scn, void *hHTC,
  546. struct hif_msg_callbacks *callbacks);
  547. CDF_STATUS hif_start(struct ol_softc *scn);
  548. void hif_stop(struct ol_softc *scn);
  549. void hif_flush_surprise_remove(struct ol_softc *scn);
  550. void hif_dump(struct ol_softc *scn, uint8_t CmdId, bool start);
  551. CDF_STATUS hif_send_head(struct ol_softc *scn, uint8_t PipeID,
  552. uint32_t transferID, uint32_t nbytes,
  553. cdf_nbuf_t wbuf, uint32_t data_attr);
  554. void hif_send_complete_check(struct ol_softc *scn, uint8_t PipeID,
  555. int force);
  556. void hif_cancel_deferred_target_sleep(struct ol_softc *scn);
  557. void hif_get_default_pipe(struct ol_softc *scn, uint8_t *ULPipe,
  558. uint8_t *DLPipe);
  559. int hif_map_service_to_pipe(struct ol_softc *scn, uint16_t svc_id,
  560. uint8_t *ul_pipe, uint8_t *dl_pipe, int *ul_is_polled,
  561. int *dl_is_polled);
  562. uint16_t hif_get_free_queue_number(struct ol_softc *scn, uint8_t PipeID);
  563. void *hif_get_targetdef(struct ol_softc *scn);
  564. void hi_fsuspendwow(struct ol_softc *scn);
  565. uint32_t hif_hia_item_address(uint32_t target_type, uint32_t item_offset);
  566. void hif_set_target_sleep(struct ol_softc *scn, bool sleep_ok,
  567. bool wait_for_it);
  568. int hif_check_fw_reg(struct ol_softc *scn);
  569. int hif_check_soc_status(struct ol_softc *scn);
  570. void dump_ce_debug_register(struct ol_softc *scn);
  571. void hif_get_hw_info(void *scn, u32 *version, u32 *revision,
  572. const char **target_name);
  573. void hif_set_fw_info(void *scn, u32 target_fw_version);
  574. void hif_disable_isr(void *scn);
  575. void hif_reset_soc(void *scn);
  576. void hif_disable_aspm(void);
  577. void hif_save_htc_htt_config_endpoint(int htc_endpoint);
  578. CDF_STATUS hif_open(enum ath_hal_bus_type bus_type);
  579. void hif_close(void *hif_ctx);
  580. CDF_STATUS hif_enable(void *hif_ctx, struct device *dev, void *bdev,
  581. const hif_bus_id *bid, enum ath_hal_bus_type bus_type,
  582. enum hif_enable_type type);
  583. void hif_disable(void *hif_ctx, enum hif_disable_type type);
  584. void hif_enable_power_gating(void *hif_ctx);
  585. #ifdef FEATURE_RUNTIME_PM
  586. struct hif_pm_runtime_lock;
  587. int hif_pm_runtime_get(void *hif_ctx);
  588. void hif_pm_runtime_get_noresume(void *hif_ctx);
  589. int hif_pm_runtime_put(void *hif_ctx);
  590. struct hif_pm_runtime_lock *hif_runtime_lock_init(const char *name);
  591. void hif_runtime_lock_deinit(struct hif_pm_runtime_lock *lock);
  592. int hif_pm_runtime_prevent_suspend(void *ol_sc,
  593. struct hif_pm_runtime_lock *lock);
  594. int hif_pm_runtime_allow_suspend(void *ol_sc,
  595. struct hif_pm_runtime_lock *lock);
  596. int hif_pm_runtime_prevent_suspend_timeout(void *ol_sc,
  597. struct hif_pm_runtime_lock *lock, unsigned int delay);
  598. #else
  599. struct hif_pm_runtime_lock {
  600. const char *name;
  601. };
  602. static inline void hif_pm_runtime_get_noresume(void *hif_ctx)
  603. {}
  604. static inline int hif_pm_runtime_get(void *hif_ctx)
  605. { return 0; }
  606. static inline int hif_pm_runtime_put(void *hif_ctx)
  607. { return 0; }
  608. static inline struct hif_pm_runtime_lock *hif_runtime_lock_init(
  609. const char *name)
  610. { return NULL; }
  611. static inline void hif_runtime_lock_deinit(struct hif_pm_runtime_lock *lock)
  612. {}
  613. static inline int hif_pm_runtime_prevent_suspend(void *ol_sc,
  614. struct hif_pm_runtime_lock *lock)
  615. { return 0; }
  616. static inline int hif_pm_runtime_allow_suspend(void *ol_sc,
  617. struct hif_pm_runtime_lock *lock)
  618. { return 0; }
  619. static inline int hif_pm_runtime_prevent_suspend_timeout(void *ol_sc,
  620. struct hif_pm_runtime_lock *lock, unsigned int delay)
  621. { return 0; }
  622. #endif
  623. void hif_enable_power_management(void *hif_ctx);
  624. void hif_disable_power_management(void *hif_ctx);
  625. void hif_vote_link_down(void);
  626. void hif_vote_link_up(void);
  627. bool hif_can_suspend_link(void);
  628. int hif_bus_resume(void);
  629. int hif_bus_suspend(void);
  630. #ifdef FEATURE_RUNTIME_PM
  631. int hif_pre_runtime_suspend(void);
  632. void hif_pre_runtime_resume(void);
  633. int hif_runtime_suspend(void);
  634. int hif_runtime_resume(void);
  635. void hif_process_runtime_suspend_success(void);
  636. void hif_process_runtime_suspend_failure(void);
  637. void hif_process_runtime_resume_success(void);
  638. #endif
  639. int dump_ce_register(struct ol_softc *scn);
  640. int ol_copy_ramdump(struct ol_softc *scn);
  641. void hif_pktlogmod_exit(void *hif_ctx);
  642. void hif_crash_shutdown(void *hif_ctx);
  643. #ifdef __cplusplus
  644. }
  645. #endif
  646. #endif /* _HIF_H_ */