wil6210.h 46 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375
  1. /*
  2. * Copyright (c) 2012-2017 Qualcomm Atheros, Inc.
  3. * Copyright (c) 2018, The Linux Foundation. All rights reserved.
  4. *
  5. * Permission to use, copy, modify, and/or distribute this software for any
  6. * purpose with or without fee is hereby granted, provided that the above
  7. * copyright notice and this permission notice appear in all copies.
  8. *
  9. * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  10. * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  11. * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  12. * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  13. * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  14. * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  15. * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  16. */
  17. #ifndef __WIL6210_H__
  18. #define __WIL6210_H__
  19. #include <linux/etherdevice.h>
  20. #include <linux/netdevice.h>
  21. #include <linux/wireless.h>
  22. #include <net/cfg80211.h>
  23. #include <linux/timex.h>
  24. #include <linux/types.h>
  25. #include <linux/irqreturn.h>
  26. #include "wmi.h"
  27. #include "wil_platform.h"
  28. #include "fw.h"
  29. extern bool no_fw_recovery;
  30. extern unsigned int mtu_max;
  31. extern unsigned short rx_ring_overflow_thrsh;
  32. extern int agg_wsize;
  33. extern bool rx_align_2;
  34. extern bool rx_large_buf;
  35. extern bool debug_fw;
  36. extern bool disable_ap_sme;
  37. extern bool ftm_mode;
  38. struct wil6210_priv;
  39. struct wil6210_vif;
  40. union wil_tx_desc;
  41. #define WIL_NAME "wil6210"
  42. #define WIL_FW_NAME_DEFAULT "wil6210.fw"
  43. #define WIL_FW_NAME_FTM_DEFAULT "wil6210_ftm.fw"
  44. #define WIL_FW_NAME_SPARROW_PLUS "wil6210_sparrow_plus.fw"
  45. #define WIL_FW_NAME_FTM_SPARROW_PLUS "wil6210_sparrow_plus_ftm.fw"
  46. #define WIL_FW_NAME_TALYN "wil6436.fw"
  47. #define WIL_FW_NAME_FTM_TALYN "wil6436_ftm.fw"
  48. #define WIL_BRD_NAME_TALYN "wil6436.brd"
  49. #define WIL_BOARD_FILE_NAME "wil6210.brd" /* board & radio parameters */
  50. #define WIL_DEFAULT_BUS_REQUEST_KBPS 128000 /* ~1Gbps */
  51. #define WIL_MAX_BUS_REQUEST_KBPS 800000 /* ~6.1Gbps */
  52. #define WIL_NUM_LATENCY_BINS 200
  53. /* maximum number of virtual interfaces the driver supports
  54. * (including the main interface)
  55. */
  56. #define WIL_MAX_VIFS 4
  57. /**
  58. * extract bits [@b0:@b1] (inclusive) from the value @x
  59. * it should be @b0 <= @b1, or result is incorrect
  60. */
  61. static inline u32 WIL_GET_BITS(u32 x, int b0, int b1)
  62. {
  63. return (x >> b0) & ((1 << (b1 - b0 + 1)) - 1);
  64. }
  65. #define WIL6210_MIN_MEM_SIZE (2 * 1024 * 1024UL)
  66. #define WIL6210_MAX_MEM_SIZE (4 * 1024 * 1024UL)
  67. #define WIL_TX_Q_LEN_DEFAULT (4000)
  68. #define WIL_RX_RING_SIZE_ORDER_DEFAULT (10)
  69. #define WIL_TX_RING_SIZE_ORDER_DEFAULT (12)
  70. #define WIL_BCAST_RING_SIZE_ORDER_DEFAULT (7)
  71. #define WIL_BCAST_MCS0_LIMIT (1024) /* limit for MCS0 frame size */
  72. /* limit ring size in range [32..32k] */
  73. #define WIL_RING_SIZE_ORDER_MIN (5)
  74. #define WIL_RING_SIZE_ORDER_MAX (15)
  75. #define WIL6210_MAX_TX_RINGS (24) /* HW limit */
  76. #define WIL6210_MAX_CID (8) /* HW limit */
  77. #define WIL6210_NAPI_BUDGET (16) /* arbitrary */
  78. #define WIL_MAX_AMPDU_SIZE (64 * 1024) /* FW/HW limit */
  79. #define WIL_MAX_AGG_WSIZE (32) /* FW/HW limit */
  80. #define WIL_MAX_AMPDU_SIZE_128 (128 * 1024) /* FW/HW limit */
  81. #define WIL_MAX_AGG_WSIZE_64 (64) /* FW/HW limit */
  82. #define WIL6210_MAX_STATUS_RINGS (8)
  83. /* Hardware offload block adds the following:
  84. * 26 bytes - 3-address QoS data header
  85. * 8 bytes - IV + EIV (for GCMP)
  86. * 8 bytes - SNAP
  87. * 16 bytes - MIC (for GCMP)
  88. * 4 bytes - CRC
  89. */
  90. #define WIL_MAX_MPDU_OVERHEAD (62)
  91. struct wil_suspend_count_stats {
  92. unsigned long successful_suspends;
  93. unsigned long successful_resumes;
  94. unsigned long failed_suspends;
  95. unsigned long failed_resumes;
  96. };
  97. struct wil_suspend_stats {
  98. struct wil_suspend_count_stats r_off;
  99. struct wil_suspend_count_stats r_on;
  100. unsigned long rejected_by_device; /* only radio on */
  101. unsigned long rejected_by_host;
  102. };
  103. /* Calculate MAC buffer size for the firmware. It includes all overhead,
  104. * as it will go over the air, and need to be 8 byte aligned
  105. */
  106. static inline u32 wil_mtu2macbuf(u32 mtu)
  107. {
  108. return ALIGN(mtu + WIL_MAX_MPDU_OVERHEAD, 8);
  109. }
  110. /* MTU for Ethernet need to take into account 8-byte SNAP header
  111. * to be added when encapsulating Ethernet frame into 802.11
  112. */
  113. #define WIL_MAX_ETH_MTU (IEEE80211_MAX_DATA_LEN_DMG - 8)
  114. /* Max supported by wil6210 value for interrupt threshold is 5sec. */
  115. #define WIL6210_ITR_TRSH_MAX (5000000)
  116. #define WIL6210_ITR_TX_INTERFRAME_TIMEOUT_DEFAULT (13) /* usec */
  117. #define WIL6210_ITR_RX_INTERFRAME_TIMEOUT_DEFAULT (13) /* usec */
  118. #define WIL6210_ITR_TX_MAX_BURST_DURATION_DEFAULT (500) /* usec */
  119. #define WIL6210_ITR_RX_MAX_BURST_DURATION_DEFAULT (500) /* usec */
  120. #define WIL6210_FW_RECOVERY_RETRIES (5) /* try to recover this many times */
  121. #define WIL6210_FW_RECOVERY_TO msecs_to_jiffies(5000)
  122. #define WIL6210_SCAN_TO msecs_to_jiffies(10000)
  123. #define WIL6210_DISCONNECT_TO_MS (2000)
  124. #define WIL6210_RX_HIGH_TRSH_INIT (0)
  125. #define WIL6210_RX_HIGH_TRSH_DEFAULT \
  126. (1 << (WIL_RX_RING_SIZE_ORDER_DEFAULT - 3))
  127. #define WIL_MAX_DMG_AID 254 /* for DMG only 1-254 allowed (see
  128. * 802.11REVmc/D5.0, section 9.4.1.8)
  129. */
  130. /* Hardware definitions begin */
  131. /*
  132. * Mapping
  133. * RGF File | Host addr | FW addr
  134. * | |
  135. * user_rgf | 0x000000 | 0x880000
  136. * dma_rgf | 0x001000 | 0x881000
  137. * pcie_rgf | 0x002000 | 0x882000
  138. * | |
  139. */
  140. /* Where various structures placed in host address space */
  141. #define WIL6210_FW_HOST_OFF (0x880000UL)
  142. #define HOSTADDR(fwaddr) (fwaddr - WIL6210_FW_HOST_OFF)
  143. /*
  144. * Interrupt control registers block
  145. *
  146. * each interrupt controlled by the same bit in all registers
  147. */
  148. struct RGF_ICR {
  149. u32 ICC; /* Cause Control, RW: 0 - W1C, 1 - COR */
  150. u32 ICR; /* Cause, W1C/COR depending on ICC */
  151. u32 ICM; /* Cause masked (ICR & ~IMV), W1C/COR depending on ICC */
  152. u32 ICS; /* Cause Set, WO */
  153. u32 IMV; /* Mask, RW+S/C */
  154. u32 IMS; /* Mask Set, write 1 to set */
  155. u32 IMC; /* Mask Clear, write 1 to clear */
  156. } __packed;
  157. /* registers - FW addresses */
  158. #define RGF_USER_USAGE_1 (0x880004)
  159. #define RGF_USER_USAGE_6 (0x880018)
  160. #define BIT_USER_OOB_MODE BIT(31)
  161. #define BIT_USER_OOB_R2_MODE BIT(30)
  162. #define RGF_USER_USAGE_8 (0x880020)
  163. #define BIT_USER_PREVENT_DEEP_SLEEP BIT(0)
  164. #define BIT_USER_SUPPORT_T_POWER_ON_0 BIT(1)
  165. #define BIT_USER_EXT_CLK BIT(2)
  166. #define RGF_USER_HW_MACHINE_STATE (0x8801dc)
  167. #define HW_MACHINE_BOOT_DONE (0x3fffffd)
  168. #define RGF_USER_USER_CPU_0 (0x8801e0)
  169. #define BIT_USER_USER_CPU_MAN_RST BIT(1) /* user_cpu_man_rst */
  170. #define RGF_USER_CPU_PC (0x8801e8)
  171. #define RGF_USER_MAC_CPU_0 (0x8801fc)
  172. #define BIT_USER_MAC_CPU_MAN_RST BIT(1) /* mac_cpu_man_rst */
  173. #define RGF_USER_USER_SCRATCH_PAD (0x8802bc)
  174. #define RGF_USER_BL (0x880A3C) /* Boot Loader */
  175. #define RGF_USER_FW_REV_ID (0x880a8c) /* chip revision */
  176. #define RGF_USER_FW_CALIB_RESULT (0x880a90) /* b0-7:result
  177. * b8-15:signature
  178. */
  179. #define CALIB_RESULT_SIGNATURE (0x11)
  180. #define RGF_USER_CLKS_CTL_0 (0x880abc)
  181. #define BIT_USER_CLKS_CAR_AHB_SW_SEL BIT(1) /* ref clk/PLL */
  182. #define BIT_USER_CLKS_RST_PWGD BIT(11) /* reset on "power good" */
  183. #define RGF_USER_CLKS_CTL_SW_RST_VEC_0 (0x880b04)
  184. #define RGF_USER_CLKS_CTL_SW_RST_VEC_1 (0x880b08)
  185. #define RGF_USER_CLKS_CTL_SW_RST_VEC_2 (0x880b0c)
  186. #define RGF_USER_CLKS_CTL_SW_RST_VEC_3 (0x880b10)
  187. #define RGF_USER_CLKS_CTL_SW_RST_MASK_0 (0x880b14)
  188. #define BIT_HPAL_PERST_FROM_PAD BIT(6)
  189. #define BIT_CAR_PERST_RST BIT(7)
  190. #define RGF_USER_USER_ICR (0x880b4c) /* struct RGF_ICR */
  191. #define BIT_USER_USER_ICR_SW_INT_2 BIT(18)
  192. #define RGF_USER_CLKS_CTL_EXT_SW_RST_VEC_0 (0x880c18)
  193. #define RGF_USER_CLKS_CTL_EXT_SW_RST_VEC_1 (0x880c2c)
  194. #define RGF_USER_SPARROW_M_4 (0x880c50) /* Sparrow */
  195. #define BIT_SPARROW_M_4_SEL_SLEEP_OR_REF BIT(2)
  196. #define RGF_USER_OTP_HW_RD_MACHINE_1 (0x880ce0)
  197. #define BIT_OTP_SIGNATURE_ERR_TALYN_MB BIT(0)
  198. #define BIT_OTP_HW_SECTION_DONE_TALYN_MB BIT(2)
  199. #define BIT_NO_FLASH_INDICATION BIT(8)
  200. #define RGF_USER_XPM_IFC_RD_TIME1 (0x880cec)
  201. #define RGF_USER_XPM_IFC_RD_TIME2 (0x880cf0)
  202. #define RGF_USER_XPM_IFC_RD_TIME3 (0x880cf4)
  203. #define RGF_USER_XPM_IFC_RD_TIME4 (0x880cf8)
  204. #define RGF_USER_XPM_IFC_RD_TIME5 (0x880cfc)
  205. #define RGF_USER_XPM_IFC_RD_TIME6 (0x880d00)
  206. #define RGF_USER_XPM_IFC_RD_TIME7 (0x880d04)
  207. #define RGF_USER_XPM_IFC_RD_TIME8 (0x880d08)
  208. #define RGF_USER_XPM_IFC_RD_TIME9 (0x880d0c)
  209. #define RGF_USER_XPM_IFC_RD_TIME10 (0x880d10)
  210. #define RGF_USER_XPM_RD_DOUT_SAMPLE_TIME (0x880d64)
  211. #define RGF_DMA_EP_TX_ICR (0x881bb4) /* struct RGF_ICR */
  212. #define BIT_DMA_EP_TX_ICR_TX_DONE BIT(0)
  213. #define BIT_DMA_EP_TX_ICR_TX_DONE_N(n) BIT(n+1) /* n = [0..23] */
  214. #define RGF_DMA_EP_RX_ICR (0x881bd0) /* struct RGF_ICR */
  215. #define BIT_DMA_EP_RX_ICR_RX_DONE BIT(0)
  216. #define BIT_DMA_EP_RX_ICR_RX_HTRSH BIT(1)
  217. #define RGF_DMA_EP_MISC_ICR (0x881bec) /* struct RGF_ICR */
  218. #define BIT_DMA_EP_MISC_ICR_RX_HTRSH BIT(0)
  219. #define BIT_DMA_EP_MISC_ICR_TX_NO_ACT BIT(1)
  220. #define BIT_DMA_EP_MISC_ICR_HALP BIT(27)
  221. #define BIT_DMA_EP_MISC_ICR_FW_INT(n) BIT(28+n) /* n = [0..3] */
  222. /* Legacy interrupt moderation control (before Sparrow v2)*/
  223. #define RGF_DMA_ITR_CNT_TRSH (0x881c5c)
  224. #define RGF_DMA_ITR_CNT_DATA (0x881c60)
  225. #define RGF_DMA_ITR_CNT_CRL (0x881c64)
  226. #define BIT_DMA_ITR_CNT_CRL_EN BIT(0)
  227. #define BIT_DMA_ITR_CNT_CRL_EXT_TICK BIT(1)
  228. #define BIT_DMA_ITR_CNT_CRL_FOREVER BIT(2)
  229. #define BIT_DMA_ITR_CNT_CRL_CLR BIT(3)
  230. #define BIT_DMA_ITR_CNT_CRL_REACH_TRSH BIT(4)
  231. /* Offload control (Sparrow B0+) */
  232. #define RGF_DMA_OFUL_NID_0 (0x881cd4)
  233. #define BIT_DMA_OFUL_NID_0_RX_EXT_TR_EN BIT(0)
  234. #define BIT_DMA_OFUL_NID_0_TX_EXT_TR_EN BIT(1)
  235. #define BIT_DMA_OFUL_NID_0_RX_EXT_A3_SRC BIT(2)
  236. #define BIT_DMA_OFUL_NID_0_TX_EXT_A3_SRC BIT(3)
  237. /* New (sparrow v2+) interrupt moderation control */
  238. #define RGF_DMA_ITR_TX_DESQ_NO_MOD (0x881d40)
  239. #define RGF_DMA_ITR_TX_CNT_TRSH (0x881d34)
  240. #define RGF_DMA_ITR_TX_CNT_DATA (0x881d38)
  241. #define RGF_DMA_ITR_TX_CNT_CTL (0x881d3c)
  242. #define BIT_DMA_ITR_TX_CNT_CTL_EN BIT(0)
  243. #define BIT_DMA_ITR_TX_CNT_CTL_EXT_TIC_SEL BIT(1)
  244. #define BIT_DMA_ITR_TX_CNT_CTL_FOREVER BIT(2)
  245. #define BIT_DMA_ITR_TX_CNT_CTL_CLR BIT(3)
  246. #define BIT_DMA_ITR_TX_CNT_CTL_REACHED_TRESH BIT(4)
  247. #define BIT_DMA_ITR_TX_CNT_CTL_CROSS_EN BIT(5)
  248. #define BIT_DMA_ITR_TX_CNT_CTL_FREE_RUNNIG BIT(6)
  249. #define RGF_DMA_ITR_TX_IDL_CNT_TRSH (0x881d60)
  250. #define RGF_DMA_ITR_TX_IDL_CNT_DATA (0x881d64)
  251. #define RGF_DMA_ITR_TX_IDL_CNT_CTL (0x881d68)
  252. #define BIT_DMA_ITR_TX_IDL_CNT_CTL_EN BIT(0)
  253. #define BIT_DMA_ITR_TX_IDL_CNT_CTL_EXT_TIC_SEL BIT(1)
  254. #define BIT_DMA_ITR_TX_IDL_CNT_CTL_FOREVER BIT(2)
  255. #define BIT_DMA_ITR_TX_IDL_CNT_CTL_CLR BIT(3)
  256. #define BIT_DMA_ITR_TX_IDL_CNT_CTL_REACHED_TRESH BIT(4)
  257. #define RGF_DMA_ITR_RX_DESQ_NO_MOD (0x881d50)
  258. #define RGF_DMA_ITR_RX_CNT_TRSH (0x881d44)
  259. #define RGF_DMA_ITR_RX_CNT_DATA (0x881d48)
  260. #define RGF_DMA_ITR_RX_CNT_CTL (0x881d4c)
  261. #define BIT_DMA_ITR_RX_CNT_CTL_EN BIT(0)
  262. #define BIT_DMA_ITR_RX_CNT_CTL_EXT_TIC_SEL BIT(1)
  263. #define BIT_DMA_ITR_RX_CNT_CTL_FOREVER BIT(2)
  264. #define BIT_DMA_ITR_RX_CNT_CTL_CLR BIT(3)
  265. #define BIT_DMA_ITR_RX_CNT_CTL_REACHED_TRESH BIT(4)
  266. #define BIT_DMA_ITR_RX_CNT_CTL_CROSS_EN BIT(5)
  267. #define BIT_DMA_ITR_RX_CNT_CTL_FREE_RUNNIG BIT(6)
  268. #define RGF_DMA_ITR_RX_IDL_CNT_TRSH (0x881d54)
  269. #define RGF_DMA_ITR_RX_IDL_CNT_DATA (0x881d58)
  270. #define RGF_DMA_ITR_RX_IDL_CNT_CTL (0x881d5c)
  271. #define BIT_DMA_ITR_RX_IDL_CNT_CTL_EN BIT(0)
  272. #define BIT_DMA_ITR_RX_IDL_CNT_CTL_EXT_TIC_SEL BIT(1)
  273. #define BIT_DMA_ITR_RX_IDL_CNT_CTL_FOREVER BIT(2)
  274. #define BIT_DMA_ITR_RX_IDL_CNT_CTL_CLR BIT(3)
  275. #define BIT_DMA_ITR_RX_IDL_CNT_CTL_REACHED_TRESH BIT(4)
  276. #define RGF_DMA_MISC_CTL (0x881d6c)
  277. #define BIT_OFUL34_RDY_VALID_BUG_FIX_EN BIT(7)
  278. #define RGF_DMA_PSEUDO_CAUSE (0x881c68)
  279. #define RGF_DMA_PSEUDO_CAUSE_MASK_SW (0x881c6c)
  280. #define RGF_DMA_PSEUDO_CAUSE_MASK_FW (0x881c70)
  281. #define BIT_DMA_PSEUDO_CAUSE_RX BIT(0)
  282. #define BIT_DMA_PSEUDO_CAUSE_TX BIT(1)
  283. #define BIT_DMA_PSEUDO_CAUSE_MISC BIT(2)
  284. #define RGF_HP_CTRL (0x88265c)
  285. #define RGF_PAL_UNIT_ICR (0x88266c) /* struct RGF_ICR */
  286. #define RGF_PCIE_LOS_COUNTER_CTL (0x882dc4)
  287. /* MAC timer, usec, for packet lifetime */
  288. #define RGF_MAC_MTRL_COUNTER_0 (0x886aa8)
  289. #define RGF_CAF_ICR_TALYN_MB (0x8893d4) /* struct RGF_ICR */
  290. #define RGF_CAF_ICR (0x88946c) /* struct RGF_ICR */
  291. #define RGF_CAF_OSC_CONTROL (0x88afa4)
  292. #define BIT_CAF_OSC_XTAL_EN BIT(0)
  293. #define RGF_CAF_PLL_LOCK_STATUS (0x88afec)
  294. #define BIT_CAF_OSC_DIG_XTAL_STABLE BIT(0)
  295. #define RGF_OTP_QC_SECURED (0x8a0038)
  296. #define BIT_BOOT_FROM_ROM BIT(31)
  297. /* eDMA */
  298. #define RGF_INT_COUNT_ON_SPECIAL_EVT (0x8b62d8)
  299. #define RGF_INT_CTRL_INT_GEN_CFG_0 (0x8bc000)
  300. #define RGF_INT_CTRL_INT_GEN_CFG_1 (0x8bc004)
  301. #define RGF_INT_GEN_TIME_UNIT_LIMIT (0x8bc0c8)
  302. #define RGF_INT_GEN_CTRL (0x8bc0ec)
  303. #define BIT_CONTROL_0 BIT(0)
  304. /* eDMA status interrupts */
  305. #define RGF_INT_GEN_RX_ICR (0x8bc0f4)
  306. #define BIT_RX_STATUS_IRQ BIT(WIL_RX_STATUS_IRQ_IDX)
  307. #define RGF_INT_GEN_TX_ICR (0x8bc110)
  308. #define BIT_TX_STATUS_IRQ BIT(WIL_TX_STATUS_IRQ_IDX)
  309. #define RGF_INT_CTRL_RX_INT_MASK (0x8bc12c)
  310. #define RGF_INT_CTRL_TX_INT_MASK (0x8bc130)
  311. #define RGF_INT_GEN_IDLE_TIME_LIMIT (0x8bc134)
  312. #define USER_EXT_USER_PMU_3 (0x88d00c)
  313. #define BIT_PMU_DEVICE_RDY BIT(0)
  314. #define RGF_USER_JTAG_DEV_ID (0x880b34) /* device ID */
  315. #define JTAG_DEV_ID_SPARROW (0x2632072f)
  316. #define JTAG_DEV_ID_TALYN (0x7e0e1)
  317. #define JTAG_DEV_ID_TALYN_MB (0x1007e0e1)
  318. #define RGF_USER_REVISION_ID (0x88afe4)
  319. #define RGF_USER_REVISION_ID_MASK (3)
  320. #define REVISION_ID_SPARROW_B0 (0x0)
  321. #define REVISION_ID_SPARROW_D0 (0x3)
  322. #define RGF_OTP_MAC_TALYN_MB (0x8a0304)
  323. #define RGF_OTP_MAC (0x8a0620)
  324. /* Talyn-MB */
  325. #define RGF_USER_USER_CPU_0_TALYN_MB (0x8c0138)
  326. #define RGF_USER_MAC_CPU_0_TALYN_MB (0x8c0154)
  327. /* crash codes for FW/Ucode stored here */
  328. /* ASSERT RGFs */
  329. #define SPARROW_RGF_FW_ASSERT_CODE (0x91f020)
  330. #define SPARROW_RGF_UCODE_ASSERT_CODE (0x91f028)
  331. #define TALYN_RGF_FW_ASSERT_CODE (0xa37020)
  332. #define TALYN_RGF_UCODE_ASSERT_CODE (0xa37028)
  333. enum {
  334. HW_VER_UNKNOWN,
  335. HW_VER_SPARROW_B0, /* REVISION_ID_SPARROW_B0 */
  336. HW_VER_SPARROW_D0, /* REVISION_ID_SPARROW_D0 */
  337. HW_VER_TALYN, /* JTAG_DEV_ID_TALYN */
  338. HW_VER_TALYN_MB /* JTAG_DEV_ID_TALYN_MB */
  339. };
  340. /* popular locations */
  341. #define RGF_MBOX RGF_USER_USER_SCRATCH_PAD
  342. #define HOST_MBOX HOSTADDR(RGF_MBOX)
  343. #define SW_INT_MBOX BIT_USER_USER_ICR_SW_INT_2
  344. /* ISR register bits */
  345. #define ISR_MISC_FW_READY BIT_DMA_EP_MISC_ICR_FW_INT(0)
  346. #define ISR_MISC_MBOX_EVT BIT_DMA_EP_MISC_ICR_FW_INT(1)
  347. #define ISR_MISC_FW_ERROR BIT_DMA_EP_MISC_ICR_FW_INT(3)
  348. #define WIL_DATA_COMPLETION_TO_MS 200
  349. /* Hardware definitions end */
  350. #define SPARROW_FW_MAPPING_TABLE_SIZE 10
  351. #define TALYN_FW_MAPPING_TABLE_SIZE 13
  352. #define TALYN_MB_FW_MAPPING_TABLE_SIZE 19
  353. #define MAX_FW_MAPPING_TABLE_SIZE 19
  354. /* Common representation of physical address in wil ring */
  355. struct wil_ring_dma_addr {
  356. __le32 addr_low;
  357. __le16 addr_high;
  358. } __packed;
  359. struct fw_map {
  360. u32 from; /* linker address - from, inclusive */
  361. u32 to; /* linker address - to, exclusive */
  362. u32 host; /* PCI/Host address - BAR0 + 0x880000 */
  363. const char *name; /* for debugfs */
  364. bool fw; /* true if FW mapping, false if UCODE mapping */
  365. bool crash_dump; /* true if should be dumped during crash dump */
  366. };
  367. /* array size should be in sync with actual definition in the wmi.c */
  368. extern const struct fw_map sparrow_fw_mapping[SPARROW_FW_MAPPING_TABLE_SIZE];
  369. extern const struct fw_map sparrow_d0_mac_rgf_ext;
  370. extern const struct fw_map talyn_fw_mapping[TALYN_FW_MAPPING_TABLE_SIZE];
  371. extern const struct fw_map talyn_mb_fw_mapping[TALYN_MB_FW_MAPPING_TABLE_SIZE];
  372. extern struct fw_map fw_mapping[MAX_FW_MAPPING_TABLE_SIZE];
  373. /**
  374. * mk_cidxtid - construct @cidxtid field
  375. * @cid: CID value
  376. * @tid: TID value
  377. *
  378. * @cidxtid field encoded as bits 0..3 - CID; 4..7 - TID
  379. */
  380. static inline u8 mk_cidxtid(u8 cid, u8 tid)
  381. {
  382. return ((tid & 0xf) << 4) | (cid & 0xf);
  383. }
  384. /**
  385. * parse_cidxtid - parse @cidxtid field
  386. * @cid: store CID value here
  387. * @tid: store TID value here
  388. *
  389. * @cidxtid field encoded as bits 0..3 - CID; 4..7 - TID
  390. */
  391. static inline void parse_cidxtid(u8 cidxtid, u8 *cid, u8 *tid)
  392. {
  393. *cid = cidxtid & 0xf;
  394. *tid = (cidxtid >> 4) & 0xf;
  395. }
  396. struct wil6210_mbox_ring {
  397. u32 base;
  398. u16 entry_size; /* max. size of mbox entry, incl. all headers */
  399. u16 size;
  400. u32 tail;
  401. u32 head;
  402. } __packed;
  403. struct wil6210_mbox_ring_desc {
  404. __le32 sync;
  405. __le32 addr;
  406. } __packed;
  407. /* at HOST_OFF_WIL6210_MBOX_CTL */
  408. struct wil6210_mbox_ctl {
  409. struct wil6210_mbox_ring tx;
  410. struct wil6210_mbox_ring rx;
  411. } __packed;
  412. struct wil6210_mbox_hdr {
  413. __le16 seq;
  414. __le16 len; /* payload, bytes after this header */
  415. __le16 type;
  416. u8 flags;
  417. u8 reserved;
  418. } __packed;
  419. #define WIL_MBOX_HDR_TYPE_WMI (0)
  420. /* max. value for wil6210_mbox_hdr.len */
  421. #define MAX_MBOXITEM_SIZE (240)
  422. struct pending_wmi_event {
  423. struct list_head list;
  424. struct {
  425. struct wil6210_mbox_hdr hdr;
  426. struct wmi_cmd_hdr wmi;
  427. u8 data[0];
  428. } __packed event;
  429. };
  430. enum { /* for wil_ctx.mapped_as */
  431. wil_mapped_as_none = 0,
  432. wil_mapped_as_single = 1,
  433. wil_mapped_as_page = 2,
  434. };
  435. /**
  436. * struct wil_ctx - software context for ring descriptor
  437. */
  438. struct wil_ctx {
  439. struct sk_buff *skb;
  440. u8 nr_frags;
  441. u8 mapped_as;
  442. };
  443. struct wil_desc_ring_rx_swtail { /* relevant for enhanced DMA only */
  444. u32 *va;
  445. dma_addr_t pa;
  446. };
  447. /**
  448. * A general ring structure, used for RX and TX.
  449. * In legacy DMA it represents the vring,
  450. * In enahnced DMA it represents the descriptor ring (vrings are handled by FW)
  451. */
  452. struct wil_ring {
  453. dma_addr_t pa;
  454. volatile union wil_ring_desc *va;
  455. u16 size; /* number of wil_ring_desc elements */
  456. u32 swtail;
  457. u32 swhead;
  458. u32 hwtail; /* write here to inform hw */
  459. struct wil_ctx *ctx; /* ctx[size] - software context */
  460. struct wil_desc_ring_rx_swtail edma_rx_swtail;
  461. bool is_rx;
  462. };
  463. /**
  464. * Additional data for Rx ring.
  465. * Used for enhanced DMA RX chaining.
  466. */
  467. struct wil_ring_rx_data {
  468. /* the skb being assembled */
  469. struct sk_buff *skb;
  470. /* true if we are skipping a bad fragmented packet */
  471. bool skipping;
  472. u16 buff_size;
  473. };
  474. /**
  475. * Status ring structure, used for enhanced DMA completions for RX and TX.
  476. */
  477. struct wil_status_ring {
  478. dma_addr_t pa;
  479. void *va; /* pointer to ring_[tr]x_status elements */
  480. u16 size; /* number of status elements */
  481. size_t elem_size; /* status element size in bytes */
  482. u32 swhead;
  483. u32 hwtail; /* write here to inform hw */
  484. bool is_rx;
  485. u8 desc_rdy_pol; /* Expected descriptor ready bit polarity */
  486. struct wil_ring_rx_data rx_data;
  487. };
  488. #define WIL_STA_TID_NUM (16)
  489. #define WIL_MCS_MAX (12) /* Maximum MCS supported */
  490. struct wil_net_stats {
  491. unsigned long rx_packets;
  492. unsigned long tx_packets;
  493. unsigned long rx_bytes;
  494. unsigned long tx_bytes;
  495. unsigned long tx_errors;
  496. u32 tx_latency_min_us;
  497. u32 tx_latency_max_us;
  498. u64 tx_latency_total_us;
  499. unsigned long rx_dropped;
  500. unsigned long rx_non_data_frame;
  501. unsigned long rx_short_frame;
  502. unsigned long rx_large_frame;
  503. unsigned long rx_replay;
  504. unsigned long rx_mic_error;
  505. unsigned long rx_key_error; /* eDMA specific */
  506. unsigned long rx_amsdu_error; /* eDMA specific */
  507. unsigned long rx_csum_err;
  508. u16 last_mcs_rx;
  509. u64 rx_per_mcs[WIL_MCS_MAX + 1];
  510. };
  511. /**
  512. * struct tx_rx_ops - different TX/RX ops for legacy and enhanced
  513. * DMA flow
  514. */
  515. struct wil_txrx_ops {
  516. void (*configure_interrupt_moderation)(struct wil6210_priv *wil);
  517. /* TX ops */
  518. int (*ring_init_tx)(struct wil6210_vif *vif, int ring_id,
  519. int size, int cid, int tid);
  520. void (*ring_fini_tx)(struct wil6210_priv *wil, struct wil_ring *ring);
  521. int (*ring_init_bcast)(struct wil6210_vif *vif, int id, int size);
  522. int (*tx_init)(struct wil6210_priv *wil);
  523. void (*tx_fini)(struct wil6210_priv *wil);
  524. int (*tx_desc_map)(union wil_tx_desc *desc, dma_addr_t pa,
  525. u32 len, int ring_index);
  526. void (*tx_desc_unmap)(struct device *dev,
  527. union wil_tx_desc *desc,
  528. struct wil_ctx *ctx);
  529. int (*tx_ring_tso)(struct wil6210_priv *wil, struct wil6210_vif *vif,
  530. struct wil_ring *ring, struct sk_buff *skb);
  531. irqreturn_t (*irq_tx)(int irq, void *cookie);
  532. /* RX ops */
  533. int (*rx_init)(struct wil6210_priv *wil, u16 ring_size);
  534. void (*rx_fini)(struct wil6210_priv *wil);
  535. int (*wmi_addba_rx_resp)(struct wil6210_priv *wil, u8 mid, u8 cid,
  536. u8 tid, u8 token, u16 status, bool amsdu,
  537. u16 agg_wsize, u16 timeout);
  538. void (*get_reorder_params)(struct wil6210_priv *wil,
  539. struct sk_buff *skb, int *tid, int *cid,
  540. int *mid, u16 *seq, int *mcast, int *retry);
  541. void (*get_netif_rx_params)(struct sk_buff *skb,
  542. int *cid, int *security);
  543. int (*rx_crypto_check)(struct wil6210_priv *wil, struct sk_buff *skb);
  544. int (*rx_error_check)(struct wil6210_priv *wil, struct sk_buff *skb,
  545. struct wil_net_stats *stats);
  546. bool (*is_rx_idle)(struct wil6210_priv *wil);
  547. irqreturn_t (*irq_rx)(int irq, void *cookie);
  548. };
  549. /**
  550. * Additional data for Tx ring
  551. */
  552. struct wil_ring_tx_data {
  553. bool dot1x_open;
  554. int enabled;
  555. cycles_t idle, last_idle, begin;
  556. u8 agg_wsize; /* agreed aggregation window, 0 - no agg */
  557. u16 agg_timeout;
  558. u8 agg_amsdu;
  559. bool addba_in_progress; /* if set, agg_xxx is for request in progress */
  560. u8 mid;
  561. spinlock_t lock;
  562. };
  563. enum { /* for wil6210_priv.status */
  564. wil_status_fwready = 0, /* FW operational */
  565. wil_status_dontscan,
  566. wil_status_mbox_ready, /* MBOX structures ready */
  567. wil_status_irqen, /* interrupts enabled - for debug */
  568. wil_status_napi_en, /* NAPI enabled protected by wil->mutex */
  569. wil_status_resetting, /* reset in progress */
  570. wil_status_suspending, /* suspend in progress */
  571. wil_status_suspended, /* suspend completed, device is suspended */
  572. wil_status_resuming, /* resume in progress */
  573. wil_status_collecting_dumps, /* crashdump collection in progress */
  574. wil_status_last /* keep last */
  575. };
  576. struct pci_dev;
  577. /**
  578. * struct tid_ampdu_rx - TID aggregation information (Rx).
  579. *
  580. * @reorder_buf: buffer to reorder incoming aggregated MPDUs
  581. * @last_rx: jiffies of last rx activity
  582. * @head_seq_num: head sequence number in reordering buffer.
  583. * @stored_mpdu_num: number of MPDUs in reordering buffer
  584. * @ssn: Starting Sequence Number expected to be aggregated.
  585. * @buf_size: buffer size for incoming A-MPDUs
  586. * @ssn_last_drop: SSN of the last dropped frame
  587. * @total: total number of processed incoming frames
  588. * @drop_dup: duplicate frames dropped for this reorder buffer
  589. * @drop_old: old frames dropped for this reorder buffer
  590. * @first_time: true when this buffer used 1-st time
  591. * @mcast_last_seq: sequence number (SN) of last received multicast packet
  592. * @drop_dup_mcast: duplicate multicast frames dropped for this reorder buffer
  593. */
  594. struct wil_tid_ampdu_rx {
  595. struct sk_buff **reorder_buf;
  596. unsigned long last_rx;
  597. u16 head_seq_num;
  598. u16 stored_mpdu_num;
  599. u16 ssn;
  600. u16 buf_size;
  601. u16 ssn_last_drop;
  602. unsigned long long total; /* frames processed */
  603. unsigned long long drop_dup;
  604. unsigned long long drop_old;
  605. bool first_time; /* is it 1-st time this buffer used? */
  606. u16 mcast_last_seq; /* multicast dup detection */
  607. unsigned long long drop_dup_mcast;
  608. };
  609. /**
  610. * struct wil_tid_crypto_rx_single - TID crypto information (Rx).
  611. *
  612. * @pn: GCMP PN for the session
  613. * @key_set: valid key present
  614. */
  615. struct wil_tid_crypto_rx_single {
  616. u8 pn[IEEE80211_GCMP_PN_LEN];
  617. bool key_set;
  618. };
  619. struct wil_tid_crypto_rx {
  620. struct wil_tid_crypto_rx_single key_id[4];
  621. };
  622. struct wil_p2p_info {
  623. struct ieee80211_channel listen_chan;
  624. u8 discovery_started;
  625. u64 cookie;
  626. struct wireless_dev *pending_listen_wdev;
  627. unsigned int listen_duration;
  628. struct timer_list discovery_timer; /* listen/search duration */
  629. struct work_struct discovery_expired_work; /* listen/search expire */
  630. struct work_struct delayed_listen_work; /* listen after scan done */
  631. };
  632. enum wil_sta_status {
  633. wil_sta_unused = 0,
  634. wil_sta_conn_pending = 1,
  635. wil_sta_connected = 2,
  636. };
  637. /**
  638. * struct wil_sta_info - data for peer
  639. *
  640. * Peer identified by its CID (connection ID)
  641. * NIC performs beam forming for each peer;
  642. * if no beam forming done, frame exchange is not
  643. * possible.
  644. */
  645. struct wil_sta_info {
  646. u8 addr[ETH_ALEN];
  647. u8 mid;
  648. enum wil_sta_status status;
  649. struct wil_net_stats stats;
  650. /**
  651. * 20 latency bins. 1st bin counts packets with latency
  652. * of 0..tx_latency_res, last bin counts packets with latency
  653. * of 19*tx_latency_res and above.
  654. * tx_latency_res is configured from "tx_latency" debug-fs.
  655. */
  656. u64 *tx_latency_bins;
  657. struct wmi_link_stats_basic fw_stats_basic;
  658. /* Rx BACK */
  659. struct wil_tid_ampdu_rx *tid_rx[WIL_STA_TID_NUM];
  660. spinlock_t tid_rx_lock; /* guarding tid_rx array */
  661. unsigned long tid_rx_timer_expired[BITS_TO_LONGS(WIL_STA_TID_NUM)];
  662. unsigned long tid_rx_stop_requested[BITS_TO_LONGS(WIL_STA_TID_NUM)];
  663. struct wil_tid_crypto_rx tid_crypto_rx[WIL_STA_TID_NUM];
  664. struct wil_tid_crypto_rx group_crypto_rx;
  665. u8 aid; /* 1-254; 0 if unknown/not reported */
  666. };
  667. enum {
  668. fw_recovery_idle = 0,
  669. fw_recovery_pending = 1,
  670. fw_recovery_running = 2,
  671. };
  672. enum {
  673. hw_capa_no_flash,
  674. hw_capa_last
  675. };
  676. struct wil_probe_client_req {
  677. struct list_head list;
  678. u64 cookie;
  679. u8 cid;
  680. };
  681. struct pmc_ctx {
  682. /* alloc, free, and read operations must own the lock */
  683. struct mutex lock;
  684. struct vring_tx_desc *pring_va;
  685. dma_addr_t pring_pa;
  686. struct desc_alloc_info *descriptors;
  687. int last_cmd_status;
  688. int num_descriptors;
  689. int descriptor_size;
  690. };
  691. struct wil_halp {
  692. struct mutex lock; /* protect halp ref_cnt */
  693. unsigned int ref_cnt;
  694. struct completion comp;
  695. };
  696. struct wil_blob_wrapper {
  697. struct wil6210_priv *wil;
  698. struct debugfs_blob_wrapper blob;
  699. };
  700. #define WIL_LED_MAX_ID (2)
  701. #define WIL_LED_INVALID_ID (0xF)
  702. #define WIL_LED_BLINK_ON_SLOW_MS (300)
  703. #define WIL_LED_BLINK_OFF_SLOW_MS (300)
  704. #define WIL_LED_BLINK_ON_MED_MS (200)
  705. #define WIL_LED_BLINK_OFF_MED_MS (200)
  706. #define WIL_LED_BLINK_ON_FAST_MS (100)
  707. #define WIL_LED_BLINK_OFF_FAST_MS (100)
  708. enum {
  709. WIL_LED_TIME_SLOW = 0,
  710. WIL_LED_TIME_MED,
  711. WIL_LED_TIME_FAST,
  712. WIL_LED_TIME_LAST,
  713. };
  714. struct blink_on_off_time {
  715. u32 on_ms;
  716. u32 off_ms;
  717. };
  718. struct wil_debugfs_iomem_data {
  719. void *offset;
  720. struct wil6210_priv *wil;
  721. };
  722. struct wil_debugfs_data {
  723. struct wil_debugfs_iomem_data *data_arr;
  724. int iomem_data_count;
  725. };
  726. extern struct blink_on_off_time led_blink_time[WIL_LED_TIME_LAST];
  727. extern u8 led_id;
  728. extern u8 led_polarity;
  729. enum wil6210_vif_status {
  730. wil_vif_fwconnecting,
  731. wil_vif_fwconnected,
  732. wil_vif_status_last /* keep last */
  733. };
  734. struct wil6210_vif {
  735. struct wireless_dev wdev;
  736. struct net_device *ndev;
  737. struct wil6210_priv *wil;
  738. u8 mid;
  739. DECLARE_BITMAP(status, wil_vif_status_last);
  740. u32 privacy; /* secure connection? */
  741. u16 channel; /* relevant in AP mode */
  742. u8 hidden_ssid; /* relevant in AP mode */
  743. u32 ap_isolate; /* no intra-BSS communication */
  744. bool pbss;
  745. int bcast_ring;
  746. struct cfg80211_bss *bss; /* connected bss, relevant in STA mode */
  747. int locally_generated_disc; /* relevant in STA mode */
  748. struct timer_list connect_timer;
  749. struct work_struct disconnect_worker;
  750. /* scan */
  751. struct cfg80211_scan_request *scan_request;
  752. struct timer_list scan_timer; /* detect scan timeout */
  753. struct wil_p2p_info p2p;
  754. /* keep alive */
  755. struct list_head probe_client_pending;
  756. struct mutex probe_client_mutex; /* protect @probe_client_pending */
  757. struct work_struct probe_client_worker;
  758. int net_queue_stopped; /* netif_tx_stop_all_queues invoked */
  759. bool fw_stats_ready; /* per-cid statistics are ready inside sta_info */
  760. u64 fw_stats_tsf; /* measurement timestamp */
  761. };
  762. /**
  763. * RX buffer allocated for enhanced DMA RX descriptors
  764. */
  765. struct wil_rx_buff {
  766. struct sk_buff *skb;
  767. struct list_head list;
  768. int id;
  769. };
  770. /**
  771. * During Rx completion processing, the driver extracts a buffer ID which
  772. * is used as an index to the rx_buff_mgmt.buff_arr array and then the SKB
  773. * is given to the network stack and the buffer is moved from the 'active'
  774. * list to the 'free' list.
  775. * During Rx refill, SKBs are attached to free buffers and moved to the
  776. * 'active' list.
  777. */
  778. struct wil_rx_buff_mgmt {
  779. struct wil_rx_buff *buff_arr;
  780. size_t size; /* number of items in buff_arr */
  781. struct list_head active;
  782. struct list_head free;
  783. unsigned long free_list_empty_cnt; /* statistics */
  784. };
  785. struct wil_fw_stats_global {
  786. bool ready;
  787. u64 tsf; /* measurement timestamp */
  788. struct wmi_link_stats_global stats;
  789. };
  790. struct wil6210_priv {
  791. struct pci_dev *pdev;
  792. u32 bar_size;
  793. struct wiphy *wiphy;
  794. struct net_device *main_ndev;
  795. int n_msi;
  796. void __iomem *csr;
  797. DECLARE_BITMAP(status, wil_status_last);
  798. u8 fw_version[ETHTOOL_FWVERS_LEN];
  799. u32 hw_version;
  800. u8 chip_revision;
  801. const char *hw_name;
  802. const char *wil_fw_name;
  803. char *board_file;
  804. u32 brd_file_addr;
  805. u32 brd_file_max_size;
  806. DECLARE_BITMAP(hw_capa, hw_capa_last);
  807. DECLARE_BITMAP(fw_capabilities, WMI_FW_CAPABILITY_MAX);
  808. DECLARE_BITMAP(platform_capa, WIL_PLATFORM_CAPA_MAX);
  809. u32 recovery_count; /* num of FW recovery attempts in a short time */
  810. u32 recovery_state; /* FW recovery state machine */
  811. unsigned long last_fw_recovery; /* jiffies of last fw recovery */
  812. wait_queue_head_t wq; /* for all wait_event() use */
  813. u8 max_vifs; /* maximum number of interfaces, including main */
  814. struct wil6210_vif *vifs[WIL_MAX_VIFS];
  815. struct mutex vif_mutex; /* protects access to VIF entries */
  816. atomic_t connected_vifs;
  817. /* profile */
  818. struct cfg80211_chan_def monitor_chandef;
  819. u32 monitor_flags;
  820. int sinfo_gen;
  821. /* interrupt moderation */
  822. u32 tx_max_burst_duration;
  823. u32 tx_interframe_timeout;
  824. u32 rx_max_burst_duration;
  825. u32 rx_interframe_timeout;
  826. /* cached ISR registers */
  827. u32 isr_misc;
  828. /* mailbox related */
  829. struct mutex wmi_mutex;
  830. struct wil6210_mbox_ctl mbox_ctl;
  831. struct completion wmi_ready;
  832. struct completion wmi_call;
  833. u16 wmi_seq;
  834. u16 reply_id; /**< wait for this WMI event */
  835. u8 reply_mid;
  836. void *reply_buf;
  837. u16 reply_size;
  838. struct workqueue_struct *wmi_wq; /* for deferred calls */
  839. struct work_struct wmi_event_worker;
  840. struct workqueue_struct *wq_service;
  841. struct work_struct fw_error_worker; /* for FW error recovery */
  842. struct list_head pending_wmi_ev;
  843. /*
  844. * protect pending_wmi_ev
  845. * - fill in IRQ from wil6210_irq_misc,
  846. * - consumed in thread by wmi_event_worker
  847. */
  848. spinlock_t wmi_ev_lock;
  849. spinlock_t net_queue_lock; /* guarding stop/wake netif queue */
  850. struct napi_struct napi_rx;
  851. struct napi_struct napi_tx;
  852. struct net_device napi_ndev; /* dummy net_device serving all VIFs */
  853. /* DMA related */
  854. struct wil_ring ring_rx;
  855. unsigned int rx_buf_len;
  856. struct wil_ring ring_tx[WIL6210_MAX_TX_RINGS];
  857. struct wil_ring_tx_data ring_tx_data[WIL6210_MAX_TX_RINGS];
  858. struct wil_status_ring srings[WIL6210_MAX_STATUS_RINGS];
  859. u8 num_rx_status_rings;
  860. int tx_sring_idx;
  861. u8 ring2cid_tid[WIL6210_MAX_TX_RINGS][2]; /* [0] - CID, [1] - TID */
  862. struct wil_sta_info sta[WIL6210_MAX_CID];
  863. u32 ring_idle_trsh; /* HW fetches up to 16 descriptors at once */
  864. u32 dma_addr_size; /* indicates dma addr size */
  865. struct wil_rx_buff_mgmt rx_buff_mgmt;
  866. bool use_enhanced_dma_hw;
  867. struct wil_txrx_ops txrx_ops;
  868. struct mutex mutex; /* for wil6210_priv access in wil_{up|down} */
  869. /* statistics */
  870. atomic_t isr_count_rx, isr_count_tx;
  871. /* debugfs */
  872. struct dentry *debug;
  873. struct wil_blob_wrapper blobs[MAX_FW_MAPPING_TABLE_SIZE];
  874. u8 discovery_mode;
  875. u8 abft_len;
  876. u8 wakeup_trigger;
  877. struct wil_suspend_stats suspend_stats;
  878. struct wil_debugfs_data dbg_data;
  879. bool tx_latency; /* collect TX latency measurements */
  880. size_t tx_latency_res; /* bin resolution in usec */
  881. void *platform_handle;
  882. struct wil_platform_ops platform_ops;
  883. bool keep_radio_on_during_sleep;
  884. struct pmc_ctx pmc;
  885. u8 p2p_dev_started;
  886. /* P2P_DEVICE vif */
  887. struct wireless_dev *p2p_wdev;
  888. struct wireless_dev *radio_wdev;
  889. /* High Access Latency Policy voting */
  890. struct wil_halp halp;
  891. enum wmi_ps_profile_type ps_profile;
  892. int fw_calib_result;
  893. struct notifier_block pm_notify;
  894. bool suspend_resp_rcvd;
  895. bool suspend_resp_comp;
  896. u32 bus_request_kbps;
  897. u32 bus_request_kbps_pre_suspend;
  898. u32 rgf_fw_assert_code_addr;
  899. u32 rgf_ucode_assert_code_addr;
  900. u32 iccm_base;
  901. /* relevant only for eDMA */
  902. bool use_compressed_rx_status;
  903. u32 rx_status_ring_order;
  904. u32 tx_status_ring_order;
  905. u32 rx_buff_id_count;
  906. bool amsdu_en;
  907. bool use_rx_hw_reordering;
  908. bool secured_boot;
  909. u8 boot_config;
  910. struct wil_fw_stats_global fw_stats_global;
  911. u32 max_agg_wsize;
  912. u32 max_ampdu_size;
  913. };
  914. #define wil_to_wiphy(i) (i->wiphy)
  915. #define wil_to_dev(i) (wiphy_dev(wil_to_wiphy(i)))
  916. #define wiphy_to_wil(w) (struct wil6210_priv *)(wiphy_priv(w))
  917. #define wdev_to_wil(w) (struct wil6210_priv *)(wdev_priv(w))
  918. #define ndev_to_wil(n) (wdev_to_wil(n->ieee80211_ptr))
  919. #define ndev_to_vif(n) (struct wil6210_vif *)(netdev_priv(n))
  920. #define vif_to_wil(v) (v->wil)
  921. #define vif_to_ndev(v) (v->ndev)
  922. #define vif_to_wdev(v) (&v->wdev)
  923. static inline struct wil6210_vif *wdev_to_vif(struct wil6210_priv *wil,
  924. struct wireless_dev *wdev)
  925. {
  926. /* main interface is shared with P2P device */
  927. if (wdev == wil->p2p_wdev)
  928. return ndev_to_vif(wil->main_ndev);
  929. else
  930. return container_of(wdev, struct wil6210_vif, wdev);
  931. }
  932. static inline struct wireless_dev *
  933. vif_to_radio_wdev(struct wil6210_priv *wil, struct wil6210_vif *vif)
  934. {
  935. /* main interface is shared with P2P device */
  936. if (vif->mid)
  937. return vif_to_wdev(vif);
  938. else
  939. return wil->radio_wdev;
  940. }
  941. __printf(2, 3)
  942. void wil_dbg_trace(struct wil6210_priv *wil, const char *fmt, ...);
  943. __printf(2, 3)
  944. void __wil_err(struct wil6210_priv *wil, const char *fmt, ...);
  945. __printf(2, 3)
  946. void __wil_err_ratelimited(struct wil6210_priv *wil, const char *fmt, ...);
  947. __printf(2, 3)
  948. void __wil_info(struct wil6210_priv *wil, const char *fmt, ...);
  949. __printf(2, 3)
  950. void wil_dbg_ratelimited(const struct wil6210_priv *wil, const char *fmt, ...);
  951. #define wil_dbg(wil, fmt, arg...) do { \
  952. netdev_dbg(wil->main_ndev, fmt, ##arg); \
  953. wil_dbg_trace(wil, fmt, ##arg); \
  954. } while (0)
  955. #define wil_dbg_irq(wil, fmt, arg...) wil_dbg(wil, "DBG[ IRQ]" fmt, ##arg)
  956. #define wil_dbg_txrx(wil, fmt, arg...) wil_dbg(wil, "DBG[TXRX]" fmt, ##arg)
  957. #define wil_dbg_wmi(wil, fmt, arg...) wil_dbg(wil, "DBG[ WMI]" fmt, ##arg)
  958. #define wil_dbg_misc(wil, fmt, arg...) wil_dbg(wil, "DBG[MISC]" fmt, ##arg)
  959. #define wil_dbg_pm(wil, fmt, arg...) wil_dbg(wil, "DBG[ PM ]" fmt, ##arg)
  960. #define wil_err(wil, fmt, arg...) __wil_err(wil, "%s: " fmt, __func__, ##arg)
  961. #define wil_info(wil, fmt, arg...) __wil_info(wil, "%s: " fmt, __func__, ##arg)
  962. #define wil_err_ratelimited(wil, fmt, arg...) \
  963. __wil_err_ratelimited(wil, "%s: " fmt, __func__, ##arg)
  964. /* target operations */
  965. /* register read */
  966. static inline u32 wil_r(struct wil6210_priv *wil, u32 reg)
  967. {
  968. return readl(wil->csr + HOSTADDR(reg));
  969. }
  970. /* register write. wmb() to make sure it is completed */
  971. static inline void wil_w(struct wil6210_priv *wil, u32 reg, u32 val)
  972. {
  973. writel(val, wil->csr + HOSTADDR(reg));
  974. wmb(); /* wait for write to propagate to the HW */
  975. }
  976. /* register set = read, OR, write */
  977. static inline void wil_s(struct wil6210_priv *wil, u32 reg, u32 val)
  978. {
  979. wil_w(wil, reg, wil_r(wil, reg) | val);
  980. }
  981. /* register clear = read, AND with inverted, write */
  982. static inline void wil_c(struct wil6210_priv *wil, u32 reg, u32 val)
  983. {
  984. wil_w(wil, reg, wil_r(wil, reg) & ~val);
  985. }
  986. void wil_get_board_file(struct wil6210_priv *wil, char *buf, size_t len);
  987. #if defined(CONFIG_DYNAMIC_DEBUG)
  988. #define wil_hex_dump_txrx(prefix_str, prefix_type, rowsize, \
  989. groupsize, buf, len, ascii) \
  990. print_hex_dump_debug("DBG[TXRX]" prefix_str,\
  991. prefix_type, rowsize, \
  992. groupsize, buf, len, ascii)
  993. #define wil_hex_dump_wmi(prefix_str, prefix_type, rowsize, \
  994. groupsize, buf, len, ascii) \
  995. print_hex_dump_debug("DBG[ WMI]" prefix_str,\
  996. prefix_type, rowsize, \
  997. groupsize, buf, len, ascii)
  998. #define wil_hex_dump_misc(prefix_str, prefix_type, rowsize, \
  999. groupsize, buf, len, ascii) \
  1000. print_hex_dump_debug("DBG[MISC]" prefix_str,\
  1001. prefix_type, rowsize, \
  1002. groupsize, buf, len, ascii)
  1003. #else /* defined(CONFIG_DYNAMIC_DEBUG) */
  1004. static inline
  1005. void wil_hex_dump_txrx(const char *prefix_str, int prefix_type, int rowsize,
  1006. int groupsize, const void *buf, size_t len, bool ascii)
  1007. {
  1008. }
  1009. static inline
  1010. void wil_hex_dump_wmi(const char *prefix_str, int prefix_type, int rowsize,
  1011. int groupsize, const void *buf, size_t len, bool ascii)
  1012. {
  1013. }
  1014. static inline
  1015. void wil_hex_dump_misc(const char *prefix_str, int prefix_type, int rowsize,
  1016. int groupsize, const void *buf, size_t len, bool ascii)
  1017. {
  1018. }
  1019. #endif /* defined(CONFIG_DYNAMIC_DEBUG) */
  1020. void wil_memcpy_fromio_32(void *dst, const volatile void __iomem *src,
  1021. size_t count);
  1022. void wil_memcpy_toio_32(volatile void __iomem *dst, const void *src,
  1023. size_t count);
  1024. struct wil6210_vif *
  1025. wil_vif_alloc(struct wil6210_priv *wil, const char *name,
  1026. unsigned char name_assign_type, enum nl80211_iftype iftype);
  1027. void wil_vif_free(struct wil6210_vif *vif);
  1028. void *wil_if_alloc(struct device *dev);
  1029. bool wil_has_other_active_ifaces(struct wil6210_priv *wil,
  1030. struct net_device *ndev, bool up, bool ok);
  1031. bool wil_has_active_ifaces(struct wil6210_priv *wil, bool up, bool ok);
  1032. void wil_if_free(struct wil6210_priv *wil);
  1033. int wil_vif_add(struct wil6210_priv *wil, struct wil6210_vif *vif);
  1034. int wil_if_add(struct wil6210_priv *wil);
  1035. void wil_vif_remove(struct wil6210_priv *wil, u8 mid);
  1036. void wil_if_remove(struct wil6210_priv *wil);
  1037. int wil_priv_init(struct wil6210_priv *wil);
  1038. void wil_priv_deinit(struct wil6210_priv *wil);
  1039. int wil_ps_update(struct wil6210_priv *wil,
  1040. enum wmi_ps_profile_type ps_profile);
  1041. int wil_reset(struct wil6210_priv *wil, bool no_fw);
  1042. void wil_fw_error_recovery(struct wil6210_priv *wil);
  1043. void wil_set_recovery_state(struct wil6210_priv *wil, int state);
  1044. bool wil_is_recovery_blocked(struct wil6210_priv *wil);
  1045. int wil_up(struct wil6210_priv *wil);
  1046. int __wil_up(struct wil6210_priv *wil);
  1047. int wil_down(struct wil6210_priv *wil);
  1048. int __wil_down(struct wil6210_priv *wil);
  1049. void wil_refresh_fw_capabilities(struct wil6210_priv *wil);
  1050. void wil_mbox_ring_le2cpus(struct wil6210_mbox_ring *r);
  1051. int wil_find_cid(struct wil6210_priv *wil, u8 mid, const u8 *mac);
  1052. void wil_set_ethtoolops(struct net_device *ndev);
  1053. struct fw_map *wil_find_fw_mapping(const char *section);
  1054. void __iomem *wmi_buffer_block(struct wil6210_priv *wil, __le32 ptr, u32 size);
  1055. void __iomem *wmi_buffer(struct wil6210_priv *wil, __le32 ptr);
  1056. void __iomem *wmi_addr(struct wil6210_priv *wil, u32 ptr);
  1057. int wmi_read_hdr(struct wil6210_priv *wil, __le32 ptr,
  1058. struct wil6210_mbox_hdr *hdr);
  1059. int wmi_send(struct wil6210_priv *wil, u16 cmdid, u8 mid, void *buf, u16 len);
  1060. void wmi_recv_cmd(struct wil6210_priv *wil);
  1061. int wmi_call(struct wil6210_priv *wil, u16 cmdid, u8 mid, void *buf, u16 len,
  1062. u16 reply_id, void *reply, u16 reply_size, int to_msec);
  1063. void wmi_event_worker(struct work_struct *work);
  1064. void wmi_event_flush(struct wil6210_priv *wil);
  1065. int wmi_set_ssid(struct wil6210_vif *vif, u8 ssid_len, const void *ssid);
  1066. int wmi_get_ssid(struct wil6210_vif *vif, u8 *ssid_len, void *ssid);
  1067. int wmi_set_channel(struct wil6210_priv *wil, int channel);
  1068. int wmi_get_channel(struct wil6210_priv *wil, int *channel);
  1069. int wmi_del_cipher_key(struct wil6210_vif *vif, u8 key_index,
  1070. const void *mac_addr, int key_usage);
  1071. int wmi_add_cipher_key(struct wil6210_vif *vif, u8 key_index,
  1072. const void *mac_addr, int key_len, const void *key,
  1073. int key_usage);
  1074. int wmi_echo(struct wil6210_priv *wil);
  1075. int wmi_set_ie(struct wil6210_vif *vif, u8 type, u16 ie_len, const void *ie);
  1076. int wmi_rx_chain_add(struct wil6210_priv *wil, struct wil_ring *vring);
  1077. int wmi_rxon(struct wil6210_priv *wil, bool on);
  1078. int wmi_get_temperature(struct wil6210_priv *wil, u32 *t_m, u32 *t_r);
  1079. int wmi_disconnect_sta(struct wil6210_vif *vif, const u8 *mac,
  1080. u16 reason, bool full_disconnect, bool del_sta);
  1081. int wmi_addba(struct wil6210_priv *wil, u8 mid,
  1082. u8 ringid, u8 size, u16 timeout);
  1083. int wmi_delba_tx(struct wil6210_priv *wil, u8 mid, u8 ringid, u16 reason);
  1084. int wmi_delba_rx(struct wil6210_priv *wil, u8 mid, u8 cidxtid, u16 reason);
  1085. int wmi_addba_rx_resp(struct wil6210_priv *wil,
  1086. u8 mid, u8 cid, u8 tid, u8 token,
  1087. u16 status, bool amsdu, u16 agg_wsize, u16 timeout);
  1088. int wmi_ps_dev_profile_cfg(struct wil6210_priv *wil,
  1089. enum wmi_ps_profile_type ps_profile);
  1090. int wmi_set_mgmt_retry(struct wil6210_priv *wil, u8 retry_short);
  1091. int wmi_get_mgmt_retry(struct wil6210_priv *wil, u8 *retry_short);
  1092. int wmi_new_sta(struct wil6210_vif *vif, const u8 *mac, u8 aid);
  1093. int wmi_port_allocate(struct wil6210_priv *wil, u8 mid,
  1094. const u8 *mac, enum nl80211_iftype iftype);
  1095. int wmi_port_delete(struct wil6210_priv *wil, u8 mid);
  1096. int wmi_link_stats_cfg(struct wil6210_vif *vif, u32 type, u8 cid, u32 interval);
  1097. int wil_addba_rx_request(struct wil6210_priv *wil, u8 mid,
  1098. u8 cidxtid, u8 dialog_token, __le16 ba_param_set,
  1099. __le16 ba_timeout, __le16 ba_seq_ctrl);
  1100. int wil_addba_tx_request(struct wil6210_priv *wil, u8 ringid, u16 wsize);
  1101. void wil6210_clear_irq(struct wil6210_priv *wil);
  1102. int wil6210_init_irq(struct wil6210_priv *wil, int irq);
  1103. void wil6210_fini_irq(struct wil6210_priv *wil, int irq);
  1104. void wil_mask_irq(struct wil6210_priv *wil);
  1105. void wil_unmask_irq(struct wil6210_priv *wil);
  1106. void wil_configure_interrupt_moderation(struct wil6210_priv *wil);
  1107. void wil_disable_irq(struct wil6210_priv *wil);
  1108. void wil_enable_irq(struct wil6210_priv *wil);
  1109. void wil6210_mask_halp(struct wil6210_priv *wil);
  1110. /* P2P */
  1111. bool wil_p2p_is_social_scan(struct cfg80211_scan_request *request);
  1112. int wil_p2p_search(struct wil6210_vif *vif,
  1113. struct cfg80211_scan_request *request);
  1114. int wil_p2p_listen(struct wil6210_priv *wil, struct wireless_dev *wdev,
  1115. unsigned int duration, struct ieee80211_channel *chan,
  1116. u64 *cookie);
  1117. u8 wil_p2p_stop_discovery(struct wil6210_vif *vif);
  1118. int wil_p2p_cancel_listen(struct wil6210_vif *vif, u64 cookie);
  1119. void wil_p2p_listen_expired(struct work_struct *work);
  1120. void wil_p2p_search_expired(struct work_struct *work);
  1121. void wil_p2p_stop_radio_operations(struct wil6210_priv *wil);
  1122. void wil_p2p_delayed_listen_work(struct work_struct *work);
  1123. /* WMI for P2P */
  1124. int wmi_p2p_cfg(struct wil6210_vif *vif, int channel, int bi);
  1125. int wmi_start_listen(struct wil6210_vif *vif);
  1126. int wmi_start_search(struct wil6210_vif *vif);
  1127. int wmi_stop_discovery(struct wil6210_vif *vif);
  1128. int wil_cfg80211_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev,
  1129. struct cfg80211_mgmt_tx_params *params,
  1130. u64 *cookie);
  1131. int wil_cfg80211_iface_combinations_from_fw(
  1132. struct wil6210_priv *wil,
  1133. const struct wil_fw_record_concurrency *conc);
  1134. int wil_vif_prepare_stop(struct wil6210_vif *vif);
  1135. #if defined(CONFIG_WIL6210_DEBUGFS)
  1136. int wil6210_debugfs_init(struct wil6210_priv *wil);
  1137. void wil6210_debugfs_remove(struct wil6210_priv *wil);
  1138. #else
  1139. static inline int wil6210_debugfs_init(struct wil6210_priv *wil) { return 0; }
  1140. static inline void wil6210_debugfs_remove(struct wil6210_priv *wil) {}
  1141. #endif
  1142. int wil_cid_fill_sinfo(struct wil6210_vif *vif, int cid,
  1143. struct station_info *sinfo);
  1144. struct wil6210_priv *wil_cfg80211_init(struct device *dev);
  1145. void wil_cfg80211_deinit(struct wil6210_priv *wil);
  1146. void wil_p2p_wdev_free(struct wil6210_priv *wil);
  1147. int wmi_set_mac_address(struct wil6210_priv *wil, void *addr);
  1148. int wmi_pcp_start(struct wil6210_vif *vif, int bi, u8 wmi_nettype, u8 chan,
  1149. u8 hidden_ssid, u8 is_go);
  1150. int wmi_pcp_stop(struct wil6210_vif *vif);
  1151. int wmi_led_cfg(struct wil6210_priv *wil, bool enable);
  1152. int wmi_abort_scan(struct wil6210_vif *vif);
  1153. void wil_abort_scan(struct wil6210_vif *vif, bool sync);
  1154. void wil_abort_scan_all_vifs(struct wil6210_priv *wil, bool sync);
  1155. void wil6210_bus_request(struct wil6210_priv *wil, u32 kbps);
  1156. void wil6210_disconnect(struct wil6210_vif *vif, const u8 *bssid,
  1157. u16 reason_code, bool from_event);
  1158. void wil_probe_client_flush(struct wil6210_vif *vif);
  1159. void wil_probe_client_worker(struct work_struct *work);
  1160. void wil_disconnect_worker(struct work_struct *work);
  1161. void wil_init_txrx_ops(struct wil6210_priv *wil);
  1162. /* TX API */
  1163. int wil_ring_init_tx(struct wil6210_vif *vif, int cid);
  1164. int wil_vring_init_bcast(struct wil6210_vif *vif, int id, int size);
  1165. int wil_bcast_init(struct wil6210_vif *vif);
  1166. void wil_bcast_fini(struct wil6210_vif *vif);
  1167. void wil_bcast_fini_all(struct wil6210_priv *wil);
  1168. void wil_update_net_queues(struct wil6210_priv *wil, struct wil6210_vif *vif,
  1169. struct wil_ring *ring, bool should_stop);
  1170. void wil_update_net_queues_bh(struct wil6210_priv *wil, struct wil6210_vif *vif,
  1171. struct wil_ring *ring, bool check_stop);
  1172. netdev_tx_t wil_start_xmit(struct sk_buff *skb, struct net_device *ndev);
  1173. int wil_tx_complete(struct wil6210_vif *vif, int ringid);
  1174. void wil6210_unmask_irq_tx(struct wil6210_priv *wil);
  1175. void wil6210_unmask_irq_tx_edma(struct wil6210_priv *wil);
  1176. /* RX API */
  1177. void wil_rx_handle(struct wil6210_priv *wil, int *quota);
  1178. void wil6210_unmask_irq_rx(struct wil6210_priv *wil);
  1179. void wil6210_unmask_irq_rx_edma(struct wil6210_priv *wil);
  1180. int wil_iftype_nl2wmi(enum nl80211_iftype type);
  1181. int wil_request_firmware(struct wil6210_priv *wil, const char *name,
  1182. bool load);
  1183. int wil_request_board(struct wil6210_priv *wil, const char *name);
  1184. bool wil_fw_verify_file_exists(struct wil6210_priv *wil, const char *name);
  1185. void wil_pm_runtime_allow(struct wil6210_priv *wil);
  1186. void wil_pm_runtime_forbid(struct wil6210_priv *wil);
  1187. int wil_pm_runtime_get(struct wil6210_priv *wil);
  1188. void wil_pm_runtime_put(struct wil6210_priv *wil);
  1189. int wil_can_suspend(struct wil6210_priv *wil, bool is_runtime);
  1190. int wil_suspend(struct wil6210_priv *wil, bool is_runtime, bool keep_radio_on);
  1191. int wil_resume(struct wil6210_priv *wil, bool is_runtime, bool keep_radio_on);
  1192. bool wil_is_wmi_idle(struct wil6210_priv *wil);
  1193. int wmi_resume(struct wil6210_priv *wil);
  1194. int wmi_suspend(struct wil6210_priv *wil);
  1195. bool wil_is_tx_idle(struct wil6210_priv *wil);
  1196. int wil_fw_copy_crash_dump(struct wil6210_priv *wil, void *dest, u32 size);
  1197. void wil_fw_core_dump(struct wil6210_priv *wil);
  1198. void wil_halp_vote(struct wil6210_priv *wil);
  1199. void wil_halp_unvote(struct wil6210_priv *wil);
  1200. void wil6210_set_halp(struct wil6210_priv *wil);
  1201. void wil6210_clear_halp(struct wil6210_priv *wil);
  1202. int wmi_start_sched_scan(struct wil6210_priv *wil,
  1203. struct cfg80211_sched_scan_request *request);
  1204. int wmi_stop_sched_scan(struct wil6210_priv *wil);
  1205. int wmi_mgmt_tx(struct wil6210_vif *vif, const u8 *buf, size_t len);
  1206. int wmi_mgmt_tx_ext(struct wil6210_vif *vif, const u8 *buf, size_t len,
  1207. u8 channel, u16 duration_ms);
  1208. int reverse_memcmp(const void *cs, const void *ct, size_t count);
  1209. /* WMI for enhanced DMA */
  1210. int wil_wmi_tx_sring_cfg(struct wil6210_priv *wil, int ring_id);
  1211. int wil_wmi_cfg_def_rx_offload(struct wil6210_priv *wil,
  1212. u16 max_rx_pl_per_desc);
  1213. int wil_wmi_rx_sring_add(struct wil6210_priv *wil, u16 ring_id);
  1214. int wil_wmi_rx_desc_ring_add(struct wil6210_priv *wil, int status_ring_id);
  1215. int wil_wmi_tx_desc_ring_add(struct wil6210_vif *vif, int ring_id, int cid,
  1216. int tid);
  1217. int wil_wmi_bcast_desc_ring_add(struct wil6210_vif *vif, int ring_id);
  1218. int wmi_addba_rx_resp_edma(struct wil6210_priv *wil, u8 mid, u8 cid,
  1219. u8 tid, u8 token, u16 status, bool amsdu,
  1220. u16 agg_wsize, u16 timeout);
  1221. #endif /* __WIL6210_H__ */