rx_mpdu_desc_info.h 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465
  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_MPDU_DESC_INFO_H_
  22. #define _RX_MPDU_DESC_INFO_H_
  23. #if !defined(__ASSEMBLER__)
  24. #endif
  25. // ################ START SUMMARY #################
  26. //
  27. // Dword Fields
  28. // 0 msdu_count[7:0], mpdu_sequence_number[19:8], fragment_flag[20], mpdu_retry_bit[21], ampdu_flag[22], bar_frame[23], pn_fields_contain_valid_info[24], sa_is_valid[25], sa_idx_timeout[26], da_is_valid[27], da_is_mcbc[28], da_idx_timeout[29], raw_mpdu[30], reserved[31]
  29. // 1 peer_meta_data[31:0]
  30. //
  31. // ################ END SUMMARY #################
  32. #define NUM_OF_DWORDS_RX_MPDU_DESC_INFO 2
  33. struct rx_mpdu_desc_info {
  34. uint32_t msdu_count : 8, //[7:0]
  35. mpdu_sequence_number : 12, //[19:8]
  36. fragment_flag : 1, //[20]
  37. mpdu_retry_bit : 1, //[21]
  38. ampdu_flag : 1, //[22]
  39. bar_frame : 1, //[23]
  40. pn_fields_contain_valid_info : 1, //[24]
  41. sa_is_valid : 1, //[25]
  42. sa_idx_timeout : 1, //[26]
  43. da_is_valid : 1, //[27]
  44. da_is_mcbc : 1, //[28]
  45. da_idx_timeout : 1, //[29]
  46. raw_mpdu : 1, //[30]
  47. reserved : 1; //[31]
  48. uint32_t peer_meta_data : 32; //[31:0]
  49. };
  50. /*
  51. msdu_count
  52. Consumer: REO/SW/FW
  53. Producer: RXDMA
  54. The number of MSDUs within the MPDU
  55. <legal all>
  56. mpdu_sequence_number
  57. Consumer: REO/SW/FW
  58. Producer: RXDMA
  59. The field can have two different meanings based on the
  60. setting of field 'BAR_frame':
  61. 'BAR_frame' is NOT set:
  62. The MPDU sequence number of the received frame.
  63. 'BAR_frame' is set.
  64. The MPDU Start sequence number from the BAR frame
  65. <legal all>
  66. fragment_flag
  67. Consumer: REO/SW/FW
  68. Producer: RXDMA
  69. When set, this MPDU is a fragment and REO should forward
  70. this fragment MPDU to the REO destination ring without any
  71. reorder checks, pn checks or bitmap update. This implies
  72. that REO is forwarding the pointer to the MSDU link
  73. descriptor. The destination ring is coming from a
  74. programmable register setting in REO
  75. <legal all>
  76. mpdu_retry_bit
  77. Consumer: REO/SW/FW
  78. Producer: RXDMA
  79. The retry bit setting from the MPDU header of the
  80. received frame
  81. <legal all>
  82. ampdu_flag
  83. Consumer: REO/SW/FW
  84. Producer: RXDMA
  85. When set, the MPDU was received as part of an A-MPDU.
  86. <legal all>
  87. bar_frame
  88. Consumer: REO/SW/FW
  89. Producer: RXDMA
  90. When set, the received frame is a BAR frame. After
  91. processing, this frame shall be pushed to SW or deleted.
  92. <legal all>
  93. pn_fields_contain_valid_info
  94. Consumer: REO/SW/FW
  95. Producer: RXDMA
  96. Copied here by RXDMA from RX_MPDU_END
  97. When not set, REO will Not perform a PN sequence number
  98. check
  99. sa_is_valid
  100. When set, OLE found a valid SA entry for all MSDUs in
  101. this MPDU
  102. <legal all>
  103. sa_idx_timeout
  104. When set, at least 1 MSDU within the MPDU has an
  105. unsuccessful MAC source address search due to the expiration
  106. of the search timer.
  107. <legal all>
  108. da_is_valid
  109. When set, OLE found a valid DA entry for all MSDUs in
  110. this MPDU
  111. <legal all>
  112. da_is_mcbc
  113. Field Only valid if da_is_valid is set
  114. When set, at least one of the DA addresses is a
  115. Multicast or Broadcast address.
  116. <legal all>
  117. da_idx_timeout
  118. When set, at least 1 MSDU within the MPDU has an
  119. unsuccessful MAC destination address search due to the
  120. expiration of the search timer.
  121. <legal all>
  122. raw_mpdu
  123. Field only valid when first_msdu_in_mpdu_flag is set.
  124. When set, the contents in the MSDU buffer contains a
  125. 'RAW' MPDU. This 'RAW' MPDU might be spread out over
  126. multiple MSDU buffers.
  127. <legal all>
  128. reserved
  129. <legal 0>
  130. peer_meta_data
  131. Meta data that SW has programmed in the Peer table entry
  132. of the transmitting STA.
  133. <legal all>
  134. */
  135. /* Description RX_MPDU_DESC_INFO_0_MSDU_COUNT
  136. Consumer: REO/SW/FW
  137. Producer: RXDMA
  138. The number of MSDUs within the MPDU
  139. <legal all>
  140. */
  141. #define RX_MPDU_DESC_INFO_0_MSDU_COUNT_OFFSET 0x00000000
  142. #define RX_MPDU_DESC_INFO_0_MSDU_COUNT_LSB 0
  143. #define RX_MPDU_DESC_INFO_0_MSDU_COUNT_MASK 0x000000ff
  144. /* Description RX_MPDU_DESC_INFO_0_MPDU_SEQUENCE_NUMBER
  145. Consumer: REO/SW/FW
  146. Producer: RXDMA
  147. The field can have two different meanings based on the
  148. setting of field 'BAR_frame':
  149. 'BAR_frame' is NOT set:
  150. The MPDU sequence number of the received frame.
  151. 'BAR_frame' is set.
  152. The MPDU Start sequence number from the BAR frame
  153. <legal all>
  154. */
  155. #define RX_MPDU_DESC_INFO_0_MPDU_SEQUENCE_NUMBER_OFFSET 0x00000000
  156. #define RX_MPDU_DESC_INFO_0_MPDU_SEQUENCE_NUMBER_LSB 8
  157. #define RX_MPDU_DESC_INFO_0_MPDU_SEQUENCE_NUMBER_MASK 0x000fff00
  158. /* Description RX_MPDU_DESC_INFO_0_FRAGMENT_FLAG
  159. Consumer: REO/SW/FW
  160. Producer: RXDMA
  161. When set, this MPDU is a fragment and REO should forward
  162. this fragment MPDU to the REO destination ring without any
  163. reorder checks, pn checks or bitmap update. This implies
  164. that REO is forwarding the pointer to the MSDU link
  165. descriptor. The destination ring is coming from a
  166. programmable register setting in REO
  167. <legal all>
  168. */
  169. #define RX_MPDU_DESC_INFO_0_FRAGMENT_FLAG_OFFSET 0x00000000
  170. #define RX_MPDU_DESC_INFO_0_FRAGMENT_FLAG_LSB 20
  171. #define RX_MPDU_DESC_INFO_0_FRAGMENT_FLAG_MASK 0x00100000
  172. /* Description RX_MPDU_DESC_INFO_0_MPDU_RETRY_BIT
  173. Consumer: REO/SW/FW
  174. Producer: RXDMA
  175. The retry bit setting from the MPDU header of the
  176. received frame
  177. <legal all>
  178. */
  179. #define RX_MPDU_DESC_INFO_0_MPDU_RETRY_BIT_OFFSET 0x00000000
  180. #define RX_MPDU_DESC_INFO_0_MPDU_RETRY_BIT_LSB 21
  181. #define RX_MPDU_DESC_INFO_0_MPDU_RETRY_BIT_MASK 0x00200000
  182. /* Description RX_MPDU_DESC_INFO_0_AMPDU_FLAG
  183. Consumer: REO/SW/FW
  184. Producer: RXDMA
  185. When set, the MPDU was received as part of an A-MPDU.
  186. <legal all>
  187. */
  188. #define RX_MPDU_DESC_INFO_0_AMPDU_FLAG_OFFSET 0x00000000
  189. #define RX_MPDU_DESC_INFO_0_AMPDU_FLAG_LSB 22
  190. #define RX_MPDU_DESC_INFO_0_AMPDU_FLAG_MASK 0x00400000
  191. /* Description RX_MPDU_DESC_INFO_0_BAR_FRAME
  192. Consumer: REO/SW/FW
  193. Producer: RXDMA
  194. When set, the received frame is a BAR frame. After
  195. processing, this frame shall be pushed to SW or deleted.
  196. <legal all>
  197. */
  198. #define RX_MPDU_DESC_INFO_0_BAR_FRAME_OFFSET 0x00000000
  199. #define RX_MPDU_DESC_INFO_0_BAR_FRAME_LSB 23
  200. #define RX_MPDU_DESC_INFO_0_BAR_FRAME_MASK 0x00800000
  201. /* Description RX_MPDU_DESC_INFO_0_PN_FIELDS_CONTAIN_VALID_INFO
  202. Consumer: REO/SW/FW
  203. Producer: RXDMA
  204. Copied here by RXDMA from RX_MPDU_END
  205. When not set, REO will Not perform a PN sequence number
  206. check
  207. */
  208. #define RX_MPDU_DESC_INFO_0_PN_FIELDS_CONTAIN_VALID_INFO_OFFSET 0x00000000
  209. #define RX_MPDU_DESC_INFO_0_PN_FIELDS_CONTAIN_VALID_INFO_LSB 24
  210. #define RX_MPDU_DESC_INFO_0_PN_FIELDS_CONTAIN_VALID_INFO_MASK 0x01000000
  211. /* Description RX_MPDU_DESC_INFO_0_SA_IS_VALID
  212. When set, OLE found a valid SA entry for all MSDUs in
  213. this MPDU
  214. <legal all>
  215. */
  216. #define RX_MPDU_DESC_INFO_0_SA_IS_VALID_OFFSET 0x00000000
  217. #define RX_MPDU_DESC_INFO_0_SA_IS_VALID_LSB 25
  218. #define RX_MPDU_DESC_INFO_0_SA_IS_VALID_MASK 0x02000000
  219. /* Description RX_MPDU_DESC_INFO_0_SA_IDX_TIMEOUT
  220. When set, at least 1 MSDU within the MPDU has an
  221. unsuccessful MAC source address search due to the expiration
  222. of the search timer.
  223. <legal all>
  224. */
  225. #define RX_MPDU_DESC_INFO_0_SA_IDX_TIMEOUT_OFFSET 0x00000000
  226. #define RX_MPDU_DESC_INFO_0_SA_IDX_TIMEOUT_LSB 26
  227. #define RX_MPDU_DESC_INFO_0_SA_IDX_TIMEOUT_MASK 0x04000000
  228. /* Description RX_MPDU_DESC_INFO_0_DA_IS_VALID
  229. When set, OLE found a valid DA entry for all MSDUs in
  230. this MPDU
  231. <legal all>
  232. */
  233. #define RX_MPDU_DESC_INFO_0_DA_IS_VALID_OFFSET 0x00000000
  234. #define RX_MPDU_DESC_INFO_0_DA_IS_VALID_LSB 27
  235. #define RX_MPDU_DESC_INFO_0_DA_IS_VALID_MASK 0x08000000
  236. /* Description RX_MPDU_DESC_INFO_0_DA_IS_MCBC
  237. Field Only valid if da_is_valid is set
  238. When set, at least one of the DA addresses is a
  239. Multicast or Broadcast address.
  240. <legal all>
  241. */
  242. #define RX_MPDU_DESC_INFO_0_DA_IS_MCBC_OFFSET 0x00000000
  243. #define RX_MPDU_DESC_INFO_0_DA_IS_MCBC_LSB 28
  244. #define RX_MPDU_DESC_INFO_0_DA_IS_MCBC_MASK 0x10000000
  245. /* Description RX_MPDU_DESC_INFO_0_DA_IDX_TIMEOUT
  246. When set, at least 1 MSDU within the MPDU has an
  247. unsuccessful MAC destination address search due to the
  248. expiration of the search timer.
  249. <legal all>
  250. */
  251. #define RX_MPDU_DESC_INFO_0_DA_IDX_TIMEOUT_OFFSET 0x00000000
  252. #define RX_MPDU_DESC_INFO_0_DA_IDX_TIMEOUT_LSB 29
  253. #define RX_MPDU_DESC_INFO_0_DA_IDX_TIMEOUT_MASK 0x20000000
  254. /* Description RX_MPDU_DESC_INFO_0_RAW_MPDU
  255. Field only valid when first_msdu_in_mpdu_flag is set.
  256. When set, the contents in the MSDU buffer contains a
  257. 'RAW' MPDU. This 'RAW' MPDU might be spread out over
  258. multiple MSDU buffers.
  259. <legal all>
  260. */
  261. #define RX_MPDU_DESC_INFO_0_RAW_MPDU_OFFSET 0x00000000
  262. #define RX_MPDU_DESC_INFO_0_RAW_MPDU_LSB 30
  263. #define RX_MPDU_DESC_INFO_0_RAW_MPDU_MASK 0x40000000
  264. /* Description RX_MPDU_DESC_INFO_0_RESERVED
  265. <legal 0>
  266. */
  267. #define RX_MPDU_DESC_INFO_0_RESERVED_OFFSET 0x00000000
  268. #define RX_MPDU_DESC_INFO_0_RESERVED_LSB 31
  269. #define RX_MPDU_DESC_INFO_0_RESERVED_MASK 0x80000000
  270. /* Description RX_MPDU_DESC_INFO_1_PEER_META_DATA
  271. Meta data that SW has programmed in the Peer table entry
  272. of the transmitting STA.
  273. <legal all>
  274. */
  275. #define RX_MPDU_DESC_INFO_1_PEER_META_DATA_OFFSET 0x00000004
  276. #define RX_MPDU_DESC_INFO_1_PEER_META_DATA_LSB 0
  277. #define RX_MPDU_DESC_INFO_1_PEER_META_DATA_MASK 0xffffffff
  278. #endif // _RX_MPDU_DESC_INFO_H_