rx_attention.h 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185
  1. /*
  2. * Copyright (c) 2020 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. // DO NOT EDIT! This file is automatically generated
  20. // These definitions are tied to a particular hardware layout
  21. #ifndef _RX_ATTENTION_H_
  22. #define _RX_ATTENTION_H_
  23. #if !defined(__ASSEMBLER__)
  24. #endif
  25. // ################ START SUMMARY #################
  26. //
  27. // Dword Fields
  28. // 0 rxpcu_mpdu_filter_in_category[1:0], sw_frame_group_id[8:2], reserved_0[15:9], phy_ppdu_id[31:16]
  29. // 1 first_mpdu[0], reserved_1a[1], mcast_bcast[2], ast_index_not_found[3], ast_index_timeout[4], power_mgmt[5], non_qos[6], null_data[7], mgmt_type[8], ctrl_type[9], more_data[10], eosp[11], a_msdu_error[12], fragment_flag[13], order[14], cce_match[15], overflow_err[16], msdu_length_err[17], tcp_udp_chksum_fail[18], ip_chksum_fail[19], sa_idx_invalid[20], da_idx_invalid[21], reserved_1b[22], rx_in_tx_decrypt_byp[23], encrypt_required[24], directed[25], buffer_fragment[26], mpdu_length_err[27], tkip_mic_err[28], decrypt_err[29], unencrypted_frame_err[30], fcs_err[31]
  30. // 2 flow_idx_timeout[0], flow_idx_invalid[1], wifi_parser_error[2], amsdu_parser_error[3], sa_idx_timeout[4], da_idx_timeout[5], msdu_limit_error[6], da_is_valid[7], da_is_mcbc[8], sa_is_valid[9], decrypt_status_code[12:10], rx_bitmap_not_updated[13], reserved_2[30:14], msdu_done[31]
  31. //
  32. // ################ END SUMMARY #################
  33. #define NUM_OF_DWORDS_RX_ATTENTION 3
  34. struct rx_attention {
  35. uint32_t rxpcu_mpdu_filter_in_category : 2, //[1:0]
  36. sw_frame_group_id : 7, //[8:2]
  37. reserved_0 : 7, //[15:9]
  38. phy_ppdu_id : 16; //[31:16]
  39. uint32_t first_mpdu : 1, //[0]
  40. reserved_1a : 1, //[1]
  41. mcast_bcast : 1, //[2]
  42. ast_index_not_found : 1, //[3]
  43. ast_index_timeout : 1, //[4]
  44. power_mgmt : 1, //[5]
  45. non_qos : 1, //[6]
  46. null_data : 1, //[7]
  47. mgmt_type : 1, //[8]
  48. ctrl_type : 1, //[9]
  49. more_data : 1, //[10]
  50. eosp : 1, //[11]
  51. a_msdu_error : 1, //[12]
  52. fragment_flag : 1, //[13]
  53. order : 1, //[14]
  54. cce_match : 1, //[15]
  55. overflow_err : 1, //[16]
  56. msdu_length_err : 1, //[17]
  57. tcp_udp_chksum_fail : 1, //[18]
  58. ip_chksum_fail : 1, //[19]
  59. sa_idx_invalid : 1, //[20]
  60. da_idx_invalid : 1, //[21]
  61. reserved_1b : 1, //[22]
  62. rx_in_tx_decrypt_byp : 1, //[23]
  63. encrypt_required : 1, //[24]
  64. directed : 1, //[25]
  65. buffer_fragment : 1, //[26]
  66. mpdu_length_err : 1, //[27]
  67. tkip_mic_err : 1, //[28]
  68. decrypt_err : 1, //[29]
  69. unencrypted_frame_err : 1, //[30]
  70. fcs_err : 1; //[31]
  71. uint32_t flow_idx_timeout : 1, //[0]
  72. flow_idx_invalid : 1, //[1]
  73. wifi_parser_error : 1, //[2]
  74. amsdu_parser_error : 1, //[3]
  75. sa_idx_timeout : 1, //[4]
  76. da_idx_timeout : 1, //[5]
  77. msdu_limit_error : 1, //[6]
  78. da_is_valid : 1, //[7]
  79. da_is_mcbc : 1, //[8]
  80. sa_is_valid : 1, //[9]
  81. decrypt_status_code : 3, //[12:10]
  82. rx_bitmap_not_updated : 1, //[13]
  83. reserved_2 : 17, //[30:14]
  84. msdu_done : 1; //[31]
  85. };
  86. /*
  87. rxpcu_mpdu_filter_in_category
  88. Field indicates what the reason was that this MPDU frame
  89. was allowed to come into the receive path by RXPCU
  90. <enum 0 rxpcu_filter_pass> This MPDU passed the normal
  91. frame filter programming of rxpcu
  92. <enum 1 rxpcu_monitor_client> This MPDU did NOT pass the
  93. regular frame filter and would have been dropped, were it
  94. not for the frame fitting into the 'monitor_client'
  95. category.
  96. <enum 2 rxpcu_monitor_other> This MPDU did NOT pass the
  97. regular frame filter and also did not pass the
  98. rxpcu_monitor_client filter. It would have been dropped
  99. accept that it did pass the 'monitor_other' category.
  100. <legal 0-2>
  101. sw_frame_group_id
  102. SW processes frames based on certain classifications.
  103. This field indicates to what sw classification this MPDU is
  104. mapped.
  105. The classification is given in priority order
  106. <enum 0 sw_frame_group_NDP_frame>
  107. <enum 1 sw_frame_group_Multicast_data>
  108. <enum 2 sw_frame_group_Unicast_data>
  109. <enum 3 sw_frame_group_Null_data > This includes mpdus
  110. of type Data Null as well as QoS Data Null
  111. <enum 4 sw_frame_group_mgmt_0000 >
  112. <enum 5 sw_frame_group_mgmt_0001 >
  113. <enum 6 sw_frame_group_mgmt_0010 >
  114. <enum 7 sw_frame_group_mgmt_0011 >
  115. <enum 8 sw_frame_group_mgmt_0100 >
  116. <enum 9 sw_frame_group_mgmt_0101 >
  117. <enum 10 sw_frame_group_mgmt_0110 >
  118. <enum 11 sw_frame_group_mgmt_0111 >
  119. <enum 12 sw_frame_group_mgmt_1000 >
  120. <enum 13 sw_frame_group_mgmt_1001 >
  121. <enum 14 sw_frame_group_mgmt_1010 >
  122. <enum 15 sw_frame_group_mgmt_1011 >
  123. <enum 16 sw_frame_group_mgmt_1100 >
  124. <enum 17 sw_frame_group_mgmt_1101 >
  125. <enum 18 sw_frame_group_mgmt_1110 >
  126. <enum 19 sw_frame_group_mgmt_1111 >
  127. <enum 20 sw_frame_group_ctrl_0000 >
  128. <enum 21 sw_frame_group_ctrl_0001 >
  129. <enum 22 sw_frame_group_ctrl_0010 >
  130. <enum 23 sw_frame_group_ctrl_0011 >
  131. <enum 24 sw_frame_group_ctrl_0100 >
  132. <enum 25 sw_frame_group_ctrl_0101 >
  133. <enum 26 sw_frame_group_ctrl_0110 >
  134. <enum 27 sw_frame_group_ctrl_0111 >
  135. <enum 28 sw_frame_group_ctrl_1000 >
  136. <enum 29 sw_frame_group_ctrl_1001 >
  137. <enum 30 sw_frame_group_ctrl_1010 >
  138. <enum 31 sw_frame_group_ctrl_1011 >
  139. <enum 32 sw_frame_group_ctrl_1100 >
  140. <enum 33 sw_frame_group_ctrl_1101 >
  141. <enum 34 sw_frame_group_ctrl_1110 >
  142. <enum 35 sw_frame_group_ctrl_1111 >
  143. <enum 36 sw_frame_group_unsupported> This covers type 3
  144. and protocol version != 0
  145. <legal 0-37>
  146. reserved_0
  147. <legal 0>
  148. phy_ppdu_id
  149. A ppdu counter value that PHY increments for every PPDU
  150. received. The counter value wraps around
  151. <legal all>
  152. first_mpdu
  153. Indicates the first MSDU of the PPDU. If both
  154. first_mpdu and last_mpdu are set in the MSDU then this is a
  155. not an A-MPDU frame but a stand alone MPDU. Interior MPDU
  156. in an A-MPDU shall have both first_mpdu and last_mpdu bits
  157. set to 0. The PPDU start status will only be valid when
  158. this bit is set.
  159. reserved_1a
  160. <legal 0>
  161. mcast_bcast
  162. Multicast / broadcast indicator. Only set when the MAC
  163. address 1 bit 0 is set indicating mcast/bcast and the BSSID
  164. matches one of the 4 BSSID registers. Only set when
  165. first_msdu is set.
  166. ast_index_not_found
  167. Only valid when first_msdu is set.
  168. Indicates no AST matching entries within the the max
  169. search count.
  170. ast_index_timeout
  171. Only valid when first_msdu is set.
  172. Indicates an unsuccessful search in the address seach
  173. table due to timeout.
  174. power_mgmt
  175. Power management bit set in the 802.11 header. Only set
  176. when first_msdu is set.
  177. non_qos
  178. Set if packet is not a non-QoS data frame. Only set
  179. when first_msdu is set.
  180. null_data
  181. Set if frame type indicates either null data or QoS null
  182. data format. Only set when first_msdu is set.
  183. mgmt_type
  184. Set if packet is a management packet. Only set when
  185. first_msdu is set.
  186. ctrl_type
  187. Set if packet is a control packet. Only set when
  188. first_msdu is set.
  189. more_data
  190. Set if more bit in frame control is set. Only set when
  191. first_msdu is set.
  192. eosp
  193. Set if the EOSP (end of service period) bit in the QoS
  194. control field is set. Only set when first_msdu is set.
  195. a_msdu_error
  196. Set if number of MSDUs in A-MSDU is above a threshold or
  197. if the size of the MSDU is invalid. This receive buffer
  198. will contain all of the remainder of the MSDUs in this MPDU
  199. without decapsulation.
  200. fragment_flag
  201. Indicates that this is an 802.11 fragment frame. This
  202. is set when either the more_frag bit is set in the frame
  203. control or the fragment number is not zero. Only set when
  204. first_msdu is set.
  205. order
  206. Set if the order bit in the frame control is set. Only
  207. set when first_msdu is set.
  208. cce_match
  209. Indicates that this status has a corresponding MSDU that
  210. requires FW processing. The OLE will have classification
  211. ring mask registers which will indicate the ring(s) for
  212. packets and descriptors which need FW attention.
  213. overflow_err
  214. RXPCU Receive FIFO ran out of space to receive the full
  215. MPDU. Therefor this MPDU is terminated early and is thus
  216. corrupted.
  217. This MPDU will not be ACKed.
  218. RXPCU might still be able to correctly receive the
  219. following MPDUs in the PPDU if enough fifo space became
  220. available in time
  221. msdu_length_err
  222. Indicates that the MSDU length from the 802.3
  223. encapsulated length field extends beyond the MPDU boundary
  224. or if the length is less than 14 bytes.
  225. Merged with original other_msdu_err: Indicates that the
  226. MSDU threshold was exceeded and thus all the rest of the
  227. MSDUs will not be scattered and will not be decasulated but
  228. will be DMA'ed in RAW format as a single MSDU buffer
  229. tcp_udp_chksum_fail
  230. Indicates that the computed checksum (tcp_udp_chksum in
  231. 'RX_MSDU_END') did not match the checksum in the TCP/UDP
  232. header.
  233. ip_chksum_fail
  234. Indicates that the computed checksum (ip_hdr_chksum in
  235. 'RX_MSDU_END') did not match the checksum in the IP header.
  236. sa_idx_invalid
  237. Indicates no matching entry was found in the address
  238. search table for the source MAC address.
  239. da_idx_invalid
  240. Indicates no matching entry was found in the address
  241. search table for the destination MAC address.
  242. reserved_1b
  243. <legal 0>
  244. rx_in_tx_decrypt_byp
  245. Indicates that RX packet is not decrypted as Crypto is
  246. busy with TX packet processing.
  247. encrypt_required
  248. Indicates that this data type frame is not encrypted
  249. even if the policy for this MPDU requires encryption as
  250. indicated in the peer entry key type.
  251. directed
  252. MPDU is a directed packet which means that the RA
  253. matched our STA addresses. In proxySTA it means that the TA
  254. matched an entry in our address search table with the
  255. corresponding no_ack bit is the address search entry
  256. cleared.
  257. buffer_fragment
  258. Indicates that at least one of the rx buffers has been
  259. fragmented. If set the FW should look at the rx_frag_info
  260. descriptor described below.
  261. mpdu_length_err
  262. Indicates that the MPDU was pre-maturely terminated
  263. resulting in a truncated MPDU. Don't trust the MPDU length
  264. field.
  265. tkip_mic_err
  266. Indicates that the MPDU Michael integrity check failed
  267. decrypt_err
  268. Indicates that the MPDU decrypt integrity check failed
  269. or CRYPTO received an encrypted frame, but did not get a
  270. valid corresponding key id in the peer entry.
  271. unencrypted_frame_err
  272. Copied here by RX OLE from the RX_MPDU_END TLV
  273. fcs_err
  274. Indicates that the MPDU FCS check failed
  275. flow_idx_timeout
  276. Indicates an unsuccessful flow search due to the
  277. expiring of the search timer.
  278. <legal all>
  279. flow_idx_invalid
  280. flow id is not valid
  281. <legal all>
  282. wifi_parser_error
  283. Indicates that the WiFi frame has one of the following
  284. errors
  285. o has less than minimum allowed bytes as per standard
  286. o has incomplete VLAN LLC/SNAP (only for non A-MSDUs)
  287. <legal all>
  288. amsdu_parser_error
  289. A-MSDU could not be properly de-agregated.
  290. <legal all>
  291. sa_idx_timeout
  292. Indicates an unsuccessful MAC source address search due
  293. to the expiring of the search timer.
  294. da_idx_timeout
  295. Indicates an unsuccessful MAC destination address search
  296. due to the expiring of the search timer.
  297. msdu_limit_error
  298. Indicates that the MSDU threshold was exceeded and thus
  299. all the rest of the MSDUs will not be scattered and will not
  300. be decasulated but will be DMA'ed in RAW format as a single
  301. MSDU buffer
  302. da_is_valid
  303. Indicates that OLE found a valid DA entry
  304. da_is_mcbc
  305. Field Only valid if da_is_valid is set
  306. Indicates the DA address was a Multicast of Broadcast
  307. address.
  308. sa_is_valid
  309. Indicates that OLE found a valid SA entry
  310. decrypt_status_code
  311. Field provides insight into the decryption performed
  312. <enum 0 decrypt_ok> Frame had protection enabled and
  313. decrypted properly
  314. <enum 1 decrypt_unprotected_frame > Frame is unprotected
  315. and hence bypassed
  316. <enum 2 decrypt_data_err > Frame has protection enabled
  317. and could not be properly decrypted due to MIC/ICV mismatch
  318. etc.
  319. <enum 3 decrypt_key_invalid > Frame has protection
  320. enabled but the key that was required to decrypt this frame
  321. was not valid
  322. <enum 4 decrypt_peer_entry_invalid > Frame has
  323. protection enabled but the key that was required to decrypt
  324. this frame was not valid
  325. <enum 5 decrypt_other > Reserved for other indications
  326. <legal 0 - 5>
  327. rx_bitmap_not_updated
  328. Frame is received, but RXPCU could not update the
  329. receive bitmap due to (temporary) fifo contraints.
  330. <legal all>
  331. reserved_2
  332. <legal 0>
  333. msdu_done
  334. If set indicates that the RX packet data, RX header
  335. data, RX PPDU start descriptor, RX MPDU start/end
  336. descriptor, RX MSDU start/end descriptors and RX Attention
  337. descriptor are all valid. This bit must be in the last
  338. octet of the descriptor.
  339. */
  340. /* Description RX_ATTENTION_0_RXPCU_MPDU_FILTER_IN_CATEGORY
  341. Field indicates what the reason was that this MPDU frame
  342. was allowed to come into the receive path by RXPCU
  343. <enum 0 rxpcu_filter_pass> This MPDU passed the normal
  344. frame filter programming of rxpcu
  345. <enum 1 rxpcu_monitor_client> This MPDU did NOT pass the
  346. regular frame filter and would have been dropped, were it
  347. not for the frame fitting into the 'monitor_client'
  348. category.
  349. <enum 2 rxpcu_monitor_other> This MPDU did NOT pass the
  350. regular frame filter and also did not pass the
  351. rxpcu_monitor_client filter. It would have been dropped
  352. accept that it did pass the 'monitor_other' category.
  353. <legal 0-2>
  354. */
  355. #define RX_ATTENTION_0_RXPCU_MPDU_FILTER_IN_CATEGORY_OFFSET 0x00000000
  356. #define RX_ATTENTION_0_RXPCU_MPDU_FILTER_IN_CATEGORY_LSB 0
  357. #define RX_ATTENTION_0_RXPCU_MPDU_FILTER_IN_CATEGORY_MASK 0x00000003
  358. /* Description RX_ATTENTION_0_SW_FRAME_GROUP_ID
  359. SW processes frames based on certain classifications.
  360. This field indicates to what sw classification this MPDU is
  361. mapped.
  362. The classification is given in priority order
  363. <enum 0 sw_frame_group_NDP_frame>
  364. <enum 1 sw_frame_group_Multicast_data>
  365. <enum 2 sw_frame_group_Unicast_data>
  366. <enum 3 sw_frame_group_Null_data > This includes mpdus
  367. of type Data Null as well as QoS Data Null
  368. <enum 4 sw_frame_group_mgmt_0000 >
  369. <enum 5 sw_frame_group_mgmt_0001 >
  370. <enum 6 sw_frame_group_mgmt_0010 >
  371. <enum 7 sw_frame_group_mgmt_0011 >
  372. <enum 8 sw_frame_group_mgmt_0100 >
  373. <enum 9 sw_frame_group_mgmt_0101 >
  374. <enum 10 sw_frame_group_mgmt_0110 >
  375. <enum 11 sw_frame_group_mgmt_0111 >
  376. <enum 12 sw_frame_group_mgmt_1000 >
  377. <enum 13 sw_frame_group_mgmt_1001 >
  378. <enum 14 sw_frame_group_mgmt_1010 >
  379. <enum 15 sw_frame_group_mgmt_1011 >
  380. <enum 16 sw_frame_group_mgmt_1100 >
  381. <enum 17 sw_frame_group_mgmt_1101 >
  382. <enum 18 sw_frame_group_mgmt_1110 >
  383. <enum 19 sw_frame_group_mgmt_1111 >
  384. <enum 20 sw_frame_group_ctrl_0000 >
  385. <enum 21 sw_frame_group_ctrl_0001 >
  386. <enum 22 sw_frame_group_ctrl_0010 >
  387. <enum 23 sw_frame_group_ctrl_0011 >
  388. <enum 24 sw_frame_group_ctrl_0100 >
  389. <enum 25 sw_frame_group_ctrl_0101 >
  390. <enum 26 sw_frame_group_ctrl_0110 >
  391. <enum 27 sw_frame_group_ctrl_0111 >
  392. <enum 28 sw_frame_group_ctrl_1000 >
  393. <enum 29 sw_frame_group_ctrl_1001 >
  394. <enum 30 sw_frame_group_ctrl_1010 >
  395. <enum 31 sw_frame_group_ctrl_1011 >
  396. <enum 32 sw_frame_group_ctrl_1100 >
  397. <enum 33 sw_frame_group_ctrl_1101 >
  398. <enum 34 sw_frame_group_ctrl_1110 >
  399. <enum 35 sw_frame_group_ctrl_1111 >
  400. <enum 36 sw_frame_group_unsupported> This covers type 3
  401. and protocol version != 0
  402. <legal 0-37>
  403. */
  404. #define RX_ATTENTION_0_SW_FRAME_GROUP_ID_OFFSET 0x00000000
  405. #define RX_ATTENTION_0_SW_FRAME_GROUP_ID_LSB 2
  406. #define RX_ATTENTION_0_SW_FRAME_GROUP_ID_MASK 0x000001fc
  407. /* Description RX_ATTENTION_0_RESERVED_0
  408. <legal 0>
  409. */
  410. #define RX_ATTENTION_0_RESERVED_0_OFFSET 0x00000000
  411. #define RX_ATTENTION_0_RESERVED_0_LSB 9
  412. #define RX_ATTENTION_0_RESERVED_0_MASK 0x0000fe00
  413. /* Description RX_ATTENTION_0_PHY_PPDU_ID
  414. A ppdu counter value that PHY increments for every PPDU
  415. received. The counter value wraps around
  416. <legal all>
  417. */
  418. #define RX_ATTENTION_0_PHY_PPDU_ID_OFFSET 0x00000000
  419. #define RX_ATTENTION_0_PHY_PPDU_ID_LSB 16
  420. #define RX_ATTENTION_0_PHY_PPDU_ID_MASK 0xffff0000
  421. /* Description RX_ATTENTION_1_FIRST_MPDU
  422. Indicates the first MSDU of the PPDU. If both
  423. first_mpdu and last_mpdu are set in the MSDU then this is a
  424. not an A-MPDU frame but a stand alone MPDU. Interior MPDU
  425. in an A-MPDU shall have both first_mpdu and last_mpdu bits
  426. set to 0. The PPDU start status will only be valid when
  427. this bit is set.
  428. */
  429. #define RX_ATTENTION_1_FIRST_MPDU_OFFSET 0x00000004
  430. #define RX_ATTENTION_1_FIRST_MPDU_LSB 0
  431. #define RX_ATTENTION_1_FIRST_MPDU_MASK 0x00000001
  432. /* Description RX_ATTENTION_1_RESERVED_1A
  433. <legal 0>
  434. */
  435. #define RX_ATTENTION_1_RESERVED_1A_OFFSET 0x00000004
  436. #define RX_ATTENTION_1_RESERVED_1A_LSB 1
  437. #define RX_ATTENTION_1_RESERVED_1A_MASK 0x00000002
  438. /* Description RX_ATTENTION_1_MCAST_BCAST
  439. Multicast / broadcast indicator. Only set when the MAC
  440. address 1 bit 0 is set indicating mcast/bcast and the BSSID
  441. matches one of the 4 BSSID registers. Only set when
  442. first_msdu is set.
  443. */
  444. #define RX_ATTENTION_1_MCAST_BCAST_OFFSET 0x00000004
  445. #define RX_ATTENTION_1_MCAST_BCAST_LSB 2
  446. #define RX_ATTENTION_1_MCAST_BCAST_MASK 0x00000004
  447. /* Description RX_ATTENTION_1_AST_INDEX_NOT_FOUND
  448. Only valid when first_msdu is set.
  449. Indicates no AST matching entries within the the max
  450. search count.
  451. */
  452. #define RX_ATTENTION_1_AST_INDEX_NOT_FOUND_OFFSET 0x00000004
  453. #define RX_ATTENTION_1_AST_INDEX_NOT_FOUND_LSB 3
  454. #define RX_ATTENTION_1_AST_INDEX_NOT_FOUND_MASK 0x00000008
  455. /* Description RX_ATTENTION_1_AST_INDEX_TIMEOUT
  456. Only valid when first_msdu is set.
  457. Indicates an unsuccessful search in the address seach
  458. table due to timeout.
  459. */
  460. #define RX_ATTENTION_1_AST_INDEX_TIMEOUT_OFFSET 0x00000004
  461. #define RX_ATTENTION_1_AST_INDEX_TIMEOUT_LSB 4
  462. #define RX_ATTENTION_1_AST_INDEX_TIMEOUT_MASK 0x00000010
  463. /* Description RX_ATTENTION_1_POWER_MGMT
  464. Power management bit set in the 802.11 header. Only set
  465. when first_msdu is set.
  466. */
  467. #define RX_ATTENTION_1_POWER_MGMT_OFFSET 0x00000004
  468. #define RX_ATTENTION_1_POWER_MGMT_LSB 5
  469. #define RX_ATTENTION_1_POWER_MGMT_MASK 0x00000020
  470. /* Description RX_ATTENTION_1_NON_QOS
  471. Set if packet is not a non-QoS data frame. Only set
  472. when first_msdu is set.
  473. */
  474. #define RX_ATTENTION_1_NON_QOS_OFFSET 0x00000004
  475. #define RX_ATTENTION_1_NON_QOS_LSB 6
  476. #define RX_ATTENTION_1_NON_QOS_MASK 0x00000040
  477. /* Description RX_ATTENTION_1_NULL_DATA
  478. Set if frame type indicates either null data or QoS null
  479. data format. Only set when first_msdu is set.
  480. */
  481. #define RX_ATTENTION_1_NULL_DATA_OFFSET 0x00000004
  482. #define RX_ATTENTION_1_NULL_DATA_LSB 7
  483. #define RX_ATTENTION_1_NULL_DATA_MASK 0x00000080
  484. /* Description RX_ATTENTION_1_MGMT_TYPE
  485. Set if packet is a management packet. Only set when
  486. first_msdu is set.
  487. */
  488. #define RX_ATTENTION_1_MGMT_TYPE_OFFSET 0x00000004
  489. #define RX_ATTENTION_1_MGMT_TYPE_LSB 8
  490. #define RX_ATTENTION_1_MGMT_TYPE_MASK 0x00000100
  491. /* Description RX_ATTENTION_1_CTRL_TYPE
  492. Set if packet is a control packet. Only set when
  493. first_msdu is set.
  494. */
  495. #define RX_ATTENTION_1_CTRL_TYPE_OFFSET 0x00000004
  496. #define RX_ATTENTION_1_CTRL_TYPE_LSB 9
  497. #define RX_ATTENTION_1_CTRL_TYPE_MASK 0x00000200
  498. /* Description RX_ATTENTION_1_MORE_DATA
  499. Set if more bit in frame control is set. Only set when
  500. first_msdu is set.
  501. */
  502. #define RX_ATTENTION_1_MORE_DATA_OFFSET 0x00000004
  503. #define RX_ATTENTION_1_MORE_DATA_LSB 10
  504. #define RX_ATTENTION_1_MORE_DATA_MASK 0x00000400
  505. /* Description RX_ATTENTION_1_EOSP
  506. Set if the EOSP (end of service period) bit in the QoS
  507. control field is set. Only set when first_msdu is set.
  508. */
  509. #define RX_ATTENTION_1_EOSP_OFFSET 0x00000004
  510. #define RX_ATTENTION_1_EOSP_LSB 11
  511. #define RX_ATTENTION_1_EOSP_MASK 0x00000800
  512. /* Description RX_ATTENTION_1_A_MSDU_ERROR
  513. Set if number of MSDUs in A-MSDU is above a threshold or
  514. if the size of the MSDU is invalid. This receive buffer
  515. will contain all of the remainder of the MSDUs in this MPDU
  516. without decapsulation.
  517. */
  518. #define RX_ATTENTION_1_A_MSDU_ERROR_OFFSET 0x00000004
  519. #define RX_ATTENTION_1_A_MSDU_ERROR_LSB 12
  520. #define RX_ATTENTION_1_A_MSDU_ERROR_MASK 0x00001000
  521. /* Description RX_ATTENTION_1_FRAGMENT_FLAG
  522. Indicates that this is an 802.11 fragment frame. This
  523. is set when either the more_frag bit is set in the frame
  524. control or the fragment number is not zero. Only set when
  525. first_msdu is set.
  526. */
  527. #define RX_ATTENTION_1_FRAGMENT_FLAG_OFFSET 0x00000004
  528. #define RX_ATTENTION_1_FRAGMENT_FLAG_LSB 13
  529. #define RX_ATTENTION_1_FRAGMENT_FLAG_MASK 0x00002000
  530. /* Description RX_ATTENTION_1_ORDER
  531. Set if the order bit in the frame control is set. Only
  532. set when first_msdu is set.
  533. */
  534. #define RX_ATTENTION_1_ORDER_OFFSET 0x00000004
  535. #define RX_ATTENTION_1_ORDER_LSB 14
  536. #define RX_ATTENTION_1_ORDER_MASK 0x00004000
  537. /* Description RX_ATTENTION_1_CCE_MATCH
  538. Indicates that this status has a corresponding MSDU that
  539. requires FW processing. The OLE will have classification
  540. ring mask registers which will indicate the ring(s) for
  541. packets and descriptors which need FW attention.
  542. */
  543. #define RX_ATTENTION_1_CCE_MATCH_OFFSET 0x00000004
  544. #define RX_ATTENTION_1_CCE_MATCH_LSB 15
  545. #define RX_ATTENTION_1_CCE_MATCH_MASK 0x00008000
  546. /* Description RX_ATTENTION_1_OVERFLOW_ERR
  547. RXPCU Receive FIFO ran out of space to receive the full
  548. MPDU. Therefor this MPDU is terminated early and is thus
  549. corrupted.
  550. This MPDU will not be ACKed.
  551. RXPCU might still be able to correctly receive the
  552. following MPDUs in the PPDU if enough fifo space became
  553. available in time
  554. */
  555. #define RX_ATTENTION_1_OVERFLOW_ERR_OFFSET 0x00000004
  556. #define RX_ATTENTION_1_OVERFLOW_ERR_LSB 16
  557. #define RX_ATTENTION_1_OVERFLOW_ERR_MASK 0x00010000
  558. /* Description RX_ATTENTION_1_MSDU_LENGTH_ERR
  559. Indicates that the MSDU length from the 802.3
  560. encapsulated length field extends beyond the MPDU boundary
  561. or if the length is less than 14 bytes.
  562. Merged with original other_msdu_err: Indicates that the
  563. MSDU threshold was exceeded and thus all the rest of the
  564. MSDUs will not be scattered and will not be decasulated but
  565. will be DMA'ed in RAW format as a single MSDU buffer
  566. */
  567. #define RX_ATTENTION_1_MSDU_LENGTH_ERR_OFFSET 0x00000004
  568. #define RX_ATTENTION_1_MSDU_LENGTH_ERR_LSB 17
  569. #define RX_ATTENTION_1_MSDU_LENGTH_ERR_MASK 0x00020000
  570. /* Description RX_ATTENTION_1_TCP_UDP_CHKSUM_FAIL
  571. Indicates that the computed checksum (tcp_udp_chksum in
  572. 'RX_MSDU_END') did not match the checksum in the TCP/UDP
  573. header.
  574. */
  575. #define RX_ATTENTION_1_TCP_UDP_CHKSUM_FAIL_OFFSET 0x00000004
  576. #define RX_ATTENTION_1_TCP_UDP_CHKSUM_FAIL_LSB 18
  577. #define RX_ATTENTION_1_TCP_UDP_CHKSUM_FAIL_MASK 0x00040000
  578. /* Description RX_ATTENTION_1_IP_CHKSUM_FAIL
  579. Indicates that the computed checksum (ip_hdr_chksum in
  580. 'RX_MSDU_END') did not match the checksum in the IP header.
  581. */
  582. #define RX_ATTENTION_1_IP_CHKSUM_FAIL_OFFSET 0x00000004
  583. #define RX_ATTENTION_1_IP_CHKSUM_FAIL_LSB 19
  584. #define RX_ATTENTION_1_IP_CHKSUM_FAIL_MASK 0x00080000
  585. /* Description RX_ATTENTION_1_SA_IDX_INVALID
  586. Indicates no matching entry was found in the address
  587. search table for the source MAC address.
  588. */
  589. #define RX_ATTENTION_1_SA_IDX_INVALID_OFFSET 0x00000004
  590. #define RX_ATTENTION_1_SA_IDX_INVALID_LSB 20
  591. #define RX_ATTENTION_1_SA_IDX_INVALID_MASK 0x00100000
  592. /* Description RX_ATTENTION_1_DA_IDX_INVALID
  593. Indicates no matching entry was found in the address
  594. search table for the destination MAC address.
  595. */
  596. #define RX_ATTENTION_1_DA_IDX_INVALID_OFFSET 0x00000004
  597. #define RX_ATTENTION_1_DA_IDX_INVALID_LSB 21
  598. #define RX_ATTENTION_1_DA_IDX_INVALID_MASK 0x00200000
  599. /* Description RX_ATTENTION_1_RESERVED_1B
  600. <legal 0>
  601. */
  602. #define RX_ATTENTION_1_RESERVED_1B_OFFSET 0x00000004
  603. #define RX_ATTENTION_1_RESERVED_1B_LSB 22
  604. #define RX_ATTENTION_1_RESERVED_1B_MASK 0x00400000
  605. /* Description RX_ATTENTION_1_RX_IN_TX_DECRYPT_BYP
  606. Indicates that RX packet is not decrypted as Crypto is
  607. busy with TX packet processing.
  608. */
  609. #define RX_ATTENTION_1_RX_IN_TX_DECRYPT_BYP_OFFSET 0x00000004
  610. #define RX_ATTENTION_1_RX_IN_TX_DECRYPT_BYP_LSB 23
  611. #define RX_ATTENTION_1_RX_IN_TX_DECRYPT_BYP_MASK 0x00800000
  612. /* Description RX_ATTENTION_1_ENCRYPT_REQUIRED
  613. Indicates that this data type frame is not encrypted
  614. even if the policy for this MPDU requires encryption as
  615. indicated in the peer entry key type.
  616. */
  617. #define RX_ATTENTION_1_ENCRYPT_REQUIRED_OFFSET 0x00000004
  618. #define RX_ATTENTION_1_ENCRYPT_REQUIRED_LSB 24
  619. #define RX_ATTENTION_1_ENCRYPT_REQUIRED_MASK 0x01000000
  620. /* Description RX_ATTENTION_1_DIRECTED
  621. MPDU is a directed packet which means that the RA
  622. matched our STA addresses. In proxySTA it means that the TA
  623. matched an entry in our address search table with the
  624. corresponding no_ack bit is the address search entry
  625. cleared.
  626. */
  627. #define RX_ATTENTION_1_DIRECTED_OFFSET 0x00000004
  628. #define RX_ATTENTION_1_DIRECTED_LSB 25
  629. #define RX_ATTENTION_1_DIRECTED_MASK 0x02000000
  630. /* Description RX_ATTENTION_1_BUFFER_FRAGMENT
  631. Indicates that at least one of the rx buffers has been
  632. fragmented. If set the FW should look at the rx_frag_info
  633. descriptor described below.
  634. */
  635. #define RX_ATTENTION_1_BUFFER_FRAGMENT_OFFSET 0x00000004
  636. #define RX_ATTENTION_1_BUFFER_FRAGMENT_LSB 26
  637. #define RX_ATTENTION_1_BUFFER_FRAGMENT_MASK 0x04000000
  638. /* Description RX_ATTENTION_1_MPDU_LENGTH_ERR
  639. Indicates that the MPDU was pre-maturely terminated
  640. resulting in a truncated MPDU. Don't trust the MPDU length
  641. field.
  642. */
  643. #define RX_ATTENTION_1_MPDU_LENGTH_ERR_OFFSET 0x00000004
  644. #define RX_ATTENTION_1_MPDU_LENGTH_ERR_LSB 27
  645. #define RX_ATTENTION_1_MPDU_LENGTH_ERR_MASK 0x08000000
  646. /* Description RX_ATTENTION_1_TKIP_MIC_ERR
  647. Indicates that the MPDU Michael integrity check failed
  648. */
  649. #define RX_ATTENTION_1_TKIP_MIC_ERR_OFFSET 0x00000004
  650. #define RX_ATTENTION_1_TKIP_MIC_ERR_LSB 28
  651. #define RX_ATTENTION_1_TKIP_MIC_ERR_MASK 0x10000000
  652. /* Description RX_ATTENTION_1_DECRYPT_ERR
  653. Indicates that the MPDU decrypt integrity check failed
  654. or CRYPTO received an encrypted frame, but did not get a
  655. valid corresponding key id in the peer entry.
  656. */
  657. #define RX_ATTENTION_1_DECRYPT_ERR_OFFSET 0x00000004
  658. #define RX_ATTENTION_1_DECRYPT_ERR_LSB 29
  659. #define RX_ATTENTION_1_DECRYPT_ERR_MASK 0x20000000
  660. /* Description RX_ATTENTION_1_UNENCRYPTED_FRAME_ERR
  661. Copied here by RX OLE from the RX_MPDU_END TLV
  662. */
  663. #define RX_ATTENTION_1_UNENCRYPTED_FRAME_ERR_OFFSET 0x00000004
  664. #define RX_ATTENTION_1_UNENCRYPTED_FRAME_ERR_LSB 30
  665. #define RX_ATTENTION_1_UNENCRYPTED_FRAME_ERR_MASK 0x40000000
  666. /* Description RX_ATTENTION_1_FCS_ERR
  667. Indicates that the MPDU FCS check failed
  668. */
  669. #define RX_ATTENTION_1_FCS_ERR_OFFSET 0x00000004
  670. #define RX_ATTENTION_1_FCS_ERR_LSB 31
  671. #define RX_ATTENTION_1_FCS_ERR_MASK 0x80000000
  672. /* Description RX_ATTENTION_2_FLOW_IDX_TIMEOUT
  673. Indicates an unsuccessful flow search due to the
  674. expiring of the search timer.
  675. <legal all>
  676. */
  677. #define RX_ATTENTION_2_FLOW_IDX_TIMEOUT_OFFSET 0x00000008
  678. #define RX_ATTENTION_2_FLOW_IDX_TIMEOUT_LSB 0
  679. #define RX_ATTENTION_2_FLOW_IDX_TIMEOUT_MASK 0x00000001
  680. /* Description RX_ATTENTION_2_FLOW_IDX_INVALID
  681. flow id is not valid
  682. <legal all>
  683. */
  684. #define RX_ATTENTION_2_FLOW_IDX_INVALID_OFFSET 0x00000008
  685. #define RX_ATTENTION_2_FLOW_IDX_INVALID_LSB 1
  686. #define RX_ATTENTION_2_FLOW_IDX_INVALID_MASK 0x00000002
  687. /* Description RX_ATTENTION_2_WIFI_PARSER_ERROR
  688. Indicates that the WiFi frame has one of the following
  689. errors
  690. o has less than minimum allowed bytes as per standard
  691. o has incomplete VLAN LLC/SNAP (only for non A-MSDUs)
  692. <legal all>
  693. */
  694. #define RX_ATTENTION_2_WIFI_PARSER_ERROR_OFFSET 0x00000008
  695. #define RX_ATTENTION_2_WIFI_PARSER_ERROR_LSB 2
  696. #define RX_ATTENTION_2_WIFI_PARSER_ERROR_MASK 0x00000004
  697. /* Description RX_ATTENTION_2_AMSDU_PARSER_ERROR
  698. A-MSDU could not be properly de-agregated.
  699. <legal all>
  700. */
  701. #define RX_ATTENTION_2_AMSDU_PARSER_ERROR_OFFSET 0x00000008
  702. #define RX_ATTENTION_2_AMSDU_PARSER_ERROR_LSB 3
  703. #define RX_ATTENTION_2_AMSDU_PARSER_ERROR_MASK 0x00000008
  704. /* Description RX_ATTENTION_2_SA_IDX_TIMEOUT
  705. Indicates an unsuccessful MAC source address search due
  706. to the expiring of the search timer.
  707. */
  708. #define RX_ATTENTION_2_SA_IDX_TIMEOUT_OFFSET 0x00000008
  709. #define RX_ATTENTION_2_SA_IDX_TIMEOUT_LSB 4
  710. #define RX_ATTENTION_2_SA_IDX_TIMEOUT_MASK 0x00000010
  711. /* Description RX_ATTENTION_2_DA_IDX_TIMEOUT
  712. Indicates an unsuccessful MAC destination address search
  713. due to the expiring of the search timer.
  714. */
  715. #define RX_ATTENTION_2_DA_IDX_TIMEOUT_OFFSET 0x00000008
  716. #define RX_ATTENTION_2_DA_IDX_TIMEOUT_LSB 5
  717. #define RX_ATTENTION_2_DA_IDX_TIMEOUT_MASK 0x00000020
  718. /* Description RX_ATTENTION_2_MSDU_LIMIT_ERROR
  719. Indicates that the MSDU threshold was exceeded and thus
  720. all the rest of the MSDUs will not be scattered and will not
  721. be decasulated but will be DMA'ed in RAW format as a single
  722. MSDU buffer
  723. */
  724. #define RX_ATTENTION_2_MSDU_LIMIT_ERROR_OFFSET 0x00000008
  725. #define RX_ATTENTION_2_MSDU_LIMIT_ERROR_LSB 6
  726. #define RX_ATTENTION_2_MSDU_LIMIT_ERROR_MASK 0x00000040
  727. /* Description RX_ATTENTION_2_DA_IS_VALID
  728. Indicates that OLE found a valid DA entry
  729. */
  730. #define RX_ATTENTION_2_DA_IS_VALID_OFFSET 0x00000008
  731. #define RX_ATTENTION_2_DA_IS_VALID_LSB 7
  732. #define RX_ATTENTION_2_DA_IS_VALID_MASK 0x00000080
  733. /* Description RX_ATTENTION_2_DA_IS_MCBC
  734. Field Only valid if da_is_valid is set
  735. Indicates the DA address was a Multicast of Broadcast
  736. address.
  737. */
  738. #define RX_ATTENTION_2_DA_IS_MCBC_OFFSET 0x00000008
  739. #define RX_ATTENTION_2_DA_IS_MCBC_LSB 8
  740. #define RX_ATTENTION_2_DA_IS_MCBC_MASK 0x00000100
  741. /* Description RX_ATTENTION_2_SA_IS_VALID
  742. Indicates that OLE found a valid SA entry
  743. */
  744. #define RX_ATTENTION_2_SA_IS_VALID_OFFSET 0x00000008
  745. #define RX_ATTENTION_2_SA_IS_VALID_LSB 9
  746. #define RX_ATTENTION_2_SA_IS_VALID_MASK 0x00000200
  747. /* Description RX_ATTENTION_2_DECRYPT_STATUS_CODE
  748. Field provides insight into the decryption performed
  749. <enum 0 decrypt_ok> Frame had protection enabled and
  750. decrypted properly
  751. <enum 1 decrypt_unprotected_frame > Frame is unprotected
  752. and hence bypassed
  753. <enum 2 decrypt_data_err > Frame has protection enabled
  754. and could not be properly decrypted due to MIC/ICV mismatch
  755. etc.
  756. <enum 3 decrypt_key_invalid > Frame has protection
  757. enabled but the key that was required to decrypt this frame
  758. was not valid
  759. <enum 4 decrypt_peer_entry_invalid > Frame has
  760. protection enabled but the key that was required to decrypt
  761. this frame was not valid
  762. <enum 5 decrypt_other > Reserved for other indications
  763. <legal 0 - 5>
  764. */
  765. #define RX_ATTENTION_2_DECRYPT_STATUS_CODE_OFFSET 0x00000008
  766. #define RX_ATTENTION_2_DECRYPT_STATUS_CODE_LSB 10
  767. #define RX_ATTENTION_2_DECRYPT_STATUS_CODE_MASK 0x00001c00
  768. /* Description RX_ATTENTION_2_RX_BITMAP_NOT_UPDATED
  769. Frame is received, but RXPCU could not update the
  770. receive bitmap due to (temporary) fifo contraints.
  771. <legal all>
  772. */
  773. #define RX_ATTENTION_2_RX_BITMAP_NOT_UPDATED_OFFSET 0x00000008
  774. #define RX_ATTENTION_2_RX_BITMAP_NOT_UPDATED_LSB 13
  775. #define RX_ATTENTION_2_RX_BITMAP_NOT_UPDATED_MASK 0x00002000
  776. /* Description RX_ATTENTION_2_RESERVED_2
  777. <legal 0>
  778. */
  779. #define RX_ATTENTION_2_RESERVED_2_OFFSET 0x00000008
  780. #define RX_ATTENTION_2_RESERVED_2_LSB 14
  781. #define RX_ATTENTION_2_RESERVED_2_MASK 0x7fffc000
  782. /* Description RX_ATTENTION_2_MSDU_DONE
  783. If set indicates that the RX packet data, RX header
  784. data, RX PPDU start descriptor, RX MPDU start/end
  785. descriptor, RX MSDU start/end descriptors and RX Attention
  786. descriptor are all valid. This bit must be in the last
  787. octet of the descriptor.
  788. */
  789. #define RX_ATTENTION_2_MSDU_DONE_OFFSET 0x00000008
  790. #define RX_ATTENTION_2_MSDU_DONE_LSB 31
  791. #define RX_ATTENTION_2_MSDU_DONE_MASK 0x80000000
  792. #endif // _RX_ATTENTION_H_