tx_cbf_info.h 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664
  1. /* Copyright (c) 2022, Qualcomm Innovation Center, Inc. All rights reserved.
  2. *
  3. * Permission to use, copy, modify, and/or distribute this software for any
  4. * purpose with or without fee is hereby granted, provided that the above
  5. * copyright notice and this permission notice appear in all copies.
  6. *
  7. * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  8. * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  9. * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  10. * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  11. * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  12. * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  13. * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  14. */
  15. #ifndef _TX_CBF_INFO_H_
  16. #define _TX_CBF_INFO_H_
  17. #if !defined(__ASSEMBLER__)
  18. #endif
  19. #define NUM_OF_DWORDS_TX_CBF_INFO 16
  20. #define NUM_OF_QWORDS_TX_CBF_INFO 8
  21. struct tx_cbf_info {
  22. #ifndef WIFI_BIT_ORDER_BIG_ENDIAN
  23. uint32_t sw_peer_id : 16,
  24. pre_cbf_duration : 16;
  25. uint32_t brpoll_info_valid : 1,
  26. trigger_brpoll_info_valid : 1,
  27. npda_info_11ac_valid : 1,
  28. npda_info_11ax_valid : 1,
  29. dot11ax_su_extended : 1,
  30. bandwidth : 3,
  31. brpoll_info : 8,
  32. cbf_response_table_base_index : 8,
  33. peer_index : 3,
  34. pkt_type : 4,
  35. txop_duration_all_ones : 1;
  36. uint32_t trigger_brpoll_common_info_15_0 : 16,
  37. trigger_brpoll_common_info_31_16 : 16;
  38. uint32_t trigger_brpoll_user_info_15_0 : 16,
  39. trigger_brpoll_user_info_31_16 : 16;
  40. uint32_t addr1_31_0 : 32;
  41. uint32_t addr1_47_32 : 16,
  42. addr2_15_0 : 16;
  43. uint32_t addr2_47_16 : 32;
  44. uint32_t addr3_31_0 : 32;
  45. uint32_t addr3_47_32 : 16,
  46. sta_partial_aid : 11,
  47. reserved_8a : 4,
  48. cbf_resp_pwr_mgmt : 1;
  49. uint32_t group_id : 6,
  50. rssi_comb : 8,
  51. reserved_9a : 2,
  52. vht_ndpa_sta_info : 16;
  53. uint32_t he_eht_sta_info_15_0 : 16,
  54. he_eht_sta_info_31_16 : 16;
  55. uint32_t dot11ax_received_format_indication : 1,
  56. dot11ax_received_dl_ul_flag : 1,
  57. dot11ax_received_bss_color_id : 6,
  58. dot11ax_received_spatial_reuse : 4,
  59. dot11ax_received_cp_size : 2,
  60. dot11ax_received_ltf_size : 2,
  61. dot11ax_received_coding : 1,
  62. dot11ax_received_dcm : 1,
  63. dot11ax_received_doppler_indication : 1,
  64. dot11ax_received_ext_ru_size : 4,
  65. dot11ax_dl_ul_flag : 1,
  66. reserved_11a : 8;
  67. uint32_t sw_response_frame_length : 16,
  68. sw_response_tlv_from_crypto : 1,
  69. wait_sifs_config_valid : 1,
  70. wait_sifs : 2,
  71. ranging : 1,
  72. secure : 1,
  73. tb_ranging_response_required : 2,
  74. reserved_12a : 2,
  75. u_sig_puncture_pattern_encoding : 6;
  76. uint32_t dot11be_puncture_bitmap : 16,
  77. dot11be_response : 1,
  78. punctured_response : 1,
  79. npda_info_11be_valid : 1,
  80. eht_duplicate_mode : 2,
  81. reserved_13a : 11;
  82. uint32_t eht_sta_info_39_32 : 8,
  83. reserved_14a : 24;
  84. uint32_t tlv64_padding : 32;
  85. #else
  86. uint32_t pre_cbf_duration : 16,
  87. sw_peer_id : 16;
  88. uint32_t txop_duration_all_ones : 1,
  89. pkt_type : 4,
  90. peer_index : 3,
  91. cbf_response_table_base_index : 8,
  92. brpoll_info : 8,
  93. bandwidth : 3,
  94. dot11ax_su_extended : 1,
  95. npda_info_11ax_valid : 1,
  96. npda_info_11ac_valid : 1,
  97. trigger_brpoll_info_valid : 1,
  98. brpoll_info_valid : 1;
  99. uint32_t trigger_brpoll_common_info_31_16 : 16,
  100. trigger_brpoll_common_info_15_0 : 16;
  101. uint32_t trigger_brpoll_user_info_31_16 : 16,
  102. trigger_brpoll_user_info_15_0 : 16;
  103. uint32_t addr1_31_0 : 32;
  104. uint32_t addr2_15_0 : 16,
  105. addr1_47_32 : 16;
  106. uint32_t addr2_47_16 : 32;
  107. uint32_t addr3_31_0 : 32;
  108. uint32_t cbf_resp_pwr_mgmt : 1,
  109. reserved_8a : 4,
  110. sta_partial_aid : 11,
  111. addr3_47_32 : 16;
  112. uint32_t vht_ndpa_sta_info : 16,
  113. reserved_9a : 2,
  114. rssi_comb : 8,
  115. group_id : 6;
  116. uint32_t he_eht_sta_info_31_16 : 16,
  117. he_eht_sta_info_15_0 : 16;
  118. uint32_t reserved_11a : 8,
  119. dot11ax_dl_ul_flag : 1,
  120. dot11ax_received_ext_ru_size : 4,
  121. dot11ax_received_doppler_indication : 1,
  122. dot11ax_received_dcm : 1,
  123. dot11ax_received_coding : 1,
  124. dot11ax_received_ltf_size : 2,
  125. dot11ax_received_cp_size : 2,
  126. dot11ax_received_spatial_reuse : 4,
  127. dot11ax_received_bss_color_id : 6,
  128. dot11ax_received_dl_ul_flag : 1,
  129. dot11ax_received_format_indication : 1;
  130. uint32_t u_sig_puncture_pattern_encoding : 6,
  131. reserved_12a : 2,
  132. tb_ranging_response_required : 2,
  133. secure : 1,
  134. ranging : 1,
  135. wait_sifs : 2,
  136. wait_sifs_config_valid : 1,
  137. sw_response_tlv_from_crypto : 1,
  138. sw_response_frame_length : 16;
  139. uint32_t reserved_13a : 11,
  140. eht_duplicate_mode : 2,
  141. npda_info_11be_valid : 1,
  142. punctured_response : 1,
  143. dot11be_response : 1,
  144. dot11be_puncture_bitmap : 16;
  145. uint32_t reserved_14a : 24,
  146. eht_sta_info_39_32 : 8;
  147. uint32_t tlv64_padding : 32;
  148. #endif
  149. };
  150. #define TX_CBF_INFO_SW_PEER_ID_OFFSET 0x0000000000000000
  151. #define TX_CBF_INFO_SW_PEER_ID_LSB 0
  152. #define TX_CBF_INFO_SW_PEER_ID_MSB 15
  153. #define TX_CBF_INFO_SW_PEER_ID_MASK 0x000000000000ffff
  154. #define TX_CBF_INFO_PRE_CBF_DURATION_OFFSET 0x0000000000000000
  155. #define TX_CBF_INFO_PRE_CBF_DURATION_LSB 16
  156. #define TX_CBF_INFO_PRE_CBF_DURATION_MSB 31
  157. #define TX_CBF_INFO_PRE_CBF_DURATION_MASK 0x00000000ffff0000
  158. #define TX_CBF_INFO_BRPOLL_INFO_VALID_OFFSET 0x0000000000000000
  159. #define TX_CBF_INFO_BRPOLL_INFO_VALID_LSB 32
  160. #define TX_CBF_INFO_BRPOLL_INFO_VALID_MSB 32
  161. #define TX_CBF_INFO_BRPOLL_INFO_VALID_MASK 0x0000000100000000
  162. #define TX_CBF_INFO_TRIGGER_BRPOLL_INFO_VALID_OFFSET 0x0000000000000000
  163. #define TX_CBF_INFO_TRIGGER_BRPOLL_INFO_VALID_LSB 33
  164. #define TX_CBF_INFO_TRIGGER_BRPOLL_INFO_VALID_MSB 33
  165. #define TX_CBF_INFO_TRIGGER_BRPOLL_INFO_VALID_MASK 0x0000000200000000
  166. #define TX_CBF_INFO_NPDA_INFO_11AC_VALID_OFFSET 0x0000000000000000
  167. #define TX_CBF_INFO_NPDA_INFO_11AC_VALID_LSB 34
  168. #define TX_CBF_INFO_NPDA_INFO_11AC_VALID_MSB 34
  169. #define TX_CBF_INFO_NPDA_INFO_11AC_VALID_MASK 0x0000000400000000
  170. #define TX_CBF_INFO_NPDA_INFO_11AX_VALID_OFFSET 0x0000000000000000
  171. #define TX_CBF_INFO_NPDA_INFO_11AX_VALID_LSB 35
  172. #define TX_CBF_INFO_NPDA_INFO_11AX_VALID_MSB 35
  173. #define TX_CBF_INFO_NPDA_INFO_11AX_VALID_MASK 0x0000000800000000
  174. #define TX_CBF_INFO_DOT11AX_SU_EXTENDED_OFFSET 0x0000000000000000
  175. #define TX_CBF_INFO_DOT11AX_SU_EXTENDED_LSB 36
  176. #define TX_CBF_INFO_DOT11AX_SU_EXTENDED_MSB 36
  177. #define TX_CBF_INFO_DOT11AX_SU_EXTENDED_MASK 0x0000001000000000
  178. #define TX_CBF_INFO_BANDWIDTH_OFFSET 0x0000000000000000
  179. #define TX_CBF_INFO_BANDWIDTH_LSB 37
  180. #define TX_CBF_INFO_BANDWIDTH_MSB 39
  181. #define TX_CBF_INFO_BANDWIDTH_MASK 0x000000e000000000
  182. #define TX_CBF_INFO_BRPOLL_INFO_OFFSET 0x0000000000000000
  183. #define TX_CBF_INFO_BRPOLL_INFO_LSB 40
  184. #define TX_CBF_INFO_BRPOLL_INFO_MSB 47
  185. #define TX_CBF_INFO_BRPOLL_INFO_MASK 0x0000ff0000000000
  186. #define TX_CBF_INFO_CBF_RESPONSE_TABLE_BASE_INDEX_OFFSET 0x0000000000000000
  187. #define TX_CBF_INFO_CBF_RESPONSE_TABLE_BASE_INDEX_LSB 48
  188. #define TX_CBF_INFO_CBF_RESPONSE_TABLE_BASE_INDEX_MSB 55
  189. #define TX_CBF_INFO_CBF_RESPONSE_TABLE_BASE_INDEX_MASK 0x00ff000000000000
  190. #define TX_CBF_INFO_PEER_INDEX_OFFSET 0x0000000000000000
  191. #define TX_CBF_INFO_PEER_INDEX_LSB 56
  192. #define TX_CBF_INFO_PEER_INDEX_MSB 58
  193. #define TX_CBF_INFO_PEER_INDEX_MASK 0x0700000000000000
  194. #define TX_CBF_INFO_PKT_TYPE_OFFSET 0x0000000000000000
  195. #define TX_CBF_INFO_PKT_TYPE_LSB 59
  196. #define TX_CBF_INFO_PKT_TYPE_MSB 62
  197. #define TX_CBF_INFO_PKT_TYPE_MASK 0x7800000000000000
  198. #define TX_CBF_INFO_TXOP_DURATION_ALL_ONES_OFFSET 0x0000000000000000
  199. #define TX_CBF_INFO_TXOP_DURATION_ALL_ONES_LSB 63
  200. #define TX_CBF_INFO_TXOP_DURATION_ALL_ONES_MSB 63
  201. #define TX_CBF_INFO_TXOP_DURATION_ALL_ONES_MASK 0x8000000000000000
  202. #define TX_CBF_INFO_TRIGGER_BRPOLL_COMMON_INFO_15_0_OFFSET 0x0000000000000008
  203. #define TX_CBF_INFO_TRIGGER_BRPOLL_COMMON_INFO_15_0_LSB 0
  204. #define TX_CBF_INFO_TRIGGER_BRPOLL_COMMON_INFO_15_0_MSB 15
  205. #define TX_CBF_INFO_TRIGGER_BRPOLL_COMMON_INFO_15_0_MASK 0x000000000000ffff
  206. #define TX_CBF_INFO_TRIGGER_BRPOLL_COMMON_INFO_31_16_OFFSET 0x0000000000000008
  207. #define TX_CBF_INFO_TRIGGER_BRPOLL_COMMON_INFO_31_16_LSB 16
  208. #define TX_CBF_INFO_TRIGGER_BRPOLL_COMMON_INFO_31_16_MSB 31
  209. #define TX_CBF_INFO_TRIGGER_BRPOLL_COMMON_INFO_31_16_MASK 0x00000000ffff0000
  210. #define TX_CBF_INFO_TRIGGER_BRPOLL_USER_INFO_15_0_OFFSET 0x0000000000000008
  211. #define TX_CBF_INFO_TRIGGER_BRPOLL_USER_INFO_15_0_LSB 32
  212. #define TX_CBF_INFO_TRIGGER_BRPOLL_USER_INFO_15_0_MSB 47
  213. #define TX_CBF_INFO_TRIGGER_BRPOLL_USER_INFO_15_0_MASK 0x0000ffff00000000
  214. #define TX_CBF_INFO_TRIGGER_BRPOLL_USER_INFO_31_16_OFFSET 0x0000000000000008
  215. #define TX_CBF_INFO_TRIGGER_BRPOLL_USER_INFO_31_16_LSB 48
  216. #define TX_CBF_INFO_TRIGGER_BRPOLL_USER_INFO_31_16_MSB 63
  217. #define TX_CBF_INFO_TRIGGER_BRPOLL_USER_INFO_31_16_MASK 0xffff000000000000
  218. #define TX_CBF_INFO_ADDR1_31_0_OFFSET 0x0000000000000010
  219. #define TX_CBF_INFO_ADDR1_31_0_LSB 0
  220. #define TX_CBF_INFO_ADDR1_31_0_MSB 31
  221. #define TX_CBF_INFO_ADDR1_31_0_MASK 0x00000000ffffffff
  222. #define TX_CBF_INFO_ADDR1_47_32_OFFSET 0x0000000000000010
  223. #define TX_CBF_INFO_ADDR1_47_32_LSB 32
  224. #define TX_CBF_INFO_ADDR1_47_32_MSB 47
  225. #define TX_CBF_INFO_ADDR1_47_32_MASK 0x0000ffff00000000
  226. #define TX_CBF_INFO_ADDR2_15_0_OFFSET 0x0000000000000010
  227. #define TX_CBF_INFO_ADDR2_15_0_LSB 48
  228. #define TX_CBF_INFO_ADDR2_15_0_MSB 63
  229. #define TX_CBF_INFO_ADDR2_15_0_MASK 0xffff000000000000
  230. #define TX_CBF_INFO_ADDR2_47_16_OFFSET 0x0000000000000018
  231. #define TX_CBF_INFO_ADDR2_47_16_LSB 0
  232. #define TX_CBF_INFO_ADDR2_47_16_MSB 31
  233. #define TX_CBF_INFO_ADDR2_47_16_MASK 0x00000000ffffffff
  234. #define TX_CBF_INFO_ADDR3_31_0_OFFSET 0x0000000000000018
  235. #define TX_CBF_INFO_ADDR3_31_0_LSB 32
  236. #define TX_CBF_INFO_ADDR3_31_0_MSB 63
  237. #define TX_CBF_INFO_ADDR3_31_0_MASK 0xffffffff00000000
  238. #define TX_CBF_INFO_ADDR3_47_32_OFFSET 0x0000000000000020
  239. #define TX_CBF_INFO_ADDR3_47_32_LSB 0
  240. #define TX_CBF_INFO_ADDR3_47_32_MSB 15
  241. #define TX_CBF_INFO_ADDR3_47_32_MASK 0x000000000000ffff
  242. #define TX_CBF_INFO_STA_PARTIAL_AID_OFFSET 0x0000000000000020
  243. #define TX_CBF_INFO_STA_PARTIAL_AID_LSB 16
  244. #define TX_CBF_INFO_STA_PARTIAL_AID_MSB 26
  245. #define TX_CBF_INFO_STA_PARTIAL_AID_MASK 0x0000000007ff0000
  246. #define TX_CBF_INFO_RESERVED_8A_OFFSET 0x0000000000000020
  247. #define TX_CBF_INFO_RESERVED_8A_LSB 27
  248. #define TX_CBF_INFO_RESERVED_8A_MSB 30
  249. #define TX_CBF_INFO_RESERVED_8A_MASK 0x0000000078000000
  250. #define TX_CBF_INFO_CBF_RESP_PWR_MGMT_OFFSET 0x0000000000000020
  251. #define TX_CBF_INFO_CBF_RESP_PWR_MGMT_LSB 31
  252. #define TX_CBF_INFO_CBF_RESP_PWR_MGMT_MSB 31
  253. #define TX_CBF_INFO_CBF_RESP_PWR_MGMT_MASK 0x0000000080000000
  254. #define TX_CBF_INFO_GROUP_ID_OFFSET 0x0000000000000020
  255. #define TX_CBF_INFO_GROUP_ID_LSB 32
  256. #define TX_CBF_INFO_GROUP_ID_MSB 37
  257. #define TX_CBF_INFO_GROUP_ID_MASK 0x0000003f00000000
  258. #define TX_CBF_INFO_RSSI_COMB_OFFSET 0x0000000000000020
  259. #define TX_CBF_INFO_RSSI_COMB_LSB 38
  260. #define TX_CBF_INFO_RSSI_COMB_MSB 45
  261. #define TX_CBF_INFO_RSSI_COMB_MASK 0x00003fc000000000
  262. #define TX_CBF_INFO_RESERVED_9A_OFFSET 0x0000000000000020
  263. #define TX_CBF_INFO_RESERVED_9A_LSB 46
  264. #define TX_CBF_INFO_RESERVED_9A_MSB 47
  265. #define TX_CBF_INFO_RESERVED_9A_MASK 0x0000c00000000000
  266. #define TX_CBF_INFO_VHT_NDPA_STA_INFO_OFFSET 0x0000000000000020
  267. #define TX_CBF_INFO_VHT_NDPA_STA_INFO_LSB 48
  268. #define TX_CBF_INFO_VHT_NDPA_STA_INFO_MSB 63
  269. #define TX_CBF_INFO_VHT_NDPA_STA_INFO_MASK 0xffff000000000000
  270. #define TX_CBF_INFO_HE_EHT_STA_INFO_15_0_OFFSET 0x0000000000000028
  271. #define TX_CBF_INFO_HE_EHT_STA_INFO_15_0_LSB 0
  272. #define TX_CBF_INFO_HE_EHT_STA_INFO_15_0_MSB 15
  273. #define TX_CBF_INFO_HE_EHT_STA_INFO_15_0_MASK 0x000000000000ffff
  274. #define TX_CBF_INFO_HE_EHT_STA_INFO_31_16_OFFSET 0x0000000000000028
  275. #define TX_CBF_INFO_HE_EHT_STA_INFO_31_16_LSB 16
  276. #define TX_CBF_INFO_HE_EHT_STA_INFO_31_16_MSB 31
  277. #define TX_CBF_INFO_HE_EHT_STA_INFO_31_16_MASK 0x00000000ffff0000
  278. #define TX_CBF_INFO_DOT11AX_RECEIVED_FORMAT_INDICATION_OFFSET 0x0000000000000028
  279. #define TX_CBF_INFO_DOT11AX_RECEIVED_FORMAT_INDICATION_LSB 32
  280. #define TX_CBF_INFO_DOT11AX_RECEIVED_FORMAT_INDICATION_MSB 32
  281. #define TX_CBF_INFO_DOT11AX_RECEIVED_FORMAT_INDICATION_MASK 0x0000000100000000
  282. #define TX_CBF_INFO_DOT11AX_RECEIVED_DL_UL_FLAG_OFFSET 0x0000000000000028
  283. #define TX_CBF_INFO_DOT11AX_RECEIVED_DL_UL_FLAG_LSB 33
  284. #define TX_CBF_INFO_DOT11AX_RECEIVED_DL_UL_FLAG_MSB 33
  285. #define TX_CBF_INFO_DOT11AX_RECEIVED_DL_UL_FLAG_MASK 0x0000000200000000
  286. #define TX_CBF_INFO_DOT11AX_RECEIVED_BSS_COLOR_ID_OFFSET 0x0000000000000028
  287. #define TX_CBF_INFO_DOT11AX_RECEIVED_BSS_COLOR_ID_LSB 34
  288. #define TX_CBF_INFO_DOT11AX_RECEIVED_BSS_COLOR_ID_MSB 39
  289. #define TX_CBF_INFO_DOT11AX_RECEIVED_BSS_COLOR_ID_MASK 0x000000fc00000000
  290. #define TX_CBF_INFO_DOT11AX_RECEIVED_SPATIAL_REUSE_OFFSET 0x0000000000000028
  291. #define TX_CBF_INFO_DOT11AX_RECEIVED_SPATIAL_REUSE_LSB 40
  292. #define TX_CBF_INFO_DOT11AX_RECEIVED_SPATIAL_REUSE_MSB 43
  293. #define TX_CBF_INFO_DOT11AX_RECEIVED_SPATIAL_REUSE_MASK 0x00000f0000000000
  294. #define TX_CBF_INFO_DOT11AX_RECEIVED_CP_SIZE_OFFSET 0x0000000000000028
  295. #define TX_CBF_INFO_DOT11AX_RECEIVED_CP_SIZE_LSB 44
  296. #define TX_CBF_INFO_DOT11AX_RECEIVED_CP_SIZE_MSB 45
  297. #define TX_CBF_INFO_DOT11AX_RECEIVED_CP_SIZE_MASK 0x0000300000000000
  298. #define TX_CBF_INFO_DOT11AX_RECEIVED_LTF_SIZE_OFFSET 0x0000000000000028
  299. #define TX_CBF_INFO_DOT11AX_RECEIVED_LTF_SIZE_LSB 46
  300. #define TX_CBF_INFO_DOT11AX_RECEIVED_LTF_SIZE_MSB 47
  301. #define TX_CBF_INFO_DOT11AX_RECEIVED_LTF_SIZE_MASK 0x0000c00000000000
  302. #define TX_CBF_INFO_DOT11AX_RECEIVED_CODING_OFFSET 0x0000000000000028
  303. #define TX_CBF_INFO_DOT11AX_RECEIVED_CODING_LSB 48
  304. #define TX_CBF_INFO_DOT11AX_RECEIVED_CODING_MSB 48
  305. #define TX_CBF_INFO_DOT11AX_RECEIVED_CODING_MASK 0x0001000000000000
  306. #define TX_CBF_INFO_DOT11AX_RECEIVED_DCM_OFFSET 0x0000000000000028
  307. #define TX_CBF_INFO_DOT11AX_RECEIVED_DCM_LSB 49
  308. #define TX_CBF_INFO_DOT11AX_RECEIVED_DCM_MSB 49
  309. #define TX_CBF_INFO_DOT11AX_RECEIVED_DCM_MASK 0x0002000000000000
  310. #define TX_CBF_INFO_DOT11AX_RECEIVED_DOPPLER_INDICATION_OFFSET 0x0000000000000028
  311. #define TX_CBF_INFO_DOT11AX_RECEIVED_DOPPLER_INDICATION_LSB 50
  312. #define TX_CBF_INFO_DOT11AX_RECEIVED_DOPPLER_INDICATION_MSB 50
  313. #define TX_CBF_INFO_DOT11AX_RECEIVED_DOPPLER_INDICATION_MASK 0x0004000000000000
  314. #define TX_CBF_INFO_DOT11AX_RECEIVED_EXT_RU_SIZE_OFFSET 0x0000000000000028
  315. #define TX_CBF_INFO_DOT11AX_RECEIVED_EXT_RU_SIZE_LSB 51
  316. #define TX_CBF_INFO_DOT11AX_RECEIVED_EXT_RU_SIZE_MSB 54
  317. #define TX_CBF_INFO_DOT11AX_RECEIVED_EXT_RU_SIZE_MASK 0x0078000000000000
  318. #define TX_CBF_INFO_DOT11AX_DL_UL_FLAG_OFFSET 0x0000000000000028
  319. #define TX_CBF_INFO_DOT11AX_DL_UL_FLAG_LSB 55
  320. #define TX_CBF_INFO_DOT11AX_DL_UL_FLAG_MSB 55
  321. #define TX_CBF_INFO_DOT11AX_DL_UL_FLAG_MASK 0x0080000000000000
  322. #define TX_CBF_INFO_RESERVED_11A_OFFSET 0x0000000000000028
  323. #define TX_CBF_INFO_RESERVED_11A_LSB 56
  324. #define TX_CBF_INFO_RESERVED_11A_MSB 63
  325. #define TX_CBF_INFO_RESERVED_11A_MASK 0xff00000000000000
  326. #define TX_CBF_INFO_SW_RESPONSE_FRAME_LENGTH_OFFSET 0x0000000000000030
  327. #define TX_CBF_INFO_SW_RESPONSE_FRAME_LENGTH_LSB 0
  328. #define TX_CBF_INFO_SW_RESPONSE_FRAME_LENGTH_MSB 15
  329. #define TX_CBF_INFO_SW_RESPONSE_FRAME_LENGTH_MASK 0x000000000000ffff
  330. #define TX_CBF_INFO_SW_RESPONSE_TLV_FROM_CRYPTO_OFFSET 0x0000000000000030
  331. #define TX_CBF_INFO_SW_RESPONSE_TLV_FROM_CRYPTO_LSB 16
  332. #define TX_CBF_INFO_SW_RESPONSE_TLV_FROM_CRYPTO_MSB 16
  333. #define TX_CBF_INFO_SW_RESPONSE_TLV_FROM_CRYPTO_MASK 0x0000000000010000
  334. #define TX_CBF_INFO_WAIT_SIFS_CONFIG_VALID_OFFSET 0x0000000000000030
  335. #define TX_CBF_INFO_WAIT_SIFS_CONFIG_VALID_LSB 17
  336. #define TX_CBF_INFO_WAIT_SIFS_CONFIG_VALID_MSB 17
  337. #define TX_CBF_INFO_WAIT_SIFS_CONFIG_VALID_MASK 0x0000000000020000
  338. #define TX_CBF_INFO_WAIT_SIFS_OFFSET 0x0000000000000030
  339. #define TX_CBF_INFO_WAIT_SIFS_LSB 18
  340. #define TX_CBF_INFO_WAIT_SIFS_MSB 19
  341. #define TX_CBF_INFO_WAIT_SIFS_MASK 0x00000000000c0000
  342. #define TX_CBF_INFO_RANGING_OFFSET 0x0000000000000030
  343. #define TX_CBF_INFO_RANGING_LSB 20
  344. #define TX_CBF_INFO_RANGING_MSB 20
  345. #define TX_CBF_INFO_RANGING_MASK 0x0000000000100000
  346. #define TX_CBF_INFO_SECURE_OFFSET 0x0000000000000030
  347. #define TX_CBF_INFO_SECURE_LSB 21
  348. #define TX_CBF_INFO_SECURE_MSB 21
  349. #define TX_CBF_INFO_SECURE_MASK 0x0000000000200000
  350. #define TX_CBF_INFO_TB_RANGING_RESPONSE_REQUIRED_OFFSET 0x0000000000000030
  351. #define TX_CBF_INFO_TB_RANGING_RESPONSE_REQUIRED_LSB 22
  352. #define TX_CBF_INFO_TB_RANGING_RESPONSE_REQUIRED_MSB 23
  353. #define TX_CBF_INFO_TB_RANGING_RESPONSE_REQUIRED_MASK 0x0000000000c00000
  354. #define TX_CBF_INFO_RESERVED_12A_OFFSET 0x0000000000000030
  355. #define TX_CBF_INFO_RESERVED_12A_LSB 24
  356. #define TX_CBF_INFO_RESERVED_12A_MSB 25
  357. #define TX_CBF_INFO_RESERVED_12A_MASK 0x0000000003000000
  358. #define TX_CBF_INFO_U_SIG_PUNCTURE_PATTERN_ENCODING_OFFSET 0x0000000000000030
  359. #define TX_CBF_INFO_U_SIG_PUNCTURE_PATTERN_ENCODING_LSB 26
  360. #define TX_CBF_INFO_U_SIG_PUNCTURE_PATTERN_ENCODING_MSB 31
  361. #define TX_CBF_INFO_U_SIG_PUNCTURE_PATTERN_ENCODING_MASK 0x00000000fc000000
  362. #define TX_CBF_INFO_DOT11BE_PUNCTURE_BITMAP_OFFSET 0x0000000000000030
  363. #define TX_CBF_INFO_DOT11BE_PUNCTURE_BITMAP_LSB 32
  364. #define TX_CBF_INFO_DOT11BE_PUNCTURE_BITMAP_MSB 47
  365. #define TX_CBF_INFO_DOT11BE_PUNCTURE_BITMAP_MASK 0x0000ffff00000000
  366. #define TX_CBF_INFO_DOT11BE_RESPONSE_OFFSET 0x0000000000000030
  367. #define TX_CBF_INFO_DOT11BE_RESPONSE_LSB 48
  368. #define TX_CBF_INFO_DOT11BE_RESPONSE_MSB 48
  369. #define TX_CBF_INFO_DOT11BE_RESPONSE_MASK 0x0001000000000000
  370. #define TX_CBF_INFO_PUNCTURED_RESPONSE_OFFSET 0x0000000000000030
  371. #define TX_CBF_INFO_PUNCTURED_RESPONSE_LSB 49
  372. #define TX_CBF_INFO_PUNCTURED_RESPONSE_MSB 49
  373. #define TX_CBF_INFO_PUNCTURED_RESPONSE_MASK 0x0002000000000000
  374. #define TX_CBF_INFO_NPDA_INFO_11BE_VALID_OFFSET 0x0000000000000030
  375. #define TX_CBF_INFO_NPDA_INFO_11BE_VALID_LSB 50
  376. #define TX_CBF_INFO_NPDA_INFO_11BE_VALID_MSB 50
  377. #define TX_CBF_INFO_NPDA_INFO_11BE_VALID_MASK 0x0004000000000000
  378. #define TX_CBF_INFO_EHT_DUPLICATE_MODE_OFFSET 0x0000000000000030
  379. #define TX_CBF_INFO_EHT_DUPLICATE_MODE_LSB 51
  380. #define TX_CBF_INFO_EHT_DUPLICATE_MODE_MSB 52
  381. #define TX_CBF_INFO_EHT_DUPLICATE_MODE_MASK 0x0018000000000000
  382. #define TX_CBF_INFO_RESERVED_13A_OFFSET 0x0000000000000030
  383. #define TX_CBF_INFO_RESERVED_13A_LSB 53
  384. #define TX_CBF_INFO_RESERVED_13A_MSB 63
  385. #define TX_CBF_INFO_RESERVED_13A_MASK 0xffe0000000000000
  386. #define TX_CBF_INFO_EHT_STA_INFO_39_32_OFFSET 0x0000000000000038
  387. #define TX_CBF_INFO_EHT_STA_INFO_39_32_LSB 0
  388. #define TX_CBF_INFO_EHT_STA_INFO_39_32_MSB 7
  389. #define TX_CBF_INFO_EHT_STA_INFO_39_32_MASK 0x00000000000000ff
  390. #define TX_CBF_INFO_RESERVED_14A_OFFSET 0x0000000000000038
  391. #define TX_CBF_INFO_RESERVED_14A_LSB 8
  392. #define TX_CBF_INFO_RESERVED_14A_MSB 31
  393. #define TX_CBF_INFO_RESERVED_14A_MASK 0x00000000ffffff00
  394. #define TX_CBF_INFO_TLV64_PADDING_OFFSET 0x0000000000000038
  395. #define TX_CBF_INFO_TLV64_PADDING_LSB 32
  396. #define TX_CBF_INFO_TLV64_PADDING_MSB 63
  397. #define TX_CBF_INFO_TLV64_PADDING_MASK 0xffffffff00000000
  398. #endif