dp_tx.c 39 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462
  1. /*
  2. * Copyright (c) 2016 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. #include "htt.h"
  19. #include "dp_tx.h"
  20. #include "dp_tx_desc.h"
  21. #include "dp_types.h"
  22. #include "hal_tx.h"
  23. #include "qdf_mem.h"
  24. #include "qdf_nbuf.h"
  25. #include "../../wlan_cfg/wlan_cfg.h"
  26. #ifdef TX_CORE_ALIGNED_SEND
  27. #define DP_TX_GET_DESC_POOL_ID(vdev) qdf_get_cpu()
  28. #define DP_TX_GET_RING_ID(vdev) qdf_get_cpu()
  29. #else
  30. #define DP_TX_GET_DESC_POOL_ID(vdev) (vdev->vdev_id)
  31. #define DP_TX_GET_RING_ID(vdev) (vdev->pdev->pdev_id)
  32. #endif /* TX_CORE_ALIGNED_SEND */
  33. /* TODO Add support in TSO */
  34. #define DP_DESC_NUM_FRAG(x) 0
  35. #ifdef QCA_WIFI_NAPIER_EMULATION
  36. #define TQM_BYPASS_WAR 1
  37. #else
  38. #define TQM_BYPASS_WAR 0
  39. #endif
  40. /*
  41. * default_dscp_tid_map - Default DSCP-TID mapping
  42. *
  43. * DSCP TID AC
  44. * 000000 0 WME_AC_BE
  45. * 001000 1 WME_AC_BK
  46. * 010000 1 WME_AC_BK
  47. * 011000 0 WME_AC_BE
  48. * 100000 5 WME_AC_VI
  49. * 101000 5 WME_AC_VI
  50. * 110000 6 WME_AC_VO
  51. * 111000 6 WME_AC_VO
  52. */
  53. static uint8_t default_dscp_tid_map[64] = {
  54. 0, 0, 0, 0, 0, 0, 0, 0,
  55. 1, 1, 1, 1, 1, 1, 1, 1,
  56. 1, 1, 1, 1, 1, 1, 1, 1,
  57. 0, 0, 0, 0, 0, 0, 0, 0,
  58. 5, 5, 5, 5, 5, 5, 5, 5,
  59. 5, 5, 5, 5, 5, 5, 5, 5,
  60. 6, 6, 6, 6, 6, 6, 6, 6,
  61. 6, 6, 6, 6, 6, 6, 6, 6,
  62. };
  63. /**
  64. * dp_tx_get_queue() - Returns Tx queue IDs to be used for this Tx frame
  65. * @vdev: DP Virtual device handle
  66. * @nbuf: Buffer pointer
  67. * @queue: queue ids container for nbuf
  68. *
  69. * TX packet queue has 2 instances, software descriptors id and dma ring id
  70. * Based on tx feature and hardware configuration queue id combination could be
  71. * different.
  72. * For example -
  73. * With XPS enabled,all TX descriptor pools and dma ring are assigned per cpu id
  74. * With no XPS,lock based resource protection, Descriptor pool ids are different
  75. * for each vdev, dma ring id will be same as single pdev id
  76. *
  77. * Return: None
  78. */
  79. static inline void dp_tx_get_queue(struct dp_vdev *vdev,
  80. qdf_nbuf_t nbuf, struct dp_tx_queue *queue)
  81. {
  82. queue->desc_pool_id = DP_TX_GET_DESC_POOL_ID(vdev);
  83. queue->ring_id = DP_TX_GET_RING_ID(vdev);
  84. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_INFO,
  85. "%s, pool_id:%d ring_id: %d\n",
  86. __func__, queue->desc_pool_id, queue->ring_id);
  87. return;
  88. }
  89. /**
  90. * dp_tx_desc_release() - Release Tx Descriptor
  91. * @vdev: DP vdev handle
  92. * @tx_desc : Tx Descriptor
  93. * @desc_pool_id: Descriptor Pool ID
  94. *
  95. * Deallocate all resources attached to Tx descriptor and free the Tx
  96. * descriptor.
  97. *
  98. * Return:
  99. */
  100. void dp_tx_desc_release(struct dp_vdev *vdev, struct dp_tx_desc_s *tx_desc,
  101. uint8_t desc_pool_id)
  102. {
  103. struct dp_pdev *pdev = vdev->pdev;
  104. struct dp_soc *soc = pdev->soc;
  105. if (tx_desc->flags & DP_TX_DESC_FLAG_FRAG)
  106. dp_tx_ext_desc_free(soc, tx_desc->msdu_ext_desc, desc_pool_id);
  107. vdev->num_tx_outstanding--;
  108. pdev->num_tx_outstanding--;
  109. if (tx_desc->flags & DP_TX_DESC_FLAG_TO_FW)
  110. pdev->num_tx_exception--;
  111. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_INFO,
  112. "Tx Completion Release desc %d\n", tx_desc->id);
  113. dp_tx_desc_free(soc, tx_desc, desc_pool_id);
  114. return;
  115. }
  116. /**
  117. * dp_tx_htt_metadata_prepare() - Prepare HTT metadata for special frames
  118. * @vdev: DP vdev Handle
  119. * @nbuf: skb
  120. * @align_pad: Alignment Pad bytes to be added in frame header before adding HTT
  121. * metadata
  122. *
  123. * Prepares and fills HTT metadata in the frame pre-header for special frames
  124. * that should be transmitted using varying transmit parameters.
  125. * There are 2 VDEV modes that currently needs this special metadata -
  126. * 1) Mesh Mode
  127. * 2) DSRC Mode
  128. *
  129. * Return: HTT metadata size
  130. *
  131. */
  132. uint8_t dp_tx_prepare_htt_metadata(struct dp_vdev *vdev, qdf_nbuf_t nbuf,
  133. uint8_t align_pad)
  134. {
  135. uint8_t htt_desc_size = 0;
  136. struct htt_tx_msdu_desc_ext2_t desc_ext;
  137. uint8_t *hdr;
  138. uint8_t ratecode;
  139. uint8_t noqos;
  140. struct meta_hdr_s *mhdr;
  141. qdf_nbuf_unshare(nbuf);
  142. HTT_TX_TCL_METADATA_VALID_HTT_SET(vdev->htt_tcl_metadata, 1);
  143. /*
  144. * Metadata - HTT MSDU Extension header
  145. */
  146. htt_desc_size = sizeof(struct htt_tx_msdu_desc_ext2_t);
  147. memset(&desc_ext, 0, htt_desc_size);
  148. if (vdev->mesh_vdev) {
  149. /* Extract the mesh metaheader */
  150. mhdr = (struct meta_hdr_s *)qdf_nbuf_data(nbuf);
  151. qdf_nbuf_pull_head(nbuf, sizeof(struct meta_hdr_s));
  152. /*use auto rate*/
  153. if (!(mhdr->flags & METAHDR_FLAG_AUTO_RATE)) {
  154. ratecode = mhdr->rates[0];
  155. /* TODO - check the conversion logic here */
  156. desc_ext.mcs_mask = (1 << (ratecode + 4));
  157. desc_ext.valid_mcs_mask = 1;
  158. }
  159. /* Fill and add HTT metaheader */
  160. hdr = qdf_nbuf_push_head(nbuf, htt_desc_size + align_pad);
  161. desc_ext.power = mhdr->power;
  162. desc_ext.retry_limit = mhdr->max_tries[0];
  163. desc_ext.key_flags = mhdr->keyix & 0x3;
  164. if (mhdr->flags & METAHDR_FLAG_NOENCRYPT) {
  165. desc_ext.encrypt_type = 0;
  166. desc_ext.valid_encrypt_type = 1;
  167. }
  168. desc_ext.valid_pwr = 1;
  169. desc_ext.valid_mcs_mask = 1;
  170. desc_ext.valid_key_flags = 1;
  171. desc_ext.valid_retries = 1;
  172. if (mhdr->flags & METAHDR_FLAG_NOQOS) {
  173. noqos = 1;
  174. /*
  175. * TODO - send this TID info to hw_enqueue function
  176. * tid = HTT_NON_QOS_TID;
  177. */
  178. }
  179. qdf_mem_copy(hdr, &desc_ext, htt_desc_size);
  180. } else if (vdev->opmode == wlan_op_mode_ocb) {
  181. /* Todo - Add support for DSRC */
  182. }
  183. return htt_desc_size;
  184. }
  185. /**
  186. * dp_tx_prepare_ext_desc() - Allocate and prepare MSDU extension descriptor
  187. * @vdev: DP Vdev handle
  188. * @msdu_info: MSDU info to be setup in MSDU extension descriptor
  189. * @desc_pool_id: Descriptor Pool ID
  190. *
  191. * Return:
  192. */
  193. struct dp_tx_ext_desc_elem_s *dp_tx_prepare_ext_desc(struct dp_vdev *vdev,
  194. struct dp_tx_msdu_info_s *msdu_info, uint8_t desc_pool_id)
  195. {
  196. uint8_t i;
  197. uint8_t cached_ext_desc[HAL_TX_EXTENSION_DESC_LEN_BYTES];
  198. struct dp_tx_seg_info_s *seg_info;
  199. struct dp_tx_ext_desc_elem_s *msdu_ext_desc;
  200. struct dp_soc *soc = vdev->pdev->soc;
  201. /* Allocate an extension descriptor */
  202. msdu_ext_desc = dp_tx_ext_desc_alloc(soc, desc_pool_id);
  203. if (!msdu_ext_desc)
  204. return NULL;
  205. switch (msdu_info->frm_type) {
  206. case dp_tx_frm_sg:
  207. case dp_tx_frm_me:
  208. case dp_tx_frm_raw:
  209. seg_info = msdu_info->u.sg_info.curr_seg;
  210. /* Update the buffer pointers in MSDU Extension Descriptor */
  211. for (i = 0; i < seg_info->frag_cnt; i++) {
  212. hal_tx_ext_desc_set_buffer(&cached_ext_desc[0], i,
  213. seg_info->frags[i].paddr_lo,
  214. seg_info->frags[i].paddr_hi,
  215. seg_info->frags[i].len);
  216. }
  217. hal_tx_ext_desc_sync(&cached_ext_desc[0],
  218. msdu_ext_desc->vaddr);
  219. break;
  220. case dp_tx_frm_tso:
  221. /* Todo add support for TSO */
  222. break;
  223. default:
  224. break;
  225. }
  226. return msdu_ext_desc;
  227. }
  228. /**
  229. * dp_tx_desc_prepare_single - Allocate and prepare Tx descriptor
  230. * @vdev: DP vdev handle
  231. * @nbuf: skb
  232. * @desc_pool_id: Descriptor pool ID
  233. * Allocate and prepare Tx descriptor with msdu information.
  234. *
  235. * Return: Pointer to Tx Descriptor on success,
  236. * NULL on failure
  237. */
  238. struct dp_tx_desc_s *dp_tx_prepare_desc_single(struct dp_vdev *vdev,
  239. qdf_nbuf_t nbuf, uint8_t desc_pool_id)
  240. {
  241. QDF_STATUS status;
  242. uint8_t align_pad;
  243. uint8_t is_exception = 0;
  244. uint8_t htt_hdr_size;
  245. struct ether_header *eh;
  246. struct dp_tx_desc_s *tx_desc;
  247. struct dp_pdev *pdev = vdev->pdev;
  248. struct dp_soc *soc = pdev->soc;
  249. /* Flow control/Congestion Control processing */
  250. status = dp_tx_flow_control(vdev);
  251. if (QDF_STATUS_E_RESOURCES == status) {
  252. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_INFO,
  253. "%s Tx Resource Full\n", __func__);
  254. /* TODO Stop Tx Queues */
  255. }
  256. /* Allocate software Tx descriptor */
  257. tx_desc = dp_tx_desc_alloc(soc, desc_pool_id);
  258. if (qdf_unlikely(!tx_desc)) {
  259. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_ERROR,
  260. "%s Tx Desc Alloc Failed\n", __func__);
  261. return NULL;
  262. }
  263. /* Flow control/Congestion Control counters */
  264. vdev->num_tx_outstanding++;
  265. pdev->num_tx_outstanding++;
  266. /* Initialize the SW tx descriptor */
  267. tx_desc->nbuf = nbuf;
  268. tx_desc->frm_type = dp_tx_frm_std;
  269. tx_desc->tx_encap_type = vdev->tx_encap_type;
  270. tx_desc->vdev = vdev;
  271. tx_desc->msdu_ext_desc = NULL;
  272. /*
  273. * For non-scatter regular frames, buffer pointer is directly
  274. * programmed in TCL input descriptor instead of using an MSDU extension
  275. * descriptor.For the direct buffer pointer case, HW requirement is that
  276. * descriptor should always point to a 8-byte aligned address.
  277. */
  278. align_pad = (uint8_t)((uintptr_t) (qdf_nbuf_data(nbuf)) & 0x7);
  279. tx_desc->pkt_offset = align_pad;
  280. /*
  281. * For special modes (vdev_type == ocb or mesh), data frames should be
  282. * transmitted using varying transmit parameters (tx spec) which include
  283. * transmit rate, power, priority, channel, channel bandwidth , nss etc.
  284. * These are filled in HTT MSDU descriptor and sent in frame pre-header.
  285. * These frames are sent as exception packets to firmware.
  286. */
  287. if (qdf_unlikely(vdev->mesh_vdev || (vdev->opmode == wlan_op_mode_ocb))) {
  288. htt_hdr_size = dp_tx_prepare_htt_metadata(vdev, nbuf,
  289. align_pad);
  290. tx_desc->pkt_offset += htt_hdr_size;
  291. tx_desc->flags |= DP_TX_DESC_FLAG_TO_FW;
  292. pdev->num_tx_exception++;
  293. is_exception = 1;
  294. }
  295. if (qdf_unlikely(vdev->nawds_enabled)) {
  296. eh = (struct ether_header *) qdf_nbuf_data(nbuf);
  297. if (DP_FRAME_IS_MULTICAST((eh)->ether_dhost)) {
  298. tx_desc->flags |= DP_TX_DESC_FLAG_TO_FW;
  299. pdev->num_tx_exception++;
  300. is_exception = 1;
  301. }
  302. }
  303. #if !TQM_BYPASS_WAR
  304. if (is_exception)
  305. #endif
  306. {
  307. /* Temporary WAR due to TQM VP issues */
  308. tx_desc->flags |= DP_TX_DESC_FLAG_TO_FW;
  309. pdev->num_tx_exception++;
  310. }
  311. if (qdf_nbuf_map_nbytes_single(soc->osdev, nbuf,
  312. QDF_DMA_TO_DEVICE, qdf_nbuf_len(nbuf)
  313. != QDF_STATUS_SUCCESS)) {
  314. /* Handle failure */
  315. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_ERROR,
  316. "qdf_nbuf_map_nbytes_single failed\n");
  317. goto failure;
  318. }
  319. return tx_desc;
  320. failure:
  321. dp_tx_desc_release(vdev, tx_desc, desc_pool_id);
  322. return NULL;
  323. }
  324. /**
  325. * dp_tx_desc_prepare- Allocate and prepare Tx descriptor for multisegment frame
  326. * @vdev: DP vdev handle
  327. * @nbuf: skb
  328. * @msdu_info: Info to be setup in MSDU descriptor and MSDU extension descriptor
  329. * @desc_pool_id : Descriptor Pool ID
  330. *
  331. * Allocate and prepare Tx descriptor with msdu and fragment descritor
  332. * information. For frames wth fragments, allocate and prepare
  333. * an MSDU extension descriptor
  334. *
  335. * Return: Pointer to Tx Descriptor on success,
  336. * NULL on failure
  337. */
  338. struct dp_tx_desc_s *dp_tx_prepare_desc(struct dp_vdev *vdev,
  339. qdf_nbuf_t nbuf, struct dp_tx_msdu_info_s *msdu_info,
  340. uint8_t desc_pool_id)
  341. {
  342. struct dp_tx_desc_s *tx_desc;
  343. QDF_STATUS status;
  344. struct dp_tx_ext_desc_elem_s *msdu_ext_desc;
  345. struct dp_pdev *pdev = vdev->pdev;
  346. struct dp_soc *soc = pdev->soc;
  347. /* Flow control/Congestion Control processing */
  348. status = dp_tx_flow_control(vdev);
  349. if (QDF_STATUS_E_RESOURCES == status) {
  350. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_INFO,
  351. "%s Tx Resource Full\n", __func__);
  352. /* TODO Stop Tx Queues */
  353. }
  354. /* Allocate software Tx descriptor */
  355. tx_desc = dp_tx_desc_alloc(soc, desc_pool_id);
  356. if (!tx_desc)
  357. return NULL;
  358. tx_desc->flags |= DP_TX_DESC_FLAG_ALLOCATED;
  359. /* Flow control/Congestion Control counters */
  360. vdev->num_tx_outstanding++;
  361. pdev->num_tx_outstanding++;
  362. /* Initialize the SW tx descriptor */
  363. tx_desc->nbuf = nbuf;
  364. tx_desc->frm_type = msdu_info->frm_type;
  365. tx_desc->tx_encap_type = vdev->tx_encap_type;
  366. tx_desc->vdev = vdev;
  367. tx_desc->pkt_offset = 0;
  368. /* Handle scattered frames - TSO/SG/ME */
  369. /* Allocate and prepare an extension descriptor for scattered frames */
  370. msdu_ext_desc = dp_tx_prepare_ext_desc(vdev, msdu_info, desc_pool_id);
  371. if (!msdu_ext_desc) {
  372. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_INFO,
  373. "%s Tx Extension Descriptor Alloc Fail\n",
  374. __func__);
  375. goto failure;
  376. }
  377. #if TQM_BYPASS_WAR
  378. /* Temporary WAR due to TQM VP issues */
  379. tx_desc->flags |= DP_TX_DESC_FLAG_TO_FW;
  380. pdev->num_tx_exception++;
  381. #endif
  382. tx_desc->msdu_ext_desc = msdu_ext_desc;
  383. tx_desc->flags |= DP_TX_DESC_FLAG_FRAG;
  384. return tx_desc;
  385. failure:
  386. dp_tx_desc_release(vdev, tx_desc, desc_pool_id);
  387. return NULL;
  388. }
  389. /**
  390. * dp_tx_prepare_send_raw() - Prepare RAW packet TX
  391. * @vdev: DP vdev handle
  392. * @nbuf: buffer pointer
  393. * @msdu_info: MSDU info to be setup in MSDU descriptor and MSDU extension
  394. * descriptor
  395. *
  396. * Return:
  397. */
  398. qdf_nbuf_t dp_tx_prepare_raw(struct dp_vdev *vdev, qdf_nbuf_t nbuf,
  399. struct dp_tx_msdu_info_s *msdu_info)
  400. {
  401. return nbuf;
  402. }
  403. /**
  404. * dp_tx_hw_enqueue() - Enqueue to TCL HW for transmit
  405. * @soc: DP Soc Handle
  406. * @vdev: DP vdev handle
  407. * @tx_desc: Tx Descriptor Handle
  408. * @tid: TID from HLOS for overriding default DSCP-TID mapping
  409. * @fw_metadata: Metadata to send to Target Firmware along with frame
  410. * @ring_id: Ring ID of H/W ring to which we enqueue the packet
  411. *
  412. * Gets the next free TCL HW DMA descriptor and sets up required parameters
  413. * from software Tx descriptor
  414. *
  415. * Return:
  416. */
  417. QDF_STATUS dp_tx_hw_enqueue(struct dp_soc *soc, struct dp_vdev *vdev,
  418. struct dp_tx_desc_s *tx_desc, uint8_t tid,
  419. uint16_t fw_metadata, uint8_t ring_id)
  420. {
  421. uint8_t type;
  422. uint16_t length;
  423. void *hal_tx_desc, *hal_tx_desc_cached;
  424. qdf_dma_addr_t dma_addr;
  425. uint8_t cached_desc[HAL_TX_DESC_LEN_BYTES];
  426. /* Return Buffer Manager ID */
  427. uint8_t bm_id = ring_id;
  428. void *hal_srng = soc->tcl_data_ring[ring_id].hal_srng;
  429. hal_tx_desc_cached = (void *) cached_desc;
  430. qdf_mem_zero_outline(hal_tx_desc_cached, HAL_TX_DESC_LEN_BYTES);
  431. if (tx_desc->flags & DP_TX_DESC_FLAG_FRAG) {
  432. length = HAL_TX_EXTENSION_DESC_LEN_BYTES;
  433. type = HAL_TX_BUF_TYPE_EXT_DESC;
  434. dma_addr = tx_desc->msdu_ext_desc->paddr;
  435. } else {
  436. length = qdf_nbuf_len(tx_desc->nbuf);
  437. type = HAL_TX_BUF_TYPE_BUFFER;
  438. dma_addr = qdf_nbuf_mapped_paddr_get(tx_desc->nbuf);
  439. }
  440. /*
  441. * Address given to TCL should always be 8-byte aligned.
  442. * Alignment bytes are already accounted in length as pkt_offset
  443. */
  444. dma_addr -= ((uint32_t) dma_addr & 0x7);
  445. hal_tx_desc_set_fw_metadata(hal_tx_desc_cached, fw_metadata);
  446. hal_tx_desc_set_buf_addr(hal_tx_desc_cached,
  447. dma_addr , bm_id, tx_desc->id, type);
  448. hal_tx_desc_set_buf_length(hal_tx_desc_cached, length);
  449. hal_tx_desc_set_buf_offset(hal_tx_desc_cached, tx_desc->pkt_offset);
  450. hal_tx_desc_set_encap_type(hal_tx_desc_cached, tx_desc->tx_encap_type);
  451. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_INFO,
  452. "%s length:%d , type = %d, dma_addr %llx, offset %d\n",
  453. __func__, length, type, (uint64_t)dma_addr, tx_desc->pkt_offset);
  454. if (tx_desc->flags & DP_TX_DESC_FLAG_TO_FW)
  455. hal_tx_desc_set_to_fw(hal_tx_desc_cached, 1);
  456. /*
  457. * TODO
  458. * Fix this , this should be based on vdev opmode (AP or STA)
  459. * Enable both AddrX and AddrY flags for now
  460. */
  461. hal_tx_desc_set_addr_search_flags(hal_tx_desc_cached,
  462. HAL_TX_DESC_ADDRX_EN | HAL_TX_DESC_ADDRY_EN);
  463. if (qdf_nbuf_get_tx_cksum(tx_desc->nbuf) == QDF_NBUF_TX_CKSUM_TCP_UDP)
  464. hal_tx_desc_set_l4_checksum_en(hal_tx_desc_cached, 1);
  465. if (tid != HTT_TX_EXT_TID_INVALID)
  466. hal_tx_desc_set_hlos_tid(hal_tx_desc_cached, tid);
  467. if (tx_desc->flags & DP_TX_DESC_FLAG_MESH)
  468. hal_tx_desc_set_mesh_en(hal_tx_desc_cached, 1);
  469. /* Sync cached descriptor with HW */
  470. hal_tx_desc = hal_srng_src_get_next(soc->hal_soc, hal_srng);
  471. if (!hal_tx_desc) {
  472. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_DEBUG,
  473. "%s TCL ring full ring_id:%d\n", __func__, ring_id);
  474. DP_STATS_ADD(soc, tx.tcl_ring_full[ring_id], 1);
  475. hal_srng_access_end(soc->hal_soc,
  476. soc->tcl_data_ring[ring_id].hal_srng);
  477. return QDF_STATUS_E_RESOURCES;
  478. }
  479. tx_desc->flags |= DP_TX_DESC_FLAG_QUEUED_TX;
  480. hal_tx_desc_sync(hal_tx_desc_cached, hal_tx_desc);
  481. return QDF_STATUS_SUCCESS;
  482. }
  483. /**
  484. * dp_tx_classify_tid() - Obtain TID to be used for this frame
  485. * @vdev: DP vdev handle
  486. * @nbuf: skb
  487. *
  488. * Extract the DSCP or PCP information from frame and map into TID value.
  489. * Software based TID classification is required when more than 2 DSCP-TID
  490. * mapping tables are needed.
  491. * Hardware supports 2 DSCP-TID mapping tables.
  492. *
  493. * Return:
  494. */
  495. int dp_tx_classify_tid(struct dp_vdev *vdev, qdf_nbuf_t nbuf,
  496. struct dp_tx_msdu_info_s *msdu_info)
  497. {
  498. /* TODO */
  499. return 0;
  500. }
  501. /**
  502. * dp_tx_send_msdu_single() - Setup descriptor and enqueue single MSDU to TCL
  503. * @vdev: DP vdev handle
  504. * @nbuf: skb
  505. * @tid: TID from HLOS for overriding default DSCP-TID mapping
  506. * @tx_q: Tx queue to be used for this Tx frame
  507. *
  508. * Return: NULL on success,
  509. * nbuf when it fails to send
  510. */
  511. qdf_nbuf_t dp_tx_send_msdu_single(struct dp_vdev *vdev, qdf_nbuf_t nbuf,
  512. uint8_t tid, struct dp_tx_queue *tx_q)
  513. {
  514. struct dp_pdev *pdev = vdev->pdev;
  515. struct dp_soc *soc = pdev->soc;
  516. struct dp_tx_desc_s *tx_desc;
  517. QDF_STATUS status;
  518. void *hal_srng = soc->tcl_data_ring[tx_q->ring_id].hal_srng;
  519. /* Setup Tx descriptor for an MSDU, and MSDU extension descriptor */
  520. tx_desc = dp_tx_prepare_desc_single(vdev, nbuf, tx_q->desc_pool_id);
  521. if (!tx_desc) {
  522. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_ERROR,
  523. "%s Tx_desc prepare Fail vdev %p queue %d\n",
  524. __func__, vdev, tx_q->desc_pool_id);
  525. goto fail_return;
  526. }
  527. if (qdf_unlikely(hal_srng_access_start(soc->hal_soc, hal_srng))) {
  528. QDF_TRACE(QDF_MODULE_ID_TXRX, QDF_TRACE_LEVEL_ERROR,
  529. "%s %d : HAL RING Access Failed -- %p\n",
  530. __func__, __LINE__, hal_srng);
  531. goto fail_return;
  532. }
  533. /* Enqueue the Tx MSDU descriptor to HW for transmit */
  534. status = dp_tx_hw_enqueue(soc, vdev, tx_desc, tid,
  535. vdev->htt_tcl_metadata, tx_q->ring_id);
  536. if (status != QDF_STATUS_SUCCESS) {
  537. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_ERROR,
  538. "%s Tx_hw_enqueue Fail tx_desc %p queue %d\n",
  539. __func__, tx_desc, tx_q->ring_id);
  540. dp_tx_desc_release(vdev, tx_desc, tx_q->desc_pool_id);
  541. goto fail_return;
  542. }
  543. hal_srng_access_end(soc->hal_soc, hal_srng);
  544. return NULL;
  545. fail_return:
  546. return nbuf;
  547. }
  548. /**
  549. * dp_tx_send_msdu_multiple() - Enqueue multiple MSDUs
  550. * @vdev: DP vdev handle
  551. * @nbuf: skb
  552. * @msdu_info: MSDU info to be setup in MSDU extension descriptor
  553. *
  554. * Prepare descriptors for multiple MSDUs (TSO segments) and enqueue to TCL
  555. *
  556. * Return: NULL on success,
  557. * nbuf when it fails to send
  558. */
  559. qdf_nbuf_t dp_tx_send_msdu_multiple(struct dp_vdev *vdev, qdf_nbuf_t nbuf,
  560. struct dp_tx_msdu_info_s *msdu_info)
  561. {
  562. uint8_t i;
  563. struct dp_pdev *pdev = vdev->pdev;
  564. struct dp_soc *soc = pdev->soc;
  565. struct dp_tx_desc_s *tx_desc;
  566. QDF_STATUS status;
  567. struct dp_tx_queue *tx_q = &msdu_info->tx_queue;
  568. void *hal_srng = soc->tcl_data_ring[tx_q->ring_id].hal_srng;
  569. if (qdf_unlikely(hal_srng_access_start(soc->hal_soc, hal_srng))) {
  570. QDF_TRACE(QDF_MODULE_ID_TXRX, QDF_TRACE_LEVEL_ERROR,
  571. "%s %d : HAL RING Access Failed -- %p\n",
  572. __func__, __LINE__, hal_srng);
  573. return nbuf;
  574. }
  575. i = 0;
  576. /*
  577. * For each segment (maps to 1 MSDU) , prepare software and hardware
  578. * descriptors using information in msdu_info
  579. */
  580. while (i < msdu_info->num_seg) {
  581. /*
  582. * Setup Tx descriptor for an MSDU, and MSDU extension
  583. * descriptor
  584. */
  585. tx_desc = dp_tx_prepare_desc(vdev, nbuf, msdu_info,
  586. tx_q->desc_pool_id);
  587. if (!tx_desc) {
  588. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_ERROR,
  589. "%s Tx_desc prepare Fail vdev %p queue %d\n",
  590. __func__, vdev, tx_q->desc_pool_id);
  591. goto done;
  592. }
  593. /*
  594. * Enqueue the Tx MSDU descriptor to HW for transmit
  595. */
  596. status = dp_tx_hw_enqueue(soc, vdev, tx_desc, msdu_info->tid,
  597. vdev->htt_tcl_metadata, tx_q->ring_id);
  598. if (status != QDF_STATUS_SUCCESS) {
  599. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_ERROR,
  600. "%s Tx_hw_enqueue Fail tx_desc %p queue %d\n",
  601. __func__, tx_desc, tx_q->ring_id);
  602. dp_tx_desc_release(vdev, tx_desc, tx_q->desc_pool_id);
  603. goto done;
  604. }
  605. /*
  606. * TODO
  607. * if tso_info structure can be modified to have curr_seg
  608. * as first element, following 2 blocks of code (for TSO and SG)
  609. * can be combined into 1
  610. */
  611. /*
  612. * For frames with multiple segments (TSO, ME), jump to next
  613. * segment.
  614. */
  615. if (msdu_info->frm_type == dp_tx_frm_tso) {
  616. if (msdu_info->u.tso_info.curr_seg->next) {
  617. msdu_info->u.tso_info.curr_seg =
  618. msdu_info->u.tso_info.curr_seg->next;
  619. /* Check with MCL if this is needed */
  620. /* nbuf = msdu_info->u.tso_info.curr_seg->nbuf; */
  621. }
  622. }
  623. /*
  624. * For Multicast-Unicast converted packets,
  625. * each converted frame (for a client) is represented as
  626. * 1 segment
  627. */
  628. if (msdu_info->frm_type == dp_tx_frm_sg) {
  629. if (msdu_info->u.sg_info.curr_seg->next) {
  630. msdu_info->u.sg_info.curr_seg =
  631. msdu_info->u.sg_info.curr_seg->next;
  632. nbuf = msdu_info->u.sg_info.curr_seg->nbuf;
  633. }
  634. }
  635. i++;
  636. }
  637. nbuf = NULL;
  638. done:
  639. hal_srng_access_end(soc->hal_soc, hal_srng);
  640. return nbuf;
  641. }
  642. /**
  643. * dp_tx_prepare_sg()- Extract SG info from NBUF and prepare msdu_info
  644. * for SG frames
  645. * @vdev: DP vdev handle
  646. * @nbuf: skb
  647. * @seg_info: Pointer to Segment info Descriptor to be prepared
  648. * @msdu_info: MSDU info to be setup in MSDU descriptor and MSDU extension desc.
  649. *
  650. * Return: NULL on success,
  651. * nbuf when it fails to send
  652. */
  653. qdf_nbuf_t dp_tx_prepare_sg(struct dp_vdev *vdev, qdf_nbuf_t nbuf,
  654. struct dp_tx_seg_info_s *seg_info, struct dp_tx_msdu_info_s *msdu_info)
  655. {
  656. uint32_t cur_frag, nr_frags;
  657. qdf_dma_addr_t paddr;
  658. struct dp_tx_sg_info_s *sg_info;
  659. sg_info = &msdu_info->u.sg_info;
  660. nr_frags = qdf_nbuf_get_nr_frags(nbuf);
  661. if (QDF_STATUS_SUCCESS != qdf_nbuf_map_nbytes_single(vdev->osdev, nbuf,
  662. QDF_DMA_TO_DEVICE,
  663. qdf_nbuf_headlen(nbuf))) {
  664. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_ERROR,
  665. "dma map error\n");
  666. qdf_nbuf_free(nbuf);
  667. return NULL;
  668. }
  669. seg_info->frags[0].paddr_lo = qdf_nbuf_get_frag_paddr(nbuf, 0);
  670. seg_info->frags[0].paddr_hi = 0;
  671. seg_info->frags[0].len = qdf_nbuf_headlen(nbuf);
  672. seg_info->frags[0].vaddr = (void *) nbuf;
  673. for (cur_frag = 0; cur_frag < nr_frags; cur_frag++) {
  674. if (QDF_STATUS_E_FAILURE == qdf_nbuf_frag_map(vdev->osdev,
  675. nbuf, 0, QDF_DMA_TO_DEVICE, cur_frag)) {
  676. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_ERROR,
  677. "frag dma map error\n");
  678. qdf_nbuf_free(nbuf);
  679. return NULL;
  680. }
  681. paddr = qdf_nbuf_get_frag_paddr(nbuf, 0);
  682. seg_info->frags[cur_frag + 1].paddr_lo = paddr;
  683. seg_info->frags[cur_frag + 1].paddr_hi =
  684. ((uint64_t) paddr) >> 32;
  685. seg_info->frags[cur_frag + 1].len =
  686. qdf_nbuf_get_frag_size(nbuf, cur_frag);
  687. }
  688. seg_info->frag_cnt = (cur_frag + 1);
  689. seg_info->total_len = qdf_nbuf_len(nbuf);
  690. seg_info->next = NULL;
  691. sg_info->curr_seg = seg_info;
  692. msdu_info->frm_type = dp_tx_frm_sg;
  693. msdu_info->num_seg = 1;
  694. return nbuf;
  695. }
  696. /**
  697. * dp_tx_send() - Transmit a frame on a given VAP
  698. * @vap_dev: DP vdev handle
  699. * @nbuf: skb
  700. *
  701. * Entry point for Core Tx layer (DP_TX) invoked from
  702. * hard_start_xmit in OSIF/HDD or from dp_rx_process for intravap forwarding
  703. * cases
  704. *
  705. * Return: NULL on success,
  706. * nbuf when it fails to send
  707. */
  708. qdf_nbuf_t dp_tx_send(void *vap_dev, qdf_nbuf_t nbuf)
  709. {
  710. struct ether_header *eh;
  711. struct dp_tx_msdu_info_s msdu_info;
  712. struct dp_tx_seg_info_s seg_info;
  713. struct dp_vdev *vdev = (struct dp_vdev *) vap_dev;
  714. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_DEBUG,
  715. "Entering %s , skb %0x:%0x:%0x:%0x:%0x:%0x\n",
  716. __func__, nbuf->data[0], nbuf->data[1], nbuf->data[2],
  717. nbuf->data[1], nbuf->data[2], nbuf->data[3]);
  718. /*
  719. * Get HW Queue to use for this frame.
  720. * TCL supports upto 4 DMA rings, out of which 3 rings are
  721. * dedicated for data and 1 for command.
  722. * "queue_id" maps to one hardware ring.
  723. * With each ring, we also associate a unique Tx descriptor pool
  724. * to minimize lock contention for these resources.
  725. */
  726. dp_tx_get_queue(vdev, nbuf, &msdu_info.tx_queue);
  727. /*
  728. * TCL H/W supports 2 DSCP-TID mapping tables.
  729. * Table 1 - Default DSCP-TID mapping table
  730. * Table 2 - 1 DSCP-TID override table
  731. *
  732. * If we need a different DSCP-TID mapping for this vap,
  733. * call tid_classify to extract DSCP/ToS from frame and
  734. * map to a TID and store in msdu_info. This is later used
  735. * to fill in TCL Input descriptor (per-packet TID override).
  736. */
  737. if (vdev->dscp_tid_map_id > 1)
  738. dp_tx_classify_tid(vdev, nbuf, &msdu_info);
  739. /* Reset the control block */
  740. qdf_nbuf_reset_ctxt(nbuf);
  741. /*
  742. * Classify the frame and call corresponding
  743. * "prepare" function which extracts the segment (TSO)
  744. * and fragmentation information (for TSO , SG, ME, or Raw)
  745. * into MSDU_INFO structure which is later used to fill
  746. * SW and HW descriptors.
  747. */
  748. if (qdf_nbuf_is_tso(nbuf)) {
  749. /* dp_tx_prepare_tso(vdev, nbuf, &seg_info, &msdu_info); */
  750. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_DEBUG,
  751. "%s TSO frame %p\n", __func__, vdev);
  752. DP_STATS_MSDU_INCR(soc, tx.tso.tso_pkts, nbuf);
  753. goto send_multiple;
  754. }
  755. /* SG */
  756. if (qdf_unlikely(qdf_nbuf_is_nonlinear(nbuf))) {
  757. nbuf = dp_tx_prepare_sg(vdev, nbuf, &seg_info, &msdu_info);
  758. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_DEBUG,
  759. "%s non-TSO SG frame %p\n", __func__, vdev);
  760. DP_STATS_MSDU_INCR(soc, tx.sg.sg_pkts, nbuf);
  761. goto send_multiple;
  762. }
  763. /* Mcast to Ucast Conversion*/
  764. if (qdf_unlikely(vdev->mcast_enhancement_en == 1)) {
  765. eh = (struct ether_header *)qdf_nbuf_data(nbuf);
  766. if (DP_FRAME_IS_MULTICAST((eh)->ether_dhost)) {
  767. nbuf = dp_tx_prepare_me(vdev, nbuf, &msdu_info);
  768. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_DEBUG,
  769. "%s Mcast frm for ME %p\n", __func__, vdev);
  770. DP_STATS_MSDU_INCR(soc, tx.mcast.pkts, nbuf);
  771. goto send_multiple;
  772. }
  773. }
  774. /* RAW */
  775. if (qdf_unlikely(vdev->tx_encap_type == htt_pkt_type_raw)) {
  776. nbuf = dp_tx_prepare_raw(vdev, nbuf, &msdu_info);
  777. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_DEBUG,
  778. "%s Raw frame %p\n", __func__, vdev);
  779. DP_STATS_MSDU_INCR(soc, tx.raw.pkts, nbuf);
  780. goto send_multiple;
  781. }
  782. /* Single linear frame */
  783. /*
  784. * If nbuf is a simple linear frame, use send_single function to
  785. * prepare direct-buffer type TCL descriptor and enqueue to TCL
  786. * SRNG. There is no need to setup a MSDU extension descriptor.
  787. */
  788. nbuf = dp_tx_send_msdu_single(vdev, nbuf, msdu_info.tid,
  789. &msdu_info.tx_queue);
  790. return nbuf;
  791. send_multiple:
  792. nbuf = dp_tx_send_msdu_multiple(vdev, nbuf, &msdu_info);
  793. return nbuf;
  794. }
  795. /**
  796. * dp_tx_reinject_handler() - Tx Reinject Handler
  797. * @tx_desc: software descriptor head pointer
  798. * @status : Tx completion status from HTT descriptor
  799. *
  800. * This function reinjects frames back to Target.
  801. * Todo - Host queue needs to be added
  802. *
  803. * Return: none
  804. */
  805. void dp_tx_reinject_handler(struct dp_tx_desc_s *tx_desc, uint8_t *status)
  806. {
  807. struct dp_vdev *vdev;
  808. vdev = tx_desc->vdev;
  809. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_INFO,
  810. "%s Tx reinject path\n",
  811. __func__);
  812. DP_STATS_MSDU_INCR(soc, tx.reinject.pkts, tx_desc->nbuf);
  813. dp_tx_send(vdev, tx_desc->nbuf);
  814. dp_tx_desc_release(vdev, tx_desc, tx_desc->pool_id);
  815. }
  816. /**
  817. * dp_tx_inspect_handler() - Tx Inspect Handler
  818. * @tx_desc: software descriptor head pointer
  819. * @status : Tx completion status from HTT descriptor
  820. *
  821. * Handles Tx frames sent back to Host for inspection
  822. * (ProxyARP)
  823. *
  824. * Return: none
  825. */
  826. void dp_tx_inspect_handler(struct dp_tx_desc_s *tx_desc, uint8_t *status)
  827. {
  828. struct dp_soc *soc;
  829. struct dp_vdev *vdev;
  830. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_INFO,
  831. "%s Tx inspect path\n",
  832. __func__);
  833. vdev = tx_desc->vdev;
  834. soc = vdev->pdev->soc;
  835. DP_STATS_MSDU_INCR(soc, tx.inspect.pkts, tx_desc->nbuf);
  836. DP_TX_FREE_SINGLE_BUF(soc, vdev, tx_desc->nbuf);
  837. }
  838. /**
  839. * dp_tx_process_htt_completion() - Tx HTT Completion Indication Handler
  840. * @tx_desc: software descriptor head pointer
  841. * @status : Tx completion status from HTT descriptor
  842. *
  843. * This function will process HTT Tx indication messages from Target
  844. *
  845. * Return: none
  846. */
  847. void dp_tx_process_htt_completion(struct dp_tx_desc_s *tx_desc, uint8_t *status)
  848. {
  849. uint8_t tx_status;
  850. struct dp_vdev *vdev;
  851. struct dp_pdev *pdev;
  852. struct dp_soc *soc;
  853. uint32_t *htt_status_word = (uint32_t *) status;
  854. vdev = tx_desc->vdev;
  855. pdev = vdev->pdev;
  856. soc = pdev->soc;
  857. tx_status = HTT_TX_WBM_COMPLETION_TX_STATUS_GET(htt_status_word[0]);
  858. switch (tx_status) {
  859. case HTT_TX_FW2WBM_TX_STATUS_OK:
  860. {
  861. pdev->num_tx_exception--;
  862. DP_TX_FREE_SINGLE_BUF(soc, vdev,
  863. tx_desc->nbuf);
  864. break;
  865. }
  866. case HTT_TX_FW2WBM_TX_STATUS_DROP:
  867. case HTT_TX_FW2WBM_TX_STATUS_TTL:
  868. {
  869. DP_TX_FREE_SINGLE_BUF(soc, vdev,
  870. tx_desc->nbuf);
  871. pdev->num_tx_exception--;
  872. DP_STATS_MSDU_INCR(soc, tx.dropped.pkts, tx_desc->nbuf);
  873. break;
  874. }
  875. case HTT_TX_FW2WBM_TX_STATUS_REINJECT:
  876. {
  877. dp_tx_reinject_handler(tx_desc, status);
  878. break;
  879. }
  880. case HTT_TX_FW2WBM_TX_STATUS_INSPECT:
  881. {
  882. dp_tx_inspect_handler(tx_desc, status);
  883. break;
  884. }
  885. default:
  886. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_ERROR,
  887. "%s Invalid HTT tx_status %d\n",
  888. __func__, tx_status);
  889. break;
  890. }
  891. }
  892. /**
  893. * dp_tx_comp_process_desc() - Tx complete software descriptor handler
  894. * @soc: core txrx main context
  895. * @comp_head: software descriptor head pointer
  896. *
  897. * This function will process batch of descriptors reaped by dp_tx_comp_handler
  898. * and release the software descriptors after processing is complete
  899. *
  900. * Return: none
  901. */
  902. void dp_tx_comp_process_desc(struct dp_soc *soc,
  903. struct dp_tx_desc_s *comp_head)
  904. {
  905. struct dp_tx_desc_s *desc;
  906. struct dp_tx_desc_s *next;
  907. struct dp_vdev *vdev;
  908. desc = comp_head;
  909. while (desc) {
  910. /* Error Handling */
  911. if (hal_tx_comp_get_buffer_source(&desc->comp) ==
  912. HAL_TX_COMP_RELEASE_SOURCE_FW) {
  913. dp_tx_comp_process_exception(desc);
  914. desc = desc->next;
  915. continue;
  916. }
  917. /* Process Tx status in descriptor */
  918. if (soc->process_tx_status)
  919. dp_tx_comp_process_tx_status(desc);
  920. vdev = desc->vdev;
  921. /* 0 : MSDU buffer, 1 : MLE */
  922. if (desc->msdu_ext_desc) {
  923. /* TSO free */
  924. if (hal_tx_ext_desc_get_tso_enable(
  925. desc->msdu_ext_desc->vaddr)) {
  926. /* If remaining number of segment is 0
  927. * actual TSO may unmap and free */
  928. if (!DP_DESC_NUM_FRAG(desc)) {
  929. qdf_nbuf_unmap(soc->osdev, desc->nbuf,
  930. QDF_DMA_TO_DEVICE);
  931. qdf_nbuf_free(desc->nbuf);
  932. }
  933. } else {
  934. /* SG free */
  935. /* Free buffer */
  936. qdf_nbuf_unmap(soc->osdev, desc->nbuf,
  937. QDF_DMA_TO_DEVICE);
  938. qdf_nbuf_free(desc->nbuf);
  939. }
  940. } else {
  941. qdf_nbuf_unmap(soc->osdev, desc->nbuf,
  942. QDF_DMA_TO_DEVICE);
  943. qdf_nbuf_free(desc->nbuf);
  944. }
  945. next = desc->next;
  946. dp_tx_desc_release(vdev, desc, desc->pool_id);
  947. desc = next;
  948. }
  949. }
  950. /**
  951. * dp_tx_comp_handler() - Tx completion handler
  952. * @soc: core txrx main context
  953. * @ring_id: completion ring id
  954. * @budget: No. of packets/descriptors that can be serviced in one loop
  955. *
  956. * This function will collect hardware release ring element contents and
  957. * handle descriptor contents. Based on contents, free packet or handle error
  958. * conditions
  959. *
  960. * Return: none
  961. */
  962. uint32_t dp_tx_comp_handler(struct dp_soc *soc, uint32_t ring_id,
  963. uint32_t budget)
  964. {
  965. void *tx_comp_hal_desc;
  966. uint8_t buffer_src;
  967. uint8_t pool_id;
  968. uint32_t tx_desc_id;
  969. struct dp_tx_desc_s *tx_desc = NULL;
  970. struct dp_tx_desc_s *head_desc = NULL;
  971. struct dp_tx_desc_s *tail_desc = NULL;
  972. uint32_t num_processed;
  973. void *hal_srng = soc->tx_comp_ring[ring_id].hal_srng;
  974. if (qdf_unlikely(hal_srng_access_start(soc->hal_soc, hal_srng))) {
  975. QDF_TRACE(QDF_MODULE_ID_TXRX, QDF_TRACE_LEVEL_ERROR,
  976. "%s %d : HAL RING Access Failed -- %p\n",
  977. __func__, __LINE__, hal_srng);
  978. return 0;
  979. }
  980. num_processed = 0;
  981. /* Find head descriptor from completion ring */
  982. while (qdf_likely(tx_comp_hal_desc =
  983. hal_srng_dst_get_next(soc->hal_soc, hal_srng))) {
  984. buffer_src = hal_tx_comp_get_buffer_source(tx_comp_hal_desc);
  985. /* If this buffer was not released by TQM or FW, then it is not
  986. * Tx completion indication, skip to next descriptor */
  987. if ((buffer_src != HAL_TX_COMP_RELEASE_SOURCE_TQM) &&
  988. (buffer_src != HAL_TX_COMP_RELEASE_SOURCE_FW)) {
  989. QDF_TRACE(QDF_MODULE_ID_DP,
  990. QDF_TRACE_LEVEL_ERROR,
  991. "Tx comp release_src != TQM | FW");
  992. /* TODO Handle Freeing of the buffer in descriptor */
  993. continue;
  994. }
  995. /* Get descriptor id */
  996. tx_desc_id = hal_tx_comp_get_desc_id(tx_comp_hal_desc);
  997. pool_id = (tx_desc_id & DP_TX_DESC_ID_POOL_MASK) >>
  998. DP_TX_DESC_ID_POOL_OS;
  999. /* Pool ID is out of limit. Error */
  1000. if (pool_id > wlan_cfg_get_num_tx_desc_pool(
  1001. soc->wlan_cfg_ctx)) {
  1002. QDF_TRACE(QDF_MODULE_ID_DP,
  1003. QDF_TRACE_LEVEL_FATAL,
  1004. "TX COMP pool id %d not valid",
  1005. pool_id);
  1006. /* Check if assert aborts execution, if not handle
  1007. * return here */
  1008. QDF_ASSERT(0);
  1009. }
  1010. /* Find Tx descriptor */
  1011. tx_desc = dp_tx_desc_find(soc, pool_id,
  1012. (tx_desc_id & DP_TX_DESC_ID_PAGE_MASK) >>
  1013. DP_TX_DESC_ID_PAGE_OS,
  1014. (tx_desc_id & DP_TX_DESC_ID_OFFSET_MASK) >>
  1015. DP_TX_DESC_ID_OFFSET_OS);
  1016. /* Pool id is not matching. Error */
  1017. if (tx_desc && (tx_desc->pool_id != pool_id)) {
  1018. QDF_TRACE(QDF_MODULE_ID_DP,
  1019. QDF_TRACE_LEVEL_FATAL,
  1020. "Tx Comp pool id %d not matched %d",
  1021. pool_id, tx_desc->pool_id);
  1022. /* Check if assert aborts execution, if not handle
  1023. * return here */
  1024. QDF_ASSERT(0);
  1025. }
  1026. if (!(tx_desc->flags & DP_TX_DESC_FLAG_ALLOCATED) ||
  1027. !(tx_desc->flags & DP_TX_DESC_FLAG_QUEUED_TX)) {
  1028. QDF_TRACE(QDF_MODULE_ID_DP,
  1029. QDF_TRACE_LEVEL_FATAL,
  1030. "Txdesc invalid, flgs = %x,id = %d",
  1031. tx_desc->flags, tx_desc_id);
  1032. /* TODO Handle Freeing of the buffer in this invalid
  1033. * descriptor */
  1034. continue;
  1035. }
  1036. /*
  1037. * If the release source is FW, process the HTT
  1038. * status
  1039. */
  1040. if (qdf_unlikely(buffer_src ==
  1041. HAL_TX_COMP_RELEASE_SOURCE_FW)) {
  1042. uint8_t htt_tx_status[HAL_TX_COMP_HTT_STATUS_LEN];
  1043. hal_tx_comp_get_htt_desc(tx_comp_hal_desc,
  1044. htt_tx_status);
  1045. dp_tx_process_htt_completion(tx_desc,
  1046. htt_tx_status);
  1047. } else {
  1048. tx_desc->next = NULL;
  1049. /* First ring descriptor on the cycle */
  1050. if (!head_desc) {
  1051. head_desc = tx_desc;
  1052. tail_desc = tx_desc;
  1053. }
  1054. tail_desc->next = tx_desc;
  1055. /* Collect hw completion contents */
  1056. hal_tx_comp_desc_sync(tx_comp_hal_desc,
  1057. &tx_desc->comp, soc->process_tx_status);
  1058. }
  1059. tail_desc = tx_desc;
  1060. num_processed++;
  1061. /*
  1062. * Processed packet count is more than given quota
  1063. * stop to processing
  1064. */
  1065. if (num_processed >= budget)
  1066. break;
  1067. }
  1068. hal_srng_access_end(soc->hal_soc, hal_srng);
  1069. /* Process the reaped descriptors */
  1070. if (head_desc)
  1071. dp_tx_comp_process_desc(soc, head_desc);
  1072. return num_processed;
  1073. }
  1074. /**
  1075. * dp_tx_vdev_attach() - attach vdev to dp tx
  1076. * @vdev: virtual device instance
  1077. *
  1078. * Return: QDF_STATUS_SUCCESS: success
  1079. * QDF_STATUS_E_RESOURCES: Error return
  1080. */
  1081. QDF_STATUS dp_tx_vdev_attach(struct dp_vdev *vdev)
  1082. {
  1083. vdev->num_tx_outstanding = 0;
  1084. /*
  1085. * Fill HTT TCL Metadata with Vdev ID and MAC ID
  1086. */
  1087. HTT_TX_TCL_METADATA_TYPE_SET(vdev->htt_tcl_metadata,
  1088. HTT_TCL_METADATA_TYPE_VDEV_BASED);
  1089. HTT_TX_TCL_METADATA_VDEV_ID_SET(vdev->htt_tcl_metadata,
  1090. vdev->vdev_id);
  1091. HTT_TX_TCL_METADATA_PDEV_ID_SET(vdev->htt_tcl_metadata,
  1092. vdev->pdev->pdev_id);
  1093. /*
  1094. * Set HTT Extension Valid bit to 0 by default
  1095. */
  1096. HTT_TX_TCL_METADATA_VALID_HTT_SET(vdev->htt_tcl_metadata, 0);
  1097. return QDF_STATUS_SUCCESS;
  1098. }
  1099. /**
  1100. * dp_tx_vdev_detach() - detach vdev from dp tx
  1101. * @vdev: virtual device instance
  1102. *
  1103. * Return: QDF_STATUS_SUCCESS: success
  1104. * QDF_STATUS_E_RESOURCES: Error return
  1105. */
  1106. QDF_STATUS dp_tx_vdev_detach(struct dp_vdev *vdev)
  1107. {
  1108. return QDF_STATUS_SUCCESS;
  1109. }
  1110. /**
  1111. * dp_tx_pdev_attach() - attach pdev to dp tx
  1112. * @pdev: physical device instance
  1113. *
  1114. * Return: QDF_STATUS_SUCCESS: success
  1115. * QDF_STATUS_E_RESOURCES: Error return
  1116. */
  1117. QDF_STATUS dp_tx_pdev_attach(struct dp_pdev *pdev)
  1118. {
  1119. struct dp_soc *soc = pdev->soc;
  1120. /* Initialize Flow control counters */
  1121. pdev->num_tx_exception = 0;
  1122. pdev->num_tx_outstanding = 0;
  1123. if (wlan_cfg_per_pdev_tx_ring(soc->wlan_cfg_ctx)) {
  1124. /* Initialize descriptors in TCL Ring */
  1125. hal_tx_init_data_ring(soc->hal_soc,
  1126. soc->tcl_data_ring[pdev->pdev_id].hal_srng);
  1127. }
  1128. return QDF_STATUS_SUCCESS;
  1129. }
  1130. /**
  1131. * dp_tx_pdev_detach() - detach pdev from dp tx
  1132. * @pdev: physical device instance
  1133. *
  1134. * Return: QDF_STATUS_SUCCESS: success
  1135. * QDF_STATUS_E_RESOURCES: Error return
  1136. */
  1137. QDF_STATUS dp_tx_pdev_detach(struct dp_pdev *pdev)
  1138. {
  1139. /* What should do here? */
  1140. return QDF_STATUS_SUCCESS;
  1141. }
  1142. /**
  1143. * dp_tx_soc_detach() - detach soc from dp tx
  1144. * @soc: core txrx main context
  1145. *
  1146. * This function will detach dp tx into main device context
  1147. * will free dp tx resource and initialize resources
  1148. *
  1149. * Return: QDF_STATUS_SUCCESS: success
  1150. * QDF_STATUS_E_RESOURCES: Error return
  1151. */
  1152. QDF_STATUS dp_tx_soc_detach(struct dp_soc *soc)
  1153. {
  1154. uint8_t num_pool;
  1155. uint16_t num_desc;
  1156. uint16_t num_ext_desc;
  1157. uint8_t i;
  1158. num_pool = wlan_cfg_get_num_tx_desc_pool(soc->wlan_cfg_ctx);
  1159. num_desc = wlan_cfg_get_num_tx_desc(soc->wlan_cfg_ctx);
  1160. num_ext_desc = wlan_cfg_get_num_tx_ext_desc(soc->wlan_cfg_ctx);
  1161. for (i = 0; i < num_pool; i++) {
  1162. if (dp_tx_desc_pool_free(soc, i)) {
  1163. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_INFO,
  1164. "%s Tx Desc Pool Free failed\n",
  1165. __func__);
  1166. return QDF_STATUS_E_RESOURCES;
  1167. }
  1168. }
  1169. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_INFO,
  1170. "%s Tx Desc Pool Free num_pool = %d, descs = %d\n",
  1171. __func__, num_pool, num_desc);
  1172. for (i = 0; i < num_pool; i++) {
  1173. if (dp_tx_ext_desc_pool_free(soc, i)) {
  1174. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_INFO,
  1175. "%s Tx Ext Desc Pool Free failed\n",
  1176. __func__);
  1177. return QDF_STATUS_E_RESOURCES;
  1178. }
  1179. }
  1180. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_INFO,
  1181. "%s MSDU Ext Desc Pool %d Free descs = %d\n",
  1182. __func__, num_pool, num_ext_desc);
  1183. return QDF_STATUS_SUCCESS;
  1184. }
  1185. /**
  1186. * dp_tx_soc_attach() - attach soc to dp tx
  1187. * @soc: core txrx main context
  1188. *
  1189. * This function will attach dp tx into main device context
  1190. * will allocate dp tx resource and initialize resources
  1191. *
  1192. * Return: QDF_STATUS_SUCCESS: success
  1193. * QDF_STATUS_E_RESOURCES: Error return
  1194. */
  1195. QDF_STATUS dp_tx_soc_attach(struct dp_soc *soc)
  1196. {
  1197. uint8_t num_pool;
  1198. uint32_t num_desc;
  1199. uint32_t num_ext_desc;
  1200. uint8_t i;
  1201. num_pool = wlan_cfg_get_num_tx_desc_pool(soc->wlan_cfg_ctx);
  1202. num_desc = wlan_cfg_get_num_tx_desc(soc->wlan_cfg_ctx);
  1203. num_ext_desc = wlan_cfg_get_num_tx_ext_desc(soc->wlan_cfg_ctx);
  1204. /* Allocate software Tx descriptor pools */
  1205. for (i = 0; i < num_pool; i++) {
  1206. if (dp_tx_desc_pool_alloc(soc, i, num_desc)) {
  1207. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_ERROR,
  1208. "%s Tx Desc Pool alloc %d failed %p\n",
  1209. __func__, i, soc);
  1210. goto fail;
  1211. }
  1212. }
  1213. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_INFO,
  1214. "%s Tx Desc Alloc num_pool = %d, descs = %d\n",
  1215. __func__, num_pool, num_desc);
  1216. /* Allocate extension tx descriptor pools */
  1217. for (i = 0; i < num_pool; i++) {
  1218. if (dp_tx_ext_desc_pool_alloc(soc, i, num_ext_desc)) {
  1219. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_ERROR,
  1220. "MSDU Ext Desc Pool alloc %d failed %p\n",
  1221. i, soc);
  1222. goto fail;
  1223. }
  1224. }
  1225. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_INFO,
  1226. "%s MSDU Ext Desc Alloc %d, descs = %d\n",
  1227. __func__, num_pool, num_ext_desc);
  1228. /* Initialize descriptors in TCL Rings */
  1229. if (!wlan_cfg_per_pdev_tx_ring(soc->wlan_cfg_ctx)) {
  1230. for (i = 0; i < soc->num_tcl_data_rings; i++) {
  1231. hal_tx_init_data_ring(soc->hal_soc,
  1232. soc->tcl_data_ring[i].hal_srng);
  1233. }
  1234. }
  1235. /* Initialize Default DSCP-TID mapping table in TCL */
  1236. hal_tx_set_dscp_tid_map(soc->hal_soc, default_dscp_tid_map,
  1237. HAL_TX_DSCP_TID_MAP_TABLE_DEFAULT);
  1238. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_INFO,
  1239. "%s HAL Tx init Success\n", __func__);
  1240. return QDF_STATUS_SUCCESS;
  1241. fail:
  1242. /* Detach will take care of freeing only allocated resources */
  1243. dp_tx_soc_detach(soc);
  1244. return QDF_STATUS_E_RESOURCES;
  1245. }