rx_msdu_start.h 29 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040
  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. // DO NOT EDIT! This file is automatically generated
  19. // These definitions are tied to a particular hardware layout
  20. #ifndef _RX_MSDU_START_H_
  21. #define _RX_MSDU_START_H_
  22. #if !defined(__ASSEMBLER__)
  23. #endif
  24. // ################ START SUMMARY #################
  25. //
  26. // Dword Fields
  27. // 0 rxpcu_mpdu_filter_in_category[1:0], sw_frame_group_id[8:2], reserved_0[15:9], phy_ppdu_id[31:16]
  28. // 1 msdu_length[13:0], reserved_1a[14], ipsec_esp[15], l3_offset[22:16], ipsec_ah[23], l4_offset[31:24]
  29. // 2 msdu_number[7:0], decap_format[9:8], ipv4_proto[10], ipv6_proto[11], tcp_proto[12], udp_proto[13], ip_frag[14], tcp_only_ack[15], da_is_bcast_mcast[16], toeplitz_hash[17], reserved_2a[23:18], ip4_protocol_ip6_next_header[31:24]
  30. // 3 toeplitz_hash_2_or_4[31:0]
  31. // 4 flow_id_toeplitz[31:0]
  32. // 5 user_rssi[7:0], pkt_type[11:8], stbc[12], sgi[14:13], rate_mcs[18:15], receive_bandwidth[20:19], reception_type[22:21], nss[25:23], reserved_5[31:26]
  33. // 6 ppdu_start_timestamp[31:0]
  34. // 7 sw_phy_meta_data[31:0]
  35. //
  36. // ################ END SUMMARY #################
  37. #define NUM_OF_DWORDS_RX_MSDU_START 8
  38. struct rx_msdu_start {
  39. uint32_t rxpcu_mpdu_filter_in_category : 2, //[1:0]
  40. sw_frame_group_id : 7, //[8:2]
  41. reserved_0 : 7, //[15:9]
  42. phy_ppdu_id : 16; //[31:16]
  43. uint32_t msdu_length : 14, //[13:0]
  44. reserved_1a : 1, //[14]
  45. ipsec_esp : 1, //[15]
  46. l3_offset : 7, //[22:16]
  47. ipsec_ah : 1, //[23]
  48. l4_offset : 8; //[31:24]
  49. uint32_t msdu_number : 8, //[7:0]
  50. decap_format : 2, //[9:8]
  51. ipv4_proto : 1, //[10]
  52. ipv6_proto : 1, //[11]
  53. tcp_proto : 1, //[12]
  54. udp_proto : 1, //[13]
  55. ip_frag : 1, //[14]
  56. tcp_only_ack : 1, //[15]
  57. da_is_bcast_mcast : 1, //[16]
  58. toeplitz_hash : 1, //[17]
  59. reserved_2a : 6, //[23:18]
  60. ip4_protocol_ip6_next_header : 8; //[31:24]
  61. uint32_t toeplitz_hash_2_or_4 : 32; //[31:0]
  62. uint32_t flow_id_toeplitz : 32; //[31:0]
  63. uint32_t user_rssi : 8, //[7:0]
  64. pkt_type : 4, //[11:8]
  65. stbc : 1, //[12]
  66. sgi : 2, //[14:13]
  67. rate_mcs : 4, //[18:15]
  68. receive_bandwidth : 2, //[20:19]
  69. reception_type : 2, //[22:21]
  70. nss : 3, //[25:23]
  71. reserved_5 : 6; //[31:26]
  72. uint32_t ppdu_start_timestamp : 32; //[31:0]
  73. uint32_t sw_phy_meta_data : 32; //[31:0]
  74. };
  75. /*
  76. rxpcu_mpdu_filter_in_category
  77. Field indicates what the reason was that this MPDU frame
  78. was allowed to come into the receive path by RXPCU
  79. <enum 0 rxpcu_filter_pass> This MPDU passed the normal
  80. frame filter programming of rxpcu
  81. <enum 1 rxpcu_monitor_client> This MPDU did NOT pass the
  82. regular frame filter and would have been dropped, were it
  83. not for the frame fitting into the 'monitor_client'
  84. category.
  85. <enum 2 rxpcu_monitor_other> This MPDU did NOT pass the
  86. regular frame filter and also did not pass the
  87. rxpcu_monitor_client filter. It would have been dropped
  88. accept that it did pass the 'monitor_other' category.
  89. <legal 0-2>
  90. sw_frame_group_id
  91. SW processes frames based on certain classifications.
  92. This field indicates to what sw classification this MPDU is
  93. mapped.
  94. The classification is given in priority order
  95. <enum 0 sw_frame_group_NDP_frame>
  96. <enum 1 sw_frame_group_Multicast_data>
  97. <enum 2 sw_frame_group_Unicast_data>
  98. <enum 3 sw_frame_group_Null_data > This includes mpdus
  99. of type Data Null as well as QoS Data Null
  100. <enum 4 sw_frame_group_mgmt_0000 >
  101. <enum 5 sw_frame_group_mgmt_0001 >
  102. <enum 6 sw_frame_group_mgmt_0010 >
  103. <enum 7 sw_frame_group_mgmt_0011 >
  104. <enum 8 sw_frame_group_mgmt_0100 >
  105. <enum 9 sw_frame_group_mgmt_0101 >
  106. <enum 10 sw_frame_group_mgmt_0110 >
  107. <enum 11 sw_frame_group_mgmt_0111 >
  108. <enum 12 sw_frame_group_mgmt_1000 >
  109. <enum 13 sw_frame_group_mgmt_1001 >
  110. <enum 14 sw_frame_group_mgmt_1010 >
  111. <enum 15 sw_frame_group_mgmt_1011 >
  112. <enum 16 sw_frame_group_mgmt_1100 >
  113. <enum 17 sw_frame_group_mgmt_1101 >
  114. <enum 18 sw_frame_group_mgmt_1110 >
  115. <enum 19 sw_frame_group_mgmt_1111 >
  116. <enum 20 sw_frame_group_ctrl_0000 >
  117. <enum 21 sw_frame_group_ctrl_0001 >
  118. <enum 22 sw_frame_group_ctrl_0010 >
  119. <enum 23 sw_frame_group_ctrl_0011 >
  120. <enum 24 sw_frame_group_ctrl_0100 >
  121. <enum 25 sw_frame_group_ctrl_0101 >
  122. <enum 26 sw_frame_group_ctrl_0110 >
  123. <enum 27 sw_frame_group_ctrl_0111 >
  124. <enum 28 sw_frame_group_ctrl_1000 >
  125. <enum 29 sw_frame_group_ctrl_1001 >
  126. <enum 30 sw_frame_group_ctrl_1010 >
  127. <enum 31 sw_frame_group_ctrl_1011 >
  128. <enum 32 sw_frame_group_ctrl_1100 >
  129. <enum 33 sw_frame_group_ctrl_1101 >
  130. <enum 34 sw_frame_group_ctrl_1110 >
  131. <enum 35 sw_frame_group_ctrl_1111 >
  132. <enum 36 sw_frame_group_unsupported> This covers type 3
  133. and protocol version != 0
  134. <legal 0-37>
  135. reserved_0
  136. <legal 0>
  137. phy_ppdu_id
  138. A ppdu counter value that PHY increments for every PPDU
  139. received. The counter value wraps around
  140. <legal all>
  141. msdu_length
  142. MSDU length in bytes after decapsulation.
  143. This field is still valid for MPDU frames without
  144. reserved_1a
  145. <legal 0>
  146. ipsec_esp
  147. Set if IPv4/v6 packet is using IPsec ESP
  148. l3_offset
  149. Depending upon mode bit, this field either indicates the
  150. L3 offset in bytes from the start of the RX_HEADER or the IP
  151. offset in bytes from the start of the packet after
  152. decapsulation.  The latter is only valid if ipv4_proto or
  153. ipv6_proto is set.
  154. ipsec_ah
  155. Set if IPv4/v6 packet is using IPsec AH
  156. l4_offset
  157. Depending upon mode bit, this field either indicates the
  158. L4 offset nin bytes from the start of RX_HEADER(only valid
  159. if either ipv4_proto or ipv6_proto is set to 1) or indicates
  160. the offset in bytes to the start of TCP or UDP header from
  161. the start of the IP header after decapsulation(Only valid if
  162. tcp_proto or udp_proto is set).  The value 0 indicates that
  163. the offset is longer than 127 bytes.
  164. msdu_number
  165. Indicates the MSDU number within a MPDU. This value is
  166. reset to zero at the start of each MPDU. If the number of
  167. MSDU exceeds 255 this number will wrap using modulo 256.
  168. decap_format
  169. Indicates the format after decapsulation:
  170. <enum 0 RAW> No encapsulation
  171. <enum 1 Native_WiFi>
  172. <enum 2 Ethernet> Ethernet 2 (DIX) or 802.3 (uses
  173. SNAP/LLC)
  174. <enum 3 802_3> DO NOT USE. Indicate Ethernet
  175. <legal all>
  176. ipv4_proto
  177. Set if L2 layer indicates IPv4 protocol.
  178. ipv6_proto
  179. Set if L2 layer indicates IPv6 protocol.
  180. tcp_proto
  181. Set if the ipv4_proto or ipv6_proto are set and the IP
  182. protocol indicates TCP.
  183. udp_proto
  184. Set if the ipv4_proto or ipv6_proto are set and the IP
  185. protocol indicates UDP.
  186. ip_frag
  187. Indicates that either the IP More frag bit is set or IP
  188. frag number is non-zero. If set indicates that this is a
  189. fragmented IP packet.
  190. tcp_only_ack
  191. Set if only the TCP Ack bit is set in the TCP flags and
  192. if the TCP payload is 0.
  193. da_is_bcast_mcast
  194. The destination address is broadcast or multicast.
  195. toeplitz_hash
  196. Actual choosen Hash.
  197. 0 -> Toeplitz hash of 2-tuple (IP source address, IP
  198. destination address)1 -> Toeplitz hash of 4-tuple (IP source
  199. address, IP destination address, L4 (TCP/UDP) source port,
  200. L4 (TCP/UDP) destination port)
  201. reserved_2a
  202. <legal 0>
  203. ip4_protocol_ip6_next_header
  204. For IPv4 this is the 8 bit protocol field (when
  205. ipv4_proto is set). For IPv6 this is the 8 bit next_header
  206. field (when ipv6_proto is set).
  207. toeplitz_hash_2_or_4
  208. Controlled by RxOLE register - If register bit set to 0,
  209. Toeplitz hash is computed over 2-tuple IPv4 or IPv6 src/dest
  210. addresses; otherwise, toeplitz hash is computed over 4-tuple
  211. IPv4 or IPv6 src/dest addresses and src/dest ports
  212. flow_id_toeplitz
  213. Toeplitz hash of 5-tuple
  214. {IP source address, IP destination address, IP source
  215. port, IP destination port, L4 protocol} in case of
  216. non-IPSec.
  217. In case of IPSec - Toeplitz hash of 4-tuple
  218. {IP source address, IP destination address, SPI, L4
  219. protocol}
  220. The relevant Toeplitz key registers are provided in
  221. RxOLE's instance of common parser module. These registers
  222. are separate from the Toeplitz keys used by ASE/FSE modules
  223. inside RxOLE.The actual value will be passed on from common
  224. parser module to RxOLE in one of the WHO_* TLVs.
  225. <legal all>
  226. user_rssi
  227. RSSI for this user
  228. <legal all>
  229. pkt_type
  230. Packet type:
  231. <enum 0 dot11a>802.11a PPDU type
  232. <enum 1 dot11b>802.11b PPDU type
  233. <enum 2 dot11n_mm>802.11n Mixed Mode PPDU type
  234. <enum 3 dot11ac>802.11ac PPDU type
  235. <enum 4 dot11ax>802.11ax PPDU type
  236. stbc
  237. When set, use STBC transmission rates
  238. sgi
  239. Field only valid when pkt type is HT, VHT or HE.
  240. <enum 0 0_8_us_sgi > Legacy normal GI. Can also be
  241. used for HE
  242. <enum 1 0_4_us_sgi > Legacy short GI. Can also be
  243. used for HE
  244. <enum 2 1_6_us_sgi > HE related GI
  245. <enum 3 3_2_us_sgi > HE related GI
  246. <legal 0 - 3>
  247. rate_mcs
  248. For details, refer to MCS_TYPE description
  249. <legal all>
  250. receive_bandwidth
  251. Full receive Bandwidth
  252. <enum 0 full_rx_bw_20_mhz>
  253. <enum 1 full_rx_bw_40_mhz>
  254. <enum 2 full_rx_bw_80_mhz>
  255. <enum 3 full_rx_bw_160_mhz>
  256. <legal 0-3>
  257. reception_type
  258. Indicates what type of reception this is.
  259. <enum 0 reception_type_SU >
  260. <enum 1 reception_type_MU_MIMO >
  261. <enum 2 reception_type_MU_OFDMA >
  262. <enum 3 reception_type_MU_OFDMA_MIMO >
  263. <legal all>
  264. nss
  265. Field only valid when Reception_type =
  266. reception_type_MU_MIMO or reception_type_MU_OFDMA_MIMO
  267. Number of Spatial Streams occupied by the User
  268. <enum 0 1_spatial_stream>Single spatial stream
  269. <enum 1 2_spatial_streams>2 spatial streams
  270. <enum 2 3_spatial_streams>3 spatial streams
  271. <enum 3 4_spatial_streams>4 spatial streams
  272. <enum 4 5_spatial_streams>5 spatial streams
  273. <enum 5 6_spatial_streams>6 spatial streams
  274. <enum 6 7_spatial_streams>7 spatial streams
  275. <enum 7 8_spatial_streams>8 spatial streams
  276. reserved_5
  277. <legal 0>
  278. ppdu_start_timestamp
  279. Timestamp that indicates when the PPDU that contained
  280. this MPDU started on the medium.
  281. <legal all>
  282. sw_phy_meta_data
  283. SW programmed Meta data provided by the PHY.
  284. Can be used for SW to indicate the channel the device is
  285. on.
  286. <legal all>
  287. */
  288. /* Description RX_MSDU_START_0_RXPCU_MPDU_FILTER_IN_CATEGORY
  289. Field indicates what the reason was that this MPDU frame
  290. was allowed to come into the receive path by RXPCU
  291. <enum 0 rxpcu_filter_pass> This MPDU passed the normal
  292. frame filter programming of rxpcu
  293. <enum 1 rxpcu_monitor_client> This MPDU did NOT pass the
  294. regular frame filter and would have been dropped, were it
  295. not for the frame fitting into the 'monitor_client'
  296. category.
  297. <enum 2 rxpcu_monitor_other> This MPDU did NOT pass the
  298. regular frame filter and also did not pass the
  299. rxpcu_monitor_client filter. It would have been dropped
  300. accept that it did pass the 'monitor_other' category.
  301. <legal 0-2>
  302. */
  303. #define RX_MSDU_START_0_RXPCU_MPDU_FILTER_IN_CATEGORY_OFFSET 0x00000000
  304. #define RX_MSDU_START_0_RXPCU_MPDU_FILTER_IN_CATEGORY_LSB 0
  305. #define RX_MSDU_START_0_RXPCU_MPDU_FILTER_IN_CATEGORY_MASK 0x00000003
  306. /* Description RX_MSDU_START_0_SW_FRAME_GROUP_ID
  307. SW processes frames based on certain classifications.
  308. This field indicates to what sw classification this MPDU is
  309. mapped.
  310. The classification is given in priority order
  311. <enum 0 sw_frame_group_NDP_frame>
  312. <enum 1 sw_frame_group_Multicast_data>
  313. <enum 2 sw_frame_group_Unicast_data>
  314. <enum 3 sw_frame_group_Null_data > This includes mpdus
  315. of type Data Null as well as QoS Data Null
  316. <enum 4 sw_frame_group_mgmt_0000 >
  317. <enum 5 sw_frame_group_mgmt_0001 >
  318. <enum 6 sw_frame_group_mgmt_0010 >
  319. <enum 7 sw_frame_group_mgmt_0011 >
  320. <enum 8 sw_frame_group_mgmt_0100 >
  321. <enum 9 sw_frame_group_mgmt_0101 >
  322. <enum 10 sw_frame_group_mgmt_0110 >
  323. <enum 11 sw_frame_group_mgmt_0111 >
  324. <enum 12 sw_frame_group_mgmt_1000 >
  325. <enum 13 sw_frame_group_mgmt_1001 >
  326. <enum 14 sw_frame_group_mgmt_1010 >
  327. <enum 15 sw_frame_group_mgmt_1011 >
  328. <enum 16 sw_frame_group_mgmt_1100 >
  329. <enum 17 sw_frame_group_mgmt_1101 >
  330. <enum 18 sw_frame_group_mgmt_1110 >
  331. <enum 19 sw_frame_group_mgmt_1111 >
  332. <enum 20 sw_frame_group_ctrl_0000 >
  333. <enum 21 sw_frame_group_ctrl_0001 >
  334. <enum 22 sw_frame_group_ctrl_0010 >
  335. <enum 23 sw_frame_group_ctrl_0011 >
  336. <enum 24 sw_frame_group_ctrl_0100 >
  337. <enum 25 sw_frame_group_ctrl_0101 >
  338. <enum 26 sw_frame_group_ctrl_0110 >
  339. <enum 27 sw_frame_group_ctrl_0111 >
  340. <enum 28 sw_frame_group_ctrl_1000 >
  341. <enum 29 sw_frame_group_ctrl_1001 >
  342. <enum 30 sw_frame_group_ctrl_1010 >
  343. <enum 31 sw_frame_group_ctrl_1011 >
  344. <enum 32 sw_frame_group_ctrl_1100 >
  345. <enum 33 sw_frame_group_ctrl_1101 >
  346. <enum 34 sw_frame_group_ctrl_1110 >
  347. <enum 35 sw_frame_group_ctrl_1111 >
  348. <enum 36 sw_frame_group_unsupported> This covers type 3
  349. and protocol version != 0
  350. <legal 0-37>
  351. */
  352. #define RX_MSDU_START_0_SW_FRAME_GROUP_ID_OFFSET 0x00000000
  353. #define RX_MSDU_START_0_SW_FRAME_GROUP_ID_LSB 2
  354. #define RX_MSDU_START_0_SW_FRAME_GROUP_ID_MASK 0x000001fc
  355. /* Description RX_MSDU_START_0_RESERVED_0
  356. <legal 0>
  357. */
  358. #define RX_MSDU_START_0_RESERVED_0_OFFSET 0x00000000
  359. #define RX_MSDU_START_0_RESERVED_0_LSB 9
  360. #define RX_MSDU_START_0_RESERVED_0_MASK 0x0000fe00
  361. /* Description RX_MSDU_START_0_PHY_PPDU_ID
  362. A ppdu counter value that PHY increments for every PPDU
  363. received. The counter value wraps around
  364. <legal all>
  365. */
  366. #define RX_MSDU_START_0_PHY_PPDU_ID_OFFSET 0x00000000
  367. #define RX_MSDU_START_0_PHY_PPDU_ID_LSB 16
  368. #define RX_MSDU_START_0_PHY_PPDU_ID_MASK 0xffff0000
  369. /* Description RX_MSDU_START_1_MSDU_LENGTH
  370. MSDU length in bytes after decapsulation.
  371. This field is still valid for MPDU frames without
  372. */
  373. #define RX_MSDU_START_1_MSDU_LENGTH_OFFSET 0x00000004
  374. #define RX_MSDU_START_1_MSDU_LENGTH_LSB 0
  375. #define RX_MSDU_START_1_MSDU_LENGTH_MASK 0x00003fff
  376. /* Description RX_MSDU_START_1_RESERVED_1A
  377. <legal 0>
  378. */
  379. #define RX_MSDU_START_1_RESERVED_1A_OFFSET 0x00000004
  380. #define RX_MSDU_START_1_RESERVED_1A_LSB 14
  381. #define RX_MSDU_START_1_RESERVED_1A_MASK 0x00004000
  382. /* Description RX_MSDU_START_1_IPSEC_ESP
  383. Set if IPv4/v6 packet is using IPsec ESP
  384. */
  385. #define RX_MSDU_START_1_IPSEC_ESP_OFFSET 0x00000004
  386. #define RX_MSDU_START_1_IPSEC_ESP_LSB 15
  387. #define RX_MSDU_START_1_IPSEC_ESP_MASK 0x00008000
  388. /* Description RX_MSDU_START_1_L3_OFFSET
  389. Depending upon mode bit, this field either indicates the
  390. L3 offset in bytes from the start of the RX_HEADER or the IP
  391. offset in bytes from the start of the packet after
  392. decapsulation.  The latter is only valid if ipv4_proto or
  393. ipv6_proto is set.
  394. */
  395. #define RX_MSDU_START_1_L3_OFFSET_OFFSET 0x00000004
  396. #define RX_MSDU_START_1_L3_OFFSET_LSB 16
  397. #define RX_MSDU_START_1_L3_OFFSET_MASK 0x007f0000
  398. /* Description RX_MSDU_START_1_IPSEC_AH
  399. Set if IPv4/v6 packet is using IPsec AH
  400. */
  401. #define RX_MSDU_START_1_IPSEC_AH_OFFSET 0x00000004
  402. #define RX_MSDU_START_1_IPSEC_AH_LSB 23
  403. #define RX_MSDU_START_1_IPSEC_AH_MASK 0x00800000
  404. /* Description RX_MSDU_START_1_L4_OFFSET
  405. Depending upon mode bit, this field either indicates the
  406. L4 offset nin bytes from the start of RX_HEADER(only valid
  407. if either ipv4_proto or ipv6_proto is set to 1) or indicates
  408. the offset in bytes to the start of TCP or UDP header from
  409. the start of the IP header after decapsulation(Only valid if
  410. tcp_proto or udp_proto is set).  The value 0 indicates that
  411. the offset is longer than 127 bytes.
  412. */
  413. #define RX_MSDU_START_1_L4_OFFSET_OFFSET 0x00000004
  414. #define RX_MSDU_START_1_L4_OFFSET_LSB 24
  415. #define RX_MSDU_START_1_L4_OFFSET_MASK 0xff000000
  416. /* Description RX_MSDU_START_2_MSDU_NUMBER
  417. Indicates the MSDU number within a MPDU. This value is
  418. reset to zero at the start of each MPDU. If the number of
  419. MSDU exceeds 255 this number will wrap using modulo 256.
  420. */
  421. #define RX_MSDU_START_2_MSDU_NUMBER_OFFSET 0x00000008
  422. #define RX_MSDU_START_2_MSDU_NUMBER_LSB 0
  423. #define RX_MSDU_START_2_MSDU_NUMBER_MASK 0x000000ff
  424. /* Description RX_MSDU_START_2_DECAP_FORMAT
  425. Indicates the format after decapsulation:
  426. <enum 0 RAW> No encapsulation
  427. <enum 1 Native_WiFi>
  428. <enum 2 Ethernet> Ethernet 2 (DIX) or 802.3 (uses
  429. SNAP/LLC)
  430. <enum 3 802_3> DO NOT USE. Indicate Ethernet
  431. <legal all>
  432. */
  433. #define RX_MSDU_START_2_DECAP_FORMAT_OFFSET 0x00000008
  434. #define RX_MSDU_START_2_DECAP_FORMAT_LSB 8
  435. #define RX_MSDU_START_2_DECAP_FORMAT_MASK 0x00000300
  436. /* Description RX_MSDU_START_2_IPV4_PROTO
  437. Set if L2 layer indicates IPv4 protocol.
  438. */
  439. #define RX_MSDU_START_2_IPV4_PROTO_OFFSET 0x00000008
  440. #define RX_MSDU_START_2_IPV4_PROTO_LSB 10
  441. #define RX_MSDU_START_2_IPV4_PROTO_MASK 0x00000400
  442. /* Description RX_MSDU_START_2_IPV6_PROTO
  443. Set if L2 layer indicates IPv6 protocol.
  444. */
  445. #define RX_MSDU_START_2_IPV6_PROTO_OFFSET 0x00000008
  446. #define RX_MSDU_START_2_IPV6_PROTO_LSB 11
  447. #define RX_MSDU_START_2_IPV6_PROTO_MASK 0x00000800
  448. /* Description RX_MSDU_START_2_TCP_PROTO
  449. Set if the ipv4_proto or ipv6_proto are set and the IP
  450. protocol indicates TCP.
  451. */
  452. #define RX_MSDU_START_2_TCP_PROTO_OFFSET 0x00000008
  453. #define RX_MSDU_START_2_TCP_PROTO_LSB 12
  454. #define RX_MSDU_START_2_TCP_PROTO_MASK 0x00001000
  455. /* Description RX_MSDU_START_2_UDP_PROTO
  456. Set if the ipv4_proto or ipv6_proto are set and the IP
  457. protocol indicates UDP.
  458. */
  459. #define RX_MSDU_START_2_UDP_PROTO_OFFSET 0x00000008
  460. #define RX_MSDU_START_2_UDP_PROTO_LSB 13
  461. #define RX_MSDU_START_2_UDP_PROTO_MASK 0x00002000
  462. /* Description RX_MSDU_START_2_IP_FRAG
  463. Indicates that either the IP More frag bit is set or IP
  464. frag number is non-zero. If set indicates that this is a
  465. fragmented IP packet.
  466. */
  467. #define RX_MSDU_START_2_IP_FRAG_OFFSET 0x00000008
  468. #define RX_MSDU_START_2_IP_FRAG_LSB 14
  469. #define RX_MSDU_START_2_IP_FRAG_MASK 0x00004000
  470. /* Description RX_MSDU_START_2_TCP_ONLY_ACK
  471. Set if only the TCP Ack bit is set in the TCP flags and
  472. if the TCP payload is 0.
  473. */
  474. #define RX_MSDU_START_2_TCP_ONLY_ACK_OFFSET 0x00000008
  475. #define RX_MSDU_START_2_TCP_ONLY_ACK_LSB 15
  476. #define RX_MSDU_START_2_TCP_ONLY_ACK_MASK 0x00008000
  477. /* Description RX_MSDU_START_2_DA_IS_BCAST_MCAST
  478. The destination address is broadcast or multicast.
  479. */
  480. #define RX_MSDU_START_2_DA_IS_BCAST_MCAST_OFFSET 0x00000008
  481. #define RX_MSDU_START_2_DA_IS_BCAST_MCAST_LSB 16
  482. #define RX_MSDU_START_2_DA_IS_BCAST_MCAST_MASK 0x00010000
  483. /* Description RX_MSDU_START_2_TOEPLITZ_HASH
  484. Actual choosen Hash.
  485. 0 -> Toeplitz hash of 2-tuple (IP source address, IP
  486. destination address)1 -> Toeplitz hash of 4-tuple (IP source
  487. address, IP destination address, L4 (TCP/UDP) source port,
  488. L4 (TCP/UDP) destination port)
  489. */
  490. #define RX_MSDU_START_2_TOEPLITZ_HASH_OFFSET 0x00000008
  491. #define RX_MSDU_START_2_TOEPLITZ_HASH_LSB 17
  492. #define RX_MSDU_START_2_TOEPLITZ_HASH_MASK 0x00020000
  493. /* Description RX_MSDU_START_2_RESERVED_2A
  494. <legal 0>
  495. */
  496. #define RX_MSDU_START_2_RESERVED_2A_OFFSET 0x00000008
  497. #define RX_MSDU_START_2_RESERVED_2A_LSB 18
  498. #define RX_MSDU_START_2_RESERVED_2A_MASK 0x00fc0000
  499. /* Description RX_MSDU_START_2_IP4_PROTOCOL_IP6_NEXT_HEADER
  500. For IPv4 this is the 8 bit protocol field (when
  501. ipv4_proto is set). For IPv6 this is the 8 bit next_header
  502. field (when ipv6_proto is set).
  503. */
  504. #define RX_MSDU_START_2_IP4_PROTOCOL_IP6_NEXT_HEADER_OFFSET 0x00000008
  505. #define RX_MSDU_START_2_IP4_PROTOCOL_IP6_NEXT_HEADER_LSB 24
  506. #define RX_MSDU_START_2_IP4_PROTOCOL_IP6_NEXT_HEADER_MASK 0xff000000
  507. /* Description RX_MSDU_START_3_TOEPLITZ_HASH_2_OR_4
  508. Controlled by RxOLE register - If register bit set to 0,
  509. Toeplitz hash is computed over 2-tuple IPv4 or IPv6 src/dest
  510. addresses; otherwise, toeplitz hash is computed over 4-tuple
  511. IPv4 or IPv6 src/dest addresses and src/dest ports
  512. */
  513. #define RX_MSDU_START_3_TOEPLITZ_HASH_2_OR_4_OFFSET 0x0000000c
  514. #define RX_MSDU_START_3_TOEPLITZ_HASH_2_OR_4_LSB 0
  515. #define RX_MSDU_START_3_TOEPLITZ_HASH_2_OR_4_MASK 0xffffffff
  516. /* Description RX_MSDU_START_4_FLOW_ID_TOEPLITZ
  517. Toeplitz hash of 5-tuple
  518. {IP source address, IP destination address, IP source
  519. port, IP destination port, L4 protocol} in case of
  520. non-IPSec.
  521. In case of IPSec - Toeplitz hash of 4-tuple
  522. {IP source address, IP destination address, SPI, L4
  523. protocol}
  524. The relevant Toeplitz key registers are provided in
  525. RxOLE's instance of common parser module. These registers
  526. are separate from the Toeplitz keys used by ASE/FSE modules
  527. inside RxOLE.The actual value will be passed on from common
  528. parser module to RxOLE in one of the WHO_* TLVs.
  529. <legal all>
  530. */
  531. #define RX_MSDU_START_4_FLOW_ID_TOEPLITZ_OFFSET 0x00000010
  532. #define RX_MSDU_START_4_FLOW_ID_TOEPLITZ_LSB 0
  533. #define RX_MSDU_START_4_FLOW_ID_TOEPLITZ_MASK 0xffffffff
  534. /* Description RX_MSDU_START_5_USER_RSSI
  535. RSSI for this user
  536. <legal all>
  537. */
  538. #define RX_MSDU_START_5_USER_RSSI_OFFSET 0x00000014
  539. #define RX_MSDU_START_5_USER_RSSI_LSB 0
  540. #define RX_MSDU_START_5_USER_RSSI_MASK 0x000000ff
  541. /* Description RX_MSDU_START_5_PKT_TYPE
  542. Packet type:
  543. <enum 0 dot11a>802.11a PPDU type
  544. <enum 1 dot11b>802.11b PPDU type
  545. <enum 2 dot11n_mm>802.11n Mixed Mode PPDU type
  546. <enum 3 dot11ac>802.11ac PPDU type
  547. <enum 4 dot11ax>802.11ax PPDU type
  548. */
  549. #define RX_MSDU_START_5_PKT_TYPE_OFFSET 0x00000014
  550. #define RX_MSDU_START_5_PKT_TYPE_LSB 8
  551. #define RX_MSDU_START_5_PKT_TYPE_MASK 0x00000f00
  552. /* Description RX_MSDU_START_5_STBC
  553. When set, use STBC transmission rates
  554. */
  555. #define RX_MSDU_START_5_STBC_OFFSET 0x00000014
  556. #define RX_MSDU_START_5_STBC_LSB 12
  557. #define RX_MSDU_START_5_STBC_MASK 0x00001000
  558. /* Description RX_MSDU_START_5_SGI
  559. Field only valid when pkt type is HT, VHT or HE.
  560. <enum 0 0_8_us_sgi > Legacy normal GI. Can also be
  561. used for HE
  562. <enum 1 0_4_us_sgi > Legacy short GI. Can also be
  563. used for HE
  564. <enum 2 1_6_us_sgi > HE related GI
  565. <enum 3 3_2_us_sgi > HE related GI
  566. <legal 0 - 3>
  567. */
  568. #define RX_MSDU_START_5_SGI_OFFSET 0x00000014
  569. #define RX_MSDU_START_5_SGI_LSB 13
  570. #define RX_MSDU_START_5_SGI_MASK 0x00006000
  571. /* Description RX_MSDU_START_5_RATE_MCS
  572. For details, refer to MCS_TYPE description
  573. <legal all>
  574. */
  575. #define RX_MSDU_START_5_RATE_MCS_OFFSET 0x00000014
  576. #define RX_MSDU_START_5_RATE_MCS_LSB 15
  577. #define RX_MSDU_START_5_RATE_MCS_MASK 0x00078000
  578. /* Description RX_MSDU_START_5_RECEIVE_BANDWIDTH
  579. Full receive Bandwidth
  580. <enum 0 full_rx_bw_20_mhz>
  581. <enum 1 full_rx_bw_40_mhz>
  582. <enum 2 full_rx_bw_80_mhz>
  583. <enum 3 full_rx_bw_160_mhz>
  584. <legal 0-3>
  585. */
  586. #define RX_MSDU_START_5_RECEIVE_BANDWIDTH_OFFSET 0x00000014
  587. #define RX_MSDU_START_5_RECEIVE_BANDWIDTH_LSB 19
  588. #define RX_MSDU_START_5_RECEIVE_BANDWIDTH_MASK 0x00180000
  589. /* Description RX_MSDU_START_5_RECEPTION_TYPE
  590. Indicates what type of reception this is.
  591. <enum 0 reception_type_SU >
  592. <enum 1 reception_type_MU_MIMO >
  593. <enum 2 reception_type_MU_OFDMA >
  594. <enum 3 reception_type_MU_OFDMA_MIMO >
  595. <legal all>
  596. */
  597. #define RX_MSDU_START_5_RECEPTION_TYPE_OFFSET 0x00000014
  598. #define RX_MSDU_START_5_RECEPTION_TYPE_LSB 21
  599. #define RX_MSDU_START_5_RECEPTION_TYPE_MASK 0x00600000
  600. /* Description RX_MSDU_START_5_NSS
  601. Field only valid when Reception_type =
  602. reception_type_MU_MIMO or reception_type_MU_OFDMA_MIMO
  603. Number of Spatial Streams occupied by the User
  604. <enum 0 1_spatial_stream>Single spatial stream
  605. <enum 1 2_spatial_streams>2 spatial streams
  606. <enum 2 3_spatial_streams>3 spatial streams
  607. <enum 3 4_spatial_streams>4 spatial streams
  608. <enum 4 5_spatial_streams>5 spatial streams
  609. <enum 5 6_spatial_streams>6 spatial streams
  610. <enum 6 7_spatial_streams>7 spatial streams
  611. <enum 7 8_spatial_streams>8 spatial streams
  612. */
  613. #define RX_MSDU_START_5_NSS_OFFSET 0x00000014
  614. #define RX_MSDU_START_5_NSS_LSB 23
  615. #define RX_MSDU_START_5_NSS_MASK 0x03800000
  616. /* Description RX_MSDU_START_5_RESERVED_5
  617. <legal 0>
  618. */
  619. #define RX_MSDU_START_5_RESERVED_5_OFFSET 0x00000014
  620. #define RX_MSDU_START_5_RESERVED_5_LSB 26
  621. #define RX_MSDU_START_5_RESERVED_5_MASK 0xfc000000
  622. /* Description RX_MSDU_START_6_PPDU_START_TIMESTAMP
  623. Timestamp that indicates when the PPDU that contained
  624. this MPDU started on the medium.
  625. <legal all>
  626. */
  627. #define RX_MSDU_START_6_PPDU_START_TIMESTAMP_OFFSET 0x00000018
  628. #define RX_MSDU_START_6_PPDU_START_TIMESTAMP_LSB 0
  629. #define RX_MSDU_START_6_PPDU_START_TIMESTAMP_MASK 0xffffffff
  630. /* Description RX_MSDU_START_7_SW_PHY_META_DATA
  631. SW programmed Meta data provided by the PHY.
  632. Can be used for SW to indicate the channel the device is
  633. on.
  634. <legal all>
  635. */
  636. #define RX_MSDU_START_7_SW_PHY_META_DATA_OFFSET 0x0000001c
  637. #define RX_MSDU_START_7_SW_PHY_META_DATA_LSB 0
  638. #define RX_MSDU_START_7_SW_PHY_META_DATA_MASK 0xffffffff
  639. #endif // _RX_MSDU_START_H_