cdp_txrx_cmn_struct.h 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698
  1. /*
  2. * Copyright (c) 2011-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. /**
  19. * @file cdp_txrx_cmn_struct.h
  20. * @brief Define the host data path converged API functions
  21. * called by the host control SW and the OS interface module
  22. */
  23. #ifndef _CDP_TXRX_CMN_STRUCT_H_
  24. #define _CDP_TXRX_CMN_STRUCT_H_
  25. /**
  26. * For WIN legacy header compilation
  27. * Temporary add dummy definitions
  28. * should be removed properly WIN legacy code handle
  29. */
  30. #include "htc_api.h"
  31. #include "qdf_types.h"
  32. #include "qdf_nbuf.h"
  33. #include "qdf_atomic.h"
  34. #ifdef DP_MOB_DEFS
  35. #include <cdp_txrx_mob_def.h>
  36. #endif
  37. #include <cdp_txrx_handle.h>
  38. #include <cdp_txrx_stats_struct.h>
  39. #ifdef WLAN_RX_PKT_CAPTURE_ENH
  40. #include "cdp_txrx_extd_struct.h"
  41. #endif
  42. #ifndef OL_TXRX_NUM_LOCAL_PEER_IDS
  43. /*
  44. * Each AP will occupy one ID, so it will occupy two IDs for AP-AP mode.
  45. * Clients will be assigned max 32 IDs.
  46. * STA(associated)/P2P DEV(self-PEER) will get one ID.
  47. */
  48. #define OL_TXRX_NUM_LOCAL_PEER_IDS (32 + 1 + 1 + 1)
  49. #endif
  50. #define CDP_BA_256_BIT_MAP_SIZE_DWORDS 8
  51. #define CDP_BA_64_BIT_MAP_SIZE_DWORDS 2
  52. #define CDP_RSSI_CHAIN_LEN 8
  53. #define OL_TXRX_INVALID_LOCAL_PEER_ID 0xffff
  54. #define CDP_INVALID_VDEV_ID 0xff
  55. /* Options for Dump Statistics */
  56. #define CDP_HDD_STATS 0
  57. #define CDP_TXRX_PATH_STATS 1
  58. #define CDP_TXRX_HIST_STATS 2
  59. #define CDP_TXRX_TSO_STATS 3
  60. #define CDP_HDD_NETIF_OPER_HISTORY 4
  61. #define CDP_DUMP_TX_FLOW_POOL_INFO 5
  62. #define CDP_TXRX_DESC_STATS 6
  63. #define CDP_HIF_STATS 7
  64. #define CDP_LRO_STATS 8
  65. #define CDP_NAPI_STATS 9
  66. #define CDP_WLAN_RX_BUF_DEBUG_STATS 10
  67. #define CDP_RX_RING_STATS 11
  68. #define CDP_DP_NAPI_STATS 12
  69. #define CDP_DP_RX_THREAD_STATS 13
  70. #define CDP_SCHEDULER_STATS 21
  71. #define CDP_TX_QUEUE_STATS 22
  72. #define CDP_BUNDLE_STATS 23
  73. #define CDP_CREDIT_STATS 24
  74. #define CDP_DISCONNECT_STATS 25
  75. #define WME_AC_TO_TID(_ac) ( \
  76. ((_ac) == WME_AC_VO) ? 6 : \
  77. ((_ac) == WME_AC_VI) ? 5 : \
  78. ((_ac) == WME_AC_BK) ? 1 : \
  79. 0)
  80. #define TID_TO_WME_AC(_tid) ( \
  81. (((_tid) == 0) || ((_tid) == 3)) ? WME_AC_BE : \
  82. (((_tid) == 1) || ((_tid) == 2)) ? WME_AC_BK : \
  83. (((_tid) == 4) || ((_tid) == 5)) ? WME_AC_VI : \
  84. WME_AC_VO)
  85. #define CDP_MU_MAX_USERS 37
  86. #define CDP_MU_MAX_USER_INDEX (CDP_MU_MAX_USERS - 1)
  87. #define CDP_INVALID_PEER 0xffff
  88. #define CDP_INVALID_TID 31
  89. #define CDP_INVALID_TX_ENCAP_TYPE 6
  90. #define CDP_INVALID_SEC_TYPE 12
  91. #define CDP_DATA_TID_MAX 8
  92. #define CDP_DATA_NON_QOS_TID 16
  93. /*
  94. * advance rx monitor filter
  95. * */
  96. #define MON_FILTER_PASS 0x0001
  97. #define MON_FILTER_OTHER 0x0002
  98. #define MON_FILTER_ALL 0x0003
  99. #define FILTER_MGMT_ALL 0xFFFF
  100. #define FILTER_MGMT_ASSOC_REQ 0x0001
  101. #define FILTER_MGMT_ASSOC_RES 0x0002
  102. #define FILTER_MGMT_REASSOC_REQ 0x0004
  103. #define FILTER_MGMT_REASSOC_RES 0x0008
  104. #define FILTER_MGMT_PROBE_REQ 0x0010
  105. #define FILTER_MGMT_PROBE_RES 0x0020
  106. #define FILTER_MGMT_TIM_ADVT 0x0040
  107. #define FILTER_MGMT_RESERVED_7 0x0080
  108. #define FILTER_MGMT_BEACON 0x0100
  109. #define FILTER_MGMT_ATIM 0x0200
  110. #define FILTER_MGMT_DISASSOC 0x0400
  111. #define FILTER_MGMT_AUTH 0x0800
  112. #define FILTER_MGMT_DEAUTH 0x1000
  113. #define FILTER_MGMT_ACTION 0x2000
  114. #define FILTER_MGMT_ACT_NO_ACK 0x4000
  115. #define FILTER_MGMT_RESERVED_15 0x8000
  116. #define FILTER_CTRL_ALL 0xFFFF
  117. #define FILTER_CTRL_RESERVED_1 0x0001
  118. #define FILTER_CTRL_RESERVED_2 0x0002
  119. #define FILTER_CTRL_TRIGGER 0x0004
  120. #define FILTER_CTRL_RESERVED_4 0x0008
  121. #define FILTER_CTRL_BF_REP_POLL 0x0010
  122. #define FILTER_CTRL_VHT_NDP 0x0020
  123. #define FILTER_CTRL_FRAME_EXT 0x0040
  124. #define FILTER_CTRL_CTRLWRAP 0x0080
  125. #define FILTER_CTRL_BA_REQ 0x0100
  126. #define FILTER_CTRL_BA 0x0200
  127. #define FILTER_CTRL_PSPOLL 0x0400
  128. #define FILTER_CTRL_RTS 0x0800
  129. #define FILTER_CTRL_CTS 0x1000
  130. #define FILTER_CTRL_ACK 0x2000
  131. #define FILTER_CTRL_CFEND 0x4000
  132. #define FILTER_CTRL_CFEND_CFACK 0x8000
  133. #define FILTER_DATA_ALL 0xFFFF
  134. #define FILTER_DATA_MCAST 0x4000
  135. #define FILTER_DATA_UCAST 0x8000
  136. #define FILTER_DATA_DATA 0x0001
  137. #define FILTER_DATA_NULL 0x0008
  138. QDF_DECLARE_EWMA(tx_lag, 1024, 8)
  139. struct cdp_stats_cookie;
  140. /*
  141. * DP configuration parameters
  142. */
  143. enum cdp_cfg_param_type {
  144. CDP_CFG_MAX_PEER_ID,
  145. CDP_CFG_CCE_DISABLE,
  146. CDP_CFG_NUM_PARAMS
  147. };
  148. /*
  149. * htt_dbg_stats_type -
  150. * bit positions for each stats type within a stats type bitmask
  151. * The bitmask contains 24 bits.
  152. */
  153. enum htt_cmn_dbg_stats_type {
  154. HTT_DBG_CMN_STATS_WAL_PDEV_TXRX = 0, /* bit 0 -> 0x1 */
  155. HTT_DBG_CMN_STATS_RX_REORDER = 1, /* bit 1 -> 0x2 */
  156. HTT_DBG_CMN_STATS_RX_RATE_INFO = 2, /* bit 2 -> 0x4 */
  157. HTT_DBG_CMN_STATS_TX_PPDU_LOG = 3, /* bit 3 -> 0x8 */
  158. HTT_DBG_CMN_STATS_TX_RATE_INFO = 4, /* bit 4 -> 0x10 */
  159. HTT_DBG_CMN_STATS_TIDQ = 5, /* bit 5 -> 0x20 */
  160. HTT_DBG_CMN_STATS_TXBF_INFO = 6, /* bit 6 -> 0x40 */
  161. HTT_DBG_CMN_STATS_SND_INFO = 7, /* bit 7 -> 0x80 */
  162. HTT_DBG_CMN_STATS_ERROR_INFO = 8, /* bit 8 -> 0x100 */
  163. HTT_DBG_CMN_STATS_TX_SELFGEN_INFO = 9, /* bit 9 -> 0x200 */
  164. HTT_DBG_CMN_STATS_TX_MU_INFO = 10, /* bit 10 -> 0x400 */
  165. HTT_DBG_CMN_STATS_SIFS_RESP_INFO = 11, /* bit 11 -> 0x800 */
  166. HTT_DBG_CMN_STATS_RESET_INFO = 12, /* bit 12 -> 0x1000 */
  167. HTT_DBG_CMN_STATS_MAC_WDOG_INFO = 13, /* bit 13 -> 0x2000 */
  168. HTT_DBG_CMN_STATS_TX_DESC_INFO = 14, /* bit 14 -> 0x4000 */
  169. HTT_DBG_CMN_STATS_TX_FETCH_MGR_INFO = 15, /* bit 15 -> 0x8000 */
  170. HTT_DBG_CMN_STATS_TX_PFSCHED_INFO = 16, /* bit 16 -> 0x10000 */
  171. HTT_DBG_CMN_STATS_TX_PATH_STATS_INFO = 17, /* bit 17 -> 0x20000 */
  172. /* bits 18-23 currently reserved */
  173. /* keep this last */
  174. HTT_DBG_CMN_NUM_STATS,
  175. HTT_DBG_CMN_NUM_STATS_INVALID = 31, /* bit 31 -> 0x80000000 */
  176. };
  177. /*
  178. * cdp_host_txrx_stats: Different types of host stats
  179. * @TXRX_HOST_STATS_INVALID: Invalid option
  180. * @TXRX_RX_RATE_STATS: Rx rate info
  181. * @TXRX_TX_RATE_STATS: Tx rate info
  182. * @TXRX_TX_HOST_STATS: Print Tx stats
  183. * @TXRX_RX_HOST_STATS: Print host Rx stats
  184. * @TXRX_CLEAR_STATS: clear all host stats
  185. * @TXRX_SRNG_PTR_STATS: Print SRNG pointer stats
  186. * @TXRX_RX_MON_STATS: Print monitor mode stats
  187. * @TXRX_REO_QUEUE_STATS: Print Per peer REO Queue Stats
  188. * @TXRX_SOC_CFG_PARAMS: Print soc cfg params info
  189. * @TXRX_PDEV_CFG_PARAMS: Print pdev cfg params info
  190. * @TXRX_NAPI_STATS: Print NAPI scheduling statistics
  191. * @TXRX_SOC_INTERRUPT_STATS: Print soc interrupt stats
  192. */
  193. enum cdp_host_txrx_stats {
  194. TXRX_HOST_STATS_INVALID = -1,
  195. TXRX_CLEAR_STATS = 0,
  196. TXRX_RX_RATE_STATS = 1,
  197. TXRX_TX_RATE_STATS = 2,
  198. TXRX_TX_HOST_STATS = 3,
  199. TXRX_RX_HOST_STATS = 4,
  200. TXRX_AST_STATS = 5,
  201. TXRX_SRNG_PTR_STATS = 6,
  202. TXRX_RX_MON_STATS = 7,
  203. TXRX_REO_QUEUE_STATS = 8,
  204. TXRX_SOC_CFG_PARAMS = 9,
  205. TXRX_PDEV_CFG_PARAMS = 10,
  206. TXRX_NAPI_STATS = 11,
  207. TXRX_SOC_INTERRUPT_STATS = 12,
  208. TXRX_HOST_STATS_MAX,
  209. };
  210. /*
  211. * cdp_ppdu_ftype: PPDU Frame Type
  212. * @CDP_PPDU_FTYPE_DATA: SU or MU Data Frame
  213. * @CDP_PPDU_FTYPE_CTRL: Control/Management Frames
  214. * @CDP_PPDU_FTYPE_BAR: SU or MU BAR frames
  215. */
  216. enum cdp_ppdu_ftype {
  217. CDP_PPDU_FTYPE_CTRL,
  218. CDP_PPDU_FTYPE_DATA,
  219. CDP_PPDU_FTYPE_BAR,
  220. CDP_PPDU_FTYPE_MAX
  221. };
  222. /**
  223. * @brief General specification of the tx frame contents
  224. *
  225. * @details
  226. * for efficiency, the HTT packet type values correspond
  227. * to the bit positions of the WAL packet type values, so the
  228. * translation is a simple shift operation.
  229. */
  230. enum htt_cmn_pkt_type {
  231. htt_cmn_pkt_type_raw = 0,
  232. htt_cmn_pkt_type_native_wifi = 1,
  233. htt_cmn_pkt_type_ethernet = 2,
  234. htt_cmn_pkt_type_mgmt = 3,
  235. htt_cmn_pkt_type_eth2 = 4,
  236. /* keep this last */
  237. htt_cmn_pkt_num_types
  238. };
  239. /**
  240. * @General description of HTT received packets status
  241. * It is similar to htt_rx_status enum
  242. * but is added as a cdp enum can be freely used in OL_IF layer
  243. */
  244. enum htt_cmn_rx_status {
  245. htt_cmn_rx_status_unknown = 0x0,
  246. htt_cmn_rx_status_ok,
  247. htt_cmn_rx_status_err_fcs,
  248. htt_cmn_rx_status_err_dup,
  249. htt_cmn_rx_status_err_replay,
  250. htt_cmn_rx_status_inv_peer,
  251. htt_cmn_rx_status_ctrl_mgmt_null = 0x08,
  252. htt_cmn_rx_status_tkip_mic_err = 0x09,
  253. htt_cmn_rx_status_decrypt_err = 0x0A,
  254. htt_cmn_rx_status_mpdu_length_err = 0x0B,
  255. htt_cmn_rx_status_err_misc = 0xFF
  256. };
  257. enum cdp_host_reo_dest_ring {
  258. cdp_host_reo_dest_ring_unknown = 0,
  259. cdp_host_reo_dest_ring_1 = 1,
  260. cdp_host_reo_dest_ring_2 = 2,
  261. cdp_host_reo_dest_ring_3 = 3,
  262. cdp_host_reo_dest_ring_4 = 4,
  263. };
  264. enum htt_cmn_t2h_en_stats_type {
  265. /* keep this alwyas first */
  266. HTT_CMN_T2H_EN_STATS_TYPE_START = 0,
  267. /** ppdu_common_stats is the payload */
  268. HTT_CMN_T2H_EN_STATS_TYPE_COMMON = 1,
  269. /** ppdu_sant_stats is the payload */
  270. HTT_CMN_T2H_EN_STATS_TYPE_SANT = 2,
  271. /** ppdu_common_stats_v2 is the payload */
  272. HTT_CMN_T2H_EN_STATS_TYPE_COMMON_V2 = 3,
  273. /* Keep this last */
  274. HTT_CMN_T2H_EN_STATS_TYPE_END = 0x1f,
  275. };
  276. enum htt_cmn_t2h_en_stats_status {
  277. /* Keep this first always */
  278. HTT_CMN_T2H_EN_STATS_STATUS_PARTIAL = 0,
  279. HTT_CMN_T2H_EN_STATS_STATUS_PRESENT = 1,
  280. HTT_CMN_T2H_EN_STATS_STATUS_ERROR = 2,
  281. HTT_CMN_T2H_EN_STATS_STATUS_INVALID = 3,
  282. /* keep this always last */
  283. HTT_CMN_T2H_EN_STATS_STATUS_SERIES_DONE = 7,
  284. };
  285. /**
  286. * struct ol_txrx_peer_state - Peer state information
  287. */
  288. enum ol_txrx_peer_state {
  289. OL_TXRX_PEER_STATE_INVALID,
  290. OL_TXRX_PEER_STATE_DISC, /* initial state */
  291. OL_TXRX_PEER_STATE_CONN, /* authentication in progress */
  292. OL_TXRX_PEER_STATE_AUTH, /* authentication successful */
  293. };
  294. /**
  295. * struct ol_txrx_ast_type - AST entry type information
  296. */
  297. enum cdp_txrx_ast_entry_type {
  298. CDP_TXRX_AST_TYPE_NONE, /* static ast entry for connected peer */
  299. CDP_TXRX_AST_TYPE_STATIC, /* static ast entry for connected peer */
  300. CDP_TXRX_AST_TYPE_SELF, /* static ast entry for self peer (STA mode) */
  301. CDP_TXRX_AST_TYPE_WDS, /* WDS peer ast entry type*/
  302. CDP_TXRX_AST_TYPE_MEC, /* Multicast echo ast entry type */
  303. CDP_TXRX_AST_TYPE_WDS_HM, /* HM WDS entry */
  304. CDP_TXRX_AST_TYPE_STA_BSS, /* BSS entry(STA mode) */
  305. CDP_TXRX_AST_TYPE_DA, /* AST entry based on Destination address */
  306. CDP_TXRX_AST_TYPE_WDS_HM_SEC, /* HM WDS entry for secondary radio */
  307. CDP_TXRX_AST_TYPE_MAX
  308. };
  309. /*
  310. * cdp_ast_free_status: status passed to callback function before freeing ast
  311. * @CDP_TXRX_AST_DELETED - AST is deleted from FW and delete response received
  312. * @CDP_TXRX_AST_DELETE_IN_PROGRESS - AST delete command sent to FW and host
  313. * is waiting for FW response
  314. */
  315. enum cdp_ast_free_status {
  316. CDP_TXRX_AST_DELETED,
  317. CDP_TXRX_AST_DELETE_IN_PROGRESS,
  318. };
  319. /**
  320. * txrx_ast_free_cb - callback registered for ast free
  321. * @ctrl_soc: control path soc context
  322. * @cdp_soc: DP soc context
  323. * @cookie: cookie
  324. * @cdp_ast_free_status: ast free status
  325. */
  326. typedef void (*txrx_ast_free_cb)(struct cdp_ctrl_objmgr_psoc *ctrl_soc,
  327. void *cdp_soc,
  328. void *cookie,
  329. enum cdp_ast_free_status);
  330. /**
  331. * struct cdp_ast_entry_info - AST entry information
  332. * @peer_mac_addr: mac address of peer on which AST entry is added
  333. * @type: ast entry type
  334. * @vdev_id: vdev_id
  335. * @pdev_id: pdev_id
  336. * @peer_id: peer_id
  337. *
  338. * This structure holds the ast entry information
  339. *
  340. */
  341. struct cdp_ast_entry_info {
  342. uint8_t peer_mac_addr[QDF_MAC_ADDR_SIZE];
  343. enum cdp_txrx_ast_entry_type type;
  344. uint8_t vdev_id;
  345. uint8_t pdev_id;
  346. uint16_t peer_id;
  347. };
  348. #define MIC_SEQ_CTR_SIZE 6
  349. enum cdp_rx_frame_type {
  350. cdp_rx_frame_type_802_11,
  351. cdp_rx_frame_type_802_3,
  352. };
  353. /**
  354. * struct cdp_rx_mic_err_info - rx mic error information
  355. * @frame_type: frame type - 0 - 802.11 frame
  356. * - 1 - 802.3 frame
  357. * @data: 802.11 frame
  358. * @ta_mac_addr: transmitter mac address
  359. * @da_mac_addr: destination mac address
  360. * @tsc: sequence number
  361. * @key_id: Key ID
  362. * @multicast: flag for multicast
  363. * @vdev_id: vdev ID
  364. *
  365. * This structure holds rx mic error information
  366. *
  367. */
  368. struct cdp_rx_mic_err_info {
  369. uint8_t frame_type;
  370. uint8_t *data;
  371. struct qdf_mac_addr ta_mac_addr;
  372. struct qdf_mac_addr da_mac_addr;
  373. uint8_t tsc[MIC_SEQ_CTR_SIZE];
  374. uint8_t key_id;
  375. bool multicast;
  376. uint16_t vdev_id;
  377. };
  378. /**
  379. * struct cdp_sec_type - security type information
  380. */
  381. enum cdp_sec_type {
  382. cdp_sec_type_none,
  383. cdp_sec_type_wep128,
  384. cdp_sec_type_wep104,
  385. cdp_sec_type_wep40,
  386. cdp_sec_type_tkip,
  387. cdp_sec_type_tkip_nomic,
  388. cdp_sec_type_aes_ccmp,
  389. cdp_sec_type_wapi,
  390. cdp_sec_type_aes_ccmp_256,
  391. cdp_sec_type_aes_gcmp,
  392. cdp_sec_type_aes_gcmp_256,
  393. /* keep this last! */
  394. cdp_num_sec_types
  395. };
  396. /**
  397. * struct cdp_tx_exception_metadata - Exception path parameters
  398. * @peer_id: Peer id of the peer
  399. * @tid: Transmit Identifier
  400. * @tx_encap_type: Transmit encap type (i.e. Raw, Native Wi-Fi, Ethernet)
  401. * @sec_type: sec_type to be passed to HAL
  402. * @is_tx_sniffer: Indicates if the packet has to be sniffed
  403. * @ppdu_cookie: 16-bit ppdu cookie that has to be replayed back in completions
  404. *
  405. * This structure holds the parameters needed in the exception path of tx
  406. *
  407. */
  408. struct cdp_tx_exception_metadata {
  409. uint16_t peer_id;
  410. uint8_t tid;
  411. uint16_t tx_encap_type;
  412. enum cdp_sec_type sec_type;
  413. uint8_t is_tx_sniffer;
  414. uint16_t ppdu_cookie;
  415. };
  416. typedef struct cdp_soc_t *ol_txrx_soc_handle;
  417. /**
  418. * ol_txrx_vdev_delete_cb - callback registered during vdev
  419. * detach
  420. */
  421. typedef void (*ol_txrx_vdev_delete_cb)(void *context);
  422. /**
  423. * ol_txrx_peer_unmap_sync_cb - callback registered during peer detach sync
  424. */
  425. typedef QDF_STATUS(*ol_txrx_peer_unmap_sync_cb)(uint8_t vdev_id,
  426. uint32_t peer_id_cnt,
  427. uint16_t *peer_id_list);
  428. /**
  429. * ol_txrx_pkt_direction - Packet Direction
  430. * @rx_direction: rx path packet
  431. * @tx_direction: tx path packet
  432. */
  433. enum txrx_direction {
  434. rx_direction = 1,
  435. tx_direction = 0,
  436. };
  437. /**
  438. * cdp_capabilities- DP capabilities
  439. */
  440. enum cdp_capabilities {
  441. CDP_CFG_DP_TSO,
  442. CDP_CFG_DP_LRO,
  443. CDP_CFG_DP_SG,
  444. CDP_CFG_DP_GRO,
  445. CDP_CFG_DP_OL_TX_CSUM,
  446. CDP_CFG_DP_OL_RX_CSUM,
  447. CDP_CFG_DP_RAWMODE,
  448. CDP_CFG_DP_PEER_FLOW_CTRL,
  449. };
  450. /**
  451. * ol_txrx_nbuf_classify - Packet classification object
  452. * @peer_id: unique peer identifier from fw
  453. * @tid: traffic identifier(could be overridden)
  454. * @pkt_tid: traffic identifier(cannot be overridden)
  455. * @pkt_tos: ip header tos value
  456. * @pkt_dscp: ip header dscp value
  457. * @tos: index value in map
  458. * @dscp: DSCP_TID map index
  459. * @is_mcast: multicast pkt check
  460. * @is_eap: eapol pkt check
  461. * @is_arp: arp pkt check
  462. * @is_tcp: tcp pkt check
  463. * @is_dhcp: dhcp pkt check
  464. * @is_igmp: igmp pkt check
  465. * @is_ipv4: ip version 4 pkt check
  466. * @is_ipv6: ip version 6 pkt check
  467. */
  468. struct ol_txrx_nbuf_classify {
  469. uint16_t peer_id;
  470. uint8_t tid;
  471. uint8_t pkt_tid;
  472. uint8_t pkt_tos;
  473. uint8_t pkt_dscp;
  474. uint8_t tos;
  475. uint8_t dscp;
  476. uint8_t is_mcast;
  477. uint8_t is_eap;
  478. uint8_t is_arp;
  479. uint8_t is_tcp;
  480. uint8_t is_dhcp;
  481. uint8_t is_igmp;
  482. uint8_t is_ipv4;
  483. uint8_t is_ipv6;
  484. };
  485. /**
  486. * ol_osif_vdev_handle - paque handle for OS shim virtual device
  487. * object
  488. */
  489. struct ol_osif_vdev_t;
  490. typedef struct ol_osif_vdev_t *ol_osif_vdev_handle;
  491. /**
  492. * wlan_op_mode - Virtual device operation mode
  493. * @wlan_op_mode_unknown: Unknown mode
  494. * @wlan_op_mode_ap: AP mode
  495. * @wlan_op_mode_ibss: IBSS mode
  496. * @wlan_op_mode_sta: STA (client) mode
  497. * @wlan_op_mode_monitor: Monitor mode
  498. * @wlan_op_mode_ocb: OCB mode
  499. */
  500. enum wlan_op_mode {
  501. wlan_op_mode_unknown,
  502. wlan_op_mode_ap,
  503. wlan_op_mode_ibss,
  504. wlan_op_mode_sta,
  505. wlan_op_mode_monitor,
  506. wlan_op_mode_ocb,
  507. wlan_op_mode_ndi,
  508. };
  509. /**
  510. * connectivity_stats_pkt_status - data pkt type
  511. * @PKT_TYPE_REQ: Request packet
  512. * @PKT_TYPE_RSP: Response packet
  513. * @PKT_TYPE_TX_DROPPED: TX packet dropped
  514. * @PKT_TYPE_RX_DROPPED: RX packet dropped
  515. * @PKT_TYPE_RX_DELIVERED: RX packet delivered
  516. * @PKT_TYPE_RX_REFUSED: RX packet refused
  517. * @PKT_TYPE_TX_HOST_FW_SENT: TX packet FW sent
  518. * @PKT_TYPE_TX_ACK_CNT:TC packet acked
  519. * @PKT_TYPE_NONE: Invalid packet
  520. */
  521. enum connectivity_stats_pkt_status {
  522. PKT_TYPE_REQ,
  523. PKT_TYPE_RSP,
  524. PKT_TYPE_TX_DROPPED,
  525. PKT_TYPE_RX_DROPPED,
  526. PKT_TYPE_RX_DELIVERED,
  527. PKT_TYPE_RX_REFUSED,
  528. PKT_TYPE_TX_HOST_FW_SENT,
  529. PKT_TYPE_TX_ACK_CNT,
  530. PKT_TYPE_NONE,
  531. };
  532. /**
  533. * ol_txrx_mgmt_tx_cb - tx management delivery notification
  534. * callback function
  535. */
  536. typedef void
  537. (*ol_txrx_mgmt_tx_cb)(void *ctxt, qdf_nbuf_t tx_mgmt_frm, int had_error);
  538. /**
  539. * ol_txrx_data_tx_cb - Function registered with the data path
  540. * that is called when tx frames marked as "no free" are
  541. * done being transmitted
  542. */
  543. typedef void
  544. (*ol_txrx_data_tx_cb)(void *ctxt, qdf_nbuf_t tx_frm, int had_error);
  545. /**
  546. * ol_txrx_tx_fp - top-level transmit function
  547. * @data_vdev - handle to the virtual device object
  548. * @msdu_list - list of network buffers
  549. */
  550. typedef qdf_nbuf_t (*ol_txrx_tx_fp)(struct cdp_vdev *data_vdev,
  551. qdf_nbuf_t msdu_list);
  552. /**
  553. * ol_txrx_tx_exc_fp - top-level transmit function on exception path
  554. * @data_vdev - handle to the virtual device object
  555. * @msdu_list - list of network buffers
  556. * @tx_exc_metadata - structure that holds parameters to exception path
  557. */
  558. typedef qdf_nbuf_t (*ol_txrx_tx_exc_fp)(struct cdp_vdev *data_vdev,
  559. qdf_nbuf_t msdu_list,
  560. struct cdp_tx_exception_metadata
  561. *tx_exc_metadata);
  562. /**
  563. * ol_txrx_completion_fp - top-level transmit function
  564. * for tx completion
  565. * @skb: skb data
  566. * @osif_dev: the virtual device's OS shim object
  567. */
  568. typedef void (*ol_txrx_completion_fp)(qdf_nbuf_t skb,
  569. void *osif_dev);
  570. /**
  571. * ol_txrx_tx_flow_control_fp - tx flow control notification
  572. * function from txrx to OS shim
  573. * @osif_dev - the virtual device's OS shim object
  574. * @tx_resume - tx os q should be resumed or not
  575. */
  576. typedef void (*ol_txrx_tx_flow_control_fp)(void *osif_dev,
  577. bool tx_resume);
  578. /**
  579. * ol_txrx_tx_flow_control_is_pause_fp - is tx paused by flow control
  580. * function from txrx to OS shim
  581. * @osif_dev - the virtual device's OS shim object
  582. *
  583. * Return: true if tx is paused by flow control
  584. */
  585. typedef bool (*ol_txrx_tx_flow_control_is_pause_fp)(void *osif_dev);
  586. /**
  587. * ol_txrx_rx_fp - receive function to hand batches of data
  588. * frames from txrx to OS shim
  589. * @data_vdev - handle to the OSIF virtual device object
  590. * @msdu_list - list of network buffers
  591. */
  592. typedef QDF_STATUS(*ol_txrx_rx_fp)(void *osif_dev, qdf_nbuf_t msdu_list);
  593. /**
  594. * ol_txrx_stats_rx_fp - receive function to hand batches of data
  595. * frames from txrx to OS shim
  596. * @skb: skb data
  597. * @osif_dev: the virtual device's OS shim object
  598. * @action: data packet type
  599. * @pkt_type: packet data type
  600. */
  601. typedef void (*ol_txrx_stats_rx_fp)(struct sk_buff *skb,
  602. void *osif_dev, enum connectivity_stats_pkt_status action,
  603. uint8_t *pkt_type);
  604. /**
  605. * ol_txrx_get_key_fp - function to gey key based on keyix and peer
  606. * mac address
  607. * @osif_dev - the virtual device's OS shim object
  608. * @key_buf - pointer to store key
  609. * @mac_addr - pointer to mac address
  610. * @keyix - key id
  611. */
  612. typedef QDF_STATUS(*ol_txrx_get_key_fp)(void *osif_dev, uint8_t *key_buf, uint8_t *mac_addr, uint8_t keyix);
  613. /**
  614. * ol_txrx_rsim_rx_decap_fp - raw mode simulation function to decap the
  615. * packets in receive path.
  616. * @osif_dev - the virtual device's OS shim object
  617. * @list_head - poniter to head of receive packet queue to decap
  618. * @list_tail - poniter to tail of receive packet queue to decap
  619. * @peer - Peer handler
  620. */
  621. typedef QDF_STATUS(*ol_txrx_rsim_rx_decap_fp)(void *osif_dev,
  622. qdf_nbuf_t *list_head,
  623. qdf_nbuf_t *list_tail,
  624. struct cdp_peer *peer);
  625. /* ol_txrx_rx_fp - external tx free function to read per packet stats and
  626. * free tx buffer externally
  627. * @netbuf - tx network buffer
  628. */
  629. typedef void (*ol_txrx_tx_free_ext_fp)(qdf_nbuf_t netbuf);
  630. /**
  631. * ol_txrx_rx_check_wai_fp - OSIF WAPI receive function
  632. */
  633. typedef bool (*ol_txrx_rx_check_wai_fp)(ol_osif_vdev_handle vdev,
  634. qdf_nbuf_t mpdu_head,
  635. qdf_nbuf_t mpdu_tail);
  636. /**
  637. * ol_txrx_rx_mon_fp - OSIF monitor mode receive function for single
  638. * MPDU (802.11 format)
  639. */
  640. typedef void (*ol_txrx_rx_mon_fp)(ol_osif_vdev_handle vdev,
  641. qdf_nbuf_t mpdu,
  642. void *rx_status);
  643. /**
  644. * ol_txrx_proxy_arp_fp - proxy arp function pointer
  645. */
  646. typedef int (*ol_txrx_proxy_arp_fp)(ol_osif_vdev_handle vdev,
  647. qdf_nbuf_t netbuf);
  648. /*
  649. * ol_txrx_mcast_me_fp - function pointer for multicast enhancement
  650. */
  651. typedef int (*ol_txrx_mcast_me_fp)(ol_osif_vdev_handle vdev,
  652. qdf_nbuf_t netbuf);
  653. /**
  654. * ol_txrx_stats_callback - statistics notify callback
  655. */
  656. typedef void (*ol_txrx_stats_callback)(void *ctxt,
  657. enum htt_cmn_dbg_stats_type type,
  658. uint8_t *buf, int bytes);
  659. /**
  660. * ol_txrx_pktdump_cb - callback for packet dump feature
  661. */
  662. typedef void (*ol_txrx_pktdump_cb)(ol_txrx_soc_handle soc,
  663. struct cdp_vdev *vdev,
  664. qdf_nbuf_t netbuf,
  665. uint8_t status,
  666. uint8_t type);
  667. /**
  668. * ol_txrx_ops - (pointers to) the functions used for tx and rx
  669. * data xfer
  670. *
  671. * There are two portions of these txrx operations.
  672. * The rx portion is filled in by OSIF SW before calling
  673. * ol_txrx_osif_vdev_register; inside the ol_txrx_osif_vdev_register
  674. * the txrx SW stores a copy of these rx function pointers, to use
  675. * as it delivers rx data frames to the OSIF SW.
  676. * The tx portion is filled in by the txrx SW inside
  677. * ol_txrx_osif_vdev_register; when the function call returns,
  678. * the OSIF SW stores a copy of these tx functions to use as it
  679. * delivers tx data frames to the txrx SW.
  680. *
  681. * @tx.std - the tx function pointer for standard data
  682. * frames This function pointer is set by the txrx SW
  683. * perform host-side transmit operations based on
  684. * whether a HL or LL host/target interface is in use.
  685. * @tx.flow_control_cb - the transmit flow control
  686. * function that is registered by the
  687. * OSIF which is called from txrx to
  688. * indicate whether the transmit OS
  689. * queues should be paused/resumed
  690. * @rx.rx - the OS shim rx function to deliver rx data
  691. * frames to. This can have different values for
  692. * different virtual devices, e.g. so one virtual
  693. * device's OS shim directly hands rx frames to the OS,
  694. * but another virtual device's OS shim filters out P2P
  695. * messages before sending the rx frames to the OS. The
  696. * netbufs delivered to the osif_rx function are in the
  697. * format specified by the OS to use for tx and rx
  698. * frames (either 802.3 or native WiFi). In case RX Threads are enabled, pkts
  699. * are given to the thread, instead of the stack via this pointer.
  700. * @rx.stack - function to give packets to the stack. Differs from @rx.rx.
  701. * In case RX Threads are enabled, this pointer holds the callback to give
  702. * packets to the stack.
  703. * @rx.wai_check - the tx function pointer for WAPI frames
  704. * @rx.mon - the OS shim rx monitor function to deliver
  705. * monitor data to Though in practice, it is probable
  706. * that the same function will be used for delivering
  707. * rx monitor data for all virtual devices, in theory
  708. * each different virtual device can have a different
  709. * OS shim function for accepting rx monitor data. The
  710. * netbufs delivered to the osif_rx_mon function are in
  711. * 802.11 format. Each netbuf holds a 802.11 MPDU, not
  712. * an 802.11 MSDU. Depending on compile-time
  713. * configuration, each netbuf may also have a
  714. * monitor-mode encapsulation header such as a radiotap
  715. * header added before the MPDU contents.
  716. * @rx.std - the OS shim rx function to deliver rx data
  717. * @proxy_arp - proxy arp function pointer - specified by
  718. * OS shim, stored by txrx
  719. * @get_key - function pointer to get key of the peer with
  720. * specific key index
  721. */
  722. struct ol_txrx_ops {
  723. /* tx function pointers - specified by txrx, stored by OS shim */
  724. struct {
  725. ol_txrx_tx_fp tx;
  726. ol_txrx_tx_exc_fp tx_exception;
  727. ol_txrx_tx_free_ext_fp tx_free_ext;
  728. ol_txrx_completion_fp tx_comp;
  729. } tx;
  730. /* rx function pointers - specified by OS shim, stored by txrx */
  731. struct {
  732. ol_txrx_rx_fp rx;
  733. ol_txrx_rx_fp rx_stack;
  734. ol_txrx_rx_check_wai_fp wai_check;
  735. ol_txrx_rx_mon_fp mon;
  736. ol_txrx_stats_rx_fp stats_rx;
  737. ol_txrx_rsim_rx_decap_fp rsim_rx_decap;
  738. } rx;
  739. /* proxy arp function pointer - specified by OS shim, stored by txrx */
  740. ol_txrx_proxy_arp_fp proxy_arp;
  741. ol_txrx_mcast_me_fp me_convert;
  742. ol_txrx_get_key_fp get_key;
  743. };
  744. /**
  745. * ol_txrx_stats_req - specifications of the requested
  746. * statistics
  747. */
  748. struct ol_txrx_stats_req {
  749. uint32_t stats_type_upload_mask; /* which stats to upload */
  750. uint32_t stats_type_reset_mask; /* which stats to reset */
  751. /* stats will be printed if either print element is set */
  752. struct {
  753. int verbose; /* verbose stats printout */
  754. int concise; /* concise stats printout (takes precedence) */
  755. } print; /* print uploaded stats */
  756. /* stats notify callback will be invoked if fp is non-NULL */
  757. struct {
  758. ol_txrx_stats_callback fp;
  759. void *ctxt;
  760. } callback;
  761. /* stats will be copied into the specified buffer if buf is non-NULL */
  762. struct {
  763. uint8_t *buf;
  764. int byte_limit; /* don't copy more than this */
  765. } copy;
  766. /*
  767. * If blocking is true, the caller will take the specified semaphore
  768. * to wait for the stats to be uploaded, and the driver will release
  769. * the semaphore when the stats are done being uploaded.
  770. */
  771. struct {
  772. int blocking;
  773. /*Note: this needs to change to some qdf_* type */
  774. qdf_semaphore_t *sem_ptr;
  775. } wait;
  776. };
  777. /* DP soc struct definition */
  778. struct cdp_soc_t {
  779. struct cdp_ops *ops;
  780. struct ol_if_ops *ol_ops;
  781. };
  782. /*
  783. * cdp_pdev_param_type: different types of parameters
  784. * to set values in pdev
  785. * @CDP_CONFIG_DEBUG_SNIFFER: Enable debug sniffer feature
  786. * @CDP_CONFIG_BPR_ENABLE: Enable bcast probe feature
  787. * @CDP_CONFIG_PRIMARY_RADIO: Configure radio as primary
  788. * @CDP_CONFIG_ENABLE_PERPKT_TXSTATS: Enable per packet statistics
  789. * @CDP_CONFIG_IGMPMLD_OVERRIDE: Override IGMP/MLD
  790. * @CDP_CONFIG_IGMPMLD_TID: Configurable TID value when igmmld_override is set
  791. * @CDP_CONFIG_ARP_DBG_CONF: Enable ARP debug
  792. * @CDP_CONFIG_CAPTURE_LATENCY: Capture time latency
  793. * @CDP_INGRESS_STATS: Accumulate ingress statistics
  794. * @CDP_OSIF_DROP: Accumulate drops in OSIF layer
  795. * @CDP_CONFIG_ENH_RX_CAPTURE: Enable enhanced RX capture
  796. */
  797. enum cdp_pdev_param_type {
  798. CDP_CONFIG_DEBUG_SNIFFER,
  799. CDP_CONFIG_BPR_ENABLE,
  800. CDP_CONFIG_PRIMARY_RADIO,
  801. CDP_CONFIG_ENABLE_PERPKT_TXSTATS,
  802. CDP_CONFIG_IGMPMLD_OVERRIDE,
  803. CDP_CONFIG_IGMPMLD_TID,
  804. CDP_CONFIG_ARP_DBG_CONF,
  805. CDP_CONFIG_CAPTURE_LATENCY,
  806. CDP_INGRESS_STATS,
  807. CDP_OSIF_DROP,
  808. CDP_CONFIG_ENH_RX_CAPTURE,
  809. CDP_CONFIG_TX_CAPTURE,
  810. };
  811. /**
  812. * cdp_rx_enh_capture_mode - Rx enhanced capture modes
  813. * @CDP_RX_ENH_CAPTURE_DISABLED: Disable Rx enhance capture
  814. * @CDP_RX_ENH_CAPTURE_MPDU: Enable capture of 128 bytes of each MPDU
  815. * @CDP_RX_ENH_CAPTURE_MPDU_MSDU: Enable capture of 128 bytes of each MSDU
  816. */
  817. enum cdp_rx_enh_capture_mode {
  818. CDP_RX_ENH_CAPTURE_DISABLED = 0,
  819. CDP_RX_ENH_CAPTURE_MPDU,
  820. CDP_RX_ENH_CAPTURE_MPDU_MSDU,
  821. };
  822. /*
  823. * enum cdp_pdev_bpr_param - different types of parameters
  824. * to set value in pdev
  825. * @CDP_BPR_DISABLE: Set bpr to disable state
  826. * @CDP_BPR_ENABLE: set bpr to enable state
  827. *
  828. * Enum indicating bpr state to enable/disable.
  829. */
  830. enum cdp_pdev_bpr_param {
  831. CDP_BPR_DISABLE,
  832. CDP_BPR_ENABLE,
  833. };
  834. /*
  835. * cdp_vdev_param_type: different types of parameters
  836. * to set values in vdev
  837. * @CDP_ENABLE_NAWDS: set nawds enable/disable
  838. * @CDP_ENABLE_MCAST_EN: enable/disable multicast enhancement
  839. * @CDP_ENABLE_WDS: wds sta
  840. * @CDP_ENABLE_MEC: MEC enable flags
  841. * @CDP_ENABLE_PROXYSTA: proxy sta
  842. * @CDP_UPDATE_TDLS_FLAGS: tdls link flags
  843. * @CDP_ENABLE_AP_BRIDGE: set ap_bridging enable/disable
  844. * @CDP_ENABLE_CIPHER : set cipher type based on security
  845. * @CDP_ENABLE_QWRAP_ISOLATION: qwrap isolation mode
  846. */
  847. enum cdp_vdev_param_type {
  848. CDP_ENABLE_NAWDS,
  849. CDP_ENABLE_MCAST_EN,
  850. CDP_ENABLE_WDS,
  851. CDP_ENABLE_MEC,
  852. CDP_ENABLE_DA_WAR,
  853. CDP_ENABLE_PROXYSTA,
  854. CDP_UPDATE_TDLS_FLAGS,
  855. CDP_CFG_WDS_AGING_TIMER,
  856. CDP_ENABLE_AP_BRIDGE,
  857. CDP_ENABLE_CIPHER,
  858. CDP_ENABLE_QWRAP_ISOLATION
  859. };
  860. #define TXRX_FW_STATS_TXSTATS 1
  861. #define TXRX_FW_STATS_RXSTATS 2
  862. #define TXRX_FW_STATS_RX_RATE_INFO 3
  863. #define TXRX_FW_STATS_PHYSTATS 4
  864. #define TXRX_FW_STATS_PHYSTATS_CONCISE 5
  865. #define TXRX_FW_STATS_TX_RATE_INFO 6
  866. #define TXRX_FW_STATS_TID_STATE 7
  867. #define TXRX_FW_STATS_HOST_STATS 8
  868. #define TXRX_FW_STATS_CLEAR_HOST_STATS 9
  869. #define TXRX_FW_STATS_CE_STATS 10
  870. #define TXRX_FW_STATS_VOW_UMAC_COUNTER 11
  871. #define TXRX_FW_STATS_ME_STATS 12
  872. #define TXRX_FW_STATS_TXBF_INFO 13
  873. #define TXRX_FW_STATS_SND_INFO 14
  874. #define TXRX_FW_STATS_ERROR_INFO 15
  875. #define TXRX_FW_STATS_TX_SELFGEN_INFO 16
  876. #define TXRX_FW_STATS_TX_MU_INFO 17
  877. #define TXRX_FW_SIFS_RESP_INFO 18
  878. #define TXRX_FW_RESET_STATS 19
  879. #define TXRX_FW_MAC_WDOG_STATS 20
  880. #define TXRX_FW_MAC_DESC_STATS 21
  881. #define TXRX_FW_MAC_FETCH_MGR_STATS 22
  882. #define TXRX_FW_MAC_PREFETCH_MGR_STATS 23
  883. #define TXRX_FW_STATS_DURATION_INFO 24
  884. #define TXRX_FW_STATS_DURATION_INFO_RESET 25
  885. #define TXRX_FW_HALPHY_STATS 26
  886. #define TXRX_FW_COEX_STATS 27
  887. #define PER_RADIO_FW_STATS_REQUEST 0
  888. #define PER_VDEV_FW_STATS_REQUEST 1
  889. /**
  890. * enum data_stall_log_event_indicator - Module triggering data stall
  891. * @DATA_STALL_LOG_INDICATOR_UNUSED: Unused
  892. * @DATA_STALL_LOG_INDICATOR_HOST_DRIVER: Host driver indicates data stall
  893. * @DATA_STALL_LOG_INDICATOR_FIRMWARE: FW indicates data stall
  894. * @DATA_STALL_LOG_INDICATOR_FRAMEWORK: Framework indicates data stall
  895. *
  896. * Enum indicating the module that indicates data stall event
  897. */
  898. enum data_stall_log_event_indicator {
  899. DATA_STALL_LOG_INDICATOR_UNUSED,
  900. DATA_STALL_LOG_INDICATOR_HOST_DRIVER,
  901. DATA_STALL_LOG_INDICATOR_FIRMWARE,
  902. DATA_STALL_LOG_INDICATOR_FRAMEWORK,
  903. };
  904. /**
  905. * enum data_stall_log_event_type - data stall event type
  906. * @DATA_STALL_LOG_NONE
  907. * @DATA_STALL_LOG_FW_VDEV_PAUSE
  908. * @DATA_STALL_LOG_HWSCHED_CMD_FILTER
  909. * @DATA_STALL_LOG_HWSCHED_CMD_FLUSH
  910. * @DATA_STALL_LOG_FW_RX_REFILL_FAILED
  911. * @DATA_STALL_LOG_FW_RX_FCS_LEN_ERROR
  912. * @DATA_STALL_LOG_FW_WDOG_ERRORS
  913. * @DATA_STALL_LOG_BB_WDOG_ERROR
  914. * @DATA_STALL_LOG_POST_TIM_NO_TXRX_ERROR
  915. * @DATA_STALL_LOG_HOST_STA_TX_TIMEOUT
  916. * @DATA_STALL_LOG_HOST_SOFTAP_TX_TIMEOUT
  917. * @DATA_STALL_LOG_NUD_FAILURE
  918. *
  919. * Enum indicating data stall event type
  920. */
  921. enum data_stall_log_event_type {
  922. DATA_STALL_LOG_NONE,
  923. DATA_STALL_LOG_FW_VDEV_PAUSE,
  924. DATA_STALL_LOG_HWSCHED_CMD_FILTER,
  925. DATA_STALL_LOG_HWSCHED_CMD_FLUSH,
  926. DATA_STALL_LOG_FW_RX_REFILL_FAILED,
  927. DATA_STALL_LOG_FW_RX_FCS_LEN_ERROR,
  928. DATA_STALL_LOG_FW_WDOG_ERRORS,
  929. DATA_STALL_LOG_BB_WDOG_ERROR,
  930. DATA_STALL_LOG_POST_TIM_NO_TXRX_ERROR,
  931. /* Stall events triggered by host/framework start from 0x100 onwards. */
  932. DATA_STALL_LOG_HOST_STA_TX_TIMEOUT = 0x100,
  933. DATA_STALL_LOG_HOST_SOFTAP_TX_TIMEOUT,
  934. DATA_STALL_LOG_NUD_FAILURE,
  935. };
  936. /**
  937. * enum data_stall_log_recovery_type - data stall recovery type
  938. * @DATA_STALL_LOG_RECOVERY_NONE,
  939. * @DATA_STALL_LOG_RECOVERY_CONNECT_DISCONNECT,
  940. * @DATA_STALL_LOG_RECOVERY_TRIGGER_PDR
  941. *
  942. * Enum indicating data stall recovery type
  943. */
  944. enum data_stall_log_recovery_type {
  945. DATA_STALL_LOG_RECOVERY_NONE = 0,
  946. DATA_STALL_LOG_RECOVERY_CONNECT_DISCONNECT,
  947. DATA_STALL_LOG_RECOVERY_TRIGGER_PDR,
  948. };
  949. /**
  950. * struct data_stall_event_info - data stall info
  951. * @indicator: Module triggering data stall
  952. * @data_stall_type: data stall event type
  953. * @vdev_id_bitmap: vdev_id_bitmap
  954. * @pdev_id: pdev id
  955. * @recovery_type: data stall recovery type
  956. */
  957. struct data_stall_event_info {
  958. uint32_t indicator;
  959. uint32_t data_stall_type;
  960. uint32_t vdev_id_bitmap;
  961. uint32_t pdev_id;
  962. uint32_t recovery_type;
  963. };
  964. typedef void (*data_stall_detect_cb)(struct data_stall_event_info *);
  965. /*
  966. * enum cdp_stats - options for host and firmware
  967. * statistics
  968. * @CDP_TXRX_STATS_1: HTT Pdev tx stats
  969. * @CDP_TXRX_STATS_2: HTT Pdev rx stats
  970. * @CDP_TXRX_STATS_3: HTT Pdev Tx HW Queue stats
  971. * @CDP_TXRX_STATS_4: HTT Pdev Tx HW Sched stats
  972. * @CDP_TXRX_STATS_5: HTT Pdev error stats
  973. * @CDP_TXRX_STATS_6: HTT TQM stats
  974. * @CDP_TXRX_STATS_7: HTT TQM CMDQ stats
  975. * @CDP_TXRX_STATS_8: HTT Tx_de_cmn thread stats
  976. * @CDP_TXRX_STATS_9: HTT Pdev Tx rate stats
  977. * @CDP_TXRX_STATS_10: HTT Pdev Rx rate stats
  978. * @CDP_TXRX_STATS_11: HTT Peer stats
  979. * @CDP_TXRX_STATS_12: HTT Tx Self Gen Info
  980. * @CDP_TXRX_STATS_13: HTT Tx MU HWQ stats
  981. * @CDP_TXRX_STATS_14: HTT Ring interface info stats
  982. * @CDP_TXRX_STATS_15: HTT SRNG info stats
  983. * @CDP_TXRX_STATS_16: HTT SFM info stats
  984. * @CDP_TXRX_STATS_17: HTT Pdev tx mu mimo sched info
  985. * @CDP_TXRX_STATS_18: HTT Peer list details
  986. * @CDP_TXRX_STATS_19: Reserved
  987. * @CDP_TXRX_STATS_20: Reset Host stats
  988. * @CDP_TXRX_STATS_21: Host Rx rate stats
  989. * @CDP_TXRX_STATS_22: Host Tx rate stats
  990. * @CDP_TXRX_STATS_23: Host Tx stats
  991. * @CDP_TXRX_STATS_24: Host Rx stats
  992. * @CDP_TXRX_STATS_25: Host Ast stats
  993. * @CDP_TXRX_STATS_26: Host Head/Tail Pointer stats
  994. * @CDP_TXRX_STATS_27: Host Monitor mode stats
  995. * @CDP_TXRX_STATS_28: Host Peer entry stats
  996. * @CDP_TXRX_STATS_29: Host Soc config params info
  997. * @CDP_TXRX_STATS_30: Host Pdev config params info
  998. * @CDP_TXRX_STATS_31: Host DP Interrupt Stats
  999. */
  1000. enum cdp_stats {
  1001. CDP_TXRX_STATS_0 = 0,
  1002. CDP_TXRX_STATS_1,
  1003. CDP_TXRX_STATS_2,
  1004. CDP_TXRX_STATS_3,
  1005. CDP_TXRX_STATS_4,
  1006. CDP_TXRX_STATS_5,
  1007. CDP_TXRX_STATS_6,
  1008. CDP_TXRX_STATS_7,
  1009. CDP_TXRX_STATS_8,
  1010. CDP_TXRX_STATS_9,
  1011. CDP_TXRX_STATS_10,
  1012. CDP_TXRX_STATS_11,
  1013. CDP_TXRX_STATS_12,
  1014. CDP_TXRX_STATS_13,
  1015. CDP_TXRX_STATS_14,
  1016. CDP_TXRX_STATS_15,
  1017. CDP_TXRX_STATS_16,
  1018. CDP_TXRX_STATS_17,
  1019. CDP_TXRX_STATS_18,
  1020. CDP_TXRX_STATS_19,
  1021. CDP_TXRX_STATS_20,
  1022. CDP_TXRX_STATS_21,
  1023. CDP_TXRX_STATS_22,
  1024. CDP_TXRX_STATS_23,
  1025. CDP_TXRX_STATS_24,
  1026. CDP_TXRX_STATS_25,
  1027. CDP_TXRX_STATS_26,
  1028. CDP_TXRX_STATS_27,
  1029. CDP_TXRX_STATS_28,
  1030. CDP_TXRX_STATS_29,
  1031. CDP_TXRX_STATS_30,
  1032. CDP_TXRX_STATS_31,
  1033. CDP_TXRX_STATS_HTT_MAX = 256,
  1034. CDP_TXRX_MAX_STATS = 265,
  1035. };
  1036. /*
  1037. * Different Stat update types sent to OL_IF
  1038. * @UPDATE_PEER_STATS: update peer stats
  1039. * @UPDATE_VDEV_STATS: update vdev stats
  1040. * @UPDATE_PDE_STATS: Update pdev stats
  1041. */
  1042. enum cdp_stat_update_type {
  1043. UPDATE_PEER_STATS = 0,
  1044. UPDATE_VDEV_STATS = 1,
  1045. UPDATE_PDEV_STATS = 2,
  1046. };
  1047. /*
  1048. * struct cdp_tx_sojourn_stats - Tx sojourn stats
  1049. * @ppdu_seq_id: ppdu_seq_id from tx completion
  1050. * @avg_sojourn_msdu: average sojourn msdu time
  1051. * @sum_sojourn_msdu: sum sojourn msdu time
  1052. * @num_msdu: number of msdus per ppdu
  1053. * @cookie: cookie to be used by upper layer
  1054. */
  1055. struct cdp_tx_sojourn_stats {
  1056. uint32_t ppdu_seq_id;
  1057. qdf_ewma_tx_lag avg_sojourn_msdu[CDP_DATA_TID_MAX];
  1058. uint32_t sum_sojourn_msdu[CDP_DATA_TID_MAX];
  1059. uint32_t num_msdus[CDP_DATA_TID_MAX];
  1060. struct cdp_stats_cookie *cookie;
  1061. };
  1062. /**
  1063. * struct cdp_tx_completion_ppdu_user - Tx PPDU completion per-user information
  1064. * @completion_status: completion status - OK/Filter/Abort/Timeout
  1065. * @tid: TID number
  1066. * @peer_id: Peer ID
  1067. * @frame_ctrl: frame control field in 802.11 header
  1068. * @qos_ctrl: QoS control field in 802.11 header
  1069. * @mpdu_tried: number of mpdus tried
  1070. * @mpdu_success: number of mpdus successfully transmitted
  1071. * @long_retries: long retries
  1072. * @short_retries: short retries
  1073. * @is_ampdu: mpdu aggregate or non-aggregate?
  1074. * @success_bytes: bytes successfully transmitted
  1075. * @retry_bytes: bytes retried
  1076. * @failed_msdus: MSDUs failed transmission
  1077. * @duration: user duration in ppdu
  1078. * @ltf_size: ltf_size
  1079. * @stbc: stbc
  1080. * @he_re: he_re (range extension)
  1081. * @txbf: txbf
  1082. * @bw: Transmission bandwidth
  1083. * <enum 2 transmit_bw_20_MHz>
  1084. * <enum 3 transmit_bw_40_MHz>
  1085. * <enum 4 transmit_bw_80_MHz>
  1086. * <enum 5 transmit_bw_160_MHz>
  1087. * @nss: NSS 1,2, ...8
  1088. * @mcs: MCS index
  1089. * @preamble: preamble
  1090. * @gi: guard interval 800/400/1600/3200 ns
  1091. * @dcm: dcm
  1092. * @ldpc: ldpc
  1093. * @delayed_ba: delayed ba bit
  1094. * @ppdu_type: SU/MU_MIMO/MU_OFDMA/MU_MIMO_OFDMA/UL_TRIG/BURST_BCN/UL_BSR_RESP/
  1095. * UL_BSR_TRIG/UNKNOWN
  1096. * @ba_seq_no: Block Ack sequence number
  1097. * @ba_bitmap: Block Ack bitmap
  1098. * @start_seqa: Sequence number of first MPDU
  1099. * @enq_bitmap: Enqueue MPDU bitmap
  1100. * @ru_start: RU start index
  1101. * @ru_tones: RU tones length
  1102. * @is_mcast: MCAST or UCAST
  1103. * @tx_rate: Transmission Rate
  1104. * @user_pos: user position
  1105. * @mu_group_id: mu group id
  1106. * @rix: rate index
  1107. * @cookie: cookie to used by upper layer
  1108. * @is_ppdu_cookie_valid : Indicates that ppdu_cookie is valid
  1109. * @ppdu_cookie: 16-bit ppdu_cookie
  1110. * @sa_is_training: smart antenna training packets indication
  1111. * @rssi_chain: rssi chain per bandwidth
  1112. * @sa_tx_antenna: antenna in which packet is transmitted
  1113. * @sa_max_rates: smart antenna tx feedback info max rates
  1114. * @sa_goodput: smart antenna tx feedback info goodput
  1115. */
  1116. struct cdp_tx_completion_ppdu_user {
  1117. uint32_t completion_status:8,
  1118. tid:8,
  1119. peer_id:16;
  1120. uint8_t mac_addr[6];
  1121. uint32_t frame_ctrl:16,
  1122. qos_ctrl:16;
  1123. uint32_t mpdu_tried_ucast:16,
  1124. mpdu_tried_mcast:16;
  1125. uint16_t mpdu_success:16;
  1126. uint16_t mpdu_failed:16;
  1127. uint32_t long_retries:4,
  1128. short_retries:4,
  1129. tx_ratecode:8,
  1130. is_ampdu:1,
  1131. ppdu_type:5;
  1132. uint32_t success_bytes;
  1133. uint32_t retry_bytes;
  1134. uint32_t failed_bytes;
  1135. uint32_t success_msdus:16,
  1136. retry_msdus:16;
  1137. uint32_t failed_msdus:16,
  1138. duration:16;
  1139. uint32_t ltf_size:2,
  1140. stbc:1,
  1141. he_re:1,
  1142. txbf:4,
  1143. bw:4,
  1144. nss:4,
  1145. mcs:4,
  1146. preamble:4,
  1147. gi:4,
  1148. dcm:1,
  1149. ldpc:1,
  1150. delayed_ba:1;
  1151. uint32_t ba_seq_no;
  1152. uint32_t ba_bitmap[CDP_BA_256_BIT_MAP_SIZE_DWORDS];
  1153. uint32_t start_seq;
  1154. uint32_t enq_bitmap[CDP_BA_256_BIT_MAP_SIZE_DWORDS];
  1155. uint32_t failed_bitmap[CDP_BA_256_BIT_MAP_SIZE_DWORDS];
  1156. uint32_t num_mpdu:9,
  1157. num_msdu:16;
  1158. uint32_t tx_duration;
  1159. uint16_t ru_start;
  1160. uint16_t ru_tones;
  1161. bool is_mcast;
  1162. uint32_t tx_rate;
  1163. uint32_t tx_ratekbps;
  1164. /*ack rssi for separate chains*/
  1165. uint32_t ack_rssi[CDP_RSSI_CHAIN_LEN];
  1166. bool ack_rssi_valid;
  1167. uint32_t user_pos;
  1168. uint32_t mu_group_id;
  1169. uint32_t rix;
  1170. struct cdp_stats_cookie *cookie;
  1171. uint8_t is_ppdu_cookie_valid;
  1172. uint16_t ppdu_cookie;
  1173. uint8_t sa_is_training;
  1174. uint32_t rssi_chain[CDP_RSSI_CHAIN_LEN];
  1175. uint32_t sa_tx_antenna;
  1176. uint32_t sa_max_rates;
  1177. uint32_t sa_goodput;
  1178. };
  1179. /**
  1180. * struct cdp_tx_indication_mpdu_info - Tx MPDU completion information
  1181. * @ppdu_id: PPDU id
  1182. * @duration: user duration in ppdu
  1183. * @frame_type: frame type MGMT/CTRL/DATA/BAR
  1184. * @frame_ctrl: frame control field in 802.11 header
  1185. * @qos_ctrl: QoS control field in 802.11 header
  1186. * @tid: TID number
  1187. * @num_msdu: number of msdu in MPDU
  1188. * @seq_no: Sequence number of first MPDU
  1189. * @ltf_size: ltf_size
  1190. * @stbc: stbc
  1191. * @he_re: he_re (range extension)
  1192. * @txbf: txbf
  1193. * @bw: Transmission bandwidth
  1194. * <enum 2 transmit_bw_20_MHz>
  1195. * <enum 3 transmit_bw_40_MHz>
  1196. * <enum 4 transmit_bw_80_MHz>
  1197. * <enum 5 transmit_bw_160_MHz>
  1198. * @nss: NSS 1,2, ...8
  1199. * @mcs: MCS index
  1200. * @preamble: preamble
  1201. * @gi: guard interval 800/400/1600/3200 ns
  1202. * @channel: frequency
  1203. * @channel_num: channel number
  1204. * @ack_rssi: ack rssi
  1205. * @ldpc: ldpc
  1206. * @tx_rate: Transmission Rate
  1207. * @mac_address: peer mac address
  1208. * @bss_mac_address: bss mac address
  1209. * @ppdu_start_timestamp: TSF at PPDU start
  1210. * @ppdu_end_timestamp: TSF at PPDU end
  1211. * @ba_start_seq: Block Ack sequence number
  1212. * @ba_bitmap: Block Ack bitmap
  1213. * @ppdu_cookie: 16-bit ppdu_cookie
  1214. */
  1215. struct cdp_tx_indication_mpdu_info {
  1216. uint32_t ppdu_id;
  1217. uint32_t tx_duration;
  1218. uint16_t frame_type;
  1219. uint16_t frame_ctrl;
  1220. uint16_t qos_ctrl;
  1221. uint8_t tid;
  1222. uint32_t num_msdu;
  1223. uint32_t seq_no;
  1224. uint32_t ltf_size:2,
  1225. he_re:1,
  1226. txbf:4,
  1227. bw:4,
  1228. nss:4,
  1229. mcs:4,
  1230. preamble:4,
  1231. gi:4;
  1232. uint32_t channel;
  1233. uint8_t channel_num;
  1234. uint32_t ack_rssi;
  1235. uint32_t ldpc;
  1236. uint32_t tx_rate;
  1237. uint8_t mac_address[QDF_MAC_ADDR_SIZE];
  1238. uint8_t bss_mac_address[QDF_MAC_ADDR_SIZE];
  1239. uint32_t ppdu_start_timestamp;
  1240. uint32_t ppdu_end_timestamp;
  1241. uint32_t ba_start_seq;
  1242. uint32_t ba_bitmap[CDP_BA_256_BIT_MAP_SIZE_DWORDS];
  1243. uint16_t ppdu_cookie;
  1244. };
  1245. /**
  1246. * struct cdp_tx_indication_info - Tx capture information
  1247. * @frame_payload: 802.11 payload is present already
  1248. * @mpdu_info: Tx MPDU completion information
  1249. * @mpdu_nbuf: reconstructed mpdu packet
  1250. */
  1251. struct cdp_tx_indication_info {
  1252. uint8_t frame_payload;
  1253. struct cdp_tx_indication_mpdu_info mpdu_info;
  1254. qdf_nbuf_t mpdu_nbuf;
  1255. };
  1256. /**
  1257. * struct cdp_tx_completion_ppdu - Tx PPDU completion information
  1258. * @completion_status: completion status - OK/Filter/Abort/Timeout
  1259. * @ppdu_id: PPDU Id
  1260. * @ppdu_seq_id: ppdu sequence id for sojourn stats
  1261. * @vdev_id: VAP Id
  1262. * @num_users: Number of users
  1263. * @num_mpdu: Number of MPDUs in PPDU
  1264. * @num_msdu: Number of MSDUs in PPDU
  1265. * @frame_type: frame SU or MU
  1266. * @frame_ctrl: frame control of 80211 header
  1267. * @channel: Channel informartion
  1268. * @ack_rssi: RSSI value of last ack packet (units=dB above noise floor)
  1269. * @tx_duration: PPDU airtime
  1270. * @ppdu_start_timestamp: TSF at PPDU start
  1271. * @ppdu_end_timestamp: TSF at PPDU end
  1272. * @ack_timestamp: TSF at the reception of ACK
  1273. * @user: per-User stats (array of per-user structures)
  1274. * @mpdu_q: queue of mpdu in a ppdu
  1275. */
  1276. struct cdp_tx_completion_ppdu {
  1277. uint32_t ppdu_id;
  1278. uint32_t ppdu_seq_id;
  1279. uint16_t vdev_id;
  1280. uint32_t num_users;
  1281. uint8_t last_usr_index;
  1282. uint32_t num_mpdu:9,
  1283. num_msdu:16;
  1284. uint16_t frame_type;
  1285. uint16_t frame_ctrl;
  1286. uint16_t channel;
  1287. uint16_t phy_mode;
  1288. uint32_t ack_rssi;
  1289. uint32_t tx_duration;
  1290. uint32_t ppdu_start_timestamp;
  1291. uint32_t ppdu_end_timestamp;
  1292. uint32_t ack_timestamp;
  1293. struct cdp_tx_completion_ppdu_user user[CDP_MU_MAX_USERS];
  1294. qdf_nbuf_queue_t mpdu_q;
  1295. };
  1296. /**
  1297. * struct cdp_dev_stats - Network device stats structure
  1298. * @tx_packets: Tx total packets transmitted
  1299. * @tx_bytes : Tx total bytes transmitted
  1300. * @tx_errors : Tx error due to FW tx failure, Ring failure DMA etc
  1301. * @tx_dropped: Tx dropped is same as tx errors as above
  1302. * @rx_packets: Rx total packets transmitted
  1303. * @rx_bytes : Rx total bytes transmitted
  1304. */
  1305. struct cdp_dev_stats {
  1306. uint32_t tx_packets;
  1307. uint32_t tx_bytes;
  1308. uint32_t tx_errors;
  1309. uint32_t tx_dropped;
  1310. uint32_t rx_packets;
  1311. uint32_t rx_bytes;
  1312. };
  1313. /**
  1314. * struct cdp_rate_stats - Tx/Rx Rate statistics
  1315. * @bw: Indicates the BW of the upcoming transmission -
  1316. * <enum 2 transmit_bw_20_MHz>
  1317. * <enum 3 transmit_bw_40_MHz>
  1318. * <enum 4 transmit_bw_80_MHz>
  1319. * <enum 5 transmit_bw_160_MHz>
  1320. * @pkt_type: Transmit Packet Type
  1321. * @stbc: When set, STBC transmission rate was used
  1322. * @ldpc: When set, use LDPC transmission rates
  1323. * @sgi: <enum 0 0_8_us_sgi > Legacy normal GI
  1324. * <enum 1 0_4_us_sgi > Legacy short GI
  1325. * <enum 2 1_6_us_sgi > HE related GI
  1326. * <enum 3 3_2_us_sgi > HE
  1327. * @mcs: Transmit MCS Rate
  1328. * @ofdma: Set when the transmission was an OFDMA transmission
  1329. * @tones_in_ru: The number of tones in the RU used.
  1330. * @tsf: Lower 32 bits of the TSF (timestamp when ppdu transmission finished)
  1331. * @peer_id: Peer ID of the flow or MPDU queue
  1332. * @tid: TID of the flow or MPDU queue
  1333. */
  1334. struct cdp_rate_stats {
  1335. uint32_t rate_stats_info_valid:1,
  1336. bw:2,
  1337. pkt_type:4,
  1338. stbc:1,
  1339. ldpc:1,
  1340. sgi:2,
  1341. mcs:4,
  1342. ofdma:1,
  1343. tones_in_ru:12,
  1344. resvd0:4;
  1345. uint32_t tsf;
  1346. uint16_t peer_id;
  1347. uint8_t tid;
  1348. };
  1349. /**
  1350. * struct cdp_tx_completion_msdu - Tx MSDU completion descriptor
  1351. * @ppdu_id: PPDU to which this MSDU belongs
  1352. * @transmit_cnt: Number of times this frame has been transmitted
  1353. * @ack_frame_rssi: RSSI of the received ACK or BA frame
  1354. * @first_msdu: Indicates this MSDU is the first MSDU in AMSDU
  1355. * @last_msdu: Indicates this MSDU is the last MSDU in AMSDU
  1356. * @msdu_part_of_amsdu : Indicates this MSDU was part of an A-MSDU in MPDU
  1357. * @extd: Extended structure containing rate statistics
  1358. */
  1359. struct cdp_tx_completion_msdu {
  1360. uint32_t ppdu_id;
  1361. uint8_t transmit_cnt;
  1362. uint32_t ack_frame_rssi:8,
  1363. resvd0:1,
  1364. first_msdu:1,
  1365. last_msdu:1,
  1366. msdu_part_of_amsdu:1,
  1367. resvd1:20;
  1368. struct cdp_rate_stats extd;
  1369. };
  1370. /**
  1371. * struct cdp_rx_indication_ppdu - Rx PPDU indication structure
  1372. * @ppdu_id: PPDU Id
  1373. * @is_ampdu: mpdu aggregate or non-aggregate?
  1374. * @num_mpdu: Number of MPDUs in PPDU
  1375. * @reserved: Reserved bits for future use
  1376. * @num_msdu: Number of MSDUs in PPDU
  1377. * @udp_msdu_count: Number of UDP MSDUs in PPDU
  1378. * @tcp_msdu_count: Number of TCP MSDUs in PPDU
  1379. * @other_msdu_count: Number of MSDUs other than UDP and TCP MSDUs in PPDU
  1380. * @duration: PPDU duration
  1381. * @tid: TID number
  1382. * @peer_id: Peer ID
  1383. * @vdev_id: VAP ID
  1384. * @mac_addr: Peer MAC Address
  1385. * @first_data_seq_ctrl: Sequence control field of first data frame
  1386. * @ltf_size: ltf_size
  1387. * @stbc: When set, STBC rate was used
  1388. * @he_re: he_re (range extension)
  1389. * @bw: Bandwidth
  1390. * <enum 0 bw_20_MHz>
  1391. * <enum 1 bw_40_MHz>
  1392. * <enum 2 bw_80_MHz>
  1393. * <enum 3 bw_160_MHz>
  1394. * @nss: NSS 1,2, ...8
  1395. * @mcs: MCS index
  1396. * @preamble: preamble
  1397. * @gi: <enum 0 0_8_us_sgi > Legacy normal GI
  1398. * <enum 1 0_4_us_sgi > Legacy short GI
  1399. * <enum 2 1_6_us_sgi > HE related GI
  1400. * <enum 3 3_2_us_sgi > HE
  1401. * @dcm: dcm
  1402. * @ldpc: ldpc
  1403. * @ppdu_type: SU/MU_MIMO/MU_OFDMA/MU_MIMO_OFDMA/UL_TRIG/BURST_BCN/UL_BSR_RESP/
  1404. * UL_BSR_TRIG/UNKNOWN
  1405. * @rssi: RSSI value (units = dB above noise floor)
  1406. * @timestamp: TSF at the reception of PPDU
  1407. * @length: PPDU length
  1408. * @channel: Channel informartion
  1409. * @lsig_A: L-SIG in 802.11 PHY header
  1410. * @frame_ctrl: frame control field
  1411. * @rix: rate index
  1412. * @rssi_chain: rssi chain per nss per bw
  1413. * @cookie: cookie to used by upper layer
  1414. */
  1415. struct cdp_rx_indication_ppdu {
  1416. uint32_t ppdu_id;
  1417. uint16_t is_ampdu:1,
  1418. num_mpdu:9,
  1419. reserved:6;
  1420. uint32_t num_msdu;
  1421. uint32_t num_bytes;
  1422. uint16_t udp_msdu_count;
  1423. uint16_t tcp_msdu_count;
  1424. uint16_t other_msdu_count;
  1425. uint16_t duration;
  1426. uint32_t tid:8,
  1427. peer_id:16;
  1428. uint8_t vdev_id;
  1429. uint8_t mac_addr[6];
  1430. uint16_t first_data_seq_ctrl;
  1431. union {
  1432. uint32_t rate_info;
  1433. struct {
  1434. uint32_t ltf_size:2,
  1435. stbc:1,
  1436. he_re:1,
  1437. bw:4,
  1438. nss:4,
  1439. mcs:4,
  1440. preamble:4,
  1441. gi:4,
  1442. dcm:1,
  1443. ldpc:1,
  1444. ppdu_type:5;
  1445. };
  1446. } u;
  1447. uint32_t rix;
  1448. uint32_t lsig_a;
  1449. uint32_t rssi;
  1450. uint64_t timestamp;
  1451. uint32_t length;
  1452. uint8_t channel;
  1453. uint8_t beamformed;
  1454. uint32_t rx_ratekbps;
  1455. uint32_t ppdu_rx_rate;
  1456. uint32_t retries;
  1457. uint32_t rx_byte_count;
  1458. uint8_t rx_ratecode;
  1459. uint8_t fcs_error_mpdus;
  1460. uint16_t frame_ctrl;
  1461. int8_t rssi_chain[SS_COUNT][MAX_BW];
  1462. struct cdp_stats_cookie *cookie;
  1463. struct cdp_rx_su_evm_info evm_info;
  1464. uint32_t rx_antenna;
  1465. };
  1466. /**
  1467. * struct cdp_rx_indication_msdu - Rx MSDU info
  1468. * @ppdu_id: PPDU to which the MSDU belongs
  1469. * @msdu_len: Length of MSDU in bytes
  1470. * @ack_frame_rssi: RSSI of the received ACK or BA frame
  1471. * @first_msdu: Indicates this MSDU is the first MSDU in AMSDU
  1472. * @last_msdu: Indicates this MSDU is the last MSDU in AMSDU
  1473. * @msdu_part_of_amsdu : Indicates this MSDU was part of an A-MSDU in MPDU
  1474. * @extd: Extended structure containing rate statistics
  1475. */
  1476. struct cdp_rx_indication_msdu {
  1477. uint32_t ppdu_id;
  1478. uint16_t msdu_len;
  1479. uint32_t ack_frame_rssi:8,
  1480. resvd0:1,
  1481. first_msdu:1,
  1482. last_msdu:1,
  1483. msdu_part_of_amsdu:1,
  1484. msdu_part_of_ampdu:1,
  1485. resvd1:19;
  1486. struct cdp_rate_stats extd;
  1487. };
  1488. /**
  1489. * struct cdp_config_params - Propagate configuration parameters to datapath
  1490. * @tso_enable: Enable/Disable TSO
  1491. * @lro_enable: Enable/Disable LRO
  1492. * @gro_enable: Enable/Disable GRO
  1493. * @flow_steering_enable: Enable/Disable Rx Hash based flow steering
  1494. * @tcp_Udp_ChecksumOffload: Enable/Disable tcp-Udp checksum Offload
  1495. * @napi_enable: Enable/Disable Napi
  1496. * @ipa_enable: Flag indicating if IPA is enabled or not
  1497. * @tx_flow_stop_queue_threshold: Value to Pause tx queues
  1498. * @tx_flow_start_queue_offset: Available Tx descriptors to unpause
  1499. * tx queue
  1500. * @tx_comp_loop_pkt_limit: Max # of packets to be processed in 1 tx comp loop
  1501. * @rx_reap_loop_pkt_limit: Max # of packets to be processed in 1 rx reap loop
  1502. * @rx_hp_oos_update_limit: Max # of HP OOS (out of sync) updates
  1503. */
  1504. struct cdp_config_params {
  1505. unsigned int tso_enable:1;
  1506. unsigned int lro_enable:1;
  1507. unsigned int gro_enable:1;
  1508. unsigned int flow_steering_enable:1;
  1509. unsigned int tcp_udp_checksumoffload:1;
  1510. unsigned int napi_enable:1;
  1511. unsigned int ipa_enable:1;
  1512. /* Set when QCA_LL_TX_FLOW_CONTROL_V2 is enabled */
  1513. uint8_t tx_flow_stop_queue_threshold;
  1514. uint8_t tx_flow_start_queue_offset;
  1515. uint32_t tx_comp_loop_pkt_limit;
  1516. uint32_t rx_reap_loop_pkt_limit;
  1517. uint32_t rx_hp_oos_update_limit;
  1518. };
  1519. /**
  1520. * cdp_txrx_stats_req: stats request wrapper
  1521. * used to pass request information to cdp layer
  1522. * @stats: type of stats requested
  1523. * @param0: opaque argument 0 to be passed to htt
  1524. * @param1: opaque argument 1 to be passed to htt
  1525. * @param2: opaque argument 2 to be passed to htt
  1526. * @param3: opaque argument 3 to be passed to htt
  1527. * @mac id: mac_id
  1528. */
  1529. struct cdp_txrx_stats_req {
  1530. enum cdp_stats stats;
  1531. uint32_t param0;
  1532. uint32_t param1;
  1533. uint32_t param2;
  1534. uint32_t param3;
  1535. uint32_t cookie_val;
  1536. uint8_t mac_id;
  1537. char *peer_addr;
  1538. };
  1539. /**
  1540. * struct cdp_monitor_filter - monitor filter info
  1541. * @mode: set filter mode
  1542. * @fp_mgmt: set Filter Pass MGMT Configuration
  1543. * @fp_ctrl: set Filter Pass CTRL Configuration
  1544. * @fp_data: set Filter Pass DATA Configuration
  1545. * @mo_mgmt: set Monitor Other MGMT Configuration
  1546. * @mo_ctrl: set Monitor Other CTRL Configuration
  1547. * @mo_data: set Monitor other DATA Configuration
  1548. *
  1549. */
  1550. struct cdp_monitor_filter {
  1551. uint16_t mode;
  1552. uint16_t fp_mgmt;
  1553. uint16_t fp_ctrl;
  1554. uint16_t fp_data;
  1555. uint16_t mo_mgmt;
  1556. uint16_t mo_ctrl;
  1557. uint16_t mo_data;
  1558. };
  1559. /**
  1560. * cdp_dp_cfg - dp ini config enum
  1561. */
  1562. enum cdp_dp_cfg {
  1563. cfg_dp_enable_data_stall,
  1564. cfg_dp_enable_ip_tcp_udp_checksum_offload,
  1565. cfg_dp_tso_enable,
  1566. cfg_dp_lro_enable,
  1567. cfg_dp_gro_enable,
  1568. cfg_dp_tx_flow_start_queue_offset,
  1569. cfg_dp_tx_flow_stop_queue_threshold,
  1570. cfg_dp_ipa_uc_tx_buf_size,
  1571. cfg_dp_ipa_uc_tx_partition_base,
  1572. cfg_dp_ipa_uc_rx_ind_ring_count,
  1573. cfg_dp_enable_flow_steering,
  1574. cfg_dp_reorder_offload_supported,
  1575. cfg_dp_ce_classify_enable,
  1576. cfg_dp_disable_intra_bss_fwd,
  1577. };
  1578. /**
  1579. * struct cdp_peer_cookie - cookie used when creating peer
  1580. * @peer_id: peer id
  1581. * @mac_addr: MAC address of peer
  1582. * @cookie: cookie to be used by consumer
  1583. * @ctx: context passed to be used by consumer
  1584. */
  1585. struct cdp_peer_cookie {
  1586. uint8_t peer_id;
  1587. uint8_t mac_addr[QDF_MAC_ADDR_SIZE];
  1588. uint8_t cookie;
  1589. struct cdp_stats_cookie *ctx;
  1590. };
  1591. #endif