dp_tx.c 39 KB

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