dp_tx.c 39 KB

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