dp_rx_mon_status.c 47 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697
  1. /*
  2. * Copyright (c) 2017-2019 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 "hal_hw_headers.h"
  19. #include "dp_types.h"
  20. #include "dp_rx.h"
  21. #include "dp_peer.h"
  22. #include "hal_rx.h"
  23. #include "hal_api.h"
  24. #include "qdf_trace.h"
  25. #include "qdf_nbuf.h"
  26. #include "hal_api_mon.h"
  27. #include "dp_rx_mon.h"
  28. #include "dp_internal.h"
  29. #include "qdf_mem.h" /* qdf_mem_malloc,free */
  30. #include "htt.h"
  31. #ifdef FEATURE_PERPKT_INFO
  32. #include "dp_ratetable.h"
  33. #endif
  34. #ifdef WLAN_RX_PKT_CAPTURE_ENH
  35. #include "dp_rx_mon_feature.h"
  36. #else
  37. static QDF_STATUS
  38. dp_rx_handle_enh_capture(struct dp_soc *soc, struct dp_pdev *pdev,
  39. struct hal_rx_ppdu_info *ppdu_info)
  40. {
  41. return QDF_STATUS_SUCCESS;
  42. }
  43. static void
  44. dp_rx_mon_enh_capture_process(struct dp_pdev *pdev, uint32_t tlv_status,
  45. qdf_nbuf_t status_nbuf,
  46. struct hal_rx_ppdu_info *ppdu_info,
  47. bool *nbuf_used)
  48. {
  49. }
  50. #endif
  51. #ifdef FEATURE_PERPKT_INFO
  52. static inline void
  53. dp_rx_populate_rx_rssi_chain(struct hal_rx_ppdu_info *ppdu_info,
  54. struct cdp_rx_indication_ppdu *cdp_rx_ppdu)
  55. {
  56. uint8_t chain, bw;
  57. int8_t rssi;
  58. for (chain = 0; chain < SS_COUNT; chain++) {
  59. for (bw = 0; bw < MAX_BW; bw++) {
  60. rssi = ppdu_info->rx_status.rssi_chain[chain][bw];
  61. if (rssi != DP_RSSI_INVAL)
  62. cdp_rx_ppdu->rssi_chain[chain][bw] = rssi;
  63. else
  64. cdp_rx_ppdu->rssi_chain[chain][bw] = 0;
  65. }
  66. }
  67. }
  68. /*
  69. * dp_rx_populate_su_evm_details() - Populate su evm info
  70. * @ppdu_info: ppdu info structure from ppdu ring
  71. * @cdp_rx_ppdu: rx ppdu indication structure
  72. */
  73. static inline void
  74. dp_rx_populate_su_evm_details(struct hal_rx_ppdu_info *ppdu_info,
  75. struct cdp_rx_indication_ppdu *cdp_rx_ppdu)
  76. {
  77. uint8_t pilot_evm;
  78. uint8_t nss_count;
  79. uint8_t pilot_count;
  80. nss_count = ppdu_info->evm_info.nss_count;
  81. pilot_count = ppdu_info->evm_info.pilot_count;
  82. if ((nss_count * pilot_count) > DP_RX_MAX_SU_EVM_COUNT) {
  83. qdf_err("pilot evm count is more than expected");
  84. return;
  85. }
  86. cdp_rx_ppdu->evm_info.pilot_count = pilot_count;
  87. cdp_rx_ppdu->evm_info.nss_count = nss_count;
  88. /* Populate evm for pilot_evm = nss_count*pilot_count */
  89. for (pilot_evm = 0; pilot_evm < nss_count * pilot_count; pilot_evm++) {
  90. cdp_rx_ppdu->evm_info.pilot_evm[pilot_evm] =
  91. ppdu_info->evm_info.pilot_evm[pilot_evm];
  92. }
  93. }
  94. /**
  95. * dp_rx_inc_rusize_cnt() - increment pdev stats based on RU size
  96. * @pdev: pdev ctx
  97. * @rx_user_status: mon rx user status
  98. *
  99. * Return: bool
  100. */
  101. static inline bool
  102. dp_rx_inc_rusize_cnt(struct dp_pdev *pdev,
  103. struct mon_rx_user_status *rx_user_status)
  104. {
  105. uint32_t ru_size;
  106. bool is_data;
  107. ru_size = rx_user_status->ofdma_ru_size;
  108. if (dp_is_subtype_data(rx_user_status->frame_control)) {
  109. DP_STATS_INC(pdev,
  110. ul_ofdma.data_rx_ru_size[ru_size], 1);
  111. is_data = true;
  112. } else {
  113. DP_STATS_INC(pdev,
  114. ul_ofdma.nondata_rx_ru_size[ru_size], 1);
  115. is_data = false;
  116. }
  117. return is_data;
  118. }
  119. /**
  120. * dp_rx_populate_cdp_indication_ppdu_user() - Populate per user cdp indication
  121. * @pdev: pdev ctx
  122. * @ppdu_info: ppdu info structure from ppdu ring
  123. * @ppdu_nbuf: qdf nbuf abstraction for linux skb
  124. *
  125. * Return: none
  126. */
  127. static inline void
  128. dp_rx_populate_cdp_indication_ppdu_user(struct dp_pdev *pdev,
  129. struct hal_rx_ppdu_info *ppdu_info,
  130. qdf_nbuf_t ppdu_nbuf)
  131. {
  132. struct dp_peer *peer;
  133. struct dp_soc *soc = pdev->soc;
  134. struct dp_ast_entry *ast_entry;
  135. struct cdp_rx_indication_ppdu *cdp_rx_ppdu;
  136. uint32_t ast_index;
  137. int i;
  138. struct mon_rx_user_status *rx_user_status;
  139. struct cdp_rx_stats_ppdu_user *rx_stats_peruser;
  140. int ru_size;
  141. bool is_data = false;
  142. uint32_t num_users;
  143. cdp_rx_ppdu = (struct cdp_rx_indication_ppdu *)ppdu_nbuf->data;
  144. num_users = ppdu_info->com_info.num_users;
  145. for (i = 0; i < num_users; i++) {
  146. if (i > OFDMA_NUM_USERS)
  147. return;
  148. rx_user_status = &ppdu_info->rx_user_status[i];
  149. rx_stats_peruser = &cdp_rx_ppdu->user[i];
  150. ast_index = rx_user_status->ast_index;
  151. if (ast_index >= wlan_cfg_get_max_ast_idx(soc->wlan_cfg_ctx)) {
  152. rx_stats_peruser->peer_id = HTT_INVALID_PEER;
  153. continue;
  154. }
  155. ast_entry = soc->ast_table[ast_index];
  156. if (!ast_entry) {
  157. rx_stats_peruser->peer_id = HTT_INVALID_PEER;
  158. continue;
  159. }
  160. peer = ast_entry->peer;
  161. if (!peer || peer->peer_ids[0] == HTT_INVALID_PEER) {
  162. rx_stats_peruser->peer_id = HTT_INVALID_PEER;
  163. continue;
  164. }
  165. rx_stats_peruser->first_data_seq_ctrl =
  166. rx_user_status->first_data_seq_ctrl;
  167. rx_stats_peruser->frame_control_info_valid =
  168. rx_user_status->frame_control_info_valid;
  169. rx_stats_peruser->frame_control =
  170. rx_user_status->frame_control;
  171. rx_stats_peruser->tcp_msdu_count =
  172. rx_user_status->tcp_msdu_count;
  173. rx_stats_peruser->udp_msdu_count =
  174. rx_user_status->udp_msdu_count;
  175. rx_stats_peruser->other_msdu_count =
  176. rx_user_status->other_msdu_count;
  177. rx_stats_peruser->num_msdu =
  178. rx_stats_peruser->tcp_msdu_count +
  179. rx_stats_peruser->udp_msdu_count +
  180. rx_stats_peruser->other_msdu_count;
  181. rx_stats_peruser->preamble_type =
  182. rx_user_status->preamble_type;
  183. rx_stats_peruser->mpdu_cnt_fcs_ok =
  184. rx_user_status->mpdu_cnt_fcs_ok;
  185. rx_stats_peruser->mpdu_cnt_fcs_err =
  186. rx_user_status->mpdu_cnt_fcs_err;
  187. qdf_mem_copy(&rx_stats_peruser->mpdu_fcs_ok_bitmap,
  188. &rx_user_status->mpdu_fcs_ok_bitmap,
  189. HAL_RX_NUM_WORDS_PER_PPDU_BITMAP *
  190. sizeof(rx_user_status->mpdu_fcs_ok_bitmap[0]));
  191. rx_stats_peruser->mpdu_ok_byte_count =
  192. rx_user_status->mpdu_ok_byte_count;
  193. rx_stats_peruser->mpdu_err_byte_count =
  194. rx_user_status->mpdu_err_byte_count;
  195. cdp_rx_ppdu->num_mpdu += rx_user_status->mpdu_cnt_fcs_ok;
  196. cdp_rx_ppdu->num_msdu += rx_stats_peruser->num_msdu;
  197. rx_stats_peruser->retries =
  198. CDP_FC_IS_RETRY_SET(rx_stats_peruser->frame_control) ?
  199. rx_stats_peruser->mpdu_cnt_fcs_ok : 0;
  200. if (rx_stats_peruser->mpdu_cnt_fcs_ok > 1)
  201. rx_stats_peruser->is_ampdu = 1;
  202. else
  203. rx_stats_peruser->is_ampdu = 0;
  204. rx_stats_peruser->tid = ppdu_info->rx_status.tid;
  205. qdf_mem_copy(rx_stats_peruser->mac_addr,
  206. peer->mac_addr.raw, QDF_MAC_ADDR_SIZE);
  207. rx_stats_peruser->peer_id = peer->peer_ids[0];
  208. cdp_rx_ppdu->vdev_id = peer->vdev->vdev_id;
  209. rx_stats_peruser->vdev_id = peer->vdev->vdev_id;
  210. rx_stats_peruser->mu_ul_info_valid = 0;
  211. if (cdp_rx_ppdu->u.ppdu_type == HAL_RX_TYPE_MU_OFDMA ||
  212. cdp_rx_ppdu->u.ppdu_type == HAL_RX_TYPE_MU_MIMO) {
  213. if (rx_user_status->mu_ul_info_valid) {
  214. rx_stats_peruser->nss = rx_user_status->nss;
  215. rx_stats_peruser->mcs = rx_user_status->mcs;
  216. rx_stats_peruser->mu_ul_info_valid =
  217. rx_user_status->mu_ul_info_valid;
  218. rx_stats_peruser->ofdma_ru_start_index =
  219. rx_user_status->ofdma_ru_start_index;
  220. rx_stats_peruser->ofdma_ru_width =
  221. rx_user_status->ofdma_ru_width;
  222. rx_stats_peruser->user_index = i;
  223. ru_size = rx_user_status->ofdma_ru_size;
  224. /*
  225. * max RU size will be equal to
  226. * HTT_UL_OFDMA_V0_RU_SIZE_RU_996x2
  227. */
  228. if (ru_size >= OFDMA_NUM_RU_SIZE) {
  229. dp_err("invalid ru_size %d\n",
  230. ru_size);
  231. return;
  232. }
  233. is_data = dp_rx_inc_rusize_cnt(pdev,
  234. rx_user_status);
  235. }
  236. if (is_data) {
  237. /* counter to get number of MU OFDMA */
  238. pdev->stats.ul_ofdma.data_rx_ppdu++;
  239. pdev->stats.ul_ofdma.data_users[num_users]++;
  240. }
  241. }
  242. }
  243. }
  244. /**
  245. * dp_rx_populate_cdp_indication_ppdu() - Populate cdp rx indication structure
  246. * @pdev: pdev ctx
  247. * @ppdu_info: ppdu info structure from ppdu ring
  248. * @ppdu_nbuf: qdf nbuf abstraction for linux skb
  249. *
  250. * Return: none
  251. */
  252. static inline void
  253. dp_rx_populate_cdp_indication_ppdu(struct dp_pdev *pdev,
  254. struct hal_rx_ppdu_info *ppdu_info,
  255. qdf_nbuf_t ppdu_nbuf)
  256. {
  257. struct dp_peer *peer;
  258. struct dp_soc *soc = pdev->soc;
  259. struct dp_ast_entry *ast_entry;
  260. struct cdp_rx_indication_ppdu *cdp_rx_ppdu;
  261. uint32_t ast_index;
  262. uint32_t i;
  263. cdp_rx_ppdu = (struct cdp_rx_indication_ppdu *)ppdu_nbuf->data;
  264. cdp_rx_ppdu->first_data_seq_ctrl =
  265. ppdu_info->rx_status.first_data_seq_ctrl;
  266. cdp_rx_ppdu->frame_ctrl =
  267. ppdu_info->rx_status.frame_control;
  268. cdp_rx_ppdu->tcp_msdu_count = ppdu_info->rx_status.tcp_msdu_count;
  269. cdp_rx_ppdu->udp_msdu_count = ppdu_info->rx_status.udp_msdu_count;
  270. cdp_rx_ppdu->other_msdu_count = ppdu_info->rx_status.other_msdu_count;
  271. cdp_rx_ppdu->u.preamble = ppdu_info->rx_status.preamble_type;
  272. /* num mpdu is consolidated and added together in num user loop */
  273. cdp_rx_ppdu->num_mpdu = ppdu_info->com_info.mpdu_cnt_fcs_ok;
  274. /* num msdu is consolidated and added together in num user loop */
  275. cdp_rx_ppdu->num_msdu = (cdp_rx_ppdu->tcp_msdu_count +
  276. cdp_rx_ppdu->udp_msdu_count +
  277. cdp_rx_ppdu->other_msdu_count);
  278. cdp_rx_ppdu->retries = CDP_FC_IS_RETRY_SET(cdp_rx_ppdu->frame_ctrl) ?
  279. ppdu_info->com_info.mpdu_cnt_fcs_ok : 0;
  280. if (ppdu_info->com_info.mpdu_cnt_fcs_ok > 1)
  281. cdp_rx_ppdu->is_ampdu = 1;
  282. else
  283. cdp_rx_ppdu->is_ampdu = 0;
  284. cdp_rx_ppdu->tid = ppdu_info->rx_status.tid;
  285. ast_index = ppdu_info->rx_status.ast_index;
  286. if (ast_index >= wlan_cfg_get_max_ast_idx(soc->wlan_cfg_ctx)) {
  287. cdp_rx_ppdu->peer_id = HTT_INVALID_PEER;
  288. return;
  289. }
  290. ast_entry = soc->ast_table[ast_index];
  291. if (!ast_entry) {
  292. cdp_rx_ppdu->peer_id = HTT_INVALID_PEER;
  293. return;
  294. }
  295. peer = ast_entry->peer;
  296. if (!peer || peer->peer_ids[0] == HTT_INVALID_PEER) {
  297. cdp_rx_ppdu->peer_id = HTT_INVALID_PEER;
  298. return;
  299. }
  300. qdf_mem_copy(cdp_rx_ppdu->mac_addr,
  301. peer->mac_addr.raw, QDF_MAC_ADDR_SIZE);
  302. cdp_rx_ppdu->peer_id = peer->peer_ids[0];
  303. cdp_rx_ppdu->vdev_id = peer->vdev->vdev_id;
  304. cdp_rx_ppdu->ppdu_id = ppdu_info->com_info.ppdu_id;
  305. cdp_rx_ppdu->length = ppdu_info->rx_status.ppdu_len;
  306. cdp_rx_ppdu->duration = ppdu_info->rx_status.duration;
  307. cdp_rx_ppdu->u.bw = ppdu_info->rx_status.bw;
  308. cdp_rx_ppdu->u.nss = ppdu_info->rx_status.nss;
  309. cdp_rx_ppdu->u.mcs = ppdu_info->rx_status.mcs;
  310. if ((ppdu_info->rx_status.sgi == VHT_SGI_NYSM) &&
  311. (ppdu_info->rx_status.preamble_type == HAL_RX_PKT_TYPE_11AC))
  312. cdp_rx_ppdu->u.gi = CDP_SGI_0_4_US;
  313. else
  314. cdp_rx_ppdu->u.gi = ppdu_info->rx_status.sgi;
  315. cdp_rx_ppdu->u.ldpc = ppdu_info->rx_status.ldpc;
  316. cdp_rx_ppdu->u.ppdu_type = ppdu_info->rx_status.reception_type;
  317. cdp_rx_ppdu->u.ltf_size = (ppdu_info->rx_status.he_data5 >>
  318. QDF_MON_STATUS_HE_LTF_SIZE_SHIFT) & 0x3;
  319. cdp_rx_ppdu->rssi = ppdu_info->rx_status.rssi_comb;
  320. cdp_rx_ppdu->timestamp = ppdu_info->rx_status.tsft;
  321. cdp_rx_ppdu->channel = ppdu_info->rx_status.chan_num;
  322. cdp_rx_ppdu->beamformed = ppdu_info->rx_status.beamformed;
  323. cdp_rx_ppdu->num_bytes = ppdu_info->rx_status.ppdu_len;
  324. cdp_rx_ppdu->lsig_a = ppdu_info->rx_status.rate;
  325. cdp_rx_ppdu->u.ltf_size = ppdu_info->rx_status.ltf_size;
  326. dp_rx_populate_rx_rssi_chain(ppdu_info, cdp_rx_ppdu);
  327. dp_rx_populate_su_evm_details(ppdu_info, cdp_rx_ppdu);
  328. cdp_rx_ppdu->rx_antenna = ppdu_info->rx_status.rx_antenna;
  329. cdp_rx_ppdu->nf = ppdu_info->rx_status.chan_noise_floor;
  330. for (i = 0; i < MAX_CHAIN; i++)
  331. cdp_rx_ppdu->per_chain_rssi[i] = ppdu_info->rx_status.rssi[i];
  332. cdp_rx_ppdu->is_mcast_bcast = ppdu_info->nac_info.mcast_bcast;
  333. cdp_rx_ppdu->num_users = ppdu_info->com_info.num_users;
  334. cdp_rx_ppdu->num_mpdu = 0;
  335. cdp_rx_ppdu->num_msdu = 0;
  336. dp_rx_populate_cdp_indication_ppdu_user(pdev, ppdu_info, ppdu_nbuf);
  337. }
  338. #else
  339. static inline void
  340. dp_rx_populate_cdp_indication_ppdu(struct dp_pdev *pdev,
  341. struct hal_rx_ppdu_info *ppdu_info,
  342. qdf_nbuf_t ppdu_nbuf)
  343. {
  344. }
  345. #endif
  346. /**
  347. * dp_rx_stats_update() - Update per-peer statistics
  348. * @soc: Datapath SOC handle
  349. * @peer: Datapath peer handle
  350. * @ppdu: PPDU Descriptor
  351. *
  352. * Return: None
  353. */
  354. #ifdef FEATURE_PERPKT_INFO
  355. static inline void dp_rx_rate_stats_update(struct dp_peer *peer,
  356. struct cdp_rx_indication_ppdu *ppdu,
  357. uint32_t user)
  358. {
  359. uint32_t ratekbps = 0;
  360. uint32_t ppdu_rx_rate = 0;
  361. uint32_t nss = 0;
  362. uint32_t rix;
  363. uint16_t ratecode;
  364. struct cdp_rx_stats_ppdu_user *ppdu_user;
  365. if (!peer || !ppdu)
  366. return;
  367. ppdu_user = &ppdu->user[user];
  368. if (ppdu_user->nss == 0)
  369. nss = 0;
  370. else
  371. nss = ppdu_user->nss - 1;
  372. ratekbps = dp_getrateindex(ppdu->u.gi,
  373. ppdu_user->mcs,
  374. nss,
  375. ppdu->u.preamble,
  376. ppdu->u.bw,
  377. &rix,
  378. &ratecode);
  379. if (!ratekbps)
  380. return;
  381. ppdu->rix = rix;
  382. DP_STATS_UPD(peer, rx.last_rx_rate, ratekbps);
  383. dp_ath_rate_lpf(peer->stats.rx.avg_rx_rate, ratekbps);
  384. ppdu_rx_rate = dp_ath_rate_out(peer->stats.rx.avg_rx_rate);
  385. DP_STATS_UPD(peer, rx.rnd_avg_rx_rate, ppdu_rx_rate);
  386. ppdu->rx_ratekbps = ratekbps;
  387. ppdu->rx_ratecode = ratecode;
  388. if (peer->vdev)
  389. peer->vdev->stats.rx.last_rx_rate = ratekbps;
  390. }
  391. static void dp_rx_stats_update(struct dp_pdev *pdev,
  392. struct cdp_rx_indication_ppdu *ppdu)
  393. {
  394. struct dp_soc *soc = NULL;
  395. uint8_t mcs, preamble, ac = 0, nss, ppdu_type;
  396. uint16_t num_msdu;
  397. uint8_t pkt_bw_offset;
  398. struct dp_peer *peer;
  399. struct cdp_rx_stats_ppdu_user *ppdu_user;
  400. uint32_t i;
  401. enum cdp_mu_packet_type mu_pkt_type;
  402. if (pdev)
  403. soc = pdev->soc;
  404. else
  405. return;
  406. if (!soc || soc->process_rx_status)
  407. return;
  408. preamble = ppdu->u.preamble;
  409. ppdu_type = ppdu->u.ppdu_type;
  410. for (i = 0; i < ppdu->num_users; i++) {
  411. ppdu_user = &ppdu->user[i];
  412. peer = dp_peer_find_by_id(soc, ppdu_user->peer_id);
  413. if (!peer)
  414. peer = pdev->invalid_peer;
  415. ppdu->cookie = (void *)peer->wlanstats_ctx;
  416. if (ppdu_type == HAL_RX_TYPE_SU) {
  417. mcs = ppdu->u.mcs;
  418. nss = ppdu->u.nss;
  419. } else {
  420. mcs = ppdu_user->mcs;
  421. nss = ppdu_user->nss;
  422. }
  423. num_msdu = ppdu_user->num_msdu;
  424. switch (ppdu->u.bw) {
  425. case CMN_BW_20MHZ:
  426. pkt_bw_offset = PKT_BW_GAIN_20MHZ;
  427. break;
  428. case CMN_BW_40MHZ:
  429. pkt_bw_offset = PKT_BW_GAIN_40MHZ;
  430. break;
  431. case CMN_BW_80MHZ:
  432. pkt_bw_offset = PKT_BW_GAIN_80MHZ;
  433. break;
  434. case CMN_BW_160MHZ:
  435. pkt_bw_offset = PKT_BW_GAIN_160MHZ;
  436. break;
  437. default:
  438. pkt_bw_offset = 0;
  439. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_DEBUG,
  440. "Invalid BW index = %d", ppdu->u.bw);
  441. }
  442. DP_STATS_UPD(peer, rx.rssi, (ppdu->rssi + pkt_bw_offset));
  443. if (peer->stats.rx.avg_rssi == INVALID_RSSI)
  444. peer->stats.rx.avg_rssi = ppdu->rssi;
  445. else
  446. peer->stats.rx.avg_rssi =
  447. DP_GET_AVG_RSSI(peer->stats.rx.avg_rssi,
  448. ppdu->rssi);
  449. if ((preamble == DOT11_A) || (preamble == DOT11_B))
  450. nss = 1;
  451. if (ppdu_type == HAL_RX_TYPE_SU) {
  452. if (nss) {
  453. DP_STATS_INC(peer, rx.nss[nss - 1], num_msdu);
  454. DP_STATS_INC(peer, rx.ppdu_nss[nss - 1], 1);
  455. }
  456. DP_STATS_INC(peer, rx.mpdu_cnt_fcs_ok,
  457. ppdu_user->mpdu_cnt_fcs_ok);
  458. DP_STATS_INC(peer, rx.mpdu_cnt_fcs_err,
  459. ppdu_user->mpdu_cnt_fcs_err);
  460. }
  461. if (ppdu_type >= HAL_RX_TYPE_MU_MIMO &&
  462. ppdu_type <= HAL_RX_TYPE_MU_OFDMA) {
  463. if (ppdu_type == HAL_RX_TYPE_MU_MIMO)
  464. mu_pkt_type = RX_TYPE_MU_MIMO;
  465. else
  466. mu_pkt_type = RX_TYPE_MU_OFDMA;
  467. if (nss) {
  468. DP_STATS_INC(peer, rx.nss[nss - 1], num_msdu);
  469. DP_STATS_INC(peer,
  470. rx.rx_mu[mu_pkt_type].ppdu_nss[nss - 1],
  471. 1);
  472. }
  473. DP_STATS_INC(peer,
  474. rx.rx_mu[mu_pkt_type].mpdu_cnt_fcs_ok,
  475. ppdu_user->mpdu_cnt_fcs_ok);
  476. DP_STATS_INC(peer,
  477. rx.rx_mu[mu_pkt_type].mpdu_cnt_fcs_err,
  478. ppdu_user->mpdu_cnt_fcs_err);
  479. }
  480. DP_STATS_INC(peer, rx.sgi_count[ppdu->u.gi], num_msdu);
  481. DP_STATS_INC(peer, rx.bw[ppdu->u.bw], num_msdu);
  482. DP_STATS_INC(peer, rx.reception_type[ppdu->u.ppdu_type],
  483. num_msdu);
  484. DP_STATS_INC(peer, rx.ppdu_cnt[ppdu->u.ppdu_type], 1);
  485. DP_STATS_INCC(peer, rx.ampdu_cnt, num_msdu,
  486. ppdu_user->is_ampdu);
  487. DP_STATS_INCC(peer, rx.non_ampdu_cnt, num_msdu,
  488. !(ppdu_user->is_ampdu));
  489. DP_STATS_UPD(peer, rx.rx_rate, mcs);
  490. DP_STATS_INCC(peer,
  491. rx.pkt_type[preamble].mcs_count[MAX_MCS - 1], num_msdu,
  492. ((mcs >= MAX_MCS_11A) && (preamble == DOT11_A)));
  493. DP_STATS_INCC(peer,
  494. rx.pkt_type[preamble].mcs_count[mcs], num_msdu,
  495. ((mcs < MAX_MCS_11A) && (preamble == DOT11_A)));
  496. DP_STATS_INCC(peer,
  497. rx.pkt_type[preamble].mcs_count[MAX_MCS - 1], num_msdu,
  498. ((mcs >= MAX_MCS_11B) && (preamble == DOT11_B)));
  499. DP_STATS_INCC(peer,
  500. rx.pkt_type[preamble].mcs_count[mcs], num_msdu,
  501. ((mcs < MAX_MCS_11B) && (preamble == DOT11_B)));
  502. DP_STATS_INCC(peer,
  503. rx.pkt_type[preamble].mcs_count[MAX_MCS - 1], num_msdu,
  504. ((mcs >= MAX_MCS_11A) && (preamble == DOT11_N)));
  505. DP_STATS_INCC(peer,
  506. rx.pkt_type[preamble].mcs_count[mcs], num_msdu,
  507. ((mcs < MAX_MCS_11A) && (preamble == DOT11_N)));
  508. DP_STATS_INCC(peer,
  509. rx.pkt_type[preamble].mcs_count[MAX_MCS - 1], num_msdu,
  510. ((mcs >= MAX_MCS_11AC) && (preamble == DOT11_AC)));
  511. DP_STATS_INCC(peer,
  512. rx.pkt_type[preamble].mcs_count[mcs], num_msdu,
  513. ((mcs < MAX_MCS_11AC) && (preamble == DOT11_AC)));
  514. DP_STATS_INCC(peer,
  515. rx.pkt_type[preamble].mcs_count[MAX_MCS - 1], num_msdu,
  516. ((mcs >= (MAX_MCS - 1)) && (preamble == DOT11_AX)));
  517. DP_STATS_INCC(peer,
  518. rx.pkt_type[preamble].mcs_count[mcs], num_msdu,
  519. ((mcs < (MAX_MCS - 1)) && (preamble == DOT11_AX)));
  520. DP_STATS_INCC(peer,
  521. rx.su_ax_ppdu_cnt.mcs_count[MAX_MCS - 1], 1,
  522. ((mcs >= (MAX_MCS - 1)) && (preamble == DOT11_AX) &&
  523. (ppdu_type == HAL_RX_TYPE_SU)));
  524. DP_STATS_INCC(peer,
  525. rx.su_ax_ppdu_cnt.mcs_count[mcs], 1,
  526. ((mcs < (MAX_MCS - 1)) && (preamble == DOT11_AX) &&
  527. (ppdu_type == HAL_RX_TYPE_SU)));
  528. DP_STATS_INCC(peer,
  529. rx.rx_mu[RX_TYPE_MU_OFDMA].ppdu.mcs_count[MAX_MCS - 1],
  530. 1, ((mcs >= (MAX_MCS - 1)) &&
  531. (preamble == DOT11_AX) &&
  532. (ppdu_type == HAL_RX_TYPE_MU_OFDMA)));
  533. DP_STATS_INCC(peer,
  534. rx.rx_mu[RX_TYPE_MU_OFDMA].ppdu.mcs_count[mcs],
  535. 1, ((mcs < (MAX_MCS - 1)) &&
  536. (preamble == DOT11_AX) &&
  537. (ppdu_type == HAL_RX_TYPE_MU_OFDMA)));
  538. DP_STATS_INCC(peer,
  539. rx.rx_mu[RX_TYPE_MU_MIMO].ppdu.mcs_count[MAX_MCS - 1],
  540. 1, ((mcs >= (MAX_MCS - 1)) &&
  541. (preamble == DOT11_AX) &&
  542. (ppdu_type == HAL_RX_TYPE_MU_MIMO)));
  543. DP_STATS_INCC(peer,
  544. rx.rx_mu[RX_TYPE_MU_MIMO].ppdu.mcs_count[mcs],
  545. 1, ((mcs < (MAX_MCS - 1)) &&
  546. (preamble == DOT11_AX) &&
  547. (ppdu_type == HAL_RX_TYPE_MU_MIMO)));
  548. /*
  549. * If invalid TID, it could be a non-qos frame, hence do not
  550. * update any AC counters
  551. */
  552. ac = TID_TO_WME_AC(ppdu_user->tid);
  553. if (ppdu->tid != HAL_TID_INVALID)
  554. DP_STATS_INC(peer, rx.wme_ac_type[ac], num_msdu);
  555. dp_peer_stats_notify(pdev, peer);
  556. DP_STATS_UPD(peer, rx.last_rssi, ppdu->rssi);
  557. if (peer == pdev->invalid_peer)
  558. continue;
  559. if (dp_is_subtype_data(ppdu->frame_ctrl))
  560. dp_rx_rate_stats_update(peer, ppdu, i);
  561. #if defined(FEATURE_PERPKT_INFO) && WDI_EVENT_ENABLE
  562. dp_wdi_event_handler(WDI_EVENT_UPDATE_DP_STATS, pdev->soc,
  563. &peer->stats, ppdu->peer_id,
  564. UPDATE_PEER_STATS, pdev->pdev_id);
  565. #endif
  566. dp_peer_unref_del_find_by_id(peer);
  567. }
  568. }
  569. #endif
  570. /*
  571. * dp_rx_get_fcs_ok_msdu() - get ppdu status buffer containing fcs_ok msdu
  572. * @pdev: pdev object
  573. * @ppdu_info: ppdu info object
  574. *
  575. * Return: nbuf
  576. */
  577. static inline qdf_nbuf_t
  578. dp_rx_get_fcs_ok_msdu(struct dp_pdev *pdev,
  579. struct hal_rx_ppdu_info *ppdu_info)
  580. {
  581. uint16_t mpdu_fcs_ok;
  582. qdf_nbuf_t status_nbuf = NULL;
  583. unsigned long *fcs_ok_bitmap;
  584. if (qdf_unlikely(qdf_nbuf_is_queue_empty(&pdev->rx_ppdu_buf_q)))
  585. return NULL;
  586. /* Obtain fcs_ok passed index from bitmap
  587. * this index is used to get fcs passed first msdu payload
  588. */
  589. fcs_ok_bitmap =
  590. (unsigned long *)&ppdu_info->com_info.mpdu_fcs_ok_bitmap[0];
  591. mpdu_fcs_ok = qdf_find_first_bit(fcs_ok_bitmap,
  592. HAL_RX_MAX_MPDU);
  593. if (qdf_unlikely(mpdu_fcs_ok >= HAL_RX_MAX_MPDU))
  594. goto end;
  595. if (qdf_unlikely(!ppdu_info->ppdu_msdu_info[mpdu_fcs_ok].nbuf))
  596. goto end;
  597. /* Get status buffer by indexing mpdu_fcs_ok index
  598. * containing first msdu payload with fcs passed
  599. * and clone the buffer
  600. */
  601. status_nbuf = ppdu_info->ppdu_msdu_info[mpdu_fcs_ok].nbuf;
  602. ppdu_info->ppdu_msdu_info[mpdu_fcs_ok].nbuf = NULL;
  603. /* Take ref of status nbuf as this nbuf is to be
  604. * freeed by upper layer.
  605. */
  606. qdf_nbuf_ref(status_nbuf);
  607. ppdu_info->fcs_ok_msdu_info.first_msdu_payload =
  608. ppdu_info->ppdu_msdu_info[mpdu_fcs_ok].first_msdu_payload;
  609. ppdu_info->fcs_ok_msdu_info.payload_len =
  610. ppdu_info->ppdu_msdu_info[mpdu_fcs_ok].payload_len;
  611. end:
  612. /* Free the ppdu status buffer queue */
  613. qdf_nbuf_queue_free(&pdev->rx_ppdu_buf_q);
  614. qdf_mem_zero(&ppdu_info->ppdu_msdu_info,
  615. (ppdu_info->com_info.mpdu_cnt_fcs_ok +
  616. ppdu_info->com_info.mpdu_cnt_fcs_err)
  617. * sizeof(struct hal_rx_msdu_payload_info));
  618. return status_nbuf;
  619. }
  620. static inline void
  621. dp_rx_handle_ppdu_status_buf(struct dp_pdev *pdev,
  622. struct hal_rx_ppdu_info *ppdu_info,
  623. qdf_nbuf_t status_nbuf)
  624. {
  625. qdf_nbuf_t dropnbuf;
  626. if (qdf_nbuf_queue_len(&pdev->rx_ppdu_buf_q) >
  627. HAL_RX_MAX_MPDU) {
  628. dropnbuf = qdf_nbuf_queue_remove(&pdev->rx_ppdu_buf_q);
  629. qdf_nbuf_free(dropnbuf);
  630. }
  631. qdf_nbuf_queue_add(&pdev->rx_ppdu_buf_q, status_nbuf);
  632. }
  633. /**
  634. * dp_rx_handle_mcopy_mode() - Allocate and deliver first MSDU payload
  635. * @soc: core txrx main context
  636. * @pdev: pdev strcuture
  637. * @ppdu_info: structure for rx ppdu ring
  638. *
  639. * Return: QDF_STATUS_SUCCESS - If nbuf to be freed by caller
  640. * QDF_STATUS_E_ALREADY - If nbuf not to be freed by caller
  641. */
  642. #ifdef FEATURE_PERPKT_INFO
  643. static inline QDF_STATUS
  644. dp_rx_handle_mcopy_mode(struct dp_soc *soc, struct dp_pdev *pdev,
  645. struct hal_rx_ppdu_info *ppdu_info, qdf_nbuf_t nbuf)
  646. {
  647. uint8_t size = 0;
  648. struct ieee80211_frame *wh;
  649. uint32_t *nbuf_data;
  650. if (!ppdu_info->fcs_ok_msdu_info.first_msdu_payload)
  651. return QDF_STATUS_SUCCESS;
  652. if (pdev->m_copy_id.rx_ppdu_id == ppdu_info->com_info.ppdu_id)
  653. return QDF_STATUS_SUCCESS;
  654. pdev->m_copy_id.rx_ppdu_id = ppdu_info->com_info.ppdu_id;
  655. wh = (struct ieee80211_frame *)
  656. (ppdu_info->fcs_ok_msdu_info.first_msdu_payload + 4);
  657. size = (ppdu_info->fcs_ok_msdu_info.first_msdu_payload -
  658. qdf_nbuf_data(nbuf));
  659. if (qdf_nbuf_pull_head(nbuf, size) == NULL)
  660. return QDF_STATUS_SUCCESS;
  661. if (((wh->i_fc[0] & IEEE80211_FC0_TYPE_MASK) ==
  662. IEEE80211_FC0_TYPE_MGT) ||
  663. ((wh->i_fc[0] & IEEE80211_FC0_TYPE_MASK) ==
  664. IEEE80211_FC0_TYPE_CTL)) {
  665. return QDF_STATUS_SUCCESS;
  666. }
  667. ppdu_info->fcs_ok_msdu_info.first_msdu_payload = NULL;
  668. nbuf_data = (uint32_t *)qdf_nbuf_data(nbuf);
  669. *nbuf_data = pdev->ppdu_info.com_info.ppdu_id;
  670. /* only retain RX MSDU payload in the skb */
  671. qdf_nbuf_trim_tail(nbuf, qdf_nbuf_len(nbuf) -
  672. ppdu_info->fcs_ok_msdu_info.payload_len);
  673. dp_wdi_event_handler(WDI_EVENT_RX_DATA, soc,
  674. nbuf, HTT_INVALID_PEER, WDI_NO_VAL, pdev->pdev_id);
  675. return QDF_STATUS_E_ALREADY;
  676. }
  677. #else
  678. static inline QDF_STATUS
  679. dp_rx_handle_mcopy_mode(struct dp_soc *soc, struct dp_pdev *pdev,
  680. struct hal_rx_ppdu_info *ppdu_info, qdf_nbuf_t nbuf)
  681. {
  682. return QDF_STATUS_SUCCESS;
  683. }
  684. #endif
  685. #ifdef FEATURE_PERPKT_INFO
  686. static inline void
  687. dp_rx_process_mcopy_mode(struct dp_soc *soc, struct dp_pdev *pdev,
  688. struct hal_rx_ppdu_info *ppdu_info,
  689. uint32_t tlv_status,
  690. qdf_nbuf_t status_nbuf)
  691. {
  692. QDF_STATUS mcopy_status;
  693. if (qdf_unlikely(!ppdu_info->com_info.mpdu_cnt)) {
  694. qdf_nbuf_free(status_nbuf);
  695. return;
  696. }
  697. /* Add buffers to queue until we receive
  698. * HAL_TLV_STATUS_PPDU_DONE
  699. */
  700. dp_rx_handle_ppdu_status_buf(pdev, ppdu_info, status_nbuf);
  701. /* If tlv_status is PPDU_DONE, process rx_ppdu_buf_q
  702. * and devliver fcs_ok msdu buffer
  703. */
  704. if (tlv_status == HAL_TLV_STATUS_PPDU_DONE) {
  705. if (qdf_unlikely(ppdu_info->com_info.mpdu_cnt !=
  706. (ppdu_info->com_info.mpdu_cnt_fcs_ok +
  707. ppdu_info->com_info.mpdu_cnt_fcs_err))) {
  708. qdf_nbuf_queue_free(&pdev->rx_ppdu_buf_q);
  709. return;
  710. }
  711. /* Get rx ppdu status buffer having fcs ok msdu */
  712. status_nbuf = dp_rx_get_fcs_ok_msdu(pdev, ppdu_info);
  713. if (status_nbuf) {
  714. mcopy_status = dp_rx_handle_mcopy_mode(soc, pdev,
  715. ppdu_info,
  716. status_nbuf);
  717. if (mcopy_status == QDF_STATUS_SUCCESS)
  718. qdf_nbuf_free(status_nbuf);
  719. }
  720. }
  721. }
  722. #else
  723. static inline void
  724. dp_rx_process_mcopy_mode(struct dp_soc *soc, struct dp_pdev *pdev,
  725. struct hal_rx_ppdu_info *ppdu_info,
  726. uint32_t tlv_status,
  727. qdf_nbuf_t status_nbuf)
  728. {
  729. }
  730. #endif
  731. /**
  732. * dp_rx_handle_smart_mesh_mode() - Deliver header for smart mesh
  733. * @soc: Datapath SOC handle
  734. * @pdev: Datapath PDEV handle
  735. * @ppdu_info: Structure for rx ppdu info
  736. * @nbuf: Qdf nbuf abstraction for linux skb
  737. *
  738. * Return: 0 on success, 1 on failure
  739. */
  740. static inline int
  741. dp_rx_handle_smart_mesh_mode(struct dp_soc *soc, struct dp_pdev *pdev,
  742. struct hal_rx_ppdu_info *ppdu_info,
  743. qdf_nbuf_t nbuf)
  744. {
  745. uint8_t size = 0;
  746. if (!pdev->monitor_vdev) {
  747. QDF_TRACE(QDF_MODULE_ID_TXRX, QDF_TRACE_LEVEL_ERROR,
  748. "[%s]:[%d] Monitor vdev is NULL !!",
  749. __func__, __LINE__);
  750. return 1;
  751. }
  752. if (!ppdu_info->msdu_info.first_msdu_payload) {
  753. QDF_TRACE(QDF_MODULE_ID_TXRX, QDF_TRACE_LEVEL_ERROR,
  754. "[%s]:[%d] First msdu payload not present",
  755. __func__, __LINE__);
  756. return 1;
  757. }
  758. /* Adding 4 bytes to get to start of 802.11 frame after phy_ppdu_id */
  759. size = (ppdu_info->msdu_info.first_msdu_payload -
  760. qdf_nbuf_data(nbuf)) + 4;
  761. ppdu_info->msdu_info.first_msdu_payload = NULL;
  762. if (qdf_nbuf_pull_head(nbuf, size) == NULL) {
  763. QDF_TRACE(QDF_MODULE_ID_TXRX, QDF_TRACE_LEVEL_ERROR,
  764. "[%s]:[%d] No header present",
  765. __func__, __LINE__);
  766. return 1;
  767. }
  768. /* Only retain RX MSDU payload in the skb */
  769. qdf_nbuf_trim_tail(nbuf, qdf_nbuf_len(nbuf) -
  770. ppdu_info->msdu_info.payload_len);
  771. if (!qdf_nbuf_update_radiotap(&pdev->ppdu_info.rx_status, nbuf,
  772. qdf_nbuf_headroom(nbuf))) {
  773. DP_STATS_INC(pdev, dropped.mon_radiotap_update_err, 1);
  774. return 1;
  775. }
  776. pdev->monitor_vdev->osif_rx_mon(pdev->monitor_vdev->osif_vdev,
  777. nbuf, NULL);
  778. pdev->ppdu_info.rx_status.monitor_direct_used = 0;
  779. return 0;
  780. }
  781. /**
  782. * dp_rx_handle_ppdu_stats() - Allocate and deliver ppdu stats to cdp layer
  783. * @soc: core txrx main context
  784. * @pdev: pdev strcuture
  785. * @ppdu_info: structure for rx ppdu ring
  786. *
  787. * Return: none
  788. */
  789. #ifdef FEATURE_PERPKT_INFO
  790. static inline void
  791. dp_rx_handle_ppdu_stats(struct dp_soc *soc, struct dp_pdev *pdev,
  792. struct hal_rx_ppdu_info *ppdu_info)
  793. {
  794. qdf_nbuf_t ppdu_nbuf;
  795. struct cdp_rx_indication_ppdu *cdp_rx_ppdu;
  796. /*
  797. * Do not allocate if fcs error,
  798. * ast idx invalid / fctl invalid
  799. */
  800. if (ppdu_info->com_info.mpdu_cnt_fcs_ok == 0)
  801. return;
  802. if (ppdu_info->nac_info.fc_valid &&
  803. ppdu_info->nac_info.to_ds_flag &&
  804. ppdu_info->nac_info.mac_addr2_valid) {
  805. struct dp_neighbour_peer *peer = NULL;
  806. uint8_t rssi = ppdu_info->rx_status.rssi_comb;
  807. qdf_spin_lock_bh(&pdev->neighbour_peer_mutex);
  808. if (pdev->neighbour_peers_added) {
  809. TAILQ_FOREACH(peer, &pdev->neighbour_peers_list,
  810. neighbour_peer_list_elem) {
  811. if (!qdf_mem_cmp(&peer->neighbour_peers_macaddr,
  812. &ppdu_info->nac_info.mac_addr2,
  813. QDF_MAC_ADDR_SIZE)) {
  814. peer->rssi = rssi;
  815. break;
  816. }
  817. }
  818. }
  819. qdf_spin_unlock_bh(&pdev->neighbour_peer_mutex);
  820. }
  821. /* need not generate wdi event when mcopy and
  822. * enhanced stats are not enabled
  823. */
  824. if (!pdev->mcopy_mode && !pdev->enhanced_stats_en)
  825. return;
  826. if (!pdev->mcopy_mode) {
  827. if (!ppdu_info->rx_status.frame_control_info_valid)
  828. return;
  829. if (ppdu_info->rx_status.ast_index == HAL_AST_IDX_INVALID)
  830. return;
  831. }
  832. ppdu_nbuf = qdf_nbuf_alloc(soc->osdev,
  833. sizeof(struct cdp_rx_indication_ppdu), 0, 0, FALSE);
  834. if (ppdu_nbuf) {
  835. dp_rx_populate_cdp_indication_ppdu(pdev, ppdu_info, ppdu_nbuf);
  836. qdf_nbuf_put_tail(ppdu_nbuf,
  837. sizeof(struct cdp_rx_indication_ppdu));
  838. cdp_rx_ppdu = (struct cdp_rx_indication_ppdu *)ppdu_nbuf->data;
  839. dp_rx_stats_update(pdev, cdp_rx_ppdu);
  840. if (cdp_rx_ppdu->peer_id != HTT_INVALID_PEER) {
  841. dp_wdi_event_handler(WDI_EVENT_RX_PPDU_DESC,
  842. soc, ppdu_nbuf,
  843. cdp_rx_ppdu->peer_id,
  844. WDI_NO_VAL, pdev->pdev_id);
  845. } else if (pdev->mcopy_mode) {
  846. dp_wdi_event_handler(WDI_EVENT_RX_PPDU_DESC, soc,
  847. ppdu_nbuf, HTT_INVALID_PEER,
  848. WDI_NO_VAL, pdev->pdev_id);
  849. } else {
  850. qdf_nbuf_free(ppdu_nbuf);
  851. }
  852. }
  853. }
  854. #else
  855. static inline void
  856. dp_rx_handle_ppdu_stats(struct dp_soc *soc, struct dp_pdev *pdev,
  857. struct hal_rx_ppdu_info *ppdu_info)
  858. {
  859. }
  860. #endif
  861. /**
  862. * dp_rx_process_peer_based_pktlog() - Process Rx pktlog if peer based
  863. * filtering enabled
  864. * @soc: core txrx main context
  865. * @ppdu_info: Structure for rx ppdu info
  866. * @status_nbuf: Qdf nbuf abstraction for linux skb
  867. * @mac_id: mac_id/pdev_id correspondinggly for MCL and WIN
  868. *
  869. * Return: none
  870. */
  871. static inline void
  872. dp_rx_process_peer_based_pktlog(struct dp_soc *soc,
  873. struct hal_rx_ppdu_info *ppdu_info,
  874. qdf_nbuf_t status_nbuf, uint32_t mac_id)
  875. {
  876. struct dp_peer *peer;
  877. struct dp_ast_entry *ast_entry;
  878. uint32_t ast_index;
  879. ast_index = ppdu_info->rx_status.ast_index;
  880. if (ast_index < wlan_cfg_get_max_ast_idx(soc->wlan_cfg_ctx)) {
  881. ast_entry = soc->ast_table[ast_index];
  882. if (ast_entry) {
  883. peer = ast_entry->peer;
  884. if (peer && (peer->peer_ids[0] != HTT_INVALID_PEER)) {
  885. if (peer->peer_based_pktlog_filter) {
  886. dp_wdi_event_handler(
  887. WDI_EVENT_RX_DESC, soc,
  888. status_nbuf,
  889. peer->peer_ids[0],
  890. WDI_NO_VAL, mac_id);
  891. }
  892. }
  893. }
  894. }
  895. }
  896. #if defined(HTT_UL_OFDMA_USER_INFO_V0_W0_VALID_M)
  897. static inline void
  898. dp_rx_ul_ofdma_ru_size_to_width(
  899. uint32_t ru_size,
  900. uint32_t *ru_width)
  901. {
  902. uint32_t width;
  903. width = 0;
  904. switch (ru_size) {
  905. case HTT_UL_OFDMA_V0_RU_SIZE_RU_26:
  906. width = 1;
  907. break;
  908. case HTT_UL_OFDMA_V0_RU_SIZE_RU_52:
  909. width = 2;
  910. break;
  911. case HTT_UL_OFDMA_V0_RU_SIZE_RU_106:
  912. width = 4;
  913. break;
  914. case HTT_UL_OFDMA_V0_RU_SIZE_RU_242:
  915. width = 9;
  916. break;
  917. case HTT_UL_OFDMA_V0_RU_SIZE_RU_484:
  918. width = 18;
  919. break;
  920. case HTT_UL_OFDMA_V0_RU_SIZE_RU_996:
  921. width = 37;
  922. break;
  923. case HTT_UL_OFDMA_V0_RU_SIZE_RU_996x2:
  924. width = 74;
  925. break;
  926. default:
  927. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_ERROR,
  928. "RU size to width convert err");
  929. break;
  930. }
  931. *ru_width = width;
  932. }
  933. static inline void
  934. dp_rx_mon_handle_mu_ul_info(struct hal_rx_ppdu_info *ppdu_info)
  935. {
  936. struct mon_rx_user_status *mon_rx_user_status;
  937. uint32_t num_users;
  938. uint32_t i;
  939. uint32_t mu_ul_user_v0_word0;
  940. uint32_t mu_ul_user_v0_word1;
  941. uint32_t ru_width;
  942. uint32_t ru_size;
  943. if (!(ppdu_info->rx_status.reception_type == HAL_RX_TYPE_MU_OFDMA ||
  944. ppdu_info->rx_status.reception_type == HAL_RX_TYPE_MU_MIMO))
  945. return;
  946. num_users = ppdu_info->com_info.num_users;
  947. if (num_users > HAL_MAX_UL_MU_USERS)
  948. num_users = HAL_MAX_UL_MU_USERS;
  949. for (i = 0; i < num_users; i++) {
  950. mon_rx_user_status = &ppdu_info->rx_user_status[i];
  951. mu_ul_user_v0_word0 =
  952. mon_rx_user_status->mu_ul_user_v0_word0;
  953. mu_ul_user_v0_word1 =
  954. mon_rx_user_status->mu_ul_user_v0_word1;
  955. if (HTT_UL_OFDMA_USER_INFO_V0_W0_VALID_GET(
  956. mu_ul_user_v0_word0) &&
  957. !HTT_UL_OFDMA_USER_INFO_V0_W0_VER_GET(
  958. mu_ul_user_v0_word0)) {
  959. mon_rx_user_status->mcs =
  960. HTT_UL_OFDMA_USER_INFO_V0_W1_MCS_GET(
  961. mu_ul_user_v0_word1);
  962. mon_rx_user_status->nss =
  963. HTT_UL_OFDMA_USER_INFO_V0_W1_NSS_GET(
  964. mu_ul_user_v0_word1) + 1;
  965. mon_rx_user_status->mu_ul_info_valid = 1;
  966. mon_rx_user_status->ofdma_ru_start_index =
  967. HTT_UL_OFDMA_USER_INFO_V0_W1_RU_START_GET(
  968. mu_ul_user_v0_word1);
  969. ru_size =
  970. HTT_UL_OFDMA_USER_INFO_V0_W1_RU_SIZE_GET(
  971. mu_ul_user_v0_word1);
  972. dp_rx_ul_ofdma_ru_size_to_width(ru_size, &ru_width);
  973. mon_rx_user_status->ofdma_ru_width = ru_width;
  974. mon_rx_user_status->ofdma_ru_size = ru_size;
  975. }
  976. }
  977. }
  978. #else
  979. static inline void
  980. dp_rx_mon_handle_mu_ul_info(struct hal_rx_ppdu_info *ppdu_info)
  981. {
  982. }
  983. #endif
  984. /**
  985. * dp_rx_mon_status_process_tlv() - Process status TLV in status
  986. * buffer on Rx status Queue posted by status SRNG processing.
  987. * @soc: core txrx main context
  988. * @mac_id: mac_id which is one of 3 mac_ids _ring
  989. *
  990. * Return: none
  991. */
  992. static inline void
  993. dp_rx_mon_status_process_tlv(struct dp_soc *soc, uint32_t mac_id,
  994. uint32_t quota)
  995. {
  996. struct dp_pdev *pdev = dp_get_pdev_for_mac_id(soc, mac_id);
  997. struct hal_rx_ppdu_info *ppdu_info;
  998. qdf_nbuf_t status_nbuf;
  999. uint8_t *rx_tlv;
  1000. uint8_t *rx_tlv_start;
  1001. uint32_t tlv_status = HAL_TLV_STATUS_BUF_DONE;
  1002. QDF_STATUS enh_log_status = QDF_STATUS_SUCCESS;
  1003. struct cdp_pdev_mon_stats *rx_mon_stats;
  1004. int smart_mesh_status;
  1005. enum WDI_EVENT pktlog_mode = WDI_NO_VAL;
  1006. bool nbuf_used;
  1007. uint32_t rx_enh_capture_mode;
  1008. ppdu_info = &pdev->ppdu_info;
  1009. rx_mon_stats = &pdev->rx_mon_stats;
  1010. if (pdev->mon_ppdu_status != DP_PPDU_STATUS_START)
  1011. return;
  1012. rx_enh_capture_mode = pdev->rx_enh_capture_mode;
  1013. while (!qdf_nbuf_is_queue_empty(&pdev->rx_status_q)) {
  1014. status_nbuf = qdf_nbuf_queue_remove(&pdev->rx_status_q);
  1015. rx_tlv = qdf_nbuf_data(status_nbuf);
  1016. rx_tlv_start = rx_tlv;
  1017. nbuf_used = false;
  1018. if ((pdev->monitor_vdev) || (pdev->enhanced_stats_en) ||
  1019. pdev->mcopy_mode ||
  1020. (rx_enh_capture_mode != CDP_RX_ENH_CAPTURE_DISABLED)) {
  1021. do {
  1022. tlv_status = hal_rx_status_get_tlv_info(rx_tlv,
  1023. ppdu_info, pdev->soc->hal_soc,
  1024. status_nbuf);
  1025. dp_rx_mon_update_dbg_ppdu_stats(ppdu_info,
  1026. rx_mon_stats);
  1027. dp_rx_mon_enh_capture_process(pdev, tlv_status,
  1028. status_nbuf, ppdu_info,
  1029. &nbuf_used);
  1030. rx_tlv = hal_rx_status_get_next_tlv(rx_tlv);
  1031. if ((rx_tlv - rx_tlv_start) >= RX_BUFFER_SIZE)
  1032. break;
  1033. } while ((tlv_status == HAL_TLV_STATUS_PPDU_NOT_DONE) ||
  1034. (tlv_status == HAL_TLV_STATUS_HEADER) ||
  1035. (tlv_status == HAL_TLV_STATUS_MPDU_END) ||
  1036. (tlv_status == HAL_TLV_STATUS_MSDU_END));
  1037. }
  1038. if (pdev->dp_peer_based_pktlog) {
  1039. dp_rx_process_peer_based_pktlog(soc, ppdu_info,
  1040. status_nbuf, mac_id);
  1041. } else {
  1042. if (pdev->rx_pktlog_mode == DP_RX_PKTLOG_FULL)
  1043. pktlog_mode = WDI_EVENT_RX_DESC;
  1044. else if (pdev->rx_pktlog_mode == DP_RX_PKTLOG_LITE)
  1045. pktlog_mode = WDI_EVENT_LITE_RX;
  1046. if (pktlog_mode != WDI_NO_VAL)
  1047. dp_wdi_event_handler(pktlog_mode, soc,
  1048. status_nbuf,
  1049. HTT_INVALID_PEER,
  1050. WDI_NO_VAL, mac_id);
  1051. }
  1052. /* smart monitor vap and m_copy cannot co-exist */
  1053. if (ppdu_info->rx_status.monitor_direct_used && pdev->neighbour_peers_added
  1054. && pdev->monitor_vdev) {
  1055. smart_mesh_status = dp_rx_handle_smart_mesh_mode(soc,
  1056. pdev, ppdu_info, status_nbuf);
  1057. if (smart_mesh_status)
  1058. qdf_nbuf_free(status_nbuf);
  1059. } else if (qdf_unlikely(pdev->mcopy_mode)) {
  1060. dp_rx_process_mcopy_mode(soc, pdev,
  1061. ppdu_info, tlv_status,
  1062. status_nbuf);
  1063. } else if (rx_enh_capture_mode != CDP_RX_ENH_CAPTURE_DISABLED) {
  1064. if (!nbuf_used)
  1065. qdf_nbuf_free(status_nbuf);
  1066. if (tlv_status == HAL_TLV_STATUS_PPDU_DONE)
  1067. enh_log_status =
  1068. dp_rx_handle_enh_capture(soc,
  1069. pdev, ppdu_info);
  1070. } else {
  1071. qdf_nbuf_free(status_nbuf);
  1072. }
  1073. if (tlv_status == HAL_TLV_STATUS_PPDU_NON_STD_DONE) {
  1074. dp_rx_mon_deliver_non_std(soc, mac_id);
  1075. } else if (tlv_status == HAL_TLV_STATUS_PPDU_DONE) {
  1076. rx_mon_stats->status_ppdu_done++;
  1077. dp_rx_mon_handle_mu_ul_info(ppdu_info);
  1078. if (pdev->enhanced_stats_en ||
  1079. pdev->mcopy_mode || pdev->neighbour_peers_added)
  1080. dp_rx_handle_ppdu_stats(soc, pdev, ppdu_info);
  1081. pdev->mon_ppdu_status = DP_PPDU_STATUS_DONE;
  1082. dp_rx_mon_dest_process(soc, mac_id, quota);
  1083. pdev->mon_ppdu_status = DP_PPDU_STATUS_START;
  1084. }
  1085. }
  1086. return;
  1087. }
  1088. /*
  1089. * dp_rx_mon_status_srng_process() - Process monitor status ring
  1090. * post the status ring buffer to Rx status Queue for later
  1091. * processing when status ring is filled with status TLV.
  1092. * Allocate a new buffer to status ring if the filled buffer
  1093. * is posted.
  1094. *
  1095. * @soc: core txrx main context
  1096. * @mac_id: mac_id which is one of 3 mac_ids
  1097. * @quota: No. of ring entry that can be serviced in one shot.
  1098. * Return: uint32_t: No. of ring entry that is processed.
  1099. */
  1100. static inline uint32_t
  1101. dp_rx_mon_status_srng_process(struct dp_soc *soc, uint32_t mac_id,
  1102. uint32_t quota)
  1103. {
  1104. struct dp_pdev *pdev = dp_get_pdev_for_mac_id(soc, mac_id);
  1105. hal_soc_handle_t hal_soc;
  1106. void *mon_status_srng;
  1107. void *rxdma_mon_status_ring_entry;
  1108. QDF_STATUS status;
  1109. uint32_t work_done = 0;
  1110. int mac_for_pdev = dp_get_mac_id_for_mac(soc, mac_id);
  1111. mon_status_srng = pdev->rxdma_mon_status_ring[mac_for_pdev].hal_srng;
  1112. qdf_assert(mon_status_srng);
  1113. if (!mon_status_srng || !hal_srng_initialized(mon_status_srng)) {
  1114. QDF_TRACE(QDF_MODULE_ID_TXRX, QDF_TRACE_LEVEL_ERROR,
  1115. "%s %d : HAL Monitor Status Ring Init Failed -- %pK",
  1116. __func__, __LINE__, mon_status_srng);
  1117. return work_done;
  1118. }
  1119. hal_soc = soc->hal_soc;
  1120. qdf_assert(hal_soc);
  1121. if (qdf_unlikely(hal_srng_access_start(hal_soc, mon_status_srng)))
  1122. goto done;
  1123. /* mon_status_ring_desc => WBM_BUFFER_RING STRUCT =>
  1124. * BUFFER_ADDR_INFO STRUCT
  1125. */
  1126. while (qdf_likely((rxdma_mon_status_ring_entry =
  1127. hal_srng_src_peek(hal_soc, mon_status_srng))
  1128. && quota--)) {
  1129. uint32_t rx_buf_cookie;
  1130. qdf_nbuf_t status_nbuf;
  1131. struct dp_rx_desc *rx_desc;
  1132. uint8_t *status_buf;
  1133. qdf_dma_addr_t paddr;
  1134. uint64_t buf_addr;
  1135. buf_addr =
  1136. (HAL_RX_BUFFER_ADDR_31_0_GET(
  1137. rxdma_mon_status_ring_entry) |
  1138. ((uint64_t)(HAL_RX_BUFFER_ADDR_39_32_GET(
  1139. rxdma_mon_status_ring_entry)) << 32));
  1140. if (qdf_likely(buf_addr)) {
  1141. rx_buf_cookie =
  1142. HAL_RX_BUF_COOKIE_GET(
  1143. rxdma_mon_status_ring_entry);
  1144. rx_desc = dp_rx_cookie_2_va_mon_status(soc,
  1145. rx_buf_cookie);
  1146. qdf_assert(rx_desc);
  1147. status_nbuf = rx_desc->nbuf;
  1148. qdf_nbuf_sync_for_cpu(soc->osdev, status_nbuf,
  1149. QDF_DMA_FROM_DEVICE);
  1150. status_buf = qdf_nbuf_data(status_nbuf);
  1151. status = hal_get_rx_status_done(status_buf);
  1152. if (status != QDF_STATUS_SUCCESS) {
  1153. uint32_t hp, tp;
  1154. hal_get_sw_hptp(hal_soc, mon_status_srng,
  1155. &tp, &hp);
  1156. dp_info_rl("tlv tag status error hp:%u, tp:%u",
  1157. hp, tp);
  1158. pdev->rx_mon_stats.tlv_tag_status_err++;
  1159. /* WAR for missing status: Skip status entry */
  1160. hal_srng_src_get_next(hal_soc, mon_status_srng);
  1161. continue;
  1162. }
  1163. qdf_nbuf_set_pktlen(status_nbuf, RX_BUFFER_SIZE);
  1164. qdf_nbuf_unmap_single(soc->osdev, status_nbuf,
  1165. QDF_DMA_FROM_DEVICE);
  1166. /* Put the status_nbuf to queue */
  1167. qdf_nbuf_queue_add(&pdev->rx_status_q, status_nbuf);
  1168. } else {
  1169. union dp_rx_desc_list_elem_t *desc_list = NULL;
  1170. union dp_rx_desc_list_elem_t *tail = NULL;
  1171. struct rx_desc_pool *rx_desc_pool;
  1172. uint32_t num_alloc_desc;
  1173. rx_desc_pool = &soc->rx_desc_status[mac_id];
  1174. num_alloc_desc = dp_rx_get_free_desc_list(soc, mac_id,
  1175. rx_desc_pool,
  1176. 1,
  1177. &desc_list,
  1178. &tail);
  1179. /*
  1180. * No free descriptors available
  1181. */
  1182. if (qdf_unlikely(num_alloc_desc == 0)) {
  1183. work_done++;
  1184. break;
  1185. }
  1186. rx_desc = &desc_list->rx_desc;
  1187. }
  1188. status_nbuf = dp_rx_nbuf_prepare(soc, pdev);
  1189. /*
  1190. * qdf_nbuf alloc or map failed,
  1191. * free the dp rx desc to free list,
  1192. * fill in NULL dma address at current HP entry,
  1193. * keep HP in mon_status_ring unchanged,
  1194. * wait next time dp_rx_mon_status_srng_process
  1195. * to fill in buffer at current HP.
  1196. */
  1197. if (qdf_unlikely(!status_nbuf)) {
  1198. union dp_rx_desc_list_elem_t *desc_list = NULL;
  1199. union dp_rx_desc_list_elem_t *tail = NULL;
  1200. struct rx_desc_pool *rx_desc_pool;
  1201. rx_desc_pool = &soc->rx_desc_status[mac_id];
  1202. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_ERROR,
  1203. "%s: fail to allocate or map qdf_nbuf",
  1204. __func__);
  1205. dp_rx_add_to_free_desc_list(&desc_list,
  1206. &tail, rx_desc);
  1207. dp_rx_add_desc_list_to_free_list(soc, &desc_list,
  1208. &tail, mac_id, rx_desc_pool);
  1209. hal_rxdma_buff_addr_info_set(
  1210. rxdma_mon_status_ring_entry,
  1211. 0, 0, HAL_RX_BUF_RBM_SW3_BM);
  1212. work_done++;
  1213. break;
  1214. }
  1215. paddr = qdf_nbuf_get_frag_paddr(status_nbuf, 0);
  1216. rx_desc->nbuf = status_nbuf;
  1217. rx_desc->in_use = 1;
  1218. hal_rxdma_buff_addr_info_set(rxdma_mon_status_ring_entry,
  1219. paddr, rx_desc->cookie, HAL_RX_BUF_RBM_SW3_BM);
  1220. hal_srng_src_get_next(hal_soc, mon_status_srng);
  1221. work_done++;
  1222. }
  1223. done:
  1224. hal_srng_access_end(hal_soc, mon_status_srng);
  1225. return work_done;
  1226. }
  1227. /*
  1228. * dp_rx_mon_status_process() - Process monitor status ring and
  1229. * TLV in status ring.
  1230. *
  1231. * @soc: core txrx main context
  1232. * @mac_id: mac_id which is one of 3 mac_ids
  1233. * @quota: No. of ring entry that can be serviced in one shot.
  1234. * Return: uint32_t: No. of ring entry that is processed.
  1235. */
  1236. static inline uint32_t
  1237. dp_rx_mon_status_process(struct dp_soc *soc, uint32_t mac_id, uint32_t quota) {
  1238. uint32_t work_done;
  1239. work_done = dp_rx_mon_status_srng_process(soc, mac_id, quota);
  1240. quota -= work_done;
  1241. dp_rx_mon_status_process_tlv(soc, mac_id, quota);
  1242. return work_done;
  1243. }
  1244. /**
  1245. * dp_mon_process() - Main monitor mode processing roution.
  1246. * This call monitor status ring process then monitor
  1247. * destination ring process.
  1248. * Called from the bottom half (tasklet/NET_RX_SOFTIRQ)
  1249. * @soc: core txrx main context
  1250. * @mac_id: mac_id which is one of 3 mac_ids
  1251. * @quota: No. of status ring entry that can be serviced in one shot.
  1252. * Return: uint32_t: No. of ring entry that is processed.
  1253. */
  1254. uint32_t
  1255. dp_mon_process(struct dp_soc *soc, uint32_t mac_id, uint32_t quota) {
  1256. return dp_rx_mon_status_process(soc, mac_id, quota);
  1257. }
  1258. /**
  1259. * dp_rx_pdev_mon_status_detach() - detach dp rx for status ring
  1260. * @pdev: core txrx pdev context
  1261. * @mac_id: mac_id/pdev_id correspondinggly for MCL and WIN
  1262. *
  1263. * This function will detach DP RX status ring from
  1264. * main device context. will free DP Rx resources for
  1265. * status ring
  1266. *
  1267. * Return: QDF_STATUS_SUCCESS: success
  1268. * QDF_STATUS_E_RESOURCES: Error return
  1269. */
  1270. QDF_STATUS
  1271. dp_rx_pdev_mon_status_detach(struct dp_pdev *pdev, int mac_id)
  1272. {
  1273. struct dp_soc *soc = pdev->soc;
  1274. struct rx_desc_pool *rx_desc_pool;
  1275. rx_desc_pool = &soc->rx_desc_status[mac_id];
  1276. if (rx_desc_pool->pool_size != 0) {
  1277. if (!dp_is_soc_reinit(soc))
  1278. dp_rx_desc_nbuf_and_pool_free(soc, mac_id,
  1279. rx_desc_pool);
  1280. else
  1281. dp_rx_desc_nbuf_free(soc, rx_desc_pool);
  1282. }
  1283. return QDF_STATUS_SUCCESS;
  1284. }
  1285. /*
  1286. * dp_rx_buffers_replenish() - replenish monitor status ring with
  1287. * rx nbufs called during dp rx
  1288. * monitor status ring initialization
  1289. *
  1290. * @soc: core txrx main context
  1291. * @mac_id: mac_id which is one of 3 mac_ids
  1292. * @dp_rxdma_srng: dp monitor status circular ring
  1293. * @rx_desc_pool; Pointer to Rx descriptor pool
  1294. * @num_req_buffers: number of buffer to be replenished
  1295. * @desc_list: list of descs if called from dp rx monitor status
  1296. * process or NULL during dp rx initialization or
  1297. * out of buffer interrupt
  1298. * @tail: tail of descs list
  1299. * @owner: who owns the nbuf (host, NSS etc...)
  1300. * Return: return success or failure
  1301. */
  1302. static inline
  1303. QDF_STATUS dp_rx_mon_status_buffers_replenish(struct dp_soc *dp_soc,
  1304. uint32_t mac_id,
  1305. struct dp_srng *dp_rxdma_srng,
  1306. struct rx_desc_pool *rx_desc_pool,
  1307. uint32_t num_req_buffers,
  1308. union dp_rx_desc_list_elem_t **desc_list,
  1309. union dp_rx_desc_list_elem_t **tail,
  1310. uint8_t owner)
  1311. {
  1312. uint32_t num_alloc_desc;
  1313. uint16_t num_desc_to_free = 0;
  1314. uint32_t num_entries_avail;
  1315. uint32_t count = 0;
  1316. int sync_hw_ptr = 1;
  1317. qdf_dma_addr_t paddr;
  1318. qdf_nbuf_t rx_netbuf;
  1319. void *rxdma_ring_entry;
  1320. union dp_rx_desc_list_elem_t *next;
  1321. void *rxdma_srng;
  1322. struct dp_pdev *dp_pdev = dp_get_pdev_for_mac_id(dp_soc, mac_id);
  1323. rxdma_srng = dp_rxdma_srng->hal_srng;
  1324. qdf_assert(rxdma_srng);
  1325. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_DEBUG,
  1326. "[%s][%d] requested %d buffers for replenish",
  1327. __func__, __LINE__, num_req_buffers);
  1328. /*
  1329. * if desc_list is NULL, allocate the descs from freelist
  1330. */
  1331. if (!(*desc_list)) {
  1332. num_alloc_desc = dp_rx_get_free_desc_list(dp_soc, mac_id,
  1333. rx_desc_pool,
  1334. num_req_buffers,
  1335. desc_list,
  1336. tail);
  1337. if (!num_alloc_desc) {
  1338. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_ERROR,
  1339. "[%s][%d] no free rx_descs in freelist",
  1340. __func__, __LINE__);
  1341. return QDF_STATUS_E_NOMEM;
  1342. }
  1343. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_DEBUG,
  1344. "[%s][%d] %d rx desc allocated", __func__, __LINE__,
  1345. num_alloc_desc);
  1346. num_req_buffers = num_alloc_desc;
  1347. }
  1348. hal_srng_access_start(dp_soc->hal_soc, rxdma_srng);
  1349. num_entries_avail = hal_srng_src_num_avail(dp_soc->hal_soc,
  1350. rxdma_srng, sync_hw_ptr);
  1351. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_DEBUG,
  1352. "[%s][%d] no of available entries in rxdma ring: %d",
  1353. __func__, __LINE__, num_entries_avail);
  1354. if (num_entries_avail < num_req_buffers) {
  1355. num_desc_to_free = num_req_buffers - num_entries_avail;
  1356. num_req_buffers = num_entries_avail;
  1357. }
  1358. while (count < num_req_buffers) {
  1359. rx_netbuf = dp_rx_nbuf_prepare(dp_soc, dp_pdev);
  1360. /*
  1361. * qdf_nbuf alloc or map failed,
  1362. * keep HP in mon_status_ring unchanged,
  1363. * wait dp_rx_mon_status_srng_process
  1364. * to fill in buffer at current HP.
  1365. */
  1366. if (qdf_unlikely(!rx_netbuf)) {
  1367. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_ERROR,
  1368. "%s: qdf_nbuf allocate or map fail, count %d",
  1369. __func__, count);
  1370. break;
  1371. }
  1372. paddr = qdf_nbuf_get_frag_paddr(rx_netbuf, 0);
  1373. next = (*desc_list)->next;
  1374. rxdma_ring_entry = hal_srng_src_get_next(dp_soc->hal_soc,
  1375. rxdma_srng);
  1376. if (qdf_unlikely(!rxdma_ring_entry)) {
  1377. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_ERROR,
  1378. "[%s][%d] rxdma_ring_entry is NULL, count - %d",
  1379. __func__, __LINE__, count);
  1380. qdf_nbuf_unmap_single(dp_soc->osdev, rx_netbuf,
  1381. QDF_DMA_FROM_DEVICE);
  1382. qdf_nbuf_free(rx_netbuf);
  1383. break;
  1384. }
  1385. (*desc_list)->rx_desc.nbuf = rx_netbuf;
  1386. (*desc_list)->rx_desc.in_use = 1;
  1387. count++;
  1388. hal_rxdma_buff_addr_info_set(rxdma_ring_entry, paddr,
  1389. (*desc_list)->rx_desc.cookie, owner);
  1390. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_DEBUG,
  1391. "[%s][%d] rx_desc=%pK, cookie=%d, nbuf=%pK, \
  1392. paddr=%pK",
  1393. __func__, __LINE__, &(*desc_list)->rx_desc,
  1394. (*desc_list)->rx_desc.cookie, rx_netbuf,
  1395. (void *)paddr);
  1396. *desc_list = next;
  1397. }
  1398. hal_srng_access_end(dp_soc->hal_soc, rxdma_srng);
  1399. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_DEBUG,
  1400. "successfully replenished %d buffers", num_req_buffers);
  1401. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_DEBUG,
  1402. "%d rx desc added back to free list", num_desc_to_free);
  1403. /*
  1404. * add any available free desc back to the free list
  1405. */
  1406. if (*desc_list) {
  1407. dp_rx_add_desc_list_to_free_list(dp_soc, desc_list, tail,
  1408. mac_id, rx_desc_pool);
  1409. }
  1410. return QDF_STATUS_SUCCESS;
  1411. }
  1412. /**
  1413. * dp_rx_pdev_mon_status_attach() - attach DP RX monitor status ring
  1414. * @pdev: core txrx pdev context
  1415. * @ring_id: ring number
  1416. * This function will attach a DP RX monitor status ring into pDEV
  1417. * and replenish monitor status ring with buffer.
  1418. *
  1419. * Return: QDF_STATUS_SUCCESS: success
  1420. * QDF_STATUS_E_RESOURCES: Error return
  1421. */
  1422. QDF_STATUS
  1423. dp_rx_pdev_mon_status_attach(struct dp_pdev *pdev, int ring_id) {
  1424. struct dp_soc *soc = pdev->soc;
  1425. union dp_rx_desc_list_elem_t *desc_list = NULL;
  1426. union dp_rx_desc_list_elem_t *tail = NULL;
  1427. struct dp_srng *mon_status_ring;
  1428. uint32_t num_entries;
  1429. uint32_t i;
  1430. struct rx_desc_pool *rx_desc_pool;
  1431. QDF_STATUS status;
  1432. int mac_for_pdev = dp_get_mac_id_for_mac(soc, ring_id);
  1433. mon_status_ring = &pdev->rxdma_mon_status_ring[mac_for_pdev];
  1434. num_entries = mon_status_ring->num_entries;
  1435. rx_desc_pool = &soc->rx_desc_status[ring_id];
  1436. dp_info("Mon RX Status Pool[%d] entries=%d",
  1437. ring_id, num_entries);
  1438. status = dp_rx_desc_pool_alloc(soc, ring_id, num_entries + 1,
  1439. rx_desc_pool);
  1440. if (!QDF_IS_STATUS_SUCCESS(status))
  1441. return status;
  1442. dp_debug("Mon RX Status Buffers Replenish ring_id=%d", ring_id);
  1443. status = dp_rx_mon_status_buffers_replenish(soc, ring_id,
  1444. mon_status_ring,
  1445. rx_desc_pool,
  1446. num_entries,
  1447. &desc_list, &tail,
  1448. HAL_RX_BUF_RBM_SW3_BM);
  1449. if (!QDF_IS_STATUS_SUCCESS(status))
  1450. return status;
  1451. qdf_nbuf_queue_init(&pdev->rx_status_q);
  1452. qdf_nbuf_queue_init(&pdev->rx_ppdu_buf_q);
  1453. pdev->mon_ppdu_status = DP_PPDU_STATUS_START;
  1454. qdf_mem_zero(&(pdev->ppdu_info.rx_status),
  1455. sizeof(pdev->ppdu_info.rx_status));
  1456. qdf_mem_zero(&pdev->rx_mon_stats,
  1457. sizeof(pdev->rx_mon_stats));
  1458. dp_rx_mon_init_dbg_ppdu_stats(&pdev->ppdu_info,
  1459. &pdev->rx_mon_stats);
  1460. for (i = 0; i < MAX_MU_USERS; i++) {
  1461. qdf_nbuf_queue_init(&pdev->mpdu_q[i]);
  1462. pdev->is_mpdu_hdr[i] = true;
  1463. }
  1464. qdf_mem_zero(pdev->msdu_list, sizeof(pdev->msdu_list[MAX_MU_USERS]));
  1465. pdev->rx_enh_capture_mode = CDP_RX_ENH_CAPTURE_DISABLED;
  1466. return QDF_STATUS_SUCCESS;
  1467. }