wlan_cfg.c 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761
  1. /*
  2. * Copyright (c) 2016-2018 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 "wlan_cfg.h"
  26. /*
  27. * FIX THIS -
  28. * For now, all these configuration parameters are hardcoded.
  29. * Many of these should actually be coming from dts file/ini file
  30. */
  31. #ifdef CONFIG_MCL
  32. #define WLAN_CFG_PER_PDEV_RX_RING 0
  33. #define WLAN_CFG_PER_PDEV_LMAC_RING 0
  34. #define NUM_RXDMA_RINGS_PER_PDEV 2
  35. #define WLAN_LRO_ENABLE 1
  36. #ifdef IPA_OFFLOAD
  37. #define WLAN_CFG_TX_RING_SIZE 2048
  38. #else
  39. #define WLAN_CFG_TX_RING_SIZE 512
  40. #endif
  41. #define WLAN_CFG_TX_COMP_RING_SIZE 1024
  42. /* Tx Descriptor and Tx Extension Descriptor pool sizes */
  43. #define WLAN_CFG_NUM_TX_DESC 1024
  44. #define WLAN_CFG_NUM_TX_EXT_DESC 1024
  45. /* Interrupt Mitigation - Batch threshold in terms of number of frames */
  46. #define WLAN_CFG_INT_BATCH_THRESHOLD_TX 1
  47. #define WLAN_CFG_INT_BATCH_THRESHOLD_RX 1
  48. #define WLAN_CFG_INT_BATCH_THRESHOLD_OTHER 1
  49. /* Interrupt Mitigation - Timer threshold in us */
  50. #define WLAN_CFG_INT_TIMER_THRESHOLD_TX 8
  51. #define WLAN_CFG_INT_TIMER_THRESHOLD_RX 8
  52. #define WLAN_CFG_INT_TIMER_THRESHOLD_OTHER 8
  53. #endif
  54. #ifdef CONFIG_WIN
  55. #define WLAN_CFG_PER_PDEV_RX_RING 0
  56. #define WLAN_CFG_PER_PDEV_LMAC_RING 1
  57. #define NUM_RXDMA_RINGS_PER_PDEV 1
  58. #define WLAN_LRO_ENABLE 0
  59. /* Tx Descriptor and Tx Extension Descriptor pool sizes */
  60. #define WLAN_CFG_NUM_TX_DESC (32 << 10)
  61. #define WLAN_CFG_NUM_TX_EXT_DESC (8 << 10)
  62. /* Interrupt Mitigation - Batch threshold in terms of number of frames */
  63. #define WLAN_CFG_INT_BATCH_THRESHOLD_TX 256
  64. #define WLAN_CFG_INT_BATCH_THRESHOLD_RX 128
  65. #define WLAN_CFG_INT_BATCH_THRESHOLD_OTHER 1
  66. /* Interrupt Mitigation - Timer threshold in us */
  67. #define WLAN_CFG_INT_TIMER_THRESHOLD_TX 1000
  68. #define WLAN_CFG_INT_TIMER_THRESHOLD_RX 500
  69. #define WLAN_CFG_INT_TIMER_THRESHOLD_OTHER 1000
  70. #define WLAN_CFG_TX_RING_SIZE 512
  71. /* Size the completion ring using following 2 parameters
  72. * - NAPI schedule latency (assuming 1 netdev competing for CPU) = 20 ms (2 jiffies)
  73. * - Worst case PPS requirement = 400K PPS
  74. *
  75. * Ring size = 20 * 400 = 8000
  76. * 8192 is nearest power of 2
  77. */
  78. #define WLAN_CFG_TX_COMP_RING_SIZE (8 << 10)
  79. #endif
  80. /*
  81. * The max allowed size for tx comp ring is 8191.
  82. * This is limitted by h/w ring max size.
  83. * As this is not a power of 2 it does not work with nss offload so the
  84. * nearest available size which is power of 2 is 4096 choosen for nss
  85. */
  86. #define NSS_TX_COMP_RING_SIZE (4 << 10)
  87. #define RXDMA_BUF_RING_SIZE 2048
  88. #define RXDMA_MONITOR_BUF_RING_SIZE 2048
  89. #define RXDMA_MONITOR_DEST_RING_SIZE 2048
  90. #define RXDMA_MONITOR_STATUS_RING_SIZE 2048
  91. #ifdef QCA_LL_TX_FLOW_CONTROL_V2
  92. /* Per vdev pools */
  93. #define WLAN_CFG_NUM_TX_DESC_POOL 3
  94. #define WLAN_CFG_NUM_TXEXT_DESC_POOL 3
  95. #else /* QCA_LL_TX_FLOW_CONTROL_V2 */
  96. #ifdef TX_PER_PDEV_DESC_POOL
  97. #define WLAN_CFG_NUM_TX_DESC_POOL MAX_PDEV_CNT
  98. #define WLAN_CFG_NUM_TXEXT_DESC_POOL MAX_PDEV_CNT
  99. #else /* TX_PER_PDEV_DESC_POOL */
  100. #define WLAN_CFG_NUM_TX_DESC_POOL 3
  101. #define WLAN_CFG_NUM_TXEXT_DESC_POOL 3
  102. #endif /* TX_PER_PDEV_DESC_POOL */
  103. #endif /* QCA_LL_TX_FLOW_CONTROL_V2 */
  104. #define WLAN_CFG_TX_RING_MASK_0 0x1
  105. #define WLAN_CFG_TX_RING_MASK_1 0x2
  106. #define WLAN_CFG_TX_RING_MASK_2 0x4
  107. #define WLAN_CFG_TX_RING_MASK_3 0x0
  108. #define WLAN_CFG_RX_RING_MASK_0 0x1
  109. #define WLAN_CFG_RX_RING_MASK_1 0x2
  110. #define WLAN_CFG_RX_RING_MASK_2 0x4
  111. #define WLAN_CFG_RX_RING_MASK_3 0x8
  112. #define WLAN_CFG_RX_MON_RING_MASK_0 0x1
  113. #define WLAN_CFG_RX_MON_RING_MASK_1 0x2
  114. #define WLAN_CFG_RX_MON_RING_MASK_2 0x4
  115. #define WLAN_CFG_RX_MON_RING_MASK_3 0x0
  116. #define WLAN_CFG_RX_ERR_RING_MASK_0 0x1
  117. #define WLAN_CFG_RX_ERR_RING_MASK_1 0x0
  118. #define WLAN_CFG_RX_ERR_RING_MASK_2 0x0
  119. #define WLAN_CFG_RX_ERR_RING_MASK_3 0x0
  120. #define WLAN_CFG_RX_WBM_REL_RING_MASK_0 0x1
  121. #define WLAN_CFG_RX_WBM_REL_RING_MASK_1 0x0
  122. #define WLAN_CFG_RX_WBM_REL_RING_MASK_2 0x0
  123. #define WLAN_CFG_RX_WBM_REL_RING_MASK_3 0x0
  124. #define WLAN_CFG_REO_STATUS_RING_MASK_0 0x1
  125. #define WLAN_CFG_REO_STATUS_RING_MASK_1 0x0
  126. #define WLAN_CFG_REO_STATUS_RING_MASK_2 0x0
  127. #define WLAN_CFG_REO_STATUS_RING_MASK_3 0x0
  128. #define WLAN_CFG_RXDMA2HOST_RING_MASK_0 0x1
  129. #define WLAN_CFG_RXDMA2HOST_RING_MASK_1 0x2
  130. #define WLAN_CFG_RXDMA2HOST_RING_MASK_2 0x4
  131. #define WLAN_CFG_RXDMA2HOST_RING_MASK_3 0x0
  132. #define WLAN_CFG_HOST2RXDMA_RING_MASK_0 0x1
  133. #define WLAN_CFG_HOST2RXDMA_RING_MASK_1 0x2
  134. #define WLAN_CFG_HOST2RXDMA_RING_MASK_2 0x4
  135. #define WLAN_CFG_HOST2RXDMA_RING_MASK_3 0x0
  136. #define WLAN_CFG_DP_TX_NUM_POOLS 3
  137. /* Change this to a lower value to enforce scattered idle list mode */
  138. #define WLAN_CFG_MAX_ALLOC_SIZE (2 << 20)
  139. #define WLAN_CFG_MAX_CLIENTS 64
  140. #ifdef CONFIG_MCL
  141. #ifdef IPA_OFFLOAD
  142. #define WLAN_CFG_PER_PDEV_TX_RING 0
  143. #else
  144. #define WLAN_CFG_PER_PDEV_TX_RING 1
  145. #endif
  146. #else
  147. #define WLAN_CFG_PER_PDEV_TX_RING 0
  148. #endif
  149. #define WLAN_CFG_NUM_TCL_DATA_RINGS 3
  150. #define WLAN_CFG_NUM_REO_DEST_RING 4
  151. #define WLAN_CFG_HTT_PKT_TYPE 2
  152. #define WLAN_CFG_MAX_PEER_ID 64
  153. #define WLAN_CFG_RX_DEFRAG_TIMEOUT 100
  154. #ifdef CONFIG_MCL
  155. static const int tx_ring_mask[WLAN_CFG_INT_NUM_CONTEXTS] = {
  156. 0,
  157. WLAN_CFG_TX_RING_MASK_0,
  158. 0,
  159. 0,
  160. 0,
  161. 0,
  162. 0};
  163. static const int rx_ring_mask[WLAN_CFG_INT_NUM_CONTEXTS] = {
  164. 0,
  165. 0,
  166. WLAN_CFG_RX_RING_MASK_0,
  167. 0,
  168. WLAN_CFG_RX_RING_MASK_1,
  169. WLAN_CFG_RX_RING_MASK_2,
  170. WLAN_CFG_RX_RING_MASK_3};
  171. static const int rx_mon_ring_mask[WLAN_CFG_INT_NUM_CONTEXTS] = {
  172. 0,
  173. 0,
  174. 0,
  175. WLAN_CFG_RX_MON_RING_MASK_0,
  176. WLAN_CFG_RX_MON_RING_MASK_1,
  177. WLAN_CFG_RX_MON_RING_MASK_2,
  178. WLAN_CFG_RX_MON_RING_MASK_3};
  179. #else
  180. static const int tx_ring_mask[WLAN_CFG_INT_NUM_CONTEXTS] = {
  181. WLAN_CFG_TX_RING_MASK_0,
  182. WLAN_CFG_TX_RING_MASK_1,
  183. WLAN_CFG_TX_RING_MASK_2,
  184. WLAN_CFG_TX_RING_MASK_3};
  185. static const int rx_ring_mask[WLAN_CFG_INT_NUM_CONTEXTS] = {
  186. WLAN_CFG_RX_RING_MASK_0,
  187. WLAN_CFG_RX_RING_MASK_1,
  188. WLAN_CFG_RX_RING_MASK_2,
  189. WLAN_CFG_RX_RING_MASK_3};
  190. static const int rx_mon_ring_mask[WLAN_CFG_INT_NUM_CONTEXTS] = {
  191. 0,
  192. 0,
  193. 0,
  194. 0,
  195. WLAN_CFG_RX_MON_RING_MASK_0,
  196. WLAN_CFG_RX_MON_RING_MASK_1,
  197. WLAN_CFG_RX_MON_RING_MASK_2};
  198. #endif
  199. static const int rx_err_ring_mask[WLAN_CFG_INT_NUM_CONTEXTS] = {
  200. WLAN_CFG_RX_ERR_RING_MASK_0,
  201. WLAN_CFG_RX_ERR_RING_MASK_1,
  202. WLAN_CFG_RX_ERR_RING_MASK_2,
  203. WLAN_CFG_RX_ERR_RING_MASK_3};
  204. static const int rx_wbm_rel_ring_mask[WLAN_CFG_INT_NUM_CONTEXTS] = {
  205. WLAN_CFG_RX_WBM_REL_RING_MASK_0,
  206. WLAN_CFG_RX_WBM_REL_RING_MASK_1,
  207. WLAN_CFG_RX_WBM_REL_RING_MASK_2,
  208. WLAN_CFG_RX_WBM_REL_RING_MASK_3};
  209. static const int reo_status_ring_mask[WLAN_CFG_INT_NUM_CONTEXTS] = {
  210. WLAN_CFG_REO_STATUS_RING_MASK_0,
  211. WLAN_CFG_REO_STATUS_RING_MASK_1,
  212. WLAN_CFG_REO_STATUS_RING_MASK_2,
  213. WLAN_CFG_REO_STATUS_RING_MASK_3};
  214. static const int rxdma2host_ring_mask[WLAN_CFG_INT_NUM_CONTEXTS] = {
  215. WLAN_CFG_RXDMA2HOST_RING_MASK_0,
  216. WLAN_CFG_RXDMA2HOST_RING_MASK_1,
  217. WLAN_CFG_RXDMA2HOST_RING_MASK_2,
  218. WLAN_CFG_RXDMA2HOST_RING_MASK_3};
  219. static const int host2rxdma_ring_mask[WLAN_CFG_INT_NUM_CONTEXTS] = {
  220. WLAN_CFG_HOST2RXDMA_RING_MASK_0,
  221. WLAN_CFG_HOST2RXDMA_RING_MASK_1,
  222. WLAN_CFG_HOST2RXDMA_RING_MASK_2,
  223. WLAN_CFG_HOST2RXDMA_RING_MASK_3};
  224. /**
  225. * struct wlan_cfg_dp_pdev_ctxt - Configuration parameters for pdev (radio)
  226. * @rx_dma_buf_ring_size - Size of RxDMA buffer ring
  227. * @dma_mon_buf_ring_size - Size of RxDMA Monitor buffer ring
  228. * @dma_mon_dest_ring_size - Size of RxDMA Monitor Destination ring
  229. * @dma_mon_status_ring_size - Size of RxDMA Monitor Status ring
  230. */
  231. struct wlan_cfg_dp_pdev_ctxt {
  232. int rx_dma_buf_ring_size;
  233. int dma_mon_buf_ring_size;
  234. int dma_mon_dest_ring_size;
  235. int dma_mon_status_ring_size;
  236. int num_mac_rings;
  237. int nss_enabled;
  238. };
  239. /**
  240. * wlan_cfg_soc_attach() - Allocate and prepare SoC configuration
  241. *
  242. * Return: wlan_cfg_ctx - Handle to Configuration context
  243. */
  244. struct wlan_cfg_dp_soc_ctxt *wlan_cfg_soc_attach()
  245. {
  246. int i = 0;
  247. struct wlan_cfg_dp_soc_ctxt *wlan_cfg_ctx =
  248. qdf_mem_malloc(sizeof(struct wlan_cfg_dp_soc_ctxt));
  249. if (wlan_cfg_ctx == NULL)
  250. return NULL;
  251. wlan_cfg_ctx->num_int_ctxts = WLAN_CFG_INT_NUM_CONTEXTS;
  252. wlan_cfg_ctx->max_clients = WLAN_CFG_MAX_CLIENTS;
  253. wlan_cfg_ctx->max_alloc_size = WLAN_CFG_MAX_ALLOC_SIZE;
  254. wlan_cfg_ctx->per_pdev_tx_ring = WLAN_CFG_PER_PDEV_TX_RING;
  255. wlan_cfg_ctx->num_tcl_data_rings = WLAN_CFG_NUM_TCL_DATA_RINGS;
  256. wlan_cfg_ctx->per_pdev_rx_ring = WLAN_CFG_PER_PDEV_RX_RING;
  257. wlan_cfg_ctx->per_pdev_lmac_ring = WLAN_CFG_PER_PDEV_LMAC_RING;
  258. wlan_cfg_ctx->num_reo_dest_rings = WLAN_CFG_NUM_REO_DEST_RING;
  259. wlan_cfg_ctx->num_tx_desc_pool = MAX_TXDESC_POOLS;
  260. wlan_cfg_ctx->num_tx_ext_desc_pool = WLAN_CFG_NUM_TXEXT_DESC_POOL;
  261. wlan_cfg_ctx->num_tx_desc = WLAN_CFG_NUM_TX_DESC;
  262. wlan_cfg_ctx->num_tx_ext_desc = WLAN_CFG_NUM_TX_EXT_DESC;
  263. wlan_cfg_ctx->htt_packet_type = WLAN_CFG_HTT_PKT_TYPE;
  264. wlan_cfg_ctx->max_peer_id = WLAN_CFG_MAX_PEER_ID;
  265. wlan_cfg_ctx->tx_ring_size = WLAN_CFG_TX_RING_SIZE;
  266. wlan_cfg_ctx->tx_comp_ring_size = WLAN_CFG_TX_COMP_RING_SIZE;
  267. wlan_cfg_ctx->int_batch_threshold_tx = WLAN_CFG_INT_BATCH_THRESHOLD_TX;
  268. wlan_cfg_ctx->int_timer_threshold_tx = WLAN_CFG_INT_TIMER_THRESHOLD_TX;
  269. wlan_cfg_ctx->int_batch_threshold_rx = WLAN_CFG_INT_BATCH_THRESHOLD_RX;
  270. wlan_cfg_ctx->int_timer_threshold_rx = WLAN_CFG_INT_TIMER_THRESHOLD_RX;
  271. wlan_cfg_ctx->int_batch_threshold_other =
  272. WLAN_CFG_INT_BATCH_THRESHOLD_OTHER;
  273. wlan_cfg_ctx->int_timer_threshold_other =
  274. WLAN_CFG_INT_TIMER_THRESHOLD_OTHER;
  275. for (i = 0; i < WLAN_CFG_INT_NUM_CONTEXTS; i++) {
  276. wlan_cfg_ctx->int_tx_ring_mask[i] = tx_ring_mask[i];
  277. wlan_cfg_ctx->int_rx_ring_mask[i] = rx_ring_mask[i];
  278. wlan_cfg_ctx->int_rx_mon_ring_mask[i] = rx_mon_ring_mask[i];
  279. wlan_cfg_ctx->int_rx_err_ring_mask[i] = rx_err_ring_mask[i];
  280. wlan_cfg_ctx->int_rx_wbm_rel_ring_mask[i] =
  281. rx_wbm_rel_ring_mask[i];
  282. wlan_cfg_ctx->int_reo_status_ring_mask[i] =
  283. reo_status_ring_mask[i];
  284. wlan_cfg_ctx->int_rxdma2host_ring_mask[i] =
  285. rxdma2host_ring_mask[i];
  286. wlan_cfg_ctx->int_host2rxdma_ring_mask[i] =
  287. host2rxdma_ring_mask[i];
  288. }
  289. /* This is default mapping and can be overridden by HW config
  290. * received from FW */
  291. wlan_cfg_set_hw_macid(wlan_cfg_ctx, 0, 1);
  292. if (MAX_PDEV_CNT > 1)
  293. wlan_cfg_set_hw_macid(wlan_cfg_ctx, 1, 3);
  294. if (MAX_PDEV_CNT > 2)
  295. wlan_cfg_set_hw_macid(wlan_cfg_ctx, 2, 2);
  296. wlan_cfg_ctx->base_hw_macid = 1;
  297. /*Enable checksum offload by default*/
  298. wlan_cfg_ctx->tcp_udp_checksumoffload = 1;
  299. wlan_cfg_ctx->defrag_timeout_check = 1;
  300. wlan_cfg_ctx->rx_defrag_min_timeout = WLAN_CFG_RX_DEFRAG_TIMEOUT;
  301. return wlan_cfg_ctx;
  302. }
  303. void wlan_cfg_soc_detach(struct wlan_cfg_dp_soc_ctxt *wlan_cfg_ctx)
  304. {
  305. qdf_mem_free(wlan_cfg_ctx);
  306. }
  307. struct wlan_cfg_dp_pdev_ctxt *wlan_cfg_pdev_attach(void)
  308. {
  309. struct wlan_cfg_dp_pdev_ctxt *wlan_cfg_ctx =
  310. qdf_mem_malloc(sizeof(struct wlan_cfg_dp_pdev_ctxt));
  311. if (wlan_cfg_ctx == NULL)
  312. return NULL;
  313. wlan_cfg_ctx->rx_dma_buf_ring_size = RXDMA_BUF_RING_SIZE;
  314. wlan_cfg_ctx->dma_mon_buf_ring_size = RXDMA_MONITOR_BUF_RING_SIZE;
  315. wlan_cfg_ctx->dma_mon_dest_ring_size = RXDMA_MONITOR_DEST_RING_SIZE;
  316. wlan_cfg_ctx->dma_mon_status_ring_size = RXDMA_MONITOR_STATUS_RING_SIZE;
  317. wlan_cfg_ctx->num_mac_rings = NUM_RXDMA_RINGS_PER_PDEV;
  318. return wlan_cfg_ctx;
  319. }
  320. void wlan_cfg_pdev_detach(struct wlan_cfg_dp_pdev_ctxt *wlan_cfg_ctx)
  321. {
  322. qdf_mem_free(wlan_cfg_ctx);
  323. }
  324. void wlan_cfg_set_num_contexts(struct wlan_cfg_dp_soc_ctxt *cfg, int num)
  325. {
  326. cfg->num_int_ctxts = num;
  327. }
  328. void wlan_cfg_set_max_peer_id(struct wlan_cfg_dp_soc_ctxt *cfg, uint32_t val)
  329. {
  330. cfg->max_peer_id = val;;
  331. }
  332. void wlan_cfg_set_tx_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg,
  333. int context, int mask)
  334. {
  335. cfg->int_tx_ring_mask[context] = mask;
  336. }
  337. void wlan_cfg_set_rx_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg,
  338. int context, int mask)
  339. {
  340. cfg->int_rx_ring_mask[context] = mask;
  341. }
  342. void wlan_cfg_set_rx_mon_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg,
  343. int context, int mask)
  344. {
  345. cfg->int_rx_mon_ring_mask[context] = mask;
  346. }
  347. void wlan_cfg_set_rxdma2host_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg,
  348. int context, int mask)
  349. {
  350. cfg->int_rxdma2host_ring_mask[context] = mask;
  351. }
  352. int wlan_cfg_get_rxdma2host_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg,
  353. int context)
  354. {
  355. return cfg->int_rxdma2host_ring_mask[context];
  356. }
  357. void wlan_cfg_set_host2rxdma_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg,
  358. int context, int mask)
  359. {
  360. cfg->int_host2rxdma_ring_mask[context] = mask;
  361. }
  362. int wlan_cfg_get_host2rxdma_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg,
  363. int context)
  364. {
  365. return cfg->int_host2rxdma_ring_mask[context];
  366. }
  367. void wlan_cfg_set_hw_macid(struct wlan_cfg_dp_soc_ctxt *cfg, int pdev_idx,
  368. int hw_macid)
  369. {
  370. qdf_assert_always(pdev_idx < MAX_PDEV_CNT);
  371. cfg->hw_macid[pdev_idx] = hw_macid;
  372. }
  373. int wlan_cfg_get_hw_macid(struct wlan_cfg_dp_soc_ctxt *cfg, int pdev_idx)
  374. {
  375. qdf_assert_always(pdev_idx < MAX_PDEV_CNT);
  376. return cfg->hw_macid[pdev_idx];
  377. }
  378. int wlan_cfg_get_hw_mac_idx(struct wlan_cfg_dp_soc_ctxt *cfg, int pdev_idx)
  379. {
  380. qdf_assert_always(pdev_idx < MAX_PDEV_CNT);
  381. return cfg->hw_macid[pdev_idx] - cfg->base_hw_macid;
  382. }
  383. void wlan_cfg_set_ce_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg,
  384. int context, int mask)
  385. {
  386. cfg->int_ce_ring_mask[context] = mask;
  387. }
  388. void wlan_cfg_set_rxbuf_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg, int context,
  389. int mask)
  390. {
  391. cfg->int_rx_ring_mask[context] = mask;
  392. }
  393. int wlan_cfg_set_rx_err_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg,
  394. int context, int mask)
  395. {
  396. return cfg->int_rx_err_ring_mask[context] = mask;
  397. }
  398. int wlan_cfg_set_rx_wbm_rel_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg,
  399. int context, int mask)
  400. {
  401. return cfg->int_rx_wbm_rel_ring_mask[context] = mask;
  402. }
  403. int wlan_cfg_set_reo_status_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg,
  404. int context, int mask)
  405. {
  406. return cfg->int_reo_status_ring_mask[context] = mask;
  407. }
  408. int wlan_cfg_get_num_contexts(struct wlan_cfg_dp_soc_ctxt *cfg)
  409. {
  410. return cfg->num_int_ctxts;
  411. }
  412. int wlan_cfg_get_tx_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg, int context)
  413. {
  414. return cfg->int_tx_ring_mask[context];
  415. }
  416. int wlan_cfg_get_rx_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg, int context)
  417. {
  418. return cfg->int_rx_ring_mask[context];
  419. }
  420. int wlan_cfg_get_rx_err_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg,
  421. int context)
  422. {
  423. return cfg->int_rx_err_ring_mask[context];
  424. }
  425. int wlan_cfg_get_rx_wbm_rel_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg,
  426. int context)
  427. {
  428. return cfg->int_rx_wbm_rel_ring_mask[context];
  429. }
  430. int wlan_cfg_get_reo_status_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg,
  431. int context)
  432. {
  433. return cfg->int_reo_status_ring_mask[context];
  434. }
  435. int wlan_cfg_get_rx_mon_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg, int context)
  436. {
  437. return cfg->int_rx_mon_ring_mask[context];
  438. }
  439. int wlan_cfg_get_ce_ring_mask(struct wlan_cfg_dp_soc_ctxt *cfg, int context)
  440. {
  441. return cfg->int_ce_ring_mask[context];
  442. }
  443. uint32_t wlan_cfg_get_max_clients(struct wlan_cfg_dp_soc_ctxt *cfg)
  444. {
  445. return cfg->max_clients;
  446. }
  447. uint32_t wlan_cfg_max_alloc_size(struct wlan_cfg_dp_soc_ctxt *cfg)
  448. {
  449. return cfg->max_alloc_size;
  450. }
  451. int wlan_cfg_per_pdev_tx_ring(struct wlan_cfg_dp_soc_ctxt *cfg)
  452. {
  453. return cfg->per_pdev_tx_ring;
  454. }
  455. int wlan_cfg_per_pdev_lmac_ring(struct wlan_cfg_dp_soc_ctxt *cfg)
  456. {
  457. return cfg->per_pdev_lmac_ring;
  458. }
  459. int wlan_cfg_num_tcl_data_rings(struct wlan_cfg_dp_soc_ctxt *cfg)
  460. {
  461. return cfg->num_tcl_data_rings;
  462. }
  463. int wlan_cfg_tx_ring_size(struct wlan_cfg_dp_soc_ctxt *cfg)
  464. {
  465. return cfg->tx_ring_size;
  466. }
  467. int wlan_cfg_tx_comp_ring_size(struct wlan_cfg_dp_soc_ctxt *cfg)
  468. {
  469. return cfg->tx_comp_ring_size;
  470. }
  471. int wlan_cfg_per_pdev_rx_ring(struct wlan_cfg_dp_soc_ctxt *cfg)
  472. {
  473. return cfg->per_pdev_rx_ring;
  474. }
  475. int wlan_cfg_num_reo_dest_rings(struct wlan_cfg_dp_soc_ctxt *cfg)
  476. {
  477. return cfg->num_reo_dest_rings;
  478. }
  479. int wlan_cfg_pkt_type(struct wlan_cfg_dp_soc_ctxt *cfg)
  480. {
  481. return cfg->htt_packet_type; /*htt_pkt_type_ethernet*/
  482. }
  483. int wlan_cfg_get_num_tx_desc_pool(struct wlan_cfg_dp_soc_ctxt *cfg)
  484. {
  485. return cfg->num_tx_desc_pool;
  486. }
  487. void wlan_cfg_set_num_tx_desc_pool(struct wlan_cfg_dp_soc_ctxt *cfg, int num_pool)
  488. {
  489. cfg->num_tx_desc_pool = num_pool;
  490. }
  491. int wlan_cfg_get_num_tx_ext_desc_pool(struct wlan_cfg_dp_soc_ctxt *cfg)
  492. {
  493. return cfg->num_tx_ext_desc_pool;
  494. }
  495. void wlan_cfg_set_num_tx_ext_desc_pool(struct wlan_cfg_dp_soc_ctxt *cfg, int num_pool)
  496. {
  497. cfg->num_tx_ext_desc_pool = num_pool;
  498. }
  499. int wlan_cfg_get_num_tx_desc(struct wlan_cfg_dp_soc_ctxt *cfg)
  500. {
  501. return cfg->num_tx_desc;
  502. }
  503. void wlan_cfg_set_num_tx_desc(struct wlan_cfg_dp_soc_ctxt *cfg, int num_desc)
  504. {
  505. cfg->num_tx_desc = num_desc;
  506. }
  507. int wlan_cfg_get_num_tx_ext_desc(struct wlan_cfg_dp_soc_ctxt *cfg)
  508. {
  509. return cfg->num_tx_ext_desc;
  510. }
  511. void wlan_cfg_set_num_tx_ext_desc(struct wlan_cfg_dp_soc_ctxt *cfg, int num_ext_desc)
  512. {
  513. cfg->num_tx_ext_desc = num_ext_desc;
  514. }
  515. uint32_t wlan_cfg_max_peer_id(struct wlan_cfg_dp_soc_ctxt *cfg)
  516. {
  517. /* TODO: This should be calculated based on target capabilities */
  518. return cfg->max_peer_id;
  519. }
  520. int wlan_cfg_get_dma_mon_buf_ring_size(struct wlan_cfg_dp_pdev_ctxt *cfg)
  521. {
  522. return cfg->dma_mon_buf_ring_size;
  523. }
  524. int wlan_cfg_get_dma_mon_dest_ring_size(struct wlan_cfg_dp_pdev_ctxt *cfg)
  525. {
  526. return cfg->dma_mon_dest_ring_size;
  527. }
  528. int wlan_cfg_get_dma_mon_stat_ring_size(struct wlan_cfg_dp_pdev_ctxt *cfg)
  529. {
  530. return cfg->dma_mon_status_ring_size;
  531. }
  532. int wlan_cfg_get_rx_dma_buf_ring_size(struct wlan_cfg_dp_pdev_ctxt *cfg)
  533. {
  534. return cfg->rx_dma_buf_ring_size;
  535. }
  536. int wlan_cfg_get_num_mac_rings(struct wlan_cfg_dp_pdev_ctxt *cfg)
  537. {
  538. return cfg->num_mac_rings;
  539. }
  540. bool wlan_cfg_is_lro_enabled(struct wlan_cfg_dp_soc_ctxt *cfg)
  541. {
  542. return cfg->lro_enabled;
  543. }
  544. void wlan_cfg_set_rx_hash(struct wlan_cfg_dp_soc_ctxt *cfg, bool val)
  545. {
  546. cfg->rx_hash = val;
  547. }
  548. bool wlan_cfg_is_rx_hash_enabled(struct wlan_cfg_dp_soc_ctxt *cfg)
  549. {
  550. return cfg->rx_hash;
  551. }
  552. int wlan_cfg_get_dp_pdev_nss_enabled(struct wlan_cfg_dp_pdev_ctxt *cfg)
  553. {
  554. return cfg->nss_enabled;
  555. }
  556. void wlan_cfg_set_dp_pdev_nss_enabled(struct wlan_cfg_dp_pdev_ctxt *cfg, int nss_enabled)
  557. {
  558. cfg->nss_enabled = nss_enabled;
  559. }
  560. int wlan_cfg_get_dp_soc_nss_cfg(struct wlan_cfg_dp_soc_ctxt *cfg)
  561. {
  562. return cfg->nss_cfg;
  563. }
  564. void wlan_cfg_set_dp_soc_nss_cfg(struct wlan_cfg_dp_soc_ctxt *cfg, int nss_cfg)
  565. {
  566. cfg->nss_cfg = nss_cfg;
  567. if (cfg->nss_cfg)
  568. cfg->tx_comp_ring_size = NSS_TX_COMP_RING_SIZE;
  569. }
  570. int wlan_cfg_get_int_batch_threshold_tx(struct wlan_cfg_dp_soc_ctxt *cfg)
  571. {
  572. return cfg->int_batch_threshold_tx;
  573. }
  574. int wlan_cfg_get_int_timer_threshold_tx(struct wlan_cfg_dp_soc_ctxt *cfg)
  575. {
  576. return cfg->int_timer_threshold_tx;
  577. }
  578. int wlan_cfg_get_int_batch_threshold_rx(struct wlan_cfg_dp_soc_ctxt *cfg)
  579. {
  580. return cfg->int_batch_threshold_rx;
  581. }
  582. int wlan_cfg_get_int_timer_threshold_rx(struct wlan_cfg_dp_soc_ctxt *cfg)
  583. {
  584. return cfg->int_timer_threshold_rx;
  585. }
  586. int wlan_cfg_get_int_batch_threshold_other(struct wlan_cfg_dp_soc_ctxt *cfg)
  587. {
  588. return cfg->int_batch_threshold_other;
  589. }
  590. int wlan_cfg_get_int_timer_threshold_other(struct wlan_cfg_dp_soc_ctxt *cfg)
  591. {
  592. return cfg->int_timer_threshold_other;
  593. }
  594. int wlan_cfg_get_checksum_offload(struct wlan_cfg_dp_soc_ctxt *cfg)
  595. {
  596. return cfg->tcp_udp_checksumoffload;
  597. }
  598. int wlan_cfg_get_rx_defrag_min_timeout(struct wlan_cfg_dp_soc_ctxt *cfg)
  599. {
  600. return cfg->rx_defrag_min_timeout;
  601. }
  602. int wlan_cfg_get_defrag_timeout_check(struct wlan_cfg_dp_soc_ctxt *cfg)
  603. {
  604. return cfg->defrag_timeout_check;
  605. }
  606. #ifdef QCA_LL_TX_FLOW_CONTROL_V2
  607. /**
  608. * wlan_cfg_get_tx_flow_stop_queue_th() - Get flow control stop threshold
  609. * @cfg: config context
  610. *
  611. * Return: stop threshold
  612. */
  613. int wlan_cfg_get_tx_flow_stop_queue_th(struct wlan_cfg_dp_soc_ctxt *cfg)
  614. {
  615. return cfg->tx_flow_stop_queue_threshold;
  616. }
  617. /**
  618. * wlan_cfg_get_tx_flow_start_queue_offset() - Get flow control start offset
  619. * for TX to resume
  620. * @cfg: config context
  621. *
  622. * Return: stop threshold
  623. */
  624. int wlan_cfg_get_tx_flow_start_queue_offset(struct wlan_cfg_dp_soc_ctxt *cfg)
  625. {
  626. return cfg->tx_flow_start_queue_offset;
  627. }
  628. #endif /* QCA_LL_TX_FLOW_CONTROL_V2 */