wlan_cfg.c 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455
  1. /*
  2. * Copyright (c) 2016-2020 The Linux Foundation. All rights reserved.
  3. *
  4. * Permission to use, copy, modify, and/or distribute this software for
  5. * any purpose with or without fee is hereby granted, provided that the
  6. * above copyright notice and this permission notice appear in all
  7. * copies.
  8. *
  9. * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
  10. * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
  11. * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
  12. * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
  13. * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
  14. * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  15. * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  16. * PERFORMANCE OF THIS SOFTWARE.
  17. */
  18. #if defined(CONFIG_HL_SUPPORT)
  19. #include "wlan_tgt_def_config_hl.h"
  20. #else
  21. #include "wlan_tgt_def_config.h"
  22. #endif
  23. #include "qdf_trace.h"
  24. #include "qdf_mem.h"
  25. #include <cdp_txrx_ops.h>
  26. #include "wlan_cfg.h"
  27. #include "cfg_ucfg_api.h"
  28. #include "hal_api.h"
  29. #include "dp_types.h"
  30. /*
  31. * FIX THIS -
  32. * For now, all these configuration parameters are hardcoded.
  33. * Many of these should actually be coming from dts file/ini file
  34. */
  35. /*
  36. * The max allowed size for tx comp ring is 8191.
  37. * This is limitted by h/w ring max size.
  38. * As this is not a power of 2 it does not work with nss offload so the
  39. * nearest available size which is power of 2 is 4096 chosen for nss
  40. */
  41. #define WLAN_CFG_TX_RING_MASK_0 0x1
  42. #define WLAN_CFG_TX_RING_MASK_1 0x2
  43. #define WLAN_CFG_TX_RING_MASK_2 0x4
  44. #define WLAN_CFG_TX_RING_MASK_3 0x0
  45. #define WLAN_CFG_RX_RING_MASK_0 0x1
  46. #define WLAN_CFG_RX_RING_MASK_1 0x2
  47. #define WLAN_CFG_RX_RING_MASK_2 0x4
  48. #define WLAN_CFG_RX_RING_MASK_3 0x8
  49. #define WLAN_CFG_RX_MON_RING_MASK_0 0x1
  50. #define WLAN_CFG_RX_MON_RING_MASK_1 0x2
  51. #define WLAN_CFG_RX_MON_RING_MASK_2 0x4
  52. #define WLAN_CFG_RX_MON_RING_MASK_3 0x0
  53. #define WLAN_CFG_HOST2RXDMA_MON_RING_MASK_0 0x1
  54. #define WLAN_CFG_HOST2RXDMA_MON_RING_MASK_1 0x2
  55. #define WLAN_CFG_HOST2RXDMA_MON_RING_MASK_2 0x4
  56. #define WLAN_CFG_RXDMA2HOST_MON_RING_MASK_0 0x1
  57. #define WLAN_CFG_RXDMA2HOST_MON_RING_MASK_1 0x2
  58. #define WLAN_CFG_RXDMA2HOST_MON_RING_MASK_2 0x4
  59. #define WLAN_CFG_RX_ERR_RING_MASK_0 0x1
  60. #define WLAN_CFG_RX_ERR_RING_MASK_1 0x0
  61. #define WLAN_CFG_RX_ERR_RING_MASK_2 0x0
  62. #define WLAN_CFG_RX_ERR_RING_MASK_3 0x0
  63. #define WLAN_CFG_RX_WBM_REL_RING_MASK_0 0x1
  64. #define WLAN_CFG_RX_WBM_REL_RING_MASK_1 0x0
  65. #define WLAN_CFG_RX_WBM_REL_RING_MASK_2 0x0
  66. #define WLAN_CFG_RX_WBM_REL_RING_MASK_3 0x0
  67. #define WLAN_CFG_REO_STATUS_RING_MASK_0 0x1
  68. #define WLAN_CFG_REO_STATUS_RING_MASK_1 0x0
  69. #define WLAN_CFG_REO_STATUS_RING_MASK_2 0x0
  70. #define WLAN_CFG_REO_STATUS_RING_MASK_3 0x0
  71. #define WLAN_CFG_RXDMA2HOST_RING_MASK_0 0x1
  72. #define WLAN_CFG_RXDMA2HOST_RING_MASK_1 0x2
  73. #define WLAN_CFG_RXDMA2HOST_RING_MASK_2 0x4
  74. #define WLAN_CFG_RXDMA2HOST_RING_MASK_3 0x0
  75. #define WLAN_CFG_HOST2RXDMA_RING_MASK_0 0x1
  76. #define WLAN_CFG_HOST2RXDMA_RING_MASK_1 0x2
  77. #define WLAN_CFG_HOST2RXDMA_RING_MASK_2 0x4
  78. #define WLAN_CFG_HOST2RXDMA_RING_MASK_3 0x0
  79. #if defined(WLAN_MAX_PDEVS) && (WLAN_MAX_PDEVS == 1)
  80. static const int tx_ring_mask_msi[WLAN_CFG_INT_NUM_CONTEXTS] = {
  81. WLAN_CFG_TX_RING_MASK_0, 0, 0, 0, 0, 0, 0};
  82. #ifndef IPA_OFFLOAD
  83. static const int rx_ring_mask_msi[WLAN_CFG_INT_NUM_CONTEXTS] = {
  84. 0, WLAN_CFG_RX_RING_MASK_0, WLAN_CFG_RX_RING_MASK_1, WLAN_CFG_RX_RING_MASK_2, WLAN_CFG_RX_RING_MASK_3, 0, 0};
  85. #else
  86. static const int rx_ring_mask_msi[WLAN_CFG_INT_NUM_CONTEXTS] = {
  87. 0, WLAN_CFG_RX_RING_MASK_0, WLAN_CFG_RX_RING_MASK_1, WLAN_CFG_RX_RING_MASK_2, 0, 0, 0};
  88. #endif
  89. static const int rx_mon_ring_mask_msi[WLAN_CFG_INT_NUM_CONTEXTS] = {
  90. 0, WLAN_CFG_RX_MON_RING_MASK_0, WLAN_CFG_RX_MON_RING_MASK_1, 0, 0, 0, 0};
  91. static const int host2rxdma_ring_mask_msi[WLAN_CFG_INT_NUM_CONTEXTS] = {
  92. 0, 0, 0, 0, 0, 0, 0};
  93. static const int rxdma2host_ring_mask_msi[WLAN_CFG_INT_NUM_CONTEXTS] = {
  94. 0, 0, 0, 0, 0, WLAN_CFG_RXDMA2HOST_RING_MASK_0, WLAN_CFG_RXDMA2HOST_RING_MASK_1};
  95. static const int host2rxdma_mon_ring_mask_msi[WLAN_CFG_INT_NUM_CONTEXTS] = {
  96. 0, 0, 0, 0, 0, 0, 0};
  97. static const int rxdma2host_mon_ring_mask_msi[WLAN_CFG_INT_NUM_CONTEXTS] = {
  98. 0, 0, 0, 0, 0, 0, 0};
  99. static const int rx_err_ring_mask_msi[WLAN_CFG_INT_NUM_CONTEXTS] = {
  100. 0, 0, 0, 0, 0, 0, WLAN_CFG_RX_ERR_RING_MASK_0};
  101. static const int rx_wbm_rel_ring_mask_msi[WLAN_CFG_INT_NUM_CONTEXTS] = {
  102. 0, 0, 0, 0, 0, 0, WLAN_CFG_RX_WBM_REL_RING_MASK_0};
  103. static const int reo_status_ring_mask_msi[WLAN_CFG_INT_NUM_CONTEXTS] = {
  104. 0, 0, 0, 0, 0, 0, WLAN_CFG_REO_STATUS_RING_MASK_0};
  105. static const int tx_ring_mask_integrated[WLAN_CFG_INT_NUM_CONTEXTS] = {
  106. 0, 0, 0, 0, 0, 0, 0};
  107. static const int rx_ring_mask_integrated[WLAN_CFG_INT_NUM_CONTEXTS] = {
  108. 0, 0, 0, 0, 0, 0, 0};
  109. static const int rx_mon_ring_mask_integrated[WLAN_CFG_INT_NUM_CONTEXTS] = {
  110. 0, 0, 0, 0, 0, 0, 0};
  111. static const int host2rxdma_ring_mask_integrated[WLAN_CFG_INT_NUM_CONTEXTS] = {
  112. 0, 0, 0, 0, 0, 0, 0};
  113. static const int rxdma2host_ring_mask_integrated[WLAN_CFG_INT_NUM_CONTEXTS] = {
  114. 0, 0, 0, 0, 0, 0, 0};
  115. static const int host2rxdma_mon_ring_mask_integrated[WLAN_CFG_INT_NUM_CONTEXTS] = {
  116. 0, 0, 0, 0, 0, 0, 0};
  117. static const int rxdma2host_mon_ring_mask_integrated[WLAN_CFG_INT_NUM_CONTEXTS] = {
  118. 0, 0, 0, 0, 0, 0, 0};
  119. static const int rx_err_ring_mask_integrated[WLAN_CFG_INT_NUM_CONTEXTS] = {
  120. 0, 0, 0, 0, 0, 0, 0};
  121. static const int rx_wbm_rel_ring_mask_integrated[WLAN_CFG_INT_NUM_CONTEXTS] = {
  122. 0, 0, 0, 0, 0, 0, 0};
  123. static const int reo_status_ring_mask_integrated[WLAN_CFG_INT_NUM_CONTEXTS] = {
  124. 0, 0, 0, 0, 0, 0, 0};
  125. #else
  126. static const int tx_ring_mask_msi[WLAN_CFG_INT_NUM_CONTEXTS] = {
  127. WLAN_CFG_TX_RING_MASK_0,
  128. WLAN_CFG_TX_RING_MASK_1,
  129. WLAN_CFG_TX_RING_MASK_2,
  130. WLAN_CFG_TX_RING_MASK_3};
  131. static const int rx_ring_mask_msi[WLAN_CFG_INT_NUM_CONTEXTS] = {
  132. 0,
  133. 0,
  134. 0,
  135. 0,
  136. WLAN_CFG_RX_RING_MASK_0,
  137. WLAN_CFG_RX_RING_MASK_1,
  138. WLAN_CFG_RX_RING_MASK_2,
  139. WLAN_CFG_RX_RING_MASK_3};
  140. static const int rx_mon_ring_mask_msi[WLAN_CFG_INT_NUM_CONTEXTS] = {
  141. 0,
  142. 0,
  143. 0,
  144. WLAN_CFG_RX_MON_RING_MASK_0,
  145. WLAN_CFG_RX_MON_RING_MASK_1,
  146. WLAN_CFG_RX_MON_RING_MASK_2};
  147. static const int host2rxdma_ring_mask_msi[WLAN_CFG_INT_NUM_CONTEXTS] = {
  148. 0,
  149. 0,
  150. 0,
  151. WLAN_CFG_HOST2RXDMA_RING_MASK_0,
  152. WLAN_CFG_HOST2RXDMA_RING_MASK_1,
  153. WLAN_CFG_HOST2RXDMA_RING_MASK_2,
  154. WLAN_CFG_HOST2RXDMA_RING_MASK_3};
  155. static const int rxdma2host_ring_mask_msi[WLAN_CFG_INT_NUM_CONTEXTS] = {
  156. 0,
  157. 0,
  158. 0,
  159. WLAN_CFG_RXDMA2HOST_RING_MASK_0,
  160. WLAN_CFG_RXDMA2HOST_RING_MASK_1,
  161. WLAN_CFG_RXDMA2HOST_RING_MASK_2,
  162. WLAN_CFG_RXDMA2HOST_RING_MASK_3};
  163. static const int host2rxdma_mon_ring_mask_msi[WLAN_CFG_INT_NUM_CONTEXTS] = {
  164. 0,
  165. 0,
  166. 0,
  167. WLAN_CFG_HOST2RXDMA_MON_RING_MASK_0,
  168. WLAN_CFG_HOST2RXDMA_MON_RING_MASK_1,
  169. WLAN_CFG_HOST2RXDMA_MON_RING_MASK_2};
  170. static const int rxdma2host_mon_ring_mask_msi[WLAN_CFG_INT_NUM_CONTEXTS] = {
  171. 0,
  172. 0,
  173. 0,
  174. WLAN_CFG_RXDMA2HOST_MON_RING_MASK_0,
  175. WLAN_CFG_RXDMA2HOST_MON_RING_MASK_1,
  176. WLAN_CFG_RXDMA2HOST_MON_RING_MASK_2};
  177. static const int rx_err_ring_mask_msi[WLAN_CFG_INT_NUM_CONTEXTS] = {
  178. 0,
  179. 0,
  180. 0,
  181. WLAN_CFG_RX_ERR_RING_MASK_0,
  182. WLAN_CFG_RX_ERR_RING_MASK_1,
  183. WLAN_CFG_RX_ERR_RING_MASK_2,
  184. WLAN_CFG_RX_ERR_RING_MASK_3};
  185. static const int rx_wbm_rel_ring_mask_msi[WLAN_CFG_INT_NUM_CONTEXTS] = {
  186. 0,
  187. 0,
  188. 0,
  189. WLAN_CFG_RX_WBM_REL_RING_MASK_0,
  190. WLAN_CFG_RX_WBM_REL_RING_MASK_1,
  191. WLAN_CFG_RX_WBM_REL_RING_MASK_2,
  192. WLAN_CFG_RX_WBM_REL_RING_MASK_3};
  193. static const int reo_status_ring_mask_msi[WLAN_CFG_INT_NUM_CONTEXTS] = {
  194. 0,
  195. 0,
  196. 0,
  197. WLAN_CFG_REO_STATUS_RING_MASK_0,
  198. WLAN_CFG_REO_STATUS_RING_MASK_1,
  199. WLAN_CFG_REO_STATUS_RING_MASK_2,
  200. WLAN_CFG_REO_STATUS_RING_MASK_3};
  201. static const int tx_ring_mask_integrated[WLAN_CFG_INT_NUM_CONTEXTS] = {
  202. WLAN_CFG_TX_RING_MASK_0,
  203. WLAN_CFG_TX_RING_MASK_1,
  204. WLAN_CFG_TX_RING_MASK_2,
  205. WLAN_CFG_TX_RING_MASK_3};
  206. static const int rx_ring_mask_integrated[WLAN_CFG_INT_NUM_CONTEXTS] = {
  207. 0,
  208. 0,
  209. 0,
  210. 0,
  211. 0,
  212. 0,
  213. 0,
  214. WLAN_CFG_RX_RING_MASK_0,
  215. WLAN_CFG_RX_RING_MASK_1,
  216. WLAN_CFG_RX_RING_MASK_2,
  217. WLAN_CFG_RX_RING_MASK_3};
  218. static const int rx_mon_ring_mask_integrated[WLAN_CFG_INT_NUM_CONTEXTS] = {
  219. 0,
  220. 0,
  221. 0,
  222. 0,
  223. WLAN_CFG_RX_MON_RING_MASK_0,
  224. WLAN_CFG_RX_MON_RING_MASK_1,
  225. WLAN_CFG_RX_MON_RING_MASK_2};
  226. static const int host2rxdma_ring_mask_integrated[WLAN_CFG_INT_NUM_CONTEXTS] = {
  227. WLAN_CFG_HOST2RXDMA_RING_MASK_0,
  228. WLAN_CFG_HOST2RXDMA_RING_MASK_1,
  229. WLAN_CFG_HOST2RXDMA_RING_MASK_2,
  230. WLAN_CFG_HOST2RXDMA_RING_MASK_3};
  231. static const int rxdma2host_ring_mask_integrated[WLAN_CFG_INT_NUM_CONTEXTS] = {
  232. WLAN_CFG_RXDMA2HOST_RING_MASK_0,
  233. WLAN_CFG_RXDMA2HOST_RING_MASK_1,
  234. WLAN_CFG_RXDMA2HOST_RING_MASK_2,
  235. WLAN_CFG_RXDMA2HOST_RING_MASK_3};
  236. static const int host2rxdma_mon_ring_mask_integrated[WLAN_CFG_INT_NUM_CONTEXTS] = {
  237. 0,
  238. 0,
  239. 0,
  240. 0,
  241. WLAN_CFG_HOST2RXDMA_MON_RING_MASK_0,
  242. WLAN_CFG_HOST2RXDMA_MON_RING_MASK_1,
  243. WLAN_CFG_HOST2RXDMA_MON_RING_MASK_2};
  244. static const int rxdma2host_mon_ring_mask_integrated[WLAN_CFG_INT_NUM_CONTEXTS] = {
  245. 0,
  246. 0,
  247. 0,
  248. 0,
  249. WLAN_CFG_RXDMA2HOST_MON_RING_MASK_0,
  250. WLAN_CFG_RXDMA2HOST_MON_RING_MASK_1,
  251. WLAN_CFG_RXDMA2HOST_MON_RING_MASK_2};
  252. static const int rx_err_ring_mask_integrated[WLAN_CFG_INT_NUM_CONTEXTS] = {
  253. WLAN_CFG_RX_ERR_RING_MASK_0,
  254. WLAN_CFG_RX_ERR_RING_MASK_1,
  255. WLAN_CFG_RX_ERR_RING_MASK_2,
  256. WLAN_CFG_RX_ERR_RING_MASK_3};
  257. static const int rx_wbm_rel_ring_mask_integrated[WLAN_CFG_INT_NUM_CONTEXTS] = {
  258. WLAN_CFG_RX_WBM_REL_RING_MASK_0,
  259. WLAN_CFG_RX_WBM_REL_RING_MASK_1,
  260. WLAN_CFG_RX_WBM_REL_RING_MASK_2,
  261. WLAN_CFG_RX_WBM_REL_RING_MASK_3};
  262. static const int reo_status_ring_mask_integrated[WLAN_CFG_INT_NUM_CONTEXTS] = {
  263. WLAN_CFG_REO_STATUS_RING_MASK_0,
  264. WLAN_CFG_REO_STATUS_RING_MASK_1,
  265. WLAN_CFG_REO_STATUS_RING_MASK_2,
  266. WLAN_CFG_REO_STATUS_RING_MASK_3};
  267. #endif /* MAX_PDEV_CNT == 1 */
  268. /**
  269. * g_wlan_srng_cfg[] - Per ring_type specific configuration
  270. *
  271. */
  272. struct wlan_srng_cfg g_wlan_srng_cfg[MAX_RING_TYPES];
  273. /* REO_DST ring configuration */
  274. struct wlan_srng_cfg wlan_srng_reo_cfg = {
  275. .timer_threshold = WLAN_CFG_INT_TIMER_THRESHOLD_REO_RING,
  276. .batch_count_threshold = 0,
  277. .low_threshold = 0,
  278. };
  279. /* WBM2SW_RELEASE ring configuration */
  280. struct wlan_srng_cfg wlan_srng_wbm_release_cfg = {
  281. .timer_threshold = WLAN_CFG_INT_TIMER_THRESHOLD_WBM_RELEASE_RING,
  282. .batch_count_threshold = 0,
  283. .low_threshold = 0,
  284. };
  285. /* RXDMA_BUF ring configuration */
  286. struct wlan_srng_cfg wlan_srng_rxdma_buf_cfg = {
  287. .timer_threshold = WLAN_CFG_INT_TIMER_THRESHOLD_RX,
  288. .batch_count_threshold = 0,
  289. .low_threshold = WLAN_CFG_RXDMA_REFILL_RING_SIZE >> 3,
  290. };
  291. /* RXDMA_MONITOR_BUF ring configuration */
  292. struct wlan_srng_cfg wlan_srng_rxdma_monitor_buf_cfg = {
  293. .timer_threshold = WLAN_CFG_INT_TIMER_THRESHOLD_RX,
  294. .batch_count_threshold = 0,
  295. .low_threshold = WLAN_CFG_RXDMA_MONITOR_BUF_RING_SIZE >> 3,
  296. };
  297. /* RXDMA_MONITOR_STATUS ring configuration */
  298. struct wlan_srng_cfg wlan_srng_rxdma_monitor_status_cfg = {
  299. .timer_threshold = WLAN_CFG_INT_TIMER_THRESHOLD_RX,
  300. .batch_count_threshold = 0,
  301. .low_threshold = WLAN_CFG_RXDMA_MONITOR_STATUS_RING_SIZE >> 3,
  302. };
  303. /* DEFAULT_CONFIG ring configuration */
  304. struct wlan_srng_cfg wlan_srng_default_cfg = {
  305. .timer_threshold = WLAN_CFG_INT_TIMER_THRESHOLD_OTHER,
  306. .batch_count_threshold = WLAN_CFG_INT_BATCH_THRESHOLD_OTHER,
  307. .low_threshold = 0,
  308. };
  309. void wlan_set_srng_cfg(struct wlan_srng_cfg **wlan_cfg)
  310. {
  311. g_wlan_srng_cfg[REO_DST] = wlan_srng_reo_cfg;
  312. g_wlan_srng_cfg[WBM2SW_RELEASE] = wlan_srng_wbm_release_cfg;
  313. g_wlan_srng_cfg[REO_EXCEPTION] = wlan_srng_default_cfg;
  314. g_wlan_srng_cfg[REO_REINJECT] = wlan_srng_default_cfg;
  315. g_wlan_srng_cfg[REO_CMD] = wlan_srng_default_cfg;
  316. g_wlan_srng_cfg[REO_STATUS] = wlan_srng_default_cfg;
  317. g_wlan_srng_cfg[TCL_DATA] = wlan_srng_default_cfg;
  318. g_wlan_srng_cfg[TCL_CMD_CREDIT] = wlan_srng_default_cfg;
  319. g_wlan_srng_cfg[TCL_STATUS] = wlan_srng_default_cfg;
  320. g_wlan_srng_cfg[WBM_IDLE_LINK] = wlan_srng_default_cfg;
  321. g_wlan_srng_cfg[SW2WBM_RELEASE] = wlan_srng_default_cfg;
  322. g_wlan_srng_cfg[RXDMA_BUF] = wlan_srng_rxdma_buf_cfg;
  323. g_wlan_srng_cfg[RXDMA_DST] = wlan_srng_default_cfg;
  324. g_wlan_srng_cfg[RXDMA_MONITOR_BUF] =
  325. wlan_srng_rxdma_monitor_buf_cfg;
  326. g_wlan_srng_cfg[RXDMA_MONITOR_STATUS] =
  327. wlan_srng_rxdma_monitor_status_cfg;
  328. g_wlan_srng_cfg[RXDMA_MONITOR_DST] = wlan_srng_default_cfg;
  329. g_wlan_srng_cfg[RXDMA_MONITOR_DESC] = wlan_srng_default_cfg;
  330. g_wlan_srng_cfg[DIR_BUF_RX_DMA_SRC] = wlan_srng_default_cfg;
  331. #ifdef WLAN_FEATURE_CIF_CFR
  332. g_wlan_srng_cfg[WIFI_POS_SRC] = wlan_srng_default_cfg;
  333. #endif
  334. *wlan_cfg = g_wlan_srng_cfg;
  335. }
  336. static const uint8_t rx_fst_toeplitz_key[WLAN_CFG_RX_FST_TOEPLITZ_KEYLEN] = {
  337. 0x6d, 0x5a, 0x56, 0xda, 0x25, 0x5b, 0x0e, 0xc2,
  338. 0x41, 0x67, 0x25, 0x3d, 0x43, 0xa3, 0x8f, 0xb0,
  339. 0xd0, 0xca, 0x2b, 0xcb, 0xae, 0x7b, 0x30, 0xb4,
  340. 0x77, 0xcb, 0x2d, 0xa3, 0x80, 0x30, 0xf2, 0x0c,
  341. 0x6a, 0x42, 0xb7, 0x3b, 0xbe, 0xac, 0x01, 0xfa
  342. };
  343. void wlan_cfg_fill_interrupt_mask(struct wlan_cfg_dp_soc_ctxt *wlan_cfg_ctx,
  344. int interrupt_mode,
  345. bool is_monitor_mode) {
  346. int i = 0;
  347. if (interrupt_mode == DP_INTR_INTEGRATED) {
  348. for (i = 0; i < WLAN_CFG_INT_NUM_CONTEXTS; i++) {
  349. wlan_cfg_ctx->int_tx_ring_mask[i] =
  350. tx_ring_mask_integrated[i];
  351. wlan_cfg_ctx->int_rx_ring_mask[i] =
  352. rx_ring_mask_integrated[i];
  353. wlan_cfg_ctx->int_rx_mon_ring_mask[i] =
  354. rx_mon_ring_mask_integrated[i];
  355. wlan_cfg_ctx->int_rx_err_ring_mask[i] =
  356. rx_err_ring_mask_integrated[i];
  357. wlan_cfg_ctx->int_rx_wbm_rel_ring_mask[i] =
  358. rx_wbm_rel_ring_mask_integrated[i];
  359. wlan_cfg_ctx->int_reo_status_ring_mask[i] =
  360. reo_status_ring_mask_integrated[i];
  361. wlan_cfg_ctx->int_rxdma2host_ring_mask[i] =
  362. rxdma2host_ring_mask_integrated[i];
  363. wlan_cfg_ctx->int_host2rxdma_ring_mask[i] =
  364. host2rxdma_ring_mask_integrated[i];
  365. wlan_cfg_ctx->int_host2rxdma_mon_ring_mask[i] =
  366. host2rxdma_mon_ring_mask_integrated[i];
  367. wlan_cfg_ctx->int_rxdma2host_mon_ring_mask[i] =
  368. rxdma2host_mon_ring_mask_integrated[i];
  369. }
  370. } else if (interrupt_mode == DP_INTR_MSI || interrupt_mode ==
  371. DP_INTR_POLL) {
  372. for (i = 0; i < WLAN_CFG_INT_NUM_CONTEXTS; i++) {
  373. wlan_cfg_ctx->int_tx_ring_mask[i] = tx_ring_mask_msi[i];
  374. wlan_cfg_ctx->int_rx_mon_ring_mask[i] =
  375. rx_mon_ring_mask_msi[i];
  376. wlan_cfg_ctx->int_rx_err_ring_mask[i] =
  377. rx_err_ring_mask_msi[i];
  378. wlan_cfg_ctx->int_rx_wbm_rel_ring_mask[i] =
  379. rx_wbm_rel_ring_mask_msi[i];
  380. wlan_cfg_ctx->int_reo_status_ring_mask[i] =
  381. reo_status_ring_mask_msi[i];
  382. if (is_monitor_mode) {
  383. wlan_cfg_ctx->int_rx_ring_mask[i] = 0;
  384. wlan_cfg_ctx->int_rxdma2host_ring_mask[i] = 0;
  385. } else {
  386. wlan_cfg_ctx->int_rx_ring_mask[i] =
  387. rx_ring_mask_msi[i];
  388. wlan_cfg_ctx->int_rxdma2host_ring_mask[i] =
  389. rxdma2host_ring_mask_msi[i];
  390. }
  391. wlan_cfg_ctx->int_host2rxdma_ring_mask[i] =
  392. host2rxdma_ring_mask_msi[i];
  393. wlan_cfg_ctx->int_host2rxdma_mon_ring_mask[i] =
  394. host2rxdma_mon_ring_mask_msi[i];
  395. wlan_cfg_ctx->int_rxdma2host_mon_ring_mask[i] =
  396. rxdma2host_mon_ring_mask_msi[i];
  397. }
  398. } else {
  399. qdf_err("Interrupt mode %d", interrupt_mode);
  400. }
  401. }
  402. /**
  403. * wlan_cfg_soc_attach() - Allocate and prepare SoC configuration
  404. * @psoc - Object manager psoc
  405. * Return: wlan_cfg_ctx - Handle to Configuration context
  406. */
  407. struct wlan_cfg_dp_soc_ctxt *
  408. wlan_cfg_soc_attach(struct cdp_ctrl_objmgr_psoc *psoc)
  409. {
  410. struct wlan_cfg_dp_soc_ctxt *wlan_cfg_ctx =
  411. qdf_mem_malloc(sizeof(struct wlan_cfg_dp_soc_ctxt));
  412. if (!wlan_cfg_ctx)
  413. return NULL;
  414. wlan_cfg_ctx->rxdma1_enable = WLAN_CFG_RXDMA1_ENABLE;
  415. wlan_cfg_ctx->num_int_ctxts = WLAN_CFG_INT_NUM_CONTEXTS;
  416. wlan_cfg_ctx->max_clients = cfg_get(psoc, CFG_DP_MAX_CLIENTS);
  417. wlan_cfg_ctx->max_alloc_size = cfg_get(psoc, CFG_DP_MAX_ALLOC_SIZE);
  418. wlan_cfg_ctx->per_pdev_tx_ring = cfg_get(psoc, CFG_DP_PDEV_TX_RING);
  419. wlan_cfg_ctx->num_tcl_data_rings = cfg_get(psoc, CFG_DP_TCL_DATA_RINGS);
  420. wlan_cfg_ctx->per_pdev_rx_ring = cfg_get(psoc, CFG_DP_PDEV_RX_RING);
  421. wlan_cfg_ctx->per_pdev_lmac_ring = cfg_get(psoc, CFG_DP_PDEV_LMAC_RING);
  422. wlan_cfg_ctx->num_reo_dest_rings = cfg_get(psoc, CFG_DP_REO_DEST_RINGS);
  423. wlan_cfg_ctx->num_tx_desc_pool = MAX_TXDESC_POOLS;
  424. wlan_cfg_ctx->num_tx_ext_desc_pool = cfg_get(psoc,
  425. CFG_DP_TX_EXT_DESC_POOLS);
  426. wlan_cfg_ctx->num_tx_desc = cfg_get(psoc, CFG_DP_TX_DESC);
  427. wlan_cfg_ctx->min_tx_desc = WLAN_CFG_NUM_TX_DESC_MIN;
  428. wlan_cfg_ctx->num_tx_ext_desc = cfg_get(psoc, CFG_DP_TX_EXT_DESC);
  429. wlan_cfg_ctx->htt_packet_type = cfg_get(psoc, CFG_DP_HTT_PACKET_TYPE);
  430. wlan_cfg_ctx->max_peer_id = cfg_get(psoc, CFG_DP_MAX_PEER_ID);
  431. wlan_cfg_ctx->tx_ring_size = cfg_get(psoc, CFG_DP_TX_RING_SIZE);
  432. wlan_cfg_ctx->tx_comp_ring_size = cfg_get(psoc,
  433. CFG_DP_TX_COMPL_RING_SIZE);
  434. wlan_cfg_ctx->tx_comp_ring_size_nss =
  435. cfg_get(psoc, CFG_DP_NSS_COMP_RING_SIZE);
  436. wlan_cfg_ctx->int_batch_threshold_tx =
  437. cfg_get(psoc, CFG_DP_INT_BATCH_THRESHOLD_TX);
  438. wlan_cfg_ctx->int_timer_threshold_tx =
  439. cfg_get(psoc, CFG_DP_INT_TIMER_THRESHOLD_TX);
  440. wlan_cfg_ctx->int_batch_threshold_rx =
  441. cfg_get(psoc, CFG_DP_INT_BATCH_THRESHOLD_RX);
  442. wlan_cfg_ctx->int_timer_threshold_rx =
  443. cfg_get(psoc, CFG_DP_INT_TIMER_THRESHOLD_RX);
  444. wlan_cfg_ctx->int_batch_threshold_other =
  445. cfg_get(psoc, CFG_DP_INT_BATCH_THRESHOLD_OTHER);
  446. wlan_cfg_ctx->int_timer_threshold_other =
  447. cfg_get(psoc, CFG_DP_INT_TIMER_THRESHOLD_OTHER);
  448. wlan_cfg_ctx->pktlog_buffer_size =
  449. cfg_get(psoc, CFG_DP_PKTLOG_BUFFER_SIZE);
  450. /* This is default mapping and can be overridden by HW config
  451. * received from FW */
  452. wlan_cfg_set_hw_mac_idx(wlan_cfg_ctx, 0, 0);
  453. if (MAX_PDEV_CNT > 1)
  454. wlan_cfg_set_hw_mac_idx(wlan_cfg_ctx, 1, 2);
  455. if (MAX_PDEV_CNT > 2)
  456. wlan_cfg_set_hw_mac_idx(wlan_cfg_ctx, 2, 1);
  457. wlan_cfg_ctx->base_hw_macid = cfg_get(psoc, CFG_DP_BASE_HW_MAC_ID);
  458. wlan_cfg_ctx->rx_hash = cfg_get(psoc, CFG_DP_RX_HASH);
  459. wlan_cfg_ctx->tso_enabled = cfg_get(psoc, CFG_DP_TSO);
  460. wlan_cfg_ctx->lro_enabled = cfg_get(psoc, CFG_DP_LRO);
  461. wlan_cfg_ctx->sg_enabled = cfg_get(psoc, CFG_DP_SG);
  462. wlan_cfg_ctx->gro_enabled = cfg_get(psoc, CFG_DP_GRO);
  463. wlan_cfg_ctx->ol_tx_csum_enabled = cfg_get(psoc, CFG_DP_OL_TX_CSUM);
  464. wlan_cfg_ctx->ol_rx_csum_enabled = cfg_get(psoc, CFG_DP_OL_RX_CSUM);
  465. wlan_cfg_ctx->rawmode_enabled = cfg_get(psoc, CFG_DP_RAWMODE);
  466. wlan_cfg_ctx->peer_flow_ctrl_enabled =
  467. cfg_get(psoc, CFG_DP_PEER_FLOW_CTRL);
  468. wlan_cfg_ctx->napi_enabled = cfg_get(psoc, CFG_DP_NAPI);
  469. wlan_cfg_ctx->p2p_tcp_udp_checksumoffload =
  470. cfg_get(psoc, CFG_DP_P2P_TCP_UDP_CKSUM_OFFLOAD);
  471. wlan_cfg_ctx->nan_tcp_udp_checksumoffload =
  472. cfg_get(psoc, CFG_DP_NAN_TCP_UDP_CKSUM_OFFLOAD);
  473. wlan_cfg_ctx->tcp_udp_checksumoffload =
  474. cfg_get(psoc, CFG_DP_TCP_UDP_CKSUM_OFFLOAD);
  475. wlan_cfg_ctx->legacy_mode_checksumoffload_disable =
  476. cfg_get(psoc, CFG_DP_LEGACY_MODE_CSUM_DISABLE);
  477. wlan_cfg_ctx->per_pkt_trace = cfg_get(psoc, CFG_DP_PER_PKT_LOGGING);
  478. wlan_cfg_ctx->defrag_timeout_check =
  479. cfg_get(psoc, CFG_DP_DEFRAG_TIMEOUT_CHECK);
  480. wlan_cfg_ctx->rx_defrag_min_timeout =
  481. cfg_get(psoc, CFG_DP_RX_DEFRAG_TIMEOUT);
  482. wlan_cfg_ctx->wbm_release_ring = cfg_get(psoc,
  483. CFG_DP_WBM_RELEASE_RING);
  484. wlan_cfg_ctx->tcl_cmd_credit_ring = cfg_get(psoc,
  485. CFG_DP_TCL_CMD_CREDIT_RING);
  486. wlan_cfg_ctx->tcl_status_ring = cfg_get(psoc,
  487. CFG_DP_TCL_STATUS_RING);
  488. wlan_cfg_ctx->reo_reinject_ring = cfg_get(psoc,
  489. CFG_DP_REO_REINJECT_RING);
  490. wlan_cfg_ctx->rx_release_ring = cfg_get(psoc,
  491. CFG_DP_RX_RELEASE_RING);
  492. wlan_cfg_ctx->reo_exception_ring = cfg_get(psoc,
  493. CFG_DP_REO_EXCEPTION_RING);
  494. wlan_cfg_ctx->reo_cmd_ring = cfg_get(psoc,
  495. CFG_DP_REO_CMD_RING);
  496. wlan_cfg_ctx->reo_status_ring = cfg_get(psoc,
  497. CFG_DP_REO_STATUS_RING);
  498. wlan_cfg_ctx->rxdma_refill_ring = cfg_get(psoc,
  499. CFG_DP_RXDMA_REFILL_RING);
  500. wlan_cfg_ctx->tx_desc_limit_0 = cfg_get(psoc,
  501. CFG_DP_TX_DESC_LIMIT_0);
  502. wlan_cfg_ctx->tx_desc_limit_1 = cfg_get(psoc,
  503. CFG_DP_TX_DESC_LIMIT_1);
  504. wlan_cfg_ctx->tx_desc_limit_2 = cfg_get(psoc,
  505. CFG_DP_TX_DESC_LIMIT_2);
  506. wlan_cfg_ctx->tx_device_limit = cfg_get(psoc,
  507. CFG_DP_TX_DEVICE_LIMIT);
  508. wlan_cfg_ctx->tx_sw_internode_queue = cfg_get(psoc,
  509. CFG_DP_TX_SW_INTERNODE_QUEUE);
  510. wlan_cfg_ctx->rxdma_err_dst_ring = cfg_get(psoc,
  511. CFG_DP_RXDMA_ERR_DST_RING);
  512. wlan_cfg_ctx->enable_data_stall_detection =
  513. cfg_get(psoc, CFG_DP_ENABLE_DATA_STALL_DETECTION);
  514. wlan_cfg_ctx->tx_flow_start_queue_offset =
  515. cfg_get(psoc, CFG_DP_TX_FLOW_START_QUEUE_OFFSET);
  516. wlan_cfg_ctx->tx_flow_stop_queue_threshold =
  517. cfg_get(psoc, CFG_DP_TX_FLOW_STOP_QUEUE_TH);
  518. wlan_cfg_ctx->disable_intra_bss_fwd =
  519. cfg_get(psoc, CFG_DP_AP_STA_SECURITY_SEPERATION);
  520. wlan_cfg_ctx->rx_sw_desc_weight = cfg_get(psoc,
  521. CFG_DP_RX_SW_DESC_WEIGHT);
  522. wlan_cfg_ctx->rx_sw_desc_num = cfg_get(psoc,
  523. CFG_DP_RX_SW_DESC_NUM);
  524. wlan_cfg_ctx->rx_toeplitz_hash_key = (uint8_t *)rx_fst_toeplitz_key;
  525. wlan_cfg_ctx->rx_flow_max_search = WLAN_CFG_RX_FST_MAX_SEARCH;
  526. wlan_cfg_ctx->is_rx_flow_tag_enabled =
  527. cfg_get(psoc, CFG_DP_RX_FLOW_TAG_ENABLE);
  528. wlan_cfg_ctx->is_rx_flow_search_table_per_pdev =
  529. cfg_get(psoc, CFG_DP_RX_FLOW_SEARCH_TABLE_PER_PDEV);
  530. wlan_cfg_ctx->rx_flow_search_table_size =
  531. cfg_get(psoc, CFG_DP_RX_FLOW_SEARCH_TABLE_SIZE);
  532. wlan_cfg_ctx->is_rx_mon_protocol_flow_tag_enabled =
  533. cfg_get(psoc, CFG_DP_RX_MON_PROTOCOL_FLOW_TAG_ENABLE);
  534. wlan_cfg_ctx->mon_drop_thresh =
  535. cfg_get(psoc, CFG_DP_RXDMA_MONITOR_RX_DROP_THRESHOLD);
  536. wlan_cfg_ctx->is_rx_fisa_enabled = cfg_get(psoc, CFG_DP_RX_FISA_ENABLE);
  537. wlan_cfg_ctx->reo_rings_mapping = cfg_get(psoc, CFG_DP_REO_RINGS_MAP);
  538. wlan_cfg_ctx->pext_stats_enabled = cfg_get(psoc, CFG_DP_PEER_EXT_STATS);
  539. wlan_cfg_ctx->is_rx_buff_pool_enabled =
  540. cfg_get(psoc, CFG_DP_RX_BUFF_POOL_ENABLE);
  541. wlan_cfg_ctx->rx_pending_high_threshold =
  542. cfg_get(psoc, CFG_DP_RX_PENDING_HL_THRESHOLD);
  543. wlan_cfg_ctx->rx_pending_low_threshold =
  544. cfg_get(psoc, CFG_DP_RX_PENDING_LO_THRESHOLD);
  545. wlan_cfg_ctx->is_poll_mode_enabled =
  546. cfg_get(psoc, CFG_DP_POLL_MODE_ENABLE);
  547. wlan_cfg_ctx->is_swlm_enabled = cfg_get(psoc, CFG_DP_SWLM_ENABLE);
  548. wlan_cfg_ctx->tx_per_pkt_vdev_id_check =
  549. cfg_get(psoc, CFG_DP_TX_PER_PKT_VDEV_ID_CHECK);
  550. return wlan_cfg_ctx;
  551. }
  552. void wlan_cfg_soc_detach(struct wlan_cfg_dp_soc_ctxt *wlan_cfg_ctx)
  553. {
  554. qdf_mem_free(wlan_cfg_ctx);
  555. }
  556. struct wlan_cfg_dp_pdev_ctxt *
  557. wlan_cfg_pdev_attach(struct cdp_ctrl_objmgr_psoc *psoc)
  558. {
  559. struct wlan_cfg_dp_pdev_ctxt *wlan_cfg_ctx =
  560. qdf_mem_malloc(sizeof(struct wlan_cfg_dp_pdev_ctxt));
  561. if (!wlan_cfg_ctx)
  562. return NULL;
  563. wlan_cfg_ctx->rx_dma_buf_ring_size = cfg_get(psoc,
  564. CFG_DP_RXDMA_BUF_RING);
  565. wlan_cfg_ctx->dma_mon_buf_ring_size = cfg_get(psoc,
  566. CFG_DP_RXDMA_MONITOR_BUF_RING);
  567. wlan_cfg_ctx->dma_mon_dest_ring_size = cfg_get(psoc,
  568. CFG_DP_RXDMA_MONITOR_DST_RING);
  569. wlan_cfg_ctx->dma_mon_status_ring_size = cfg_get(psoc,
  570. CFG_DP_RXDMA_MONITOR_STATUS_RING);
  571. wlan_cfg_ctx->rxdma_monitor_desc_ring = cfg_get(psoc,
  572. CFG_DP_RXDMA_MONITOR_DESC_RING);
  573. wlan_cfg_ctx->num_mac_rings = NUM_RXDMA_RINGS_PER_PDEV;
  574. return wlan_cfg_ctx;
  575. }
  576. void wlan_cfg_set_mon_delayed_replenish_entries(
  577. struct wlan_cfg_dp_soc_ctxt *cfg,
  578. uint32_t val)
  579. {
  580. cfg->delayed_replenish_entries = val;
  581. }
  582. int wlan_cfg_get_mon_delayed_replenish_entries(struct wlan_cfg_dp_soc_ctxt *cfg)
  583. {
  584. return cfg->delayed_replenish_entries;
  585. }
  586. void wlan_cfg_pdev_detach(struct wlan_cfg_dp_pdev_ctxt *wlan_cfg_ctx)
  587. {
  588. if (wlan_cfg_ctx)
  589. qdf_mem_free(wlan_cfg_ctx);
  590. }
  591. int wlan_cfg_get_mon_drop_thresh(struct wlan_cfg_dp_soc_ctxt *cfg)
  592. {
  593. return cfg->mon_drop_thresh;
  594. }
  595. void wlan_cfg_set_num_contexts(struct wlan_cfg_dp_soc_ctxt *cfg, int num)
  596. {
  597. cfg->num_int_ctxts = num;
  598. }
  599. void wlan_cfg_set_max_peer_id(struct wlan_cfg_dp_soc_ctxt *cfg, uint32_t val)
  600. {
  601. cfg->max_peer_id = val;
  602. }
  603. void wlan_cfg_set_max_ast_idx(struct wlan_cfg_dp_soc_ctxt *cfg, uint32_t val)
  604. {
  605. cfg->max_ast_idx = val;
  606. }
  607. int wlan_cfg_get_max_ast_idx(struct wlan_cfg_dp_soc_ctxt *cfg)
  608. {
  609. return cfg->max_ast_idx;
  610. }
  611. void wlan_cfg_set_tx_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg,
  612. int context, int mask)
  613. {
  614. cfg->int_tx_ring_mask[context] = mask;
  615. }
  616. void wlan_cfg_set_rx_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg,
  617. int context, int mask)
  618. {
  619. cfg->int_rx_ring_mask[context] = mask;
  620. }
  621. void wlan_cfg_set_rx_mon_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg,
  622. int context, int mask)
  623. {
  624. cfg->int_rx_mon_ring_mask[context] = mask;
  625. }
  626. int wlan_cfg_get_host2rxdma_mon_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg,
  627. int context)
  628. {
  629. return cfg->int_host2rxdma_mon_ring_mask[context];
  630. }
  631. void wlan_cfg_set_host2rxdma_mon_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg,
  632. int context, int mask)
  633. {
  634. cfg->int_host2rxdma_mon_ring_mask[context] = mask;
  635. }
  636. int wlan_cfg_get_rxdma2host_mon_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg,
  637. int context)
  638. {
  639. return cfg->int_rxdma2host_mon_ring_mask[context];
  640. }
  641. void wlan_cfg_set_rxdma2host_mon_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg,
  642. int context, int mask)
  643. {
  644. cfg->int_rxdma2host_mon_ring_mask[context] = mask;
  645. }
  646. void wlan_cfg_set_rxdma2host_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg,
  647. int context, int mask)
  648. {
  649. cfg->int_rxdma2host_ring_mask[context] = mask;
  650. }
  651. int wlan_cfg_get_rxdma2host_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg,
  652. int context)
  653. {
  654. return cfg->int_rxdma2host_ring_mask[context];
  655. }
  656. void wlan_cfg_set_host2rxdma_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg,
  657. int context, int mask)
  658. {
  659. cfg->int_host2rxdma_ring_mask[context] = mask;
  660. }
  661. int wlan_cfg_get_host2rxdma_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg,
  662. int context)
  663. {
  664. return cfg->int_host2rxdma_ring_mask[context];
  665. }
  666. void wlan_cfg_set_hw_mac_idx(struct wlan_cfg_dp_soc_ctxt *cfg, int pdev_idx,
  667. int hw_macid)
  668. {
  669. qdf_assert_always(pdev_idx < MAX_PDEV_CNT);
  670. cfg->hw_macid[pdev_idx] = hw_macid;
  671. }
  672. int wlan_cfg_get_hw_mac_idx(struct wlan_cfg_dp_soc_ctxt *cfg, int pdev_idx)
  673. {
  674. qdf_assert_always(pdev_idx < MAX_PDEV_CNT);
  675. return cfg->hw_macid[pdev_idx];
  676. }
  677. int wlan_cfg_get_target_pdev_id(struct wlan_cfg_dp_soc_ctxt *cfg,
  678. int hw_macid)
  679. {
  680. int idx;
  681. for (idx = 0; idx < MAX_PDEV_CNT; idx++) {
  682. if (cfg->hw_macid[idx] == hw_macid)
  683. return (idx + 1);
  684. }
  685. qdf_assert_always(idx < MAX_PDEV_CNT);
  686. return WLAN_INVALID_PDEV_ID;
  687. }
  688. void wlan_cfg_set_pdev_idx(struct wlan_cfg_dp_soc_ctxt *cfg, int pdev_idx,
  689. int hw_macid)
  690. {
  691. qdf_assert_always((pdev_idx < MAX_PDEV_CNT) ||
  692. (pdev_idx == INVALID_PDEV_ID));
  693. qdf_assert_always(hw_macid < MAX_NUM_LMAC_HW);
  694. cfg->hw_macid_pdev_id_map[hw_macid] = pdev_idx;
  695. }
  696. int wlan_cfg_get_pdev_idx(struct wlan_cfg_dp_soc_ctxt *cfg, int hw_macid)
  697. {
  698. qdf_assert_always(hw_macid < MAX_NUM_LMAC_HW);
  699. return cfg->hw_macid_pdev_id_map[hw_macid];
  700. }
  701. void wlan_cfg_set_ce_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg,
  702. int context, int mask)
  703. {
  704. cfg->int_ce_ring_mask[context] = mask;
  705. }
  706. void wlan_cfg_set_rxbuf_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg, int context,
  707. int mask)
  708. {
  709. cfg->int_rx_ring_mask[context] = mask;
  710. }
  711. int wlan_cfg_set_rx_err_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg,
  712. int context, int mask)
  713. {
  714. return cfg->int_rx_err_ring_mask[context] = mask;
  715. }
  716. int wlan_cfg_set_rx_wbm_rel_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg,
  717. int context, int mask)
  718. {
  719. return cfg->int_rx_wbm_rel_ring_mask[context] = mask;
  720. }
  721. int wlan_cfg_set_reo_status_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg,
  722. int context, int mask)
  723. {
  724. return cfg->int_reo_status_ring_mask[context] = mask;
  725. }
  726. int wlan_cfg_get_num_contexts(struct wlan_cfg_dp_soc_ctxt *cfg)
  727. {
  728. return cfg->num_int_ctxts;
  729. }
  730. int wlan_cfg_get_tx_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg, int context)
  731. {
  732. return cfg->int_tx_ring_mask[context];
  733. }
  734. int wlan_cfg_get_rx_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg, int context)
  735. {
  736. return cfg->int_rx_ring_mask[context];
  737. }
  738. int wlan_cfg_get_rx_err_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg,
  739. int context)
  740. {
  741. return cfg->int_rx_err_ring_mask[context];
  742. }
  743. int wlan_cfg_get_rx_wbm_rel_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg,
  744. int context)
  745. {
  746. return cfg->int_rx_wbm_rel_ring_mask[context];
  747. }
  748. int wlan_cfg_get_reo_status_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg,
  749. int context)
  750. {
  751. return cfg->int_reo_status_ring_mask[context];
  752. }
  753. int wlan_cfg_get_rx_mon_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg, int context)
  754. {
  755. return cfg->int_rx_mon_ring_mask[context];
  756. }
  757. int wlan_cfg_get_ce_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg, int context)
  758. {
  759. return cfg->int_ce_ring_mask[context];
  760. }
  761. uint32_t wlan_cfg_get_max_clients(struct wlan_cfg_dp_soc_ctxt *cfg)
  762. {
  763. return cfg->max_clients;
  764. }
  765. uint32_t wlan_cfg_max_alloc_size(struct wlan_cfg_dp_soc_ctxt *cfg)
  766. {
  767. return cfg->max_alloc_size;
  768. }
  769. int wlan_cfg_per_pdev_tx_ring(struct wlan_cfg_dp_soc_ctxt *cfg)
  770. {
  771. return cfg->per_pdev_tx_ring;
  772. }
  773. uint32_t
  774. wlan_cfg_rx_pending_hl_threshold(struct wlan_cfg_dp_soc_ctxt *cfg)
  775. {
  776. return cfg->rx_pending_high_threshold;
  777. }
  778. uint32_t
  779. wlan_cfg_rx_pending_lo_threshold(struct wlan_cfg_dp_soc_ctxt *cfg)
  780. {
  781. return cfg->rx_pending_low_threshold;
  782. }
  783. int wlan_cfg_per_pdev_lmac_ring(struct wlan_cfg_dp_soc_ctxt *cfg)
  784. {
  785. return cfg->per_pdev_lmac_ring;
  786. }
  787. #ifdef DP_MEMORY_OPT
  788. int wlan_cfg_num_tcl_data_rings(struct wlan_cfg_dp_soc_ctxt *cfg)
  789. {
  790. return 1;
  791. }
  792. #else
  793. int wlan_cfg_num_tcl_data_rings(struct wlan_cfg_dp_soc_ctxt *cfg)
  794. {
  795. return cfg->num_tcl_data_rings;
  796. }
  797. #endif
  798. int wlan_cfg_tx_ring_size(struct wlan_cfg_dp_soc_ctxt *cfg)
  799. {
  800. return cfg->tx_ring_size;
  801. }
  802. int wlan_cfg_tx_comp_ring_size(struct wlan_cfg_dp_soc_ctxt *cfg)
  803. {
  804. return cfg->tx_comp_ring_size;
  805. }
  806. int wlan_cfg_per_pdev_rx_ring(struct wlan_cfg_dp_soc_ctxt *cfg)
  807. {
  808. return cfg->per_pdev_rx_ring;
  809. }
  810. int wlan_cfg_num_reo_dest_rings(struct wlan_cfg_dp_soc_ctxt *cfg)
  811. {
  812. return cfg->num_reo_dest_rings;
  813. }
  814. int wlan_cfg_pkt_type(struct wlan_cfg_dp_soc_ctxt *cfg)
  815. {
  816. return cfg->htt_packet_type; /*htt_pkt_type_ethernet*/
  817. }
  818. int wlan_cfg_get_num_tx_desc_pool(struct wlan_cfg_dp_soc_ctxt *cfg)
  819. {
  820. return cfg->num_tx_desc_pool;
  821. }
  822. void wlan_cfg_set_num_tx_desc_pool(struct wlan_cfg_dp_soc_ctxt *cfg, int num_pool)
  823. {
  824. cfg->num_tx_desc_pool = num_pool;
  825. }
  826. int wlan_cfg_get_num_tx_ext_desc_pool(struct wlan_cfg_dp_soc_ctxt *cfg)
  827. {
  828. return cfg->num_tx_ext_desc_pool;
  829. }
  830. void wlan_cfg_set_num_tx_ext_desc_pool(struct wlan_cfg_dp_soc_ctxt *cfg, int num_pool)
  831. {
  832. cfg->num_tx_ext_desc_pool = num_pool;
  833. }
  834. int wlan_cfg_get_reo_dst_ring_size(struct wlan_cfg_dp_soc_ctxt *cfg)
  835. {
  836. return cfg->reo_dst_ring_size;
  837. }
  838. void wlan_cfg_set_reo_dst_ring_size(struct wlan_cfg_dp_soc_ctxt *cfg,
  839. int reo_dst_ring_size)
  840. {
  841. cfg->reo_dst_ring_size = reo_dst_ring_size;
  842. }
  843. void wlan_cfg_set_raw_mode_war(struct wlan_cfg_dp_soc_ctxt *cfg,
  844. bool raw_mode_war)
  845. {
  846. cfg->raw_mode_war = raw_mode_war;
  847. }
  848. bool wlan_cfg_get_raw_mode_war(struct wlan_cfg_dp_soc_ctxt *cfg)
  849. {
  850. return cfg->raw_mode_war;
  851. }
  852. int wlan_cfg_get_num_tx_desc(struct wlan_cfg_dp_soc_ctxt *cfg)
  853. {
  854. return cfg->num_tx_desc;
  855. }
  856. void wlan_cfg_set_num_tx_desc(struct wlan_cfg_dp_soc_ctxt *cfg, int num_desc)
  857. {
  858. cfg->num_tx_desc = num_desc;
  859. }
  860. int wlan_cfg_get_min_tx_desc(struct wlan_cfg_dp_soc_ctxt *cfg)
  861. {
  862. return cfg->min_tx_desc;
  863. }
  864. int wlan_cfg_get_num_tx_ext_desc(struct wlan_cfg_dp_soc_ctxt *cfg)
  865. {
  866. return cfg->num_tx_ext_desc;
  867. }
  868. void wlan_cfg_set_num_tx_ext_desc(struct wlan_cfg_dp_soc_ctxt *cfg, int num_ext_desc)
  869. {
  870. cfg->num_tx_ext_desc = num_ext_desc;
  871. }
  872. uint32_t wlan_cfg_max_peer_id(struct wlan_cfg_dp_soc_ctxt *cfg)
  873. {
  874. /* TODO: This should be calculated based on target capabilities */
  875. return cfg->max_peer_id;
  876. }
  877. int wlan_cfg_get_dma_mon_buf_ring_size(struct wlan_cfg_dp_pdev_ctxt *cfg)
  878. {
  879. return cfg->dma_mon_buf_ring_size;
  880. }
  881. int wlan_cfg_get_dma_mon_dest_ring_size(struct wlan_cfg_dp_pdev_ctxt *cfg)
  882. {
  883. return cfg->dma_mon_dest_ring_size;
  884. }
  885. int wlan_cfg_get_dma_mon_stat_ring_size(struct wlan_cfg_dp_pdev_ctxt *cfg)
  886. {
  887. return cfg->dma_mon_status_ring_size;
  888. }
  889. int
  890. wlan_cfg_get_dma_mon_desc_ring_size(struct wlan_cfg_dp_pdev_ctxt *cfg)
  891. {
  892. return cfg->rxdma_monitor_desc_ring;
  893. }
  894. int wlan_cfg_get_rx_dma_buf_ring_size(struct wlan_cfg_dp_pdev_ctxt *cfg)
  895. {
  896. return cfg->rx_dma_buf_ring_size;
  897. }
  898. int wlan_cfg_get_num_mac_rings(struct wlan_cfg_dp_pdev_ctxt *cfg)
  899. {
  900. return cfg->num_mac_rings;
  901. }
  902. bool wlan_cfg_is_gro_enabled(struct wlan_cfg_dp_soc_ctxt *cfg)
  903. {
  904. return cfg->gro_enabled;
  905. }
  906. bool wlan_cfg_is_lro_enabled(struct wlan_cfg_dp_soc_ctxt *cfg)
  907. {
  908. return cfg->lro_enabled;
  909. }
  910. bool wlan_cfg_is_ipa_enabled(struct wlan_cfg_dp_soc_ctxt *cfg)
  911. {
  912. return cfg->ipa_enabled;
  913. }
  914. void wlan_cfg_set_rx_hash(struct wlan_cfg_dp_soc_ctxt *cfg, bool val)
  915. {
  916. cfg->rx_hash = val;
  917. }
  918. bool wlan_cfg_is_rx_hash_enabled(struct wlan_cfg_dp_soc_ctxt *cfg)
  919. {
  920. return cfg->rx_hash;
  921. }
  922. int wlan_cfg_get_dp_pdev_nss_enabled(struct wlan_cfg_dp_pdev_ctxt *cfg)
  923. {
  924. return cfg->nss_enabled;
  925. }
  926. void wlan_cfg_set_dp_pdev_nss_enabled(struct wlan_cfg_dp_pdev_ctxt *cfg, int nss_enabled)
  927. {
  928. cfg->nss_enabled = nss_enabled;
  929. }
  930. int wlan_cfg_get_dp_soc_nss_cfg(struct wlan_cfg_dp_soc_ctxt *cfg)
  931. {
  932. return cfg->nss_cfg;
  933. }
  934. void wlan_cfg_set_dp_soc_nss_cfg(struct wlan_cfg_dp_soc_ctxt *cfg, int nss_cfg)
  935. {
  936. cfg->nss_cfg = nss_cfg;
  937. if (cfg->nss_cfg)
  938. cfg->tx_comp_ring_size = cfg->tx_comp_ring_size_nss;
  939. }
  940. int wlan_cfg_get_int_batch_threshold_tx(struct wlan_cfg_dp_soc_ctxt *cfg)
  941. {
  942. return cfg->int_batch_threshold_tx;
  943. }
  944. int wlan_cfg_get_int_timer_threshold_tx(struct wlan_cfg_dp_soc_ctxt *cfg)
  945. {
  946. return cfg->int_timer_threshold_tx;
  947. }
  948. int wlan_cfg_get_int_batch_threshold_rx(struct wlan_cfg_dp_soc_ctxt *cfg)
  949. {
  950. return cfg->int_batch_threshold_rx;
  951. }
  952. int wlan_cfg_get_int_timer_threshold_rx(struct wlan_cfg_dp_soc_ctxt *cfg)
  953. {
  954. return cfg->int_timer_threshold_rx;
  955. }
  956. int wlan_cfg_get_int_batch_threshold_other(struct wlan_cfg_dp_soc_ctxt *cfg)
  957. {
  958. return cfg->int_batch_threshold_other;
  959. }
  960. int wlan_cfg_get_int_timer_threshold_other(struct wlan_cfg_dp_soc_ctxt *cfg)
  961. {
  962. return cfg->int_timer_threshold_other;
  963. }
  964. int wlan_cfg_get_int_timer_threshold_mon(struct wlan_cfg_dp_soc_ctxt *cfg)
  965. {
  966. return cfg->int_timer_threshold_mon;
  967. }
  968. int wlan_cfg_get_p2p_checksum_offload(struct wlan_cfg_dp_soc_ctxt *cfg)
  969. {
  970. return cfg->p2p_tcp_udp_checksumoffload;
  971. }
  972. int wlan_cfg_get_nan_checksum_offload(struct wlan_cfg_dp_soc_ctxt *cfg)
  973. {
  974. return cfg->nan_tcp_udp_checksumoffload;
  975. }
  976. int wlan_cfg_get_checksum_offload(struct wlan_cfg_dp_soc_ctxt *cfg)
  977. {
  978. return cfg->tcp_udp_checksumoffload;
  979. }
  980. int wlan_cfg_get_rx_defrag_min_timeout(struct wlan_cfg_dp_soc_ctxt *cfg)
  981. {
  982. return cfg->rx_defrag_min_timeout;
  983. }
  984. int wlan_cfg_get_defrag_timeout_check(struct wlan_cfg_dp_soc_ctxt *cfg)
  985. {
  986. return cfg->defrag_timeout_check;
  987. }
  988. int
  989. wlan_cfg_get_dp_soc_wbm_release_ring_size(struct wlan_cfg_dp_soc_ctxt *cfg)
  990. {
  991. return cfg->wbm_release_ring;
  992. }
  993. int
  994. wlan_cfg_get_dp_soc_tcl_cmd_credit_ring_size(struct wlan_cfg_dp_soc_ctxt *cfg)
  995. {
  996. return cfg->tcl_cmd_credit_ring;
  997. }
  998. int
  999. wlan_cfg_get_dp_soc_tcl_status_ring_size(struct wlan_cfg_dp_soc_ctxt *cfg)
  1000. {
  1001. return cfg->tcl_status_ring;
  1002. }
  1003. int
  1004. wlan_cfg_get_dp_soc_reo_reinject_ring_size(struct wlan_cfg_dp_soc_ctxt *cfg)
  1005. {
  1006. return cfg->reo_reinject_ring;
  1007. }
  1008. int
  1009. wlan_cfg_get_dp_soc_rx_release_ring_size(struct wlan_cfg_dp_soc_ctxt *cfg)
  1010. {
  1011. return cfg->rx_release_ring;
  1012. }
  1013. int
  1014. wlan_cfg_get_dp_soc_reo_exception_ring_size(struct wlan_cfg_dp_soc_ctxt *cfg)
  1015. {
  1016. return cfg->reo_exception_ring;
  1017. }
  1018. int
  1019. wlan_cfg_get_dp_soc_reo_cmd_ring_size(struct wlan_cfg_dp_soc_ctxt *cfg)
  1020. {
  1021. return cfg->reo_cmd_ring;
  1022. }
  1023. int
  1024. wlan_cfg_get_dp_soc_reo_status_ring_size(struct wlan_cfg_dp_soc_ctxt *cfg)
  1025. {
  1026. return cfg->reo_status_ring;
  1027. }
  1028. int
  1029. wlan_cfg_get_dp_soc_rxdma_refill_ring_size(struct wlan_cfg_dp_soc_ctxt *cfg)
  1030. {
  1031. return cfg->rxdma_refill_ring;
  1032. }
  1033. int
  1034. wlan_cfg_get_dp_soc_tx_desc_limit_0(struct wlan_cfg_dp_soc_ctxt *cfg)
  1035. {
  1036. return cfg->tx_desc_limit_0;
  1037. }
  1038. int
  1039. wlan_cfg_get_dp_soc_tx_desc_limit_1(struct wlan_cfg_dp_soc_ctxt *cfg)
  1040. {
  1041. return cfg->tx_desc_limit_1;
  1042. }
  1043. int
  1044. wlan_cfg_get_dp_soc_tx_desc_limit_2(struct wlan_cfg_dp_soc_ctxt *cfg)
  1045. {
  1046. return cfg->tx_desc_limit_2;
  1047. }
  1048. int
  1049. wlan_cfg_get_dp_soc_tx_device_limit(struct wlan_cfg_dp_soc_ctxt *cfg)
  1050. {
  1051. return cfg->tx_device_limit;
  1052. }
  1053. int
  1054. wlan_cfg_get_dp_soc_tx_sw_internode_queue(struct wlan_cfg_dp_soc_ctxt *cfg)
  1055. {
  1056. return cfg->tx_sw_internode_queue;
  1057. }
  1058. int
  1059. wlan_cfg_get_dp_soc_rxdma_err_dst_ring_size(struct wlan_cfg_dp_soc_ctxt *cfg)
  1060. {
  1061. return cfg->rxdma_err_dst_ring;
  1062. }
  1063. int
  1064. wlan_cfg_get_dp_soc_rx_sw_desc_weight(struct wlan_cfg_dp_soc_ctxt *cfg)
  1065. {
  1066. return cfg->rx_sw_desc_weight;
  1067. }
  1068. int
  1069. wlan_cfg_get_dp_soc_rx_sw_desc_num(struct wlan_cfg_dp_soc_ctxt *cfg)
  1070. {
  1071. return cfg->rx_sw_desc_num;
  1072. }
  1073. uint32_t
  1074. wlan_cfg_get_reo_rings_mapping(struct wlan_cfg_dp_soc_ctxt *cfg)
  1075. {
  1076. return cfg->reo_rings_mapping;
  1077. }
  1078. bool
  1079. wlan_cfg_get_dp_caps(struct wlan_cfg_dp_soc_ctxt *cfg,
  1080. enum cdp_capabilities dp_caps)
  1081. {
  1082. switch (dp_caps) {
  1083. case CDP_CFG_DP_TSO:
  1084. return cfg->tso_enabled;
  1085. case CDP_CFG_DP_LRO:
  1086. return cfg->lro_enabled;
  1087. case CDP_CFG_DP_SG:
  1088. return cfg->sg_enabled;
  1089. case CDP_CFG_DP_GRO:
  1090. return cfg->gro_enabled;
  1091. case CDP_CFG_DP_OL_TX_CSUM:
  1092. return cfg->ol_tx_csum_enabled;
  1093. case CDP_CFG_DP_OL_RX_CSUM:
  1094. return cfg->ol_rx_csum_enabled;
  1095. case CDP_CFG_DP_RAWMODE:
  1096. return cfg->rawmode_enabled;
  1097. case CDP_CFG_DP_PEER_FLOW_CTRL:
  1098. return cfg->peer_flow_ctrl_enabled;
  1099. default:
  1100. return false;
  1101. }
  1102. }
  1103. void wlan_cfg_set_tso_desc_attach_defer(struct wlan_cfg_dp_soc_ctxt *cfg,
  1104. bool val)
  1105. {
  1106. cfg->is_tso_desc_attach_defer = val;
  1107. }
  1108. bool wlan_cfg_is_tso_desc_attach_defer(struct wlan_cfg_dp_soc_ctxt *cfg)
  1109. {
  1110. return cfg->is_tso_desc_attach_defer;
  1111. }
  1112. #ifdef QCA_LL_TX_FLOW_CONTROL_V2
  1113. /**
  1114. * wlan_cfg_get_tx_flow_stop_queue_th() - Get flow control stop threshold
  1115. * @cfg: config context
  1116. *
  1117. * Return: stop threshold
  1118. */
  1119. int wlan_cfg_get_tx_flow_stop_queue_th(struct wlan_cfg_dp_soc_ctxt *cfg)
  1120. {
  1121. return cfg->tx_flow_stop_queue_threshold;
  1122. }
  1123. /**
  1124. * wlan_cfg_get_tx_flow_start_queue_offset() - Get flow control start offset
  1125. * for TX to resume
  1126. * @cfg: config context
  1127. *
  1128. * Return: stop threshold
  1129. */
  1130. int wlan_cfg_get_tx_flow_start_queue_offset(struct wlan_cfg_dp_soc_ctxt *cfg)
  1131. {
  1132. return cfg->tx_flow_start_queue_offset;
  1133. }
  1134. #endif /* QCA_LL_TX_FLOW_CONTROL_V2 */
  1135. void wlan_cfg_set_rx_flow_tag_enabled(struct wlan_cfg_dp_soc_ctxt *cfg,
  1136. bool val)
  1137. {
  1138. cfg->is_rx_flow_tag_enabled = val;
  1139. }
  1140. uint8_t *wlan_cfg_rx_fst_get_hash_key(struct wlan_cfg_dp_soc_ctxt *cfg)
  1141. {
  1142. return cfg->rx_toeplitz_hash_key;
  1143. }
  1144. uint8_t wlan_cfg_rx_fst_get_max_search(struct wlan_cfg_dp_soc_ctxt *cfg)
  1145. {
  1146. return cfg->rx_flow_max_search;
  1147. }
  1148. bool wlan_cfg_is_rx_flow_tag_enabled(struct wlan_cfg_dp_soc_ctxt *cfg)
  1149. {
  1150. return cfg->is_rx_flow_tag_enabled;
  1151. }
  1152. #ifdef WLAN_SUPPORT_RX_FISA
  1153. bool wlan_cfg_is_rx_fisa_enabled(struct wlan_cfg_dp_soc_ctxt *cfg)
  1154. {
  1155. return (bool)(cfg->is_rx_fisa_enabled);
  1156. }
  1157. #else
  1158. bool wlan_cfg_is_rx_fisa_enabled(struct wlan_cfg_dp_soc_ctxt *cfg)
  1159. {
  1160. return false;
  1161. }
  1162. #endif
  1163. bool wlan_cfg_is_poll_mode_enabled(struct wlan_cfg_dp_soc_ctxt *cfg)
  1164. {
  1165. return (bool)(cfg->is_poll_mode_enabled);
  1166. }
  1167. void
  1168. wlan_cfg_set_rx_flow_search_table_per_pdev(struct wlan_cfg_dp_soc_ctxt *cfg,
  1169. bool val)
  1170. {
  1171. cfg->is_rx_flow_search_table_per_pdev = val;
  1172. }
  1173. bool wlan_cfg_is_rx_flow_search_table_per_pdev(struct wlan_cfg_dp_soc_ctxt *cfg)
  1174. {
  1175. return cfg->is_rx_flow_search_table_per_pdev;
  1176. }
  1177. void wlan_cfg_set_rx_flow_search_table_size(struct wlan_cfg_dp_soc_ctxt *cfg,
  1178. uint16_t val)
  1179. {
  1180. cfg->rx_flow_search_table_size = val;
  1181. }
  1182. uint16_t
  1183. wlan_cfg_get_rx_flow_search_table_size(struct wlan_cfg_dp_soc_ctxt *cfg)
  1184. {
  1185. return cfg->rx_flow_search_table_size;
  1186. }
  1187. void
  1188. wlan_cfg_set_rx_mon_protocol_flow_tag_enabled(struct wlan_cfg_dp_soc_ctxt *cfg,
  1189. bool val)
  1190. {
  1191. cfg->is_rx_mon_protocol_flow_tag_enabled = val;
  1192. }
  1193. bool
  1194. wlan_cfg_is_rx_mon_protocol_flow_tag_enabled(struct wlan_cfg_dp_soc_ctxt *cfg)
  1195. {
  1196. return cfg->is_rx_mon_protocol_flow_tag_enabled;
  1197. }
  1198. void
  1199. wlan_cfg_set_tx_per_pkt_vdev_id_check(struct wlan_cfg_dp_soc_ctxt *cfg,
  1200. bool val)
  1201. {
  1202. cfg->tx_per_pkt_vdev_id_check = val;
  1203. }
  1204. bool
  1205. wlan_cfg_is_tx_per_pkt_vdev_id_check_enabled(struct wlan_cfg_dp_soc_ctxt *cfg)
  1206. {
  1207. return cfg->tx_per_pkt_vdev_id_check;
  1208. }
  1209. void
  1210. wlan_cfg_set_peer_ext_stats(struct wlan_cfg_dp_soc_ctxt *cfg,
  1211. bool val)
  1212. {
  1213. cfg->pext_stats_enabled = val;
  1214. }
  1215. bool
  1216. wlan_cfg_is_peer_ext_stats_enabled(struct wlan_cfg_dp_soc_ctxt *cfg)
  1217. {
  1218. return cfg->pext_stats_enabled;
  1219. }
  1220. #ifdef WLAN_FEATURE_RX_PREALLOC_BUFFER_POOL
  1221. bool wlan_cfg_is_rx_buffer_pool_enabled(struct wlan_cfg_dp_soc_ctxt *cfg)
  1222. {
  1223. return cfg->is_rx_buff_pool_enabled;
  1224. }
  1225. #else
  1226. bool wlan_cfg_is_rx_buffer_pool_enabled(struct wlan_cfg_dp_soc_ctxt *cfg)
  1227. {
  1228. return false;
  1229. }
  1230. #endif /* WLAN_FEATURE_RX_PREALLOC_BUFFER_POOL */
  1231. #ifdef WLAN_DP_FEATURE_SW_LATENCY_MGR
  1232. bool wlan_cfg_is_swlm_enabled(struct wlan_cfg_dp_soc_ctxt *cfg)
  1233. {
  1234. return (bool)(cfg->is_swlm_enabled);
  1235. }
  1236. #else
  1237. bool wlan_cfg_is_swlm_enabled(struct wlan_cfg_dp_soc_ctxt *cfg)
  1238. {
  1239. return false;
  1240. }
  1241. #endif