htc.c 29 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114
  1. /*
  2. * Copyright (c) 2013-2018 The Linux Foundation. All rights reserved.
  3. *
  4. * Permission to use, copy, modify, and/or distribute this software for
  5. * any purpose with or without fee is hereby granted, provided that the
  6. * above copyright notice and this permission notice appear in all
  7. * copies.
  8. *
  9. * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
  10. * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
  11. * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
  12. * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
  13. * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
  14. * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  15. * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  16. * PERFORMANCE OF THIS SOFTWARE.
  17. */
  18. #include "htc_debug.h"
  19. #include "htc_internal.h"
  20. #include "htc_credit_history.h"
  21. #include <hif.h>
  22. #include <qdf_nbuf.h> /* qdf_nbuf_t */
  23. #include <qdf_types.h> /* qdf_print */
  24. #define MAX_HTC_RX_BUNDLE 2
  25. #if defined(WLAN_DEBUG) || defined(DEBUG)
  26. static ATH_DEBUG_MASK_DESCRIPTION g_htc_debug_description[] = {
  27. {ATH_DEBUG_SEND, "Send"},
  28. {ATH_DEBUG_RECV, "Recv"},
  29. {ATH_DEBUG_SYNC, "Sync"},
  30. {ATH_DEBUG_DUMP, "Dump Data (RX or TX)"},
  31. {ATH_DEBUG_SETUP, "Setup"},
  32. };
  33. ATH_DEBUG_INSTANTIATE_MODULE_VAR(htc,
  34. "htc",
  35. "Host Target Communications",
  36. ATH_DEBUG_MASK_DEFAULTS | ATH_DEBUG_INFO |
  37. ATH_DEBUG_SETUP,
  38. ATH_DEBUG_DESCRIPTION_COUNT
  39. (g_htc_debug_description),
  40. g_htc_debug_description);
  41. #endif
  42. #if (defined(CONFIG_MCL) || (QCA_WIFI_QCA8074))
  43. static const uint32_t svc_id[] = {WMI_CONTROL_SVC, WMI_CONTROL_SVC_WMAC1,
  44. WMI_CONTROL_SVC_WMAC2};
  45. #else
  46. static const uint32_t svc_id[] = {WMI_CONTROL_SVC};
  47. #endif
  48. extern unsigned int htc_credit_flow;
  49. static void reset_endpoint_states(HTC_TARGET *target);
  50. static void destroy_htc_tx_ctrl_packet(HTC_PACKET *pPacket)
  51. {
  52. qdf_nbuf_t netbuf;
  53. netbuf = (qdf_nbuf_t) GET_HTC_PACKET_NET_BUF_CONTEXT(pPacket);
  54. AR_DEBUG_PRINTF(ATH_DEBUG_TRC, ("free ctrl netbuf :0x%pK\n", netbuf));
  55. if (netbuf != NULL)
  56. qdf_nbuf_free(netbuf);
  57. qdf_mem_free(pPacket);
  58. }
  59. static HTC_PACKET *build_htc_tx_ctrl_packet(qdf_device_t osdev)
  60. {
  61. HTC_PACKET *pPacket = NULL;
  62. qdf_nbuf_t netbuf;
  63. do {
  64. pPacket = (HTC_PACKET *) qdf_mem_malloc(sizeof(HTC_PACKET));
  65. if (pPacket == NULL)
  66. break;
  67. netbuf = qdf_nbuf_alloc(osdev, HTC_CONTROL_BUFFER_SIZE,
  68. 20, 4, true);
  69. if (NULL == netbuf) {
  70. qdf_mem_free(pPacket);
  71. pPacket = NULL;
  72. qdf_print("%s: nbuf alloc failed", __func__);
  73. break;
  74. }
  75. AR_DEBUG_PRINTF(ATH_DEBUG_TRC,
  76. ("alloc ctrl netbuf :0x%pK\n", netbuf));
  77. SET_HTC_PACKET_NET_BUF_CONTEXT(pPacket, netbuf);
  78. } while (false);
  79. return pPacket;
  80. }
  81. void htc_free_control_tx_packet(HTC_TARGET *target, HTC_PACKET *pPacket)
  82. {
  83. #ifdef TODO_FIXME
  84. LOCK_HTC(target);
  85. HTC_PACKET_ENQUEUE(&target->ControlBufferTXFreeList, pPacket);
  86. UNLOCK_HTC(target);
  87. /* TODO_FIXME netbufs cannot be RESET! */
  88. #else
  89. destroy_htc_tx_ctrl_packet(pPacket);
  90. #endif
  91. }
  92. HTC_PACKET *htc_alloc_control_tx_packet(HTC_TARGET *target)
  93. {
  94. #ifdef TODO_FIXME
  95. HTC_PACKET *pPacket;
  96. LOCK_HTC(target);
  97. pPacket = htc_packet_dequeue(&target->ControlBufferTXFreeList);
  98. UNLOCK_HTC(target);
  99. return pPacket;
  100. #else
  101. return build_htc_tx_ctrl_packet(target->osdev);
  102. #endif
  103. }
  104. /* Set the target failure handling callback */
  105. void htc_set_target_failure_callback(HTC_HANDLE HTCHandle,
  106. HTC_TARGET_FAILURE Callback)
  107. {
  108. HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(HTCHandle);
  109. target->HTCInitInfo.TargetFailure = Callback;
  110. }
  111. void htc_dump(HTC_HANDLE HTCHandle, uint8_t CmdId, bool start)
  112. {
  113. HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(HTCHandle);
  114. hif_dump(target->hif_dev, CmdId, start);
  115. }
  116. /* cleanup the HTC instance */
  117. static void htc_cleanup(HTC_TARGET *target)
  118. {
  119. HTC_PACKET *pPacket;
  120. int i;
  121. HTC_ENDPOINT *endpoint;
  122. HTC_PACKET_QUEUE *pkt_queue;
  123. qdf_nbuf_t netbuf;
  124. if (target->hif_dev != NULL) {
  125. hif_detach_htc(target->hif_dev);
  126. hif_mask_interrupt_call(target->hif_dev);
  127. target->hif_dev = NULL;
  128. }
  129. while (true) {
  130. pPacket = allocate_htc_packet_container(target);
  131. if (pPacket == NULL)
  132. break;
  133. qdf_mem_free(pPacket);
  134. }
  135. LOCK_HTC_TX(target);
  136. pPacket = target->pBundleFreeList;
  137. target->pBundleFreeList = NULL;
  138. UNLOCK_HTC_TX(target);
  139. while (pPacket) {
  140. HTC_PACKET *pPacketTmp = (HTC_PACKET *) pPacket->ListLink.pNext;
  141. netbuf = GET_HTC_PACKET_NET_BUF_CONTEXT(pPacket);
  142. if (netbuf)
  143. qdf_nbuf_free(netbuf);
  144. pkt_queue = pPacket->pContext;
  145. if (pkt_queue)
  146. qdf_mem_free(pkt_queue);
  147. qdf_mem_free(pPacket);
  148. pPacket = pPacketTmp;
  149. }
  150. #ifdef TODO_FIXME
  151. while (true) {
  152. pPacket = htc_alloc_control_tx_packet(target);
  153. if (pPacket == NULL)
  154. break;
  155. netbuf = (qdf_nbuf_t) GET_HTC_PACKET_NET_BUF_CONTEXT(pPacket);
  156. if (netbuf != NULL)
  157. qdf_nbuf_free(netbuf);
  158. qdf_mem_free(pPacket);
  159. }
  160. #endif
  161. htc_flush_endpoint_txlookupQ(target, ENDPOINT_0, true);
  162. qdf_spinlock_destroy(&target->HTCLock);
  163. qdf_spinlock_destroy(&target->HTCRxLock);
  164. qdf_spinlock_destroy(&target->HTCTxLock);
  165. for (i = 0; i < ENDPOINT_MAX; i++) {
  166. endpoint = &target->endpoint[i];
  167. qdf_spinlock_destroy(&endpoint->lookup_queue_lock);
  168. }
  169. /* free our instance */
  170. qdf_mem_free(target);
  171. }
  172. #ifdef FEATURE_RUNTIME_PM
  173. /**
  174. * htc_runtime_pm_init(): runtime pm related intialization
  175. *
  176. * need to initialize a work item.
  177. */
  178. static void htc_runtime_pm_init(HTC_TARGET *target)
  179. {
  180. qdf_create_work(0, &target->queue_kicker, htc_kick_queues, target);
  181. }
  182. /**
  183. * htc_runtime_suspend() - runtime suspend HTC
  184. *
  185. * @htc_ctx: HTC context pointer
  186. *
  187. * This is a dummy function for symmetry.
  188. *
  189. * Return: 0 for success
  190. */
  191. int htc_runtime_suspend(HTC_HANDLE htc_ctx)
  192. {
  193. return 0;
  194. }
  195. /**
  196. * htc_runtime_resume(): resume htc
  197. *
  198. * The htc message queue needs to be kicked off after
  199. * a runtime resume. Otherwise messages would get stuck.
  200. *
  201. * @htc_ctx: HTC context pointer
  202. *
  203. * Return: 0 for success;
  204. */
  205. int htc_runtime_resume(HTC_HANDLE htc_ctx)
  206. {
  207. HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(htc_ctx);
  208. if (target == NULL)
  209. return 0;
  210. qdf_sched_work(0, &target->queue_kicker);
  211. return 0;
  212. }
  213. #else
  214. static inline void htc_runtime_pm_init(HTC_TARGET *target) { }
  215. #endif
  216. /* registered target arrival callback from the HIF layer */
  217. HTC_HANDLE htc_create(void *ol_sc, struct htc_init_info *pInfo,
  218. qdf_device_t osdev, uint32_t con_mode)
  219. {
  220. struct hif_msg_callbacks htcCallbacks;
  221. HTC_ENDPOINT *pEndpoint = NULL;
  222. HTC_TARGET *target = NULL;
  223. int i;
  224. if (ol_sc == NULL) {
  225. HTC_ERROR("%s: ol_sc = NULL", __func__);
  226. return NULL;
  227. }
  228. HTC_TRACE("+htc_create .. HIF :%pK", ol_sc);
  229. A_REGISTER_MODULE_DEBUG_INFO(htc);
  230. target = (HTC_TARGET *) qdf_mem_malloc(sizeof(HTC_TARGET));
  231. if (target == NULL) {
  232. HTC_ERROR("%s: Unable to allocate memory", __func__);
  233. return NULL;
  234. }
  235. htc_runtime_pm_init(target);
  236. htc_credit_history_init();
  237. qdf_spinlock_create(&target->HTCLock);
  238. qdf_spinlock_create(&target->HTCRxLock);
  239. qdf_spinlock_create(&target->HTCTxLock);
  240. for (i = 0; i < ENDPOINT_MAX; i++) {
  241. pEndpoint = &target->endpoint[i];
  242. qdf_spinlock_create(&pEndpoint->lookup_queue_lock);
  243. }
  244. target->is_nodrop_pkt = false;
  245. target->htc_hdr_length_check = false;
  246. target->wmi_ep_count = 1;
  247. do {
  248. qdf_mem_copy(&target->HTCInitInfo, pInfo,
  249. sizeof(struct htc_init_info));
  250. target->host_handle = pInfo->pContext;
  251. target->osdev = osdev;
  252. target->con_mode = con_mode;
  253. reset_endpoint_states(target);
  254. INIT_HTC_PACKET_QUEUE(&target->ControlBufferTXFreeList);
  255. for (i = 0; i < HTC_PACKET_CONTAINER_ALLOCATION; i++) {
  256. HTC_PACKET *pPacket = (HTC_PACKET *)
  257. qdf_mem_malloc(sizeof(HTC_PACKET));
  258. if (pPacket != NULL)
  259. free_htc_packet_container(target, pPacket);
  260. }
  261. #ifdef TODO_FIXME
  262. for (i = 0; i < NUM_CONTROL_TX_BUFFERS; i++) {
  263. pPacket = build_htc_tx_ctrl_packet();
  264. if (pPacket == NULL)
  265. break;
  266. htc_free_control_tx_packet(target, pPacket);
  267. }
  268. #endif
  269. /* setup HIF layer callbacks */
  270. qdf_mem_zero(&htcCallbacks, sizeof(struct hif_msg_callbacks));
  271. htcCallbacks.Context = target;
  272. htcCallbacks.rxCompletionHandler = htc_rx_completion_handler;
  273. htcCallbacks.txCompletionHandler = htc_tx_completion_handler;
  274. htcCallbacks.txResourceAvailHandler =
  275. htc_tx_resource_avail_handler;
  276. htcCallbacks.fwEventHandler = htc_fw_event_handler;
  277. target->hif_dev = ol_sc;
  278. /* Get HIF default pipe for HTC message exchange */
  279. pEndpoint = &target->endpoint[ENDPOINT_0];
  280. hif_post_init(target->hif_dev, target, &htcCallbacks);
  281. hif_get_default_pipe(target->hif_dev, &pEndpoint->UL_PipeID,
  282. &pEndpoint->DL_PipeID);
  283. hif_set_initial_wakeup_cb(target->hif_dev,
  284. pInfo->target_initial_wakeup_cb,
  285. pInfo->target_psoc);
  286. } while (false);
  287. htc_recv_init(target);
  288. HTC_TRACE("-htc_create: (0x%pK)", target);
  289. return (HTC_HANDLE) target;
  290. }
  291. void htc_destroy(HTC_HANDLE HTCHandle)
  292. {
  293. HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(HTCHandle);
  294. AR_DEBUG_PRINTF(ATH_DEBUG_TRC,
  295. ("+htc_destroy .. Destroying :0x%pK\n", target));
  296. hif_stop(htc_get_hif_device(HTCHandle));
  297. if (target)
  298. htc_cleanup(target);
  299. AR_DEBUG_PRINTF(ATH_DEBUG_TRC, ("-htc_destroy\n"));
  300. }
  301. /* get the low level HIF device for the caller , the caller may wish to do low
  302. * level HIF requests
  303. */
  304. void *htc_get_hif_device(HTC_HANDLE HTCHandle)
  305. {
  306. HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(HTCHandle);
  307. return target->hif_dev;
  308. }
  309. static void htc_control_tx_complete(void *Context, HTC_PACKET *pPacket)
  310. {
  311. HTC_TARGET *target = (HTC_TARGET *) Context;
  312. AR_DEBUG_PRINTF(ATH_DEBUG_TRC,
  313. ("+-htc_control_tx_complete 0x%pK (l:%d)\n", pPacket,
  314. pPacket->ActualLength));
  315. htc_free_control_tx_packet(target, pPacket);
  316. }
  317. /* TODO, this is just a temporary max packet size */
  318. #define MAX_MESSAGE_SIZE 1536
  319. /**
  320. * htc_setup_epping_credit_allocation() - allocate credits/HTC buffers to WMI
  321. * @scn: pointer to hif_opaque_softc
  322. * @pEntry: pointer to tx credit allocation entry
  323. * @credits: number of credits
  324. *
  325. * Return: None
  326. */
  327. static void
  328. htc_setup_epping_credit_allocation(struct hif_opaque_softc *scn,
  329. struct htc_service_tx_credit_allocation *pEntry,
  330. int credits)
  331. {
  332. switch (hif_get_bus_type(scn)) {
  333. case QDF_BUS_TYPE_PCI:
  334. case QDF_BUS_TYPE_USB:
  335. pEntry++;
  336. pEntry->service_id = WMI_DATA_BE_SVC;
  337. pEntry->CreditAllocation = (credits >> 1);
  338. pEntry++;
  339. pEntry->service_id = WMI_DATA_BK_SVC;
  340. pEntry->CreditAllocation = (credits >> 1);
  341. break;
  342. case QDF_BUS_TYPE_SDIO:
  343. pEntry++;
  344. pEntry->service_id = WMI_DATA_BE_SVC;
  345. pEntry->CreditAllocation = credits;
  346. break;
  347. default:
  348. break;
  349. }
  350. }
  351. /**
  352. * htc_setup_target_buffer_assignments() - setup target buffer assignments
  353. * @target: HTC Target Pointer
  354. *
  355. * Return: A_STATUS
  356. */
  357. static
  358. A_STATUS htc_setup_target_buffer_assignments(HTC_TARGET *target)
  359. {
  360. struct htc_service_tx_credit_allocation *pEntry;
  361. A_STATUS status;
  362. int credits;
  363. int creditsPerMaxMsg;
  364. creditsPerMaxMsg = MAX_MESSAGE_SIZE / target->TargetCreditSize;
  365. if (MAX_MESSAGE_SIZE % target->TargetCreditSize)
  366. creditsPerMaxMsg++;
  367. /* TODO, this should be configured by the caller! */
  368. credits = target->TotalTransmitCredits;
  369. pEntry = &target->ServiceTxAllocTable[0];
  370. status = A_OK;
  371. /*
  372. * Allocate all credists/HTC buffers to WMI.
  373. * no buffers are used/required for data. data always
  374. * remains on host.
  375. */
  376. if (HTC_IS_EPPING_ENABLED(target->con_mode)) {
  377. pEntry++;
  378. pEntry->service_id = WMI_CONTROL_SVC;
  379. pEntry->CreditAllocation = credits;
  380. /* endpoint ping is a testing tool directly on top of HTC in
  381. * both target and host sides.
  382. * In target side, the endppint ping fw has no wlan stack and
  383. * FW mboxping app directly sits on HTC and it simply drops
  384. * or loops back TX packets. For rx perf, FW mboxping app
  385. * generates packets and passes packets to HTC to send to host.
  386. * There is no WMI message exchanges between host and target
  387. * in endpoint ping case.
  388. * In host side, the endpoint ping driver is a Ethernet driver
  389. * and it directly sits on HTC. Only HIF, HTC, QDF, ADF are
  390. * used by the endpoint ping driver. There is no wifi stack
  391. * at all in host side also. For tx perf use case,
  392. * the user space mboxping app sends the raw packets to endpoint
  393. * ping driver and it directly forwards to HTC for transmission
  394. * to stress the bus. For the rx perf, HTC passes the received
  395. * packets to endpoint ping driver and it is passed to the user
  396. * space through the Ethernet interface.
  397. * For credit allocation, in SDIO bus case, only BE service is
  398. * used for tx/rx perf testing so that all credits are given
  399. * to BE service. In PCIe and USB bus case, endpoint ping uses
  400. * both BE and BK services to stress the bus so that the total
  401. * credits are equally distributed to BE and BK services.
  402. */
  403. htc_setup_epping_credit_allocation(target->hif_dev,
  404. pEntry, credits);
  405. } else {
  406. int i;
  407. uint32_t max_wmi_svc = (sizeof(svc_id) / sizeof(uint32_t));
  408. if ((target->wmi_ep_count == 0) ||
  409. (target->wmi_ep_count > max_wmi_svc))
  410. return A_ERROR;
  411. /*
  412. * Divide credit among number of endpoints for WMI
  413. */
  414. credits = credits / target->wmi_ep_count;
  415. for (i = 0; i < target->wmi_ep_count; i++) {
  416. status = A_OK;
  417. pEntry++;
  418. pEntry->service_id = svc_id[i];
  419. pEntry->CreditAllocation = credits;
  420. }
  421. }
  422. if (A_SUCCESS(status)) {
  423. int i;
  424. for (i = 0; i < HTC_MAX_SERVICE_ALLOC_ENTRIES; i++) {
  425. if (target->ServiceTxAllocTable[i].service_id != 0) {
  426. AR_DEBUG_PRINTF(ATH_DEBUG_INIT,
  427. ("SVS Index : %d TX : 0x%2.2X : alloc:%d",
  428. i,
  429. target->ServiceTxAllocTable[i].
  430. service_id,
  431. target->ServiceTxAllocTable[i].
  432. CreditAllocation));
  433. }
  434. }
  435. }
  436. return status;
  437. }
  438. uint8_t htc_get_credit_allocation(HTC_TARGET *target, uint16_t service_id)
  439. {
  440. uint8_t allocation = 0;
  441. int i;
  442. for (i = 0; i < HTC_MAX_SERVICE_ALLOC_ENTRIES; i++) {
  443. if (target->ServiceTxAllocTable[i].service_id == service_id) {
  444. allocation =
  445. target->ServiceTxAllocTable[i].CreditAllocation;
  446. }
  447. }
  448. if (0 == allocation) {
  449. AR_DEBUG_PRINTF(ATH_DEBUG_RSVD1,
  450. ("HTC Service TX : 0x%2.2X : allocation is zero!\n",
  451. service_id));
  452. }
  453. return allocation;
  454. }
  455. QDF_STATUS htc_wait_target(HTC_HANDLE HTCHandle)
  456. {
  457. QDF_STATUS status = QDF_STATUS_SUCCESS;
  458. HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(HTCHandle);
  459. HTC_READY_EX_MSG *pReadyMsg;
  460. struct htc_service_connect_req connect;
  461. struct htc_service_connect_resp resp;
  462. HTC_READY_MSG *rdy_msg;
  463. uint16_t htc_rdy_msg_id;
  464. uint8_t i = 0;
  465. HTC_PACKET *rx_bundle_packet, *temp_bundle_packet;
  466. AR_DEBUG_PRINTF(ATH_DEBUG_TRC,
  467. ("htc_wait_target - Enter (target:0x%pK)\n", HTCHandle));
  468. AR_DEBUG_PRINTF(ATH_DEBUG_RSVD1, ("+HWT\n"));
  469. do {
  470. status = hif_start(target->hif_dev);
  471. if (QDF_IS_STATUS_ERROR(status)) {
  472. AR_DEBUG_PRINTF(ATH_DEBUG_ERROR,
  473. ("hif_start failed\n"));
  474. break;
  475. }
  476. status = htc_wait_recv_ctrl_message(target);
  477. if (QDF_IS_STATUS_ERROR(status))
  478. break;
  479. if (target->CtrlResponseLength < (sizeof(HTC_READY_EX_MSG))) {
  480. AR_DEBUG_PRINTF(ATH_DEBUG_ERR,
  481. ("Invalid HTC Ready Msg Len:%d!\n",
  482. target->CtrlResponseLength));
  483. status = QDF_STATUS_E_BADMSG;
  484. break;
  485. }
  486. pReadyMsg = (HTC_READY_EX_MSG *) target->CtrlResponseBuffer;
  487. rdy_msg = &pReadyMsg->Version2_0_Info;
  488. htc_rdy_msg_id =
  489. HTC_GET_FIELD(rdy_msg, HTC_READY_MSG, MESSAGEID);
  490. if (htc_rdy_msg_id != HTC_MSG_READY_ID) {
  491. AR_DEBUG_PRINTF(ATH_DEBUG_ERR,
  492. ("Invalid HTC Ready Msg : 0x%X!\n",
  493. htc_rdy_msg_id));
  494. status = QDF_STATUS_E_BADMSG;
  495. break;
  496. }
  497. target->TotalTransmitCredits =
  498. HTC_GET_FIELD(rdy_msg, HTC_READY_MSG, CREDITCOUNT);
  499. target->TargetCreditSize =
  500. (int)HTC_GET_FIELD(rdy_msg, HTC_READY_MSG, CREDITSIZE);
  501. target->MaxMsgsPerHTCBundle =
  502. (uint8_t) pReadyMsg->MaxMsgsPerHTCBundle;
  503. UPDATE_ALT_CREDIT(target, pReadyMsg->AltDataCreditSize);
  504. /* for old fw this value is set to 0. But the minimum value
  505. * should be 1, i.e., no bundling
  506. */
  507. if (target->MaxMsgsPerHTCBundle < 1)
  508. target->MaxMsgsPerHTCBundle = 1;
  509. AR_DEBUG_PRINTF(ATH_DEBUG_INIT,
  510. ("Target Ready! TX resource : %d size:%d, MaxMsgsPerHTCBundle = %d",
  511. target->TotalTransmitCredits,
  512. target->TargetCreditSize,
  513. target->MaxMsgsPerHTCBundle));
  514. if ((0 == target->TotalTransmitCredits)
  515. || (0 == target->TargetCreditSize)) {
  516. status = QDF_STATUS_E_ABORTED;
  517. break;
  518. }
  519. /* Allocate expected number of RX bundle buffer allocation */
  520. if (HTC_RX_BUNDLE_ENABLED(target)) {
  521. temp_bundle_packet = NULL;
  522. for (i = 0; i < MAX_HTC_RX_BUNDLE; i++) {
  523. rx_bundle_packet =
  524. allocate_htc_bundle_packet(target);
  525. if (rx_bundle_packet != NULL)
  526. rx_bundle_packet->ListLink.pNext =
  527. (DL_LIST *)temp_bundle_packet;
  528. else
  529. break;
  530. temp_bundle_packet = rx_bundle_packet;
  531. }
  532. LOCK_HTC_TX(target);
  533. target->pBundleFreeList = temp_bundle_packet;
  534. UNLOCK_HTC_TX(target);
  535. }
  536. /* done processing */
  537. target->CtrlResponseProcessing = false;
  538. htc_setup_target_buffer_assignments(target);
  539. /* setup our pseudo HTC control endpoint connection */
  540. qdf_mem_zero(&connect, sizeof(connect));
  541. qdf_mem_zero(&resp, sizeof(resp));
  542. connect.EpCallbacks.pContext = target;
  543. connect.EpCallbacks.EpTxComplete = htc_control_tx_complete;
  544. connect.EpCallbacks.EpRecv = htc_control_rx_complete;
  545. connect.MaxSendQueueDepth = NUM_CONTROL_TX_BUFFERS;
  546. connect.service_id = HTC_CTRL_RSVD_SVC;
  547. /* connect fake service */
  548. status = htc_connect_service((HTC_HANDLE) target,
  549. &connect, &resp);
  550. } while (false);
  551. AR_DEBUG_PRINTF(ATH_DEBUG_TRC, ("htc_wait_target - Exit (%d)\n",
  552. status));
  553. AR_DEBUG_PRINTF(ATH_DEBUG_RSVD1, ("-HWT\n"));
  554. return status;
  555. }
  556. /* start HTC, this is called after all services are connected */
  557. static A_STATUS htc_config_target_hif_pipe(HTC_TARGET *target)
  558. {
  559. return A_OK;
  560. }
  561. static void reset_endpoint_states(HTC_TARGET *target)
  562. {
  563. HTC_ENDPOINT *pEndpoint;
  564. int i;
  565. for (i = ENDPOINT_0; i < ENDPOINT_MAX; i++) {
  566. pEndpoint = &target->endpoint[i];
  567. pEndpoint->service_id = 0;
  568. pEndpoint->MaxMsgLength = 0;
  569. pEndpoint->MaxTxQueueDepth = 0;
  570. pEndpoint->Id = i;
  571. INIT_HTC_PACKET_QUEUE(&pEndpoint->TxQueue);
  572. INIT_HTC_PACKET_QUEUE(&pEndpoint->TxLookupQueue);
  573. INIT_HTC_PACKET_QUEUE(&pEndpoint->RxBufferHoldQueue);
  574. pEndpoint->target = target;
  575. pEndpoint->TxCreditFlowEnabled = (bool)htc_credit_flow;
  576. qdf_atomic_init(&pEndpoint->TxProcessCount);
  577. }
  578. }
  579. /**
  580. * htc_start() - Main HTC function to trigger HTC start
  581. * @HTCHandle: pointer to HTC handle
  582. *
  583. * Return: QDF_STATUS_SUCCESS for success or an appropriate QDF_STATUS error
  584. */
  585. QDF_STATUS htc_start(HTC_HANDLE HTCHandle)
  586. {
  587. qdf_nbuf_t netbuf;
  588. QDF_STATUS status = QDF_STATUS_SUCCESS;
  589. HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(HTCHandle);
  590. HTC_SETUP_COMPLETE_EX_MSG *pSetupComp;
  591. HTC_PACKET *pSendPacket;
  592. AR_DEBUG_PRINTF(ATH_DEBUG_TRC, ("htc_start Enter\n"));
  593. do {
  594. htc_config_target_hif_pipe(target);
  595. /* allocate a buffer to send */
  596. pSendPacket = htc_alloc_control_tx_packet(target);
  597. if (NULL == pSendPacket) {
  598. AR_DEBUG_ASSERT(false);
  599. qdf_print("%s: allocControlTxPacket failed",
  600. __func__);
  601. status = QDF_STATUS_E_NOMEM;
  602. break;
  603. }
  604. netbuf =
  605. (qdf_nbuf_t) GET_HTC_PACKET_NET_BUF_CONTEXT(pSendPacket);
  606. /* assemble setup complete message */
  607. qdf_nbuf_put_tail(netbuf, sizeof(HTC_SETUP_COMPLETE_EX_MSG));
  608. pSetupComp =
  609. (HTC_SETUP_COMPLETE_EX_MSG *) qdf_nbuf_data(netbuf);
  610. qdf_mem_zero(pSetupComp, sizeof(HTC_SETUP_COMPLETE_EX_MSG));
  611. HTC_SET_FIELD(pSetupComp, HTC_SETUP_COMPLETE_EX_MSG,
  612. MESSAGEID, HTC_MSG_SETUP_COMPLETE_EX_ID);
  613. if (!htc_credit_flow) {
  614. AR_DEBUG_PRINTF(ATH_DEBUG_TRC,
  615. ("HTC will not use TX credit flow control"));
  616. pSetupComp->SetupFlags |=
  617. HTC_SETUP_COMPLETE_FLAGS_DISABLE_TX_CREDIT_FLOW;
  618. } else {
  619. AR_DEBUG_PRINTF(ATH_DEBUG_TRC,
  620. ("HTC using TX credit flow control"));
  621. }
  622. if ((hif_get_bus_type(target->hif_dev) == QDF_BUS_TYPE_SDIO) ||
  623. (hif_get_bus_type(target->hif_dev) ==
  624. QDF_BUS_TYPE_USB)) {
  625. if (HTC_RX_BUNDLE_ENABLED(target))
  626. pSetupComp->SetupFlags |=
  627. HTC_SETUP_COMPLETE_FLAGS_ENABLE_BUNDLE_RECV;
  628. hif_set_bundle_mode(target->hif_dev, true,
  629. HTC_MAX_MSG_PER_BUNDLE_RX);
  630. }
  631. SET_HTC_PACKET_INFO_TX(pSendPacket,
  632. NULL,
  633. (uint8_t *) pSetupComp,
  634. sizeof(HTC_SETUP_COMPLETE_EX_MSG),
  635. ENDPOINT_0, HTC_SERVICE_TX_PACKET_TAG);
  636. status = htc_send_pkt((HTC_HANDLE) target, pSendPacket);
  637. if (QDF_IS_STATUS_ERROR(status))
  638. break;
  639. } while (false);
  640. AR_DEBUG_PRINTF(ATH_DEBUG_TRC, ("htc_start Exit\n"));
  641. return status;
  642. }
  643. /*flush all queued buffers for surpriseremove case*/
  644. void htc_flush_surprise_remove(HTC_HANDLE HTCHandle)
  645. {
  646. HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(HTCHandle);
  647. int i;
  648. HTC_ENDPOINT *pEndpoint;
  649. #ifdef RX_SG_SUPPORT
  650. qdf_nbuf_t netbuf;
  651. qdf_nbuf_queue_t *rx_sg_queue = &target->RxSgQueue;
  652. #endif
  653. AR_DEBUG_PRINTF(ATH_DEBUG_TRC, ("+htc_flush_surprise_remove\n"));
  654. /* cleanup endpoints */
  655. for (i = 0; i < ENDPOINT_MAX; i++) {
  656. pEndpoint = &target->endpoint[i];
  657. htc_flush_rx_hold_queue(target, pEndpoint);
  658. htc_flush_endpoint_tx(target, pEndpoint, HTC_TX_PACKET_TAG_ALL);
  659. }
  660. hif_flush_surprise_remove(target->hif_dev);
  661. #ifdef RX_SG_SUPPORT
  662. LOCK_HTC_RX(target);
  663. while ((netbuf = qdf_nbuf_queue_remove(rx_sg_queue)) != NULL)
  664. qdf_nbuf_free(netbuf);
  665. RESET_RX_SG_CONFIG(target);
  666. UNLOCK_HTC_RX(target);
  667. #endif
  668. reset_endpoint_states(target);
  669. AR_DEBUG_PRINTF(ATH_DEBUG_TRC, ("-htc_flush_surprise_remove\n"));
  670. }
  671. /* stop HTC communications, i.e. stop interrupt reception, and flush all queued
  672. * buffers
  673. */
  674. void htc_stop(HTC_HANDLE HTCHandle)
  675. {
  676. HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(HTCHandle);
  677. int i;
  678. HTC_ENDPOINT *pEndpoint;
  679. #ifdef RX_SG_SUPPORT
  680. qdf_nbuf_t netbuf;
  681. qdf_nbuf_queue_t *rx_sg_queue = &target->RxSgQueue;
  682. #endif
  683. AR_DEBUG_PRINTF(ATH_DEBUG_TRC, ("+htc_stop\n"));
  684. /* cleanup endpoints */
  685. for (i = 0; i < ENDPOINT_MAX; i++) {
  686. pEndpoint = &target->endpoint[i];
  687. htc_flush_rx_hold_queue(target, pEndpoint);
  688. htc_flush_endpoint_tx(target, pEndpoint, HTC_TX_PACKET_TAG_ALL);
  689. if (pEndpoint->ul_is_polled) {
  690. qdf_timer_stop(&pEndpoint->ul_poll_timer);
  691. qdf_timer_free(&pEndpoint->ul_poll_timer);
  692. }
  693. }
  694. /* Note: htc_flush_endpoint_tx for all endpoints should be called before
  695. * hif_stop - otherwise htc_tx_completion_handler called from
  696. * hif_send_buffer_cleanup_on_pipe for residual tx frames in HIF layer,
  697. * might queue the packet again to HIF Layer - which could cause tx
  698. * buffer leak
  699. */
  700. hif_stop(target->hif_dev);
  701. #ifdef RX_SG_SUPPORT
  702. LOCK_HTC_RX(target);
  703. while ((netbuf = qdf_nbuf_queue_remove(rx_sg_queue)) != NULL)
  704. qdf_nbuf_free(netbuf);
  705. RESET_RX_SG_CONFIG(target);
  706. UNLOCK_HTC_RX(target);
  707. #endif
  708. /**
  709. * In SSR case, HTC tx completion callback for wmi will be blocked
  710. * by TARGET_STATUS_RESET and HTC packets will be left unfreed on
  711. * lookup queue.
  712. */
  713. for (i = 0; i < ENDPOINT_MAX; i++) {
  714. pEndpoint = &target->endpoint[i];
  715. if (pEndpoint->service_id == WMI_CONTROL_SVC)
  716. htc_flush_endpoint_txlookupQ(target, i, false);
  717. }
  718. reset_endpoint_states(target);
  719. AR_DEBUG_PRINTF(ATH_DEBUG_TRC, ("-htc_stop\n"));
  720. }
  721. void htc_dump_credit_states(HTC_HANDLE HTCHandle)
  722. {
  723. HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(HTCHandle);
  724. HTC_ENDPOINT *pEndpoint;
  725. int i;
  726. for (i = 0; i < ENDPOINT_MAX; i++) {
  727. pEndpoint = &target->endpoint[i];
  728. if (0 == pEndpoint->service_id)
  729. continue;
  730. AR_DEBUG_PRINTF(ATH_DEBUG_ANY,
  731. ("--- EP : %d service_id: 0x%X --------------\n",
  732. pEndpoint->Id, pEndpoint->service_id));
  733. AR_DEBUG_PRINTF(ATH_DEBUG_ANY,
  734. (" TxCredits : %d\n",
  735. pEndpoint->TxCredits));
  736. AR_DEBUG_PRINTF(ATH_DEBUG_ANY,
  737. (" TxCreditSize : %d\n",
  738. pEndpoint->TxCreditSize));
  739. AR_DEBUG_PRINTF(ATH_DEBUG_ANY,
  740. (" TxCreditsPerMaxMsg : %d\n",
  741. pEndpoint->TxCreditsPerMaxMsg));
  742. AR_DEBUG_PRINTF(ATH_DEBUG_ANY,
  743. (" TxQueueDepth : %d\n",
  744. HTC_PACKET_QUEUE_DEPTH(&pEndpoint->TxQueue)));
  745. AR_DEBUG_PRINTF(ATH_DEBUG_ANY,
  746. ("----------------------------------------\n"));
  747. }
  748. }
  749. bool htc_get_endpoint_statistics(HTC_HANDLE HTCHandle,
  750. HTC_ENDPOINT_ID Endpoint,
  751. enum htc_endpoint_stat_action Action,
  752. struct htc_endpoint_stats *pStats)
  753. {
  754. #ifdef HTC_EP_STAT_PROFILING
  755. HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(HTCHandle);
  756. bool clearStats = false;
  757. bool sample = false;
  758. switch (Action) {
  759. case HTC_EP_STAT_SAMPLE:
  760. sample = true;
  761. break;
  762. case HTC_EP_STAT_SAMPLE_AND_CLEAR:
  763. sample = true;
  764. clearStats = true;
  765. break;
  766. case HTC_EP_STAT_CLEAR:
  767. clearStats = true;
  768. break;
  769. default:
  770. break;
  771. }
  772. A_ASSERT(Endpoint < ENDPOINT_MAX);
  773. /* lock out TX and RX while we sample and/or clear */
  774. LOCK_HTC_TX(target);
  775. LOCK_HTC_RX(target);
  776. if (sample) {
  777. A_ASSERT(pStats != NULL);
  778. /* return the stats to the caller */
  779. qdf_mem_copy(pStats, &target->endpoint[Endpoint].endpoint_stats,
  780. sizeof(struct htc_endpoint_stats));
  781. }
  782. if (clearStats) {
  783. /* reset stats */
  784. qdf_mem_zero(&target->endpoint[Endpoint].endpoint_stats,
  785. sizeof(struct htc_endpoint_stats));
  786. }
  787. UNLOCK_HTC_RX(target);
  788. UNLOCK_HTC_TX(target);
  789. return true;
  790. #else
  791. return false;
  792. #endif
  793. }
  794. void *htc_get_targetdef(HTC_HANDLE htc_handle)
  795. {
  796. HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(htc_handle);
  797. return hif_get_targetdef(target->hif_dev);
  798. }
  799. #ifdef IPA_OFFLOAD
  800. /**
  801. * htc_ipa_get_ce_resource() - get uc resource on lower layer
  802. * @htc_handle: htc context
  803. * @ce_sr_base_paddr: copyengine source ring base physical address
  804. * @ce_sr_ring_size: copyengine source ring size
  805. * @ce_reg_paddr: copyengine register physical address
  806. *
  807. * Return: None
  808. */
  809. void htc_ipa_get_ce_resource(HTC_HANDLE htc_handle,
  810. qdf_shared_mem_t **ce_sr,
  811. uint32_t *ce_sr_ring_size,
  812. qdf_dma_addr_t *ce_reg_paddr)
  813. {
  814. HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(htc_handle);
  815. if (target->hif_dev)
  816. hif_ipa_get_ce_resource(target->hif_dev,
  817. ce_sr, ce_sr_ring_size, ce_reg_paddr);
  818. }
  819. #endif /* IPA_OFFLOAD */
  820. #if defined(DEBUG_HL_LOGGING) && defined(CONFIG_HL_SUPPORT)
  821. void htc_dump_bundle_stats(HTC_HANDLE HTCHandle)
  822. {
  823. HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(HTCHandle);
  824. int total, i;
  825. total = 0;
  826. for (i = 0; i < HTC_MAX_MSG_PER_BUNDLE_RX; i++)
  827. total += target->rx_bundle_stats[i];
  828. if (total) {
  829. AR_DEBUG_PRINTF(ATH_DEBUG_ANY, ("RX Bundle stats:\n"));
  830. AR_DEBUG_PRINTF(ATH_DEBUG_ANY, ("Total RX packets: %d\n",
  831. total));
  832. AR_DEBUG_PRINTF(ATH_DEBUG_ANY, (
  833. "Number of bundle: Number of packets\n"));
  834. for (i = 0; i < HTC_MAX_MSG_PER_BUNDLE_RX; i++)
  835. AR_DEBUG_PRINTF(ATH_DEBUG_ANY,
  836. ("%10d:%10d(%2d%s)\n", (i+1),
  837. target->rx_bundle_stats[i],
  838. ((target->rx_bundle_stats[i]*100)/
  839. total), "%"));
  840. }
  841. total = 0;
  842. for (i = 0; i < HTC_MAX_MSG_PER_BUNDLE_TX; i++)
  843. total += target->tx_bundle_stats[i];
  844. if (total) {
  845. AR_DEBUG_PRINTF(ATH_DEBUG_ANY, ("TX Bundle stats:\n"));
  846. AR_DEBUG_PRINTF(ATH_DEBUG_ANY, ("Total TX packets: %d\n",
  847. total));
  848. AR_DEBUG_PRINTF(ATH_DEBUG_ANY,
  849. ("Number of bundle: Number of packets\n"));
  850. for (i = 0; i < HTC_MAX_MSG_PER_BUNDLE_TX; i++)
  851. AR_DEBUG_PRINTF(ATH_DEBUG_ANY,
  852. ("%10d:%10d(%2d%s)\n", (i+1),
  853. target->tx_bundle_stats[i],
  854. ((target->tx_bundle_stats[i]*100)/
  855. total), "%"));
  856. }
  857. }
  858. void htc_clear_bundle_stats(HTC_HANDLE HTCHandle)
  859. {
  860. HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(HTCHandle);
  861. qdf_mem_zero(&target->rx_bundle_stats, sizeof(target->rx_bundle_stats));
  862. qdf_mem_zero(&target->tx_bundle_stats, sizeof(target->tx_bundle_stats));
  863. }
  864. #endif
  865. /**
  866. * htc_vote_link_down - API to vote for link down
  867. * @htc_handle: HTC handle
  868. *
  869. * API for upper layers to call HIF to vote for link down
  870. *
  871. * Return: void
  872. */
  873. void htc_vote_link_down(HTC_HANDLE htc_handle)
  874. {
  875. HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(htc_handle);
  876. if (!target->hif_dev)
  877. return;
  878. hif_vote_link_down(target->hif_dev);
  879. }
  880. /**
  881. * htc_vote_link_up - API to vote for link up
  882. * @htc_handle: HTC Handle
  883. *
  884. * API for upper layers to call HIF to vote for link up
  885. *
  886. * Return: void
  887. */
  888. void htc_vote_link_up(HTC_HANDLE htc_handle)
  889. {
  890. HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(htc_handle);
  891. if (!target->hif_dev)
  892. return;
  893. hif_vote_link_up(target->hif_dev);
  894. }
  895. /**
  896. * htc_can_suspend_link - API to query HIF for link status
  897. * @htc_handle: HTC Handle
  898. *
  899. * API for upper layers to call HIF to query if the link can suspend
  900. *
  901. * Return: void
  902. */
  903. bool htc_can_suspend_link(HTC_HANDLE htc_handle)
  904. {
  905. HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(htc_handle);
  906. if (!target->hif_dev)
  907. return false;
  908. return hif_can_suspend_link(target->hif_dev);
  909. }
  910. #ifdef FEATURE_RUNTIME_PM
  911. int htc_pm_runtime_get(HTC_HANDLE htc_handle)
  912. {
  913. HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(htc_handle);
  914. return hif_pm_runtime_get(target->hif_dev);
  915. }
  916. int htc_pm_runtime_put(HTC_HANDLE htc_handle)
  917. {
  918. HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(htc_handle);
  919. return hif_pm_runtime_put(target->hif_dev);
  920. }
  921. #endif
  922. /**
  923. * htc_set_wmi_endpoint_count: Set number of WMI endpoint
  924. * @htc_handle: HTC handle
  925. * @wmi_ep_count: WMI enpoint count
  926. *
  927. * return: None
  928. */
  929. void htc_set_wmi_endpoint_count(HTC_HANDLE htc_handle, uint8_t wmi_ep_count)
  930. {
  931. HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(htc_handle);
  932. target->wmi_ep_count = wmi_ep_count;
  933. }
  934. /**
  935. * htc_get_wmi_endpoint_count: Get number of WMI endpoint
  936. * @htc_handle: HTC handle
  937. *
  938. * return: WMI enpoint count
  939. */
  940. uint8_t htc_get_wmi_endpoint_count(HTC_HANDLE htc_handle)
  941. {
  942. HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(htc_handle);
  943. return target->wmi_ep_count;
  944. }