dp_rx.h 31 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097
  1. /*
  2. * Copyright (c) 2016-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. #ifndef _DP_RX_H
  19. #define _DP_RX_H
  20. #include "hal_rx.h"
  21. #include "dp_tx.h"
  22. #include "dp_peer.h"
  23. #include "dp_internal.h"
  24. #ifdef RXDMA_OPTIMIZATION
  25. #ifdef NO_RX_PKT_HDR_TLV
  26. #define RX_BUFFER_ALIGNMENT 0
  27. #else
  28. #define RX_BUFFER_ALIGNMENT 128
  29. #endif /* NO_RX_PKT_HDR_TLV */
  30. #else /* RXDMA_OPTIMIZATION */
  31. #define RX_BUFFER_ALIGNMENT 4
  32. #endif /* RXDMA_OPTIMIZATION */
  33. #ifdef QCA_HOST2FW_RXBUF_RING
  34. #define DP_WBM2SW_RBM HAL_RX_BUF_RBM_SW1_BM
  35. #else
  36. #define DP_WBM2SW_RBM HAL_RX_BUF_RBM_SW3_BM
  37. #endif /* QCA_HOST2FW_RXBUF_RING */
  38. #define RX_BUFFER_RESERVATION 0
  39. #define DP_PEER_METADATA_PEER_ID_MASK 0x0000ffff
  40. #define DP_PEER_METADATA_PEER_ID_SHIFT 0
  41. #define DP_PEER_METADATA_VDEV_ID_MASK 0x00070000
  42. #define DP_PEER_METADATA_VDEV_ID_SHIFT 16
  43. #define DP_PEER_METADATA_PEER_ID_GET(_peer_metadata) \
  44. (((_peer_metadata) & DP_PEER_METADATA_PEER_ID_MASK) \
  45. >> DP_PEER_METADATA_PEER_ID_SHIFT)
  46. #define DP_PEER_METADATA_ID_GET(_peer_metadata) \
  47. (((_peer_metadata) & DP_PEER_METADATA_VDEV_ID_MASK) \
  48. >> DP_PEER_METADATA_VDEV_ID_SHIFT)
  49. #define DP_RX_DESC_MAGIC 0xdec0de
  50. /**
  51. * struct dp_rx_desc
  52. *
  53. * @nbuf : VA of the "skb" posted
  54. * @rx_buf_start : VA of the original Rx buffer, before
  55. * movement of any skb->data pointer
  56. * @cookie : index into the sw array which holds
  57. * the sw Rx descriptors
  58. * Cookie space is 21 bits:
  59. * lower 18 bits -- index
  60. * upper 3 bits -- pool_id
  61. * @pool_id : pool Id for which this allocated.
  62. * Can only be used if there is no flow
  63. * steering
  64. * @in_use rx_desc is in use
  65. * @unmapped used to mark rx_desc an unmapped if the corresponding
  66. * nbuf is already unmapped
  67. */
  68. struct dp_rx_desc {
  69. qdf_nbuf_t nbuf;
  70. uint8_t *rx_buf_start;
  71. uint32_t cookie;
  72. uint8_t pool_id;
  73. #ifdef RX_DESC_DEBUG_CHECK
  74. uint32_t magic;
  75. #endif
  76. uint8_t in_use:1,
  77. unmapped:1;
  78. };
  79. /* RX Descriptor Multi Page memory alloc related */
  80. #define DP_RX_DESC_OFFSET_NUM_BITS 8
  81. #define DP_RX_DESC_PAGE_ID_NUM_BITS 8
  82. #define DP_RX_DESC_POOL_ID_NUM_BITS 4
  83. #define DP_RX_DESC_PAGE_ID_SHIFT DP_RX_DESC_OFFSET_NUM_BITS
  84. #define DP_RX_DESC_POOL_ID_SHIFT \
  85. (DP_RX_DESC_OFFSET_NUM_BITS + DP_RX_DESC_PAGE_ID_NUM_BITS)
  86. #define RX_DESC_MULTI_PAGE_COOKIE_POOL_ID_MASK \
  87. (((1 << DP_RX_DESC_POOL_ID_NUM_BITS) - 1) << DP_RX_DESC_POOL_ID_SHIFT)
  88. #define RX_DESC_MULTI_PAGE_COOKIE_PAGE_ID_MASK \
  89. (((1 << DP_RX_DESC_PAGE_ID_NUM_BITS) - 1) << \
  90. DP_RX_DESC_PAGE_ID_SHIFT)
  91. #define RX_DESC_MULTI_PAGE_COOKIE_OFFSET_MASK \
  92. ((1 << DP_RX_DESC_OFFSET_NUM_BITS) - 1)
  93. #define DP_RX_DESC_MULTI_PAGE_COOKIE_GET_POOL_ID(_cookie) \
  94. (((_cookie) & RX_DESC_MULTI_PAGE_COOKIE_POOL_ID_MASK) >> \
  95. DP_RX_DESC_POOL_ID_SHIFT)
  96. #define DP_RX_DESC_MULTI_PAGE_COOKIE_GET_PAGE_ID(_cookie) \
  97. (((_cookie) & RX_DESC_MULTI_PAGE_COOKIE_PAGE_ID_MASK) >> \
  98. DP_RX_DESC_PAGE_ID_SHIFT)
  99. #define DP_RX_DESC_MULTI_PAGE_COOKIE_GET_OFFSET(_cookie) \
  100. ((_cookie) & RX_DESC_MULTI_PAGE_COOKIE_OFFSET_MASK)
  101. #define RX_DESC_COOKIE_INDEX_SHIFT 0
  102. #define RX_DESC_COOKIE_INDEX_MASK 0x3ffff /* 18 bits */
  103. #define RX_DESC_COOKIE_POOL_ID_SHIFT 18
  104. #define RX_DESC_COOKIE_POOL_ID_MASK 0x1c0000
  105. #define DP_RX_DESC_COOKIE_MAX \
  106. (RX_DESC_COOKIE_INDEX_MASK | RX_DESC_COOKIE_POOL_ID_MASK)
  107. #define DP_RX_DESC_COOKIE_POOL_ID_GET(_cookie) \
  108. (((_cookie) & RX_DESC_COOKIE_POOL_ID_MASK) >> \
  109. RX_DESC_COOKIE_POOL_ID_SHIFT)
  110. #define DP_RX_DESC_COOKIE_INDEX_GET(_cookie) \
  111. (((_cookie) & RX_DESC_COOKIE_INDEX_MASK) >> \
  112. RX_DESC_COOKIE_INDEX_SHIFT)
  113. /* DOC: Offset to obtain LLC hdr
  114. *
  115. * In the case of Wifi parse error
  116. * to reach LLC header from beginning
  117. * of VLAN tag we need to skip 8 bytes.
  118. * Vlan_tag(4)+length(2)+length added
  119. * by HW(2) = 8 bytes.
  120. */
  121. #define DP_SKIP_VLAN 8
  122. /**
  123. * struct dp_rx_cached_buf - rx cached buffer
  124. * @list: linked list node
  125. * @buf: skb buffer
  126. */
  127. struct dp_rx_cached_buf {
  128. qdf_list_node_t node;
  129. qdf_nbuf_t buf;
  130. };
  131. /*
  132. *dp_rx_xor_block() - xor block of data
  133. *@b: destination data block
  134. *@a: source data block
  135. *@len: length of the data to process
  136. *
  137. *Returns: None
  138. */
  139. static inline void dp_rx_xor_block(uint8_t *b, const uint8_t *a, qdf_size_t len)
  140. {
  141. qdf_size_t i;
  142. for (i = 0; i < len; i++)
  143. b[i] ^= a[i];
  144. }
  145. /*
  146. *dp_rx_rotl() - rotate the bits left
  147. *@val: unsigned integer input value
  148. *@bits: number of bits
  149. *
  150. *Returns: Integer with left rotated by number of 'bits'
  151. */
  152. static inline uint32_t dp_rx_rotl(uint32_t val, int bits)
  153. {
  154. return (val << bits) | (val >> (32 - bits));
  155. }
  156. /*
  157. *dp_rx_rotr() - rotate the bits right
  158. *@val: unsigned integer input value
  159. *@bits: number of bits
  160. *
  161. *Returns: Integer with right rotated by number of 'bits'
  162. */
  163. static inline uint32_t dp_rx_rotr(uint32_t val, int bits)
  164. {
  165. return (val >> bits) | (val << (32 - bits));
  166. }
  167. /*
  168. * dp_set_rx_queue() - set queue_mapping in skb
  169. * @nbuf: skb
  170. * @queue_id: rx queue_id
  171. *
  172. * Return: void
  173. */
  174. #ifdef QCA_OL_RX_MULTIQ_SUPPORT
  175. static inline void dp_set_rx_queue(qdf_nbuf_t nbuf, uint8_t queue_id)
  176. {
  177. qdf_nbuf_record_rx_queue(nbuf, queue_id);
  178. return;
  179. }
  180. #else
  181. static inline void dp_set_rx_queue(qdf_nbuf_t nbuf, uint8_t queue_id)
  182. {
  183. }
  184. #endif
  185. /*
  186. *dp_rx_xswap() - swap the bits left
  187. *@val: unsigned integer input value
  188. *
  189. *Returns: Integer with bits swapped
  190. */
  191. static inline uint32_t dp_rx_xswap(uint32_t val)
  192. {
  193. return ((val & 0x00ff00ff) << 8) | ((val & 0xff00ff00) >> 8);
  194. }
  195. /*
  196. *dp_rx_get_le32_split() - get little endian 32 bits split
  197. *@b0: byte 0
  198. *@b1: byte 1
  199. *@b2: byte 2
  200. *@b3: byte 3
  201. *
  202. *Returns: Integer with split little endian 32 bits
  203. */
  204. static inline uint32_t dp_rx_get_le32_split(uint8_t b0, uint8_t b1, uint8_t b2,
  205. uint8_t b3)
  206. {
  207. return b0 | (b1 << 8) | (b2 << 16) | (b3 << 24);
  208. }
  209. /*
  210. *dp_rx_get_le32() - get little endian 32 bits
  211. *@b0: byte 0
  212. *@b1: byte 1
  213. *@b2: byte 2
  214. *@b3: byte 3
  215. *
  216. *Returns: Integer with little endian 32 bits
  217. */
  218. static inline uint32_t dp_rx_get_le32(const uint8_t *p)
  219. {
  220. return dp_rx_get_le32_split(p[0], p[1], p[2], p[3]);
  221. }
  222. /*
  223. * dp_rx_put_le32() - put little endian 32 bits
  224. * @p: destination char array
  225. * @v: source 32-bit integer
  226. *
  227. * Returns: None
  228. */
  229. static inline void dp_rx_put_le32(uint8_t *p, uint32_t v)
  230. {
  231. p[0] = (v) & 0xff;
  232. p[1] = (v >> 8) & 0xff;
  233. p[2] = (v >> 16) & 0xff;
  234. p[3] = (v >> 24) & 0xff;
  235. }
  236. /* Extract michal mic block of data */
  237. #define dp_rx_michael_block(l, r) \
  238. do { \
  239. r ^= dp_rx_rotl(l, 17); \
  240. l += r; \
  241. r ^= dp_rx_xswap(l); \
  242. l += r; \
  243. r ^= dp_rx_rotl(l, 3); \
  244. l += r; \
  245. r ^= dp_rx_rotr(l, 2); \
  246. l += r; \
  247. } while (0)
  248. /**
  249. * struct dp_rx_desc_list_elem_t
  250. *
  251. * @next : Next pointer to form free list
  252. * @rx_desc : DP Rx descriptor
  253. */
  254. union dp_rx_desc_list_elem_t {
  255. union dp_rx_desc_list_elem_t *next;
  256. struct dp_rx_desc rx_desc;
  257. };
  258. #ifdef RX_DESC_MULTI_PAGE_ALLOC
  259. /**
  260. * dp_rx_desc_find() - find dp rx descriptor from page ID and offset
  261. * @page_id: Page ID
  262. * @offset: Offset of the descriptor element
  263. *
  264. * Return: RX descriptor element
  265. */
  266. union dp_rx_desc_list_elem_t *dp_rx_desc_find(uint16_t page_id, uint16_t offset,
  267. struct rx_desc_pool *rx_pool);
  268. static inline
  269. struct dp_rx_desc *dp_get_rx_desc_from_cookie(struct dp_soc *soc,
  270. struct rx_desc_pool *pool,
  271. uint32_t cookie)
  272. {
  273. uint8_t pool_id = DP_RX_DESC_MULTI_PAGE_COOKIE_GET_POOL_ID(cookie);
  274. uint16_t page_id = DP_RX_DESC_MULTI_PAGE_COOKIE_GET_PAGE_ID(cookie);
  275. uint8_t offset = DP_RX_DESC_MULTI_PAGE_COOKIE_GET_OFFSET(cookie);
  276. struct rx_desc_pool *rx_desc_pool;
  277. union dp_rx_desc_list_elem_t *rx_desc_elem;
  278. if (qdf_unlikely(pool_id >= MAX_RXDESC_POOLS))
  279. return NULL;
  280. rx_desc_pool = &pool[pool_id];
  281. rx_desc_elem = (union dp_rx_desc_list_elem_t *)
  282. (rx_desc_pool->desc_pages.cacheable_pages[page_id] +
  283. rx_desc_pool->elem_size * offset);
  284. return &rx_desc_elem->rx_desc;
  285. }
  286. /**
  287. * dp_rx_cookie_2_va_rxdma_buf() - Converts cookie to a virtual address of
  288. * the Rx descriptor on Rx DMA source ring buffer
  289. * @soc: core txrx main context
  290. * @cookie: cookie used to lookup virtual address
  291. *
  292. * Return: Pointer to the Rx descriptor
  293. */
  294. static inline
  295. struct dp_rx_desc *dp_rx_cookie_2_va_rxdma_buf(struct dp_soc *soc,
  296. uint32_t cookie)
  297. {
  298. return dp_get_rx_desc_from_cookie(soc, &soc->rx_desc_buf[0], cookie);
  299. }
  300. /**
  301. * dp_rx_cookie_2_va_mon_buf() - Converts cookie to a virtual address of
  302. * the Rx descriptor on monitor ring buffer
  303. * @soc: core txrx main context
  304. * @cookie: cookie used to lookup virtual address
  305. *
  306. * Return: Pointer to the Rx descriptor
  307. */
  308. static inline
  309. struct dp_rx_desc *dp_rx_cookie_2_va_mon_buf(struct dp_soc *soc,
  310. uint32_t cookie)
  311. {
  312. return dp_get_rx_desc_from_cookie(soc, &soc->rx_desc_mon[0], cookie);
  313. }
  314. /**
  315. * dp_rx_cookie_2_va_mon_status() - Converts cookie to a virtual address of
  316. * the Rx descriptor on monitor status ring buffer
  317. * @soc: core txrx main context
  318. * @cookie: cookie used to lookup virtual address
  319. *
  320. * Return: Pointer to the Rx descriptor
  321. */
  322. static inline
  323. struct dp_rx_desc *dp_rx_cookie_2_va_mon_status(struct dp_soc *soc,
  324. uint32_t cookie)
  325. {
  326. return dp_get_rx_desc_from_cookie(soc, &soc->rx_desc_status[0], cookie);
  327. }
  328. #else
  329. /**
  330. * dp_rx_cookie_2_va_rxdma_buf() - Converts cookie to a virtual address of
  331. * the Rx descriptor on Rx DMA source ring buffer
  332. * @soc: core txrx main context
  333. * @cookie: cookie used to lookup virtual address
  334. *
  335. * Return: void *: Virtual Address of the Rx descriptor
  336. */
  337. static inline
  338. void *dp_rx_cookie_2_va_rxdma_buf(struct dp_soc *soc, uint32_t cookie)
  339. {
  340. uint8_t pool_id = DP_RX_DESC_COOKIE_POOL_ID_GET(cookie);
  341. uint16_t index = DP_RX_DESC_COOKIE_INDEX_GET(cookie);
  342. struct rx_desc_pool *rx_desc_pool;
  343. if (qdf_unlikely(pool_id >= MAX_RXDESC_POOLS))
  344. return NULL;
  345. rx_desc_pool = &soc->rx_desc_buf[pool_id];
  346. if (qdf_unlikely(index >= rx_desc_pool->pool_size))
  347. return NULL;
  348. return &(soc->rx_desc_buf[pool_id].array[index].rx_desc);
  349. }
  350. /**
  351. * dp_rx_cookie_2_va_mon_buf() - Converts cookie to a virtual address of
  352. * the Rx descriptor on monitor ring buffer
  353. * @soc: core txrx main context
  354. * @cookie: cookie used to lookup virtual address
  355. *
  356. * Return: void *: Virtual Address of the Rx descriptor
  357. */
  358. static inline
  359. void *dp_rx_cookie_2_va_mon_buf(struct dp_soc *soc, uint32_t cookie)
  360. {
  361. uint8_t pool_id = DP_RX_DESC_COOKIE_POOL_ID_GET(cookie);
  362. uint16_t index = DP_RX_DESC_COOKIE_INDEX_GET(cookie);
  363. /* TODO */
  364. /* Add sanity for pool_id & index */
  365. return &(soc->rx_desc_mon[pool_id].array[index].rx_desc);
  366. }
  367. /**
  368. * dp_rx_cookie_2_va_mon_status() - Converts cookie to a virtual address of
  369. * the Rx descriptor on monitor status ring buffer
  370. * @soc: core txrx main context
  371. * @cookie: cookie used to lookup virtual address
  372. *
  373. * Return: void *: Virtual Address of the Rx descriptor
  374. */
  375. static inline
  376. void *dp_rx_cookie_2_va_mon_status(struct dp_soc *soc, uint32_t cookie)
  377. {
  378. uint8_t pool_id = DP_RX_DESC_COOKIE_POOL_ID_GET(cookie);
  379. uint16_t index = DP_RX_DESC_COOKIE_INDEX_GET(cookie);
  380. /* TODO */
  381. /* Add sanity for pool_id & index */
  382. return &(soc->rx_desc_status[pool_id].array[index].rx_desc);
  383. }
  384. #endif /* RX_DESC_MULTI_PAGE_ALLOC */
  385. void dp_rx_add_desc_list_to_free_list(struct dp_soc *soc,
  386. union dp_rx_desc_list_elem_t **local_desc_list,
  387. union dp_rx_desc_list_elem_t **tail,
  388. uint16_t pool_id,
  389. struct rx_desc_pool *rx_desc_pool);
  390. uint16_t dp_rx_get_free_desc_list(struct dp_soc *soc, uint32_t pool_id,
  391. struct rx_desc_pool *rx_desc_pool,
  392. uint16_t num_descs,
  393. union dp_rx_desc_list_elem_t **desc_list,
  394. union dp_rx_desc_list_elem_t **tail);
  395. QDF_STATUS dp_rx_pdev_attach(struct dp_pdev *pdev);
  396. void dp_rx_pdev_detach(struct dp_pdev *pdev);
  397. void dp_print_napi_stats(struct dp_soc *soc);
  398. /**
  399. * dp_rx_vdev_detach() - detach vdev from dp rx
  400. * @vdev: virtual device instance
  401. *
  402. * Return: QDF_STATUS_SUCCESS: success
  403. * QDF_STATUS_E_RESOURCES: Error return
  404. */
  405. QDF_STATUS dp_rx_vdev_detach(struct dp_vdev *vdev);
  406. uint32_t
  407. dp_rx_process(struct dp_intr *int_ctx, hal_ring_handle_t hal_ring_hdl,
  408. uint8_t reo_ring_num,
  409. uint32_t quota);
  410. /**
  411. * dp_rx_err_process() - Processes error frames routed to REO error ring
  412. * @int_ctx: pointer to DP interrupt context
  413. * @soc: core txrx main context
  414. * @hal_ring: opaque pointer to the HAL Rx Error Ring, which will be serviced
  415. * @quota: No. of units (packets) that can be serviced in one shot.
  416. *
  417. * This function implements error processing and top level demultiplexer
  418. * for all the frames routed to REO error ring.
  419. *
  420. * Return: uint32_t: No. of elements processed
  421. */
  422. uint32_t dp_rx_err_process(struct dp_intr *int_ctx, struct dp_soc *soc,
  423. hal_ring_handle_t hal_ring_hdl, uint32_t quota);
  424. /**
  425. * dp_rx_wbm_err_process() - Processes error frames routed to WBM release ring
  426. * @int_ctx: pointer to DP interrupt context
  427. * @soc: core txrx main context
  428. * @hal_ring: opaque pointer to the HAL Rx Error Ring, which will be serviced
  429. * @quota: No. of units (packets) that can be serviced in one shot.
  430. *
  431. * This function implements error processing and top level demultiplexer
  432. * for all the frames routed to WBM2HOST sw release ring.
  433. *
  434. * Return: uint32_t: No. of elements processed
  435. */
  436. uint32_t
  437. dp_rx_wbm_err_process(struct dp_intr *int_ctx, struct dp_soc *soc,
  438. hal_ring_handle_t hal_ring_hdl, uint32_t quota);
  439. /**
  440. * dp_rx_sg_create() - create a frag_list for MSDUs which are spread across
  441. * multiple nbufs.
  442. * @nbuf: pointer to the first msdu of an amsdu.
  443. * @rx_tlv_hdr: pointer to the start of RX TLV headers.
  444. *
  445. * This function implements the creation of RX frag_list for cases
  446. * where an MSDU is spread across multiple nbufs.
  447. *
  448. * Return: returns the head nbuf which contains complete frag_list.
  449. */
  450. qdf_nbuf_t dp_rx_sg_create(qdf_nbuf_t nbuf, uint8_t *rx_tlv_hdr);
  451. /*
  452. * dp_rx_desc_pool_alloc() - create a pool of software rx_descs
  453. * at the time of dp rx initialization
  454. *
  455. * @soc: core txrx main context
  456. * @pool_id: pool_id which is one of 3 mac_ids
  457. * @pool_size: number of Rx descriptor in the pool
  458. * @rx_desc_pool: rx descriptor pool pointer
  459. *
  460. * Return: QDF status
  461. */
  462. QDF_STATUS dp_rx_desc_pool_alloc(struct dp_soc *soc, uint32_t pool_id,
  463. uint32_t pool_size, struct rx_desc_pool *pool);
  464. /*
  465. * dp_rx_desc_nbuf_and_pool_free() - free the sw rx desc pool called during
  466. * de-initialization of wifi module.
  467. *
  468. * @soc: core txrx main context
  469. * @pool_id: pool_id which is one of 3 mac_ids
  470. * @rx_desc_pool: rx descriptor pool pointer
  471. *
  472. * Return: None
  473. */
  474. void dp_rx_desc_nbuf_and_pool_free(struct dp_soc *soc, uint32_t pool_id,
  475. struct rx_desc_pool *rx_desc_pool);
  476. /*
  477. * dp_rx_desc_nbuf_free() - free the sw rx desc nbufs called during
  478. * de-initialization of wifi module.
  479. *
  480. * @soc: core txrx main context
  481. * @pool_id: pool_id which is one of 3 mac_ids
  482. * @rx_desc_pool: rx descriptor pool pointer
  483. *
  484. * Return: None
  485. */
  486. void dp_rx_desc_nbuf_free(struct dp_soc *soc,
  487. struct rx_desc_pool *rx_desc_pool);
  488. /*
  489. * dp_rx_desc_pool_free() - free the sw rx desc array called during
  490. * de-initialization of wifi module.
  491. *
  492. * @soc: core txrx main context
  493. * @rx_desc_pool: rx descriptor pool pointer
  494. *
  495. * Return: None
  496. */
  497. void dp_rx_desc_pool_free(struct dp_soc *soc,
  498. struct rx_desc_pool *rx_desc_pool);
  499. void dp_rx_deliver_raw(struct dp_vdev *vdev, qdf_nbuf_t nbuf_list,
  500. struct dp_peer *peer);
  501. /**
  502. * dp_rx_add_to_free_desc_list() - Adds to a local free descriptor list
  503. *
  504. * @head: pointer to the head of local free list
  505. * @tail: pointer to the tail of local free list
  506. * @new: new descriptor that is added to the free list
  507. *
  508. * Return: void:
  509. */
  510. static inline
  511. void dp_rx_add_to_free_desc_list(union dp_rx_desc_list_elem_t **head,
  512. union dp_rx_desc_list_elem_t **tail,
  513. struct dp_rx_desc *new)
  514. {
  515. qdf_assert(head && new);
  516. new->nbuf = NULL;
  517. new->in_use = 0;
  518. ((union dp_rx_desc_list_elem_t *)new)->next = *head;
  519. *head = (union dp_rx_desc_list_elem_t *)new;
  520. if (!*tail)
  521. *tail = *head;
  522. }
  523. uint8_t dp_rx_process_invalid_peer(struct dp_soc *soc, qdf_nbuf_t nbuf,
  524. uint8_t mac_id);
  525. void dp_rx_process_invalid_peer_wrapper(struct dp_soc *soc,
  526. qdf_nbuf_t mpdu, bool mpdu_done, uint8_t mac_id);
  527. void dp_rx_process_mic_error(struct dp_soc *soc, qdf_nbuf_t nbuf,
  528. uint8_t *rx_tlv_hdr, struct dp_peer *peer);
  529. void dp_2k_jump_handle(struct dp_soc *soc, qdf_nbuf_t nbuf, uint8_t *rx_tlv_hdr,
  530. uint16_t peer_id, uint8_t tid);
  531. #define DP_RX_LIST_APPEND(head, tail, elem) \
  532. do { \
  533. if (!(head)) { \
  534. (head) = (elem); \
  535. QDF_NBUF_CB_RX_NUM_ELEMENTS_IN_LIST(head) = 1;\
  536. } else { \
  537. qdf_nbuf_set_next((tail), (elem)); \
  538. QDF_NBUF_CB_RX_NUM_ELEMENTS_IN_LIST(head)++; \
  539. } \
  540. (tail) = (elem); \
  541. qdf_nbuf_set_next((tail), NULL); \
  542. } while (0)
  543. /*for qcn9000 emulation the pcie is complete phy and no address restrictions*/
  544. #if !defined(BUILD_X86) || defined(QCA_WIFI_QCN9000)
  545. static inline int check_x86_paddr(struct dp_soc *dp_soc, qdf_nbuf_t *rx_netbuf,
  546. qdf_dma_addr_t *paddr, struct dp_pdev *pdev)
  547. {
  548. return QDF_STATUS_SUCCESS;
  549. }
  550. #else
  551. #define MAX_RETRY 100
  552. static inline int check_x86_paddr(struct dp_soc *dp_soc, qdf_nbuf_t *rx_netbuf,
  553. qdf_dma_addr_t *paddr, struct dp_pdev *pdev)
  554. {
  555. uint32_t nbuf_retry = 0;
  556. int32_t ret;
  557. const uint32_t x86_phy_addr = 0x50000000;
  558. /*
  559. * in M2M emulation platforms (x86) the memory below 0x50000000
  560. * is reserved for target use, so any memory allocated in this
  561. * region should not be used by host
  562. */
  563. do {
  564. if (qdf_likely(*paddr > x86_phy_addr))
  565. return QDF_STATUS_SUCCESS;
  566. else {
  567. QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_INFO,
  568. "phy addr %pK exceeded 0x50000000 trying again",
  569. paddr);
  570. nbuf_retry++;
  571. if ((*rx_netbuf)) {
  572. qdf_nbuf_unmap_single(dp_soc->osdev, *rx_netbuf,
  573. QDF_DMA_FROM_DEVICE);
  574. /* Not freeing buffer intentionally.
  575. * Observed that same buffer is getting
  576. * re-allocated resulting in longer load time
  577. * WMI init timeout.
  578. * This buffer is anyway not useful so skip it.
  579. **/
  580. }
  581. *rx_netbuf = qdf_nbuf_alloc(dp_soc->osdev,
  582. RX_BUFFER_SIZE,
  583. RX_BUFFER_RESERVATION,
  584. RX_BUFFER_ALIGNMENT,
  585. FALSE);
  586. if (qdf_unlikely(!(*rx_netbuf)))
  587. return QDF_STATUS_E_FAILURE;
  588. ret = qdf_nbuf_map_single(dp_soc->osdev, *rx_netbuf,
  589. QDF_DMA_FROM_DEVICE);
  590. if (qdf_unlikely(ret == QDF_STATUS_E_FAILURE)) {
  591. qdf_nbuf_free(*rx_netbuf);
  592. *rx_netbuf = NULL;
  593. continue;
  594. }
  595. *paddr = qdf_nbuf_get_frag_paddr(*rx_netbuf, 0);
  596. }
  597. } while (nbuf_retry < MAX_RETRY);
  598. if ((*rx_netbuf)) {
  599. qdf_nbuf_unmap_single(dp_soc->osdev, *rx_netbuf,
  600. QDF_DMA_FROM_DEVICE);
  601. qdf_nbuf_free(*rx_netbuf);
  602. }
  603. return QDF_STATUS_E_FAILURE;
  604. }
  605. #endif
  606. /**
  607. * dp_rx_cookie_2_link_desc_va() - Converts cookie to a virtual address of
  608. * the MSDU Link Descriptor
  609. * @soc: core txrx main context
  610. * @buf_info: buf_info include cookie that used to lookup virtual address of
  611. * link descriptor Normally this is just an index into a per SOC array.
  612. *
  613. * This is the VA of the link descriptor, that HAL layer later uses to
  614. * retrieve the list of MSDU's for a given MPDU.
  615. *
  616. * Return: void *: Virtual Address of the Rx descriptor
  617. */
  618. static inline
  619. void *dp_rx_cookie_2_link_desc_va(struct dp_soc *soc,
  620. struct hal_buf_info *buf_info)
  621. {
  622. void *link_desc_va;
  623. uint32_t bank_id = LINK_DESC_COOKIE_BANK_ID(buf_info->sw_cookie);
  624. /* TODO */
  625. /* Add sanity for cookie */
  626. link_desc_va = soc->link_desc_banks[bank_id].base_vaddr +
  627. (buf_info->paddr -
  628. soc->link_desc_banks[bank_id].base_paddr);
  629. return link_desc_va;
  630. }
  631. /**
  632. * dp_rx_cookie_2_mon_link_desc_va() - Converts cookie to a virtual address of
  633. * the MSDU Link Descriptor
  634. * @pdev: core txrx pdev context
  635. * @buf_info: buf_info includes cookie that used to lookup virtual address of
  636. * link descriptor. Normally this is just an index into a per pdev array.
  637. *
  638. * This is the VA of the link descriptor in monitor mode destination ring,
  639. * that HAL layer later uses to retrieve the list of MSDU's for a given MPDU.
  640. *
  641. * Return: void *: Virtual Address of the Rx descriptor
  642. */
  643. static inline
  644. void *dp_rx_cookie_2_mon_link_desc_va(struct dp_pdev *pdev,
  645. struct hal_buf_info *buf_info,
  646. int mac_id)
  647. {
  648. void *link_desc_va;
  649. int mac_for_pdev = dp_get_mac_id_for_mac(pdev->soc, mac_id);
  650. /* TODO */
  651. /* Add sanity for cookie */
  652. link_desc_va =
  653. pdev->link_desc_banks[mac_for_pdev][buf_info->sw_cookie].base_vaddr +
  654. (buf_info->paddr -
  655. pdev->link_desc_banks[mac_for_pdev][buf_info->sw_cookie].base_paddr);
  656. return link_desc_va;
  657. }
  658. /**
  659. * dp_rx_defrag_concat() - Concatenate the fragments
  660. *
  661. * @dst: destination pointer to the buffer
  662. * @src: source pointer from where the fragment payload is to be copied
  663. *
  664. * Return: QDF_STATUS
  665. */
  666. static inline QDF_STATUS dp_rx_defrag_concat(qdf_nbuf_t dst, qdf_nbuf_t src)
  667. {
  668. /*
  669. * Inside qdf_nbuf_cat, if it is necessary to reallocate dst
  670. * to provide space for src, the headroom portion is copied from
  671. * the original dst buffer to the larger new dst buffer.
  672. * (This is needed, because the headroom of the dst buffer
  673. * contains the rx desc.)
  674. */
  675. if (!qdf_nbuf_cat(dst, src)) {
  676. /*
  677. * qdf_nbuf_cat does not free the src memory.
  678. * Free src nbuf before returning
  679. * For failure case the caller takes of freeing the nbuf
  680. */
  681. qdf_nbuf_free(src);
  682. return QDF_STATUS_SUCCESS;
  683. }
  684. return QDF_STATUS_E_DEFRAG_ERROR;
  685. }
  686. #ifndef FEATURE_WDS
  687. static inline QDF_STATUS dp_rx_ast_set_active(struct dp_soc *soc, uint16_t sa_idx, bool is_active)
  688. {
  689. return QDF_STATUS_SUCCESS;
  690. }
  691. static inline void
  692. dp_rx_wds_srcport_learn(struct dp_soc *soc,
  693. uint8_t *rx_tlv_hdr,
  694. struct dp_peer *ta_peer,
  695. qdf_nbuf_t nbuf)
  696. {
  697. }
  698. #endif
  699. /*
  700. * dp_rx_desc_dump() - dump the sw rx descriptor
  701. *
  702. * @rx_desc: sw rx descriptor
  703. */
  704. static inline void dp_rx_desc_dump(struct dp_rx_desc *rx_desc)
  705. {
  706. dp_info("rx_desc->nbuf: %pK, rx_desc->cookie: %d, rx_desc->pool_id: %d, rx_desc->in_use: %d, rx_desc->unmapped: %d",
  707. rx_desc->nbuf, rx_desc->cookie, rx_desc->pool_id,
  708. rx_desc->in_use, rx_desc->unmapped);
  709. }
  710. /*
  711. * check_qwrap_multicast_loopback() - Check if rx packet is a loopback packet.
  712. * In qwrap mode, packets originated from
  713. * any vdev should not loopback and
  714. * should be dropped.
  715. * @vdev: vdev on which rx packet is received
  716. * @nbuf: rx pkt
  717. *
  718. */
  719. #if ATH_SUPPORT_WRAP
  720. static inline bool check_qwrap_multicast_loopback(struct dp_vdev *vdev,
  721. qdf_nbuf_t nbuf)
  722. {
  723. struct dp_vdev *psta_vdev;
  724. struct dp_pdev *pdev = vdev->pdev;
  725. uint8_t *data = qdf_nbuf_data(nbuf);
  726. if (qdf_unlikely(vdev->proxysta_vdev)) {
  727. /* In qwrap isolation mode, allow loopback packets as all
  728. * packets go to RootAP and Loopback on the mpsta.
  729. */
  730. if (vdev->isolation_vdev)
  731. return false;
  732. TAILQ_FOREACH(psta_vdev, &pdev->vdev_list, vdev_list_elem) {
  733. if (qdf_unlikely(psta_vdev->proxysta_vdev &&
  734. !qdf_mem_cmp(psta_vdev->mac_addr.raw,
  735. &data[QDF_MAC_ADDR_SIZE],
  736. QDF_MAC_ADDR_SIZE))) {
  737. /* Drop packet if source address is equal to
  738. * any of the vdev addresses.
  739. */
  740. return true;
  741. }
  742. }
  743. }
  744. return false;
  745. }
  746. #else
  747. static inline bool check_qwrap_multicast_loopback(struct dp_vdev *vdev,
  748. qdf_nbuf_t nbuf)
  749. {
  750. return false;
  751. }
  752. #endif
  753. #if defined(WLAN_SUPPORT_RX_PROTOCOL_TYPE_TAG) ||\
  754. defined(WLAN_SUPPORT_RX_TAG_STATISTICS) ||\
  755. defined(WLAN_SUPPORT_RX_FLOW_TAG)
  756. #include "dp_rx_tag.h"
  757. #endif
  758. #ifndef WLAN_SUPPORT_RX_PROTOCOL_TYPE_TAG
  759. /**
  760. * dp_rx_update_protocol_tag() - Reads CCE metadata from the RX MSDU end TLV
  761. * and set the corresponding tag in QDF packet
  762. * @soc: core txrx main context
  763. * @vdev: vdev on which the packet is received
  764. * @nbuf: QDF pkt buffer on which the protocol tag should be set
  765. * @rx_tlv_hdr: rBbase address where the RX TLVs starts
  766. * @ring_index: REO ring number, not used for error & monitor ring
  767. * @is_reo_exception: flag to indicate if rx from REO ring or exception ring
  768. * @is_update_stats: flag to indicate whether to update stats or not
  769. * Return: void
  770. */
  771. static inline void
  772. dp_rx_update_protocol_tag(struct dp_soc *soc, struct dp_vdev *vdev,
  773. qdf_nbuf_t nbuf, uint8_t *rx_tlv_hdr,
  774. uint16_t ring_index,
  775. bool is_reo_exception, bool is_update_stats)
  776. {
  777. }
  778. #endif /* WLAN_SUPPORT_RX_PROTOCOL_TYPE_TAG */
  779. #ifndef WLAN_SUPPORT_RX_FLOW_TAG
  780. /**
  781. * dp_rx_update_flow_tag() - Reads FSE metadata from the RX MSDU end TLV
  782. * and set the corresponding tag in QDF packet
  783. * @soc: core txrx main context
  784. * @vdev: vdev on which the packet is received
  785. * @nbuf: QDF pkt buffer on which the protocol tag should be set
  786. * @rx_tlv_hdr: base address where the RX TLVs starts
  787. * @is_update_stats: flag to indicate whether to update stats or not
  788. *
  789. * Return: void
  790. */
  791. static inline void
  792. dp_rx_update_flow_tag(struct dp_soc *soc, struct dp_vdev *vdev,
  793. qdf_nbuf_t nbuf, uint8_t *rx_tlv_hdr, bool update_stats)
  794. {
  795. }
  796. #endif /* WLAN_SUPPORT_RX_FLOW_TAG */
  797. #if !defined(WLAN_SUPPORT_RX_PROTOCOL_TYPE_TAG) &&\
  798. !defined(WLAN_SUPPORT_RX_FLOW_TAG)
  799. /**
  800. * dp_rx_mon_update_protocol_flow_tag() - Performs necessary checks for monitor
  801. * mode and then tags appropriate packets
  802. * @soc: core txrx main context
  803. * @vdev: pdev on which packet is received
  804. * @msdu: QDF packet buffer on which the protocol tag should be set
  805. * @rx_desc: base address where the RX TLVs start
  806. * Return: void
  807. */
  808. static inline
  809. void dp_rx_mon_update_protocol_flow_tag(struct dp_soc *soc,
  810. struct dp_pdev *dp_pdev,
  811. qdf_nbuf_t msdu, void *rx_desc)
  812. {
  813. }
  814. #endif /* WLAN_SUPPORT_RX_PROTOCOL_TYPE_TAG || WLAN_SUPPORT_RX_FLOW_TAG */
  815. /*
  816. * dp_rx_buffers_replenish() - replenish rxdma ring with rx nbufs
  817. * called during dp rx initialization
  818. * and at the end of dp_rx_process.
  819. *
  820. * @soc: core txrx main context
  821. * @mac_id: mac_id which is one of 3 mac_ids
  822. * @dp_rxdma_srng: dp rxdma circular ring
  823. * @rx_desc_pool: Pointer to free Rx descriptor pool
  824. * @num_req_buffers: number of buffer to be replenished
  825. * @desc_list: list of descs if called from dp_rx_process
  826. * or NULL during dp rx initialization or out of buffer
  827. * interrupt.
  828. * @tail: tail of descs list
  829. * Return: return success or failure
  830. */
  831. QDF_STATUS dp_rx_buffers_replenish(struct dp_soc *dp_soc, uint32_t mac_id,
  832. struct dp_srng *dp_rxdma_srng,
  833. struct rx_desc_pool *rx_desc_pool,
  834. uint32_t num_req_buffers,
  835. union dp_rx_desc_list_elem_t **desc_list,
  836. union dp_rx_desc_list_elem_t **tail);
  837. /*
  838. * dp_pdev_rx_buffers_attach() - replenish rxdma ring with rx nbufs
  839. * called during dp rx initialization
  840. *
  841. * @soc: core txrx main context
  842. * @mac_id: mac_id which is one of 3 mac_ids
  843. * @dp_rxdma_srng: dp rxdma circular ring
  844. * @rx_desc_pool: Pointer to free Rx descriptor pool
  845. * @num_req_buffers: number of buffer to be replenished
  846. *
  847. * Return: return success or failure
  848. */
  849. QDF_STATUS
  850. dp_pdev_rx_buffers_attach(struct dp_soc *dp_soc, uint32_t mac_id,
  851. struct dp_srng *dp_rxdma_srng,
  852. struct rx_desc_pool *rx_desc_pool,
  853. uint32_t num_req_buffers);
  854. /**
  855. * dp_rx_link_desc_return() - Return a MPDU link descriptor to HW
  856. * (WBM), following error handling
  857. *
  858. * @soc: core DP main context
  859. * @buf_addr_info: opaque pointer to the REO error ring descriptor
  860. * @buf_addr_info: void pointer to the buffer_addr_info
  861. * @bm_action: put to idle_list or release to msdu_list
  862. *
  863. * Return: QDF_STATUS_E_FAILURE for failure else QDF_STATUS_SUCCESS
  864. */
  865. QDF_STATUS
  866. dp_rx_link_desc_return(struct dp_soc *soc, hal_ring_desc_t ring_desc,
  867. uint8_t bm_action);
  868. /**
  869. * dp_rx_link_desc_return_by_addr - Return a MPDU link descriptor to
  870. * (WBM) by address
  871. *
  872. * @soc: core DP main context
  873. * @link_desc_addr: link descriptor addr
  874. *
  875. * Return: QDF_STATUS_E_FAILURE for failure else QDF_STATUS_SUCCESS
  876. */
  877. QDF_STATUS
  878. dp_rx_link_desc_return_by_addr(struct dp_soc *soc,
  879. hal_link_desc_t link_desc_addr,
  880. uint8_t bm_action);
  881. /**
  882. * dp_rxdma_err_process() - RxDMA error processing functionality
  883. * @soc: core txrx main contex
  884. * @mac_id: mac id which is one of 3 mac_ids
  885. * @hal_ring: opaque pointer to the HAL Rx Ring, which will be serviced
  886. * @quota: No. of units (packets) that can be serviced in one shot.
  887. *
  888. * Return: num of buffers processed
  889. */
  890. uint32_t
  891. dp_rxdma_err_process(struct dp_intr *int_ctx, struct dp_soc *soc,
  892. uint32_t mac_id, uint32_t quota);
  893. void dp_rx_fill_mesh_stats(struct dp_vdev *vdev, qdf_nbuf_t nbuf,
  894. uint8_t *rx_tlv_hdr, struct dp_peer *peer);
  895. QDF_STATUS dp_rx_filter_mesh_packets(struct dp_vdev *vdev, qdf_nbuf_t nbuf,
  896. uint8_t *rx_tlv_hdr);
  897. int dp_wds_rx_policy_check(uint8_t *rx_tlv_hdr, struct dp_vdev *vdev,
  898. struct dp_peer *peer);
  899. qdf_nbuf_t
  900. dp_rx_nbuf_prepare(struct dp_soc *soc, struct dp_pdev *pdev);
  901. /*
  902. * dp_rx_dump_info_and_assert() - dump RX Ring info and Rx Desc info
  903. *
  904. * @soc: core txrx main context
  905. * @hal_ring: opaque pointer to the HAL Rx Ring, which will be serviced
  906. * @ring_desc: opaque pointer to the RX ring descriptor
  907. * @rx_desc: host rs descriptor
  908. *
  909. * Return: void
  910. */
  911. void dp_rx_dump_info_and_assert(struct dp_soc *soc,
  912. hal_ring_handle_t hal_ring_hdl,
  913. hal_ring_desc_t ring_desc,
  914. struct dp_rx_desc *rx_desc);
  915. void dp_rx_compute_delay(struct dp_vdev *vdev, qdf_nbuf_t nbuf);
  916. #ifdef RX_DESC_DEBUG_CHECK
  917. /**
  918. * dp_rx_desc_check_magic() - check the magic value in dp_rx_desc
  919. * @rx_desc: rx descriptor pointer
  920. *
  921. * Return: true, if magic is correct, else false.
  922. */
  923. static inline bool dp_rx_desc_check_magic(struct dp_rx_desc *rx_desc)
  924. {
  925. if (qdf_unlikely(rx_desc->magic != DP_RX_DESC_MAGIC))
  926. return false;
  927. rx_desc->magic = 0;
  928. return true;
  929. }
  930. /**
  931. * dp_rx_desc_prep() - prepare rx desc
  932. * @rx_desc: rx descriptor pointer to be prepared
  933. * @nbuf: nbuf to be associated with rx_desc
  934. *
  935. * Note: assumption is that we are associating a nbuf which is mapped
  936. *
  937. * Return: none
  938. */
  939. static inline void dp_rx_desc_prep(struct dp_rx_desc *rx_desc, qdf_nbuf_t nbuf)
  940. {
  941. rx_desc->magic = DP_RX_DESC_MAGIC;
  942. rx_desc->nbuf = nbuf;
  943. rx_desc->unmapped = 0;
  944. }
  945. #else
  946. static inline bool dp_rx_desc_check_magic(struct dp_rx_desc *rx_desc)
  947. {
  948. return true;
  949. }
  950. static inline void dp_rx_desc_prep(struct dp_rx_desc *rx_desc, qdf_nbuf_t nbuf)
  951. {
  952. rx_desc->nbuf = nbuf;
  953. rx_desc->unmapped = 0;
  954. }
  955. #endif /* RX_DESC_DEBUG_CHECK */
  956. void dp_rx_process_rxdma_err(struct dp_soc *soc, qdf_nbuf_t nbuf,
  957. uint8_t *rx_tlv_hdr, struct dp_peer *peer,
  958. uint8_t err_code, uint8_t mac_id);
  959. #ifdef PEER_CACHE_RX_PKTS
  960. /**
  961. * dp_rx_flush_rx_cached() - flush cached rx frames
  962. * @peer: peer
  963. * @drop: set flag to drop frames
  964. *
  965. * Return: None
  966. */
  967. void dp_rx_flush_rx_cached(struct dp_peer *peer, bool drop);
  968. #else
  969. static inline void dp_rx_flush_rx_cached(struct dp_peer *peer, bool drop)
  970. {
  971. }
  972. #endif
  973. #ifndef QCA_MULTIPASS_SUPPORT
  974. static inline
  975. bool dp_rx_multipass_process(struct dp_peer *peer, qdf_nbuf_t nbuf, uint8_t tid)
  976. {
  977. return false;
  978. }
  979. #else
  980. bool dp_rx_multipass_process(struct dp_peer *peer, qdf_nbuf_t nbuf,
  981. uint8_t tid);
  982. #endif
  983. #endif /* _DP_RX_H */