rx_attention.h 38 KB

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