xref: /wlan-driver/fw-api/hw/qcn9224/v1/tx_cbf_info.h (revision 5113495b16420b49004c444715d2daae2066e7dc)
1 
2 /* Copyright (c) 2022, Qualcomm Innovation Center, Inc. All rights reserved.
3  *
4  * Permission to use, copy, modify, and/or distribute this software for any
5  * purpose with or without fee is hereby granted, provided that the above
6  * copyright notice and this permission notice appear in all copies.
7  *
8  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9  * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10  * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11  * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15  */
16 
17 
18 
19 
20 
21 
22 
23 
24 
25 
26 #ifndef _TX_CBF_INFO_H_
27 #define _TX_CBF_INFO_H_
28 #if !defined(__ASSEMBLER__)
29 #endif
30 
31 #define NUM_OF_DWORDS_TX_CBF_INFO 16
32 
33 #define NUM_OF_QWORDS_TX_CBF_INFO 8
34 
35 
36 struct tx_cbf_info {
37 #ifndef WIFI_BIT_ORDER_BIG_ENDIAN
38              uint32_t sw_peer_id                                              : 16,
39                       pre_cbf_duration                                        : 16;
40              uint32_t brpoll_info_valid                                       :  1,
41                       trigger_brpoll_info_valid                               :  1,
42                       npda_info_11ac_valid                                    :  1,
43                       npda_info_11ax_valid                                    :  1,
44                       dot11ax_su_extended                                     :  1,
45                       bandwidth                                               :  3,
46                       brpoll_info                                             :  8,
47                       cbf_response_table_base_index                           :  8,
48                       peer_index                                              :  3,
49                       pkt_type                                                :  4,
50                       txop_duration_all_ones                                  :  1;
51              uint32_t trigger_brpoll_common_info_15_0                         : 16,
52                       trigger_brpoll_common_info_31_16                        : 16;
53              uint32_t trigger_brpoll_user_info_15_0                           : 16,
54                       trigger_brpoll_user_info_31_16                          : 16;
55              uint32_t addr1_31_0                                              : 32;
56              uint32_t addr1_47_32                                             : 16,
57                       addr2_15_0                                              : 16;
58              uint32_t addr2_47_16                                             : 32;
59              uint32_t addr3_31_0                                              : 32;
60              uint32_t addr3_47_32                                             : 16,
61                       sta_partial_aid                                         : 11,
62                       reserved_8a                                             :  4,
63                       cbf_resp_pwr_mgmt                                       :  1;
64              uint32_t group_id                                                :  6,
65                       rssi_comb                                               :  8,
66                       reserved_9a                                             :  2,
67                       vht_ndpa_sta_info                                       : 16;
68              uint32_t he_eht_sta_info_15_0                                    : 16,
69                       he_eht_sta_info_31_16                                   : 16;
70              uint32_t dot11ax_received_format_indication                      :  1,
71                       dot11ax_received_dl_ul_flag                             :  1,
72                       dot11ax_received_bss_color_id                           :  6,
73                       dot11ax_received_spatial_reuse                          :  4,
74                       dot11ax_received_cp_size                                :  2,
75                       dot11ax_received_ltf_size                               :  2,
76                       dot11ax_received_coding                                 :  1,
77                       dot11ax_received_dcm                                    :  1,
78                       dot11ax_received_doppler_indication                     :  1,
79                       dot11ax_received_ext_ru_size                            :  4,
80                       dot11ax_dl_ul_flag                                      :  1,
81                       reserved_11a                                            :  8;
82              uint32_t sw_response_frame_length                                : 16,
83                       sw_response_tlv_from_crypto                             :  1,
84                       wait_sifs_config_valid                                  :  1,
85                       wait_sifs                                               :  2,
86                       ranging                                                 :  1,
87                       secure                                                  :  1,
88                       tb_ranging_response_required                            :  2,
89                       reserved_12a                                            :  2,
90                       u_sig_puncture_pattern_encoding                         :  6;
91              uint32_t dot11be_puncture_bitmap                                 : 16,
92                       dot11be_response                                        :  1,
93                       punctured_response                                      :  1,
94                       npda_info_11be_valid                                    :  1,
95                       eht_duplicate_mode                                      :  2,
96                       reserved_13a                                            : 11;
97              uint32_t eht_sta_info_39_32                                      :  8,
98                       reserved_14a                                            : 24;
99              uint32_t tlv64_padding                                           : 32;
100 #else
101              uint32_t pre_cbf_duration                                        : 16,
102                       sw_peer_id                                              : 16;
103              uint32_t txop_duration_all_ones                                  :  1,
104                       pkt_type                                                :  4,
105                       peer_index                                              :  3,
106                       cbf_response_table_base_index                           :  8,
107                       brpoll_info                                             :  8,
108                       bandwidth                                               :  3,
109                       dot11ax_su_extended                                     :  1,
110                       npda_info_11ax_valid                                    :  1,
111                       npda_info_11ac_valid                                    :  1,
112                       trigger_brpoll_info_valid                               :  1,
113                       brpoll_info_valid                                       :  1;
114              uint32_t trigger_brpoll_common_info_31_16                        : 16,
115                       trigger_brpoll_common_info_15_0                         : 16;
116              uint32_t trigger_brpoll_user_info_31_16                          : 16,
117                       trigger_brpoll_user_info_15_0                           : 16;
118              uint32_t addr1_31_0                                              : 32;
119              uint32_t addr2_15_0                                              : 16,
120                       addr1_47_32                                             : 16;
121              uint32_t addr2_47_16                                             : 32;
122              uint32_t addr3_31_0                                              : 32;
123              uint32_t cbf_resp_pwr_mgmt                                       :  1,
124                       reserved_8a                                             :  4,
125                       sta_partial_aid                                         : 11,
126                       addr3_47_32                                             : 16;
127              uint32_t vht_ndpa_sta_info                                       : 16,
128                       reserved_9a                                             :  2,
129                       rssi_comb                                               :  8,
130                       group_id                                                :  6;
131              uint32_t he_eht_sta_info_31_16                                   : 16,
132                       he_eht_sta_info_15_0                                    : 16;
133              uint32_t reserved_11a                                            :  8,
134                       dot11ax_dl_ul_flag                                      :  1,
135                       dot11ax_received_ext_ru_size                            :  4,
136                       dot11ax_received_doppler_indication                     :  1,
137                       dot11ax_received_dcm                                    :  1,
138                       dot11ax_received_coding                                 :  1,
139                       dot11ax_received_ltf_size                               :  2,
140                       dot11ax_received_cp_size                                :  2,
141                       dot11ax_received_spatial_reuse                          :  4,
142                       dot11ax_received_bss_color_id                           :  6,
143                       dot11ax_received_dl_ul_flag                             :  1,
144                       dot11ax_received_format_indication                      :  1;
145              uint32_t u_sig_puncture_pattern_encoding                         :  6,
146                       reserved_12a                                            :  2,
147                       tb_ranging_response_required                            :  2,
148                       secure                                                  :  1,
149                       ranging                                                 :  1,
150                       wait_sifs                                               :  2,
151                       wait_sifs_config_valid                                  :  1,
152                       sw_response_tlv_from_crypto                             :  1,
153                       sw_response_frame_length                                : 16;
154              uint32_t reserved_13a                                            : 11,
155                       eht_duplicate_mode                                      :  2,
156                       npda_info_11be_valid                                    :  1,
157                       punctured_response                                      :  1,
158                       dot11be_response                                        :  1,
159                       dot11be_puncture_bitmap                                 : 16;
160              uint32_t reserved_14a                                            : 24,
161                       eht_sta_info_39_32                                      :  8;
162              uint32_t tlv64_padding                                           : 32;
163 #endif
164 };
165 
166 
167 
168 
169 #define TX_CBF_INFO_SW_PEER_ID_OFFSET                                               0x0000000000000000
170 #define TX_CBF_INFO_SW_PEER_ID_LSB                                                  0
171 #define TX_CBF_INFO_SW_PEER_ID_MSB                                                  15
172 #define TX_CBF_INFO_SW_PEER_ID_MASK                                                 0x000000000000ffff
173 
174 
175 
176 
177 #define TX_CBF_INFO_PRE_CBF_DURATION_OFFSET                                         0x0000000000000000
178 #define TX_CBF_INFO_PRE_CBF_DURATION_LSB                                            16
179 #define TX_CBF_INFO_PRE_CBF_DURATION_MSB                                            31
180 #define TX_CBF_INFO_PRE_CBF_DURATION_MASK                                           0x00000000ffff0000
181 
182 
183 
184 
185 #define TX_CBF_INFO_BRPOLL_INFO_VALID_OFFSET                                        0x0000000000000000
186 #define TX_CBF_INFO_BRPOLL_INFO_VALID_LSB                                           32
187 #define TX_CBF_INFO_BRPOLL_INFO_VALID_MSB                                           32
188 #define TX_CBF_INFO_BRPOLL_INFO_VALID_MASK                                          0x0000000100000000
189 
190 
191 
192 
193 #define TX_CBF_INFO_TRIGGER_BRPOLL_INFO_VALID_OFFSET                                0x0000000000000000
194 #define TX_CBF_INFO_TRIGGER_BRPOLL_INFO_VALID_LSB                                   33
195 #define TX_CBF_INFO_TRIGGER_BRPOLL_INFO_VALID_MSB                                   33
196 #define TX_CBF_INFO_TRIGGER_BRPOLL_INFO_VALID_MASK                                  0x0000000200000000
197 
198 
199 
200 
201 #define TX_CBF_INFO_NPDA_INFO_11AC_VALID_OFFSET                                     0x0000000000000000
202 #define TX_CBF_INFO_NPDA_INFO_11AC_VALID_LSB                                        34
203 #define TX_CBF_INFO_NPDA_INFO_11AC_VALID_MSB                                        34
204 #define TX_CBF_INFO_NPDA_INFO_11AC_VALID_MASK                                       0x0000000400000000
205 
206 
207 
208 
209 #define TX_CBF_INFO_NPDA_INFO_11AX_VALID_OFFSET                                     0x0000000000000000
210 #define TX_CBF_INFO_NPDA_INFO_11AX_VALID_LSB                                        35
211 #define TX_CBF_INFO_NPDA_INFO_11AX_VALID_MSB                                        35
212 #define TX_CBF_INFO_NPDA_INFO_11AX_VALID_MASK                                       0x0000000800000000
213 
214 
215 
216 
217 #define TX_CBF_INFO_DOT11AX_SU_EXTENDED_OFFSET                                      0x0000000000000000
218 #define TX_CBF_INFO_DOT11AX_SU_EXTENDED_LSB                                         36
219 #define TX_CBF_INFO_DOT11AX_SU_EXTENDED_MSB                                         36
220 #define TX_CBF_INFO_DOT11AX_SU_EXTENDED_MASK                                        0x0000001000000000
221 
222 
223 
224 
225 #define TX_CBF_INFO_BANDWIDTH_OFFSET                                                0x0000000000000000
226 #define TX_CBF_INFO_BANDWIDTH_LSB                                                   37
227 #define TX_CBF_INFO_BANDWIDTH_MSB                                                   39
228 #define TX_CBF_INFO_BANDWIDTH_MASK                                                  0x000000e000000000
229 
230 
231 
232 
233 #define TX_CBF_INFO_BRPOLL_INFO_OFFSET                                              0x0000000000000000
234 #define TX_CBF_INFO_BRPOLL_INFO_LSB                                                 40
235 #define TX_CBF_INFO_BRPOLL_INFO_MSB                                                 47
236 #define TX_CBF_INFO_BRPOLL_INFO_MASK                                                0x0000ff0000000000
237 
238 
239 
240 
241 #define TX_CBF_INFO_CBF_RESPONSE_TABLE_BASE_INDEX_OFFSET                            0x0000000000000000
242 #define TX_CBF_INFO_CBF_RESPONSE_TABLE_BASE_INDEX_LSB                               48
243 #define TX_CBF_INFO_CBF_RESPONSE_TABLE_BASE_INDEX_MSB                               55
244 #define TX_CBF_INFO_CBF_RESPONSE_TABLE_BASE_INDEX_MASK                              0x00ff000000000000
245 
246 
247 
248 
249 #define TX_CBF_INFO_PEER_INDEX_OFFSET                                               0x0000000000000000
250 #define TX_CBF_INFO_PEER_INDEX_LSB                                                  56
251 #define TX_CBF_INFO_PEER_INDEX_MSB                                                  58
252 #define TX_CBF_INFO_PEER_INDEX_MASK                                                 0x0700000000000000
253 
254 
255 
256 
257 #define TX_CBF_INFO_PKT_TYPE_OFFSET                                                 0x0000000000000000
258 #define TX_CBF_INFO_PKT_TYPE_LSB                                                    59
259 #define TX_CBF_INFO_PKT_TYPE_MSB                                                    62
260 #define TX_CBF_INFO_PKT_TYPE_MASK                                                   0x7800000000000000
261 
262 
263 
264 
265 #define TX_CBF_INFO_TXOP_DURATION_ALL_ONES_OFFSET                                   0x0000000000000000
266 #define TX_CBF_INFO_TXOP_DURATION_ALL_ONES_LSB                                      63
267 #define TX_CBF_INFO_TXOP_DURATION_ALL_ONES_MSB                                      63
268 #define TX_CBF_INFO_TXOP_DURATION_ALL_ONES_MASK                                     0x8000000000000000
269 
270 
271 
272 
273 #define TX_CBF_INFO_TRIGGER_BRPOLL_COMMON_INFO_15_0_OFFSET                          0x0000000000000008
274 #define TX_CBF_INFO_TRIGGER_BRPOLL_COMMON_INFO_15_0_LSB                             0
275 #define TX_CBF_INFO_TRIGGER_BRPOLL_COMMON_INFO_15_0_MSB                             15
276 #define TX_CBF_INFO_TRIGGER_BRPOLL_COMMON_INFO_15_0_MASK                            0x000000000000ffff
277 
278 
279 
280 
281 #define TX_CBF_INFO_TRIGGER_BRPOLL_COMMON_INFO_31_16_OFFSET                         0x0000000000000008
282 #define TX_CBF_INFO_TRIGGER_BRPOLL_COMMON_INFO_31_16_LSB                            16
283 #define TX_CBF_INFO_TRIGGER_BRPOLL_COMMON_INFO_31_16_MSB                            31
284 #define TX_CBF_INFO_TRIGGER_BRPOLL_COMMON_INFO_31_16_MASK                           0x00000000ffff0000
285 
286 
287 
288 
289 #define TX_CBF_INFO_TRIGGER_BRPOLL_USER_INFO_15_0_OFFSET                            0x0000000000000008
290 #define TX_CBF_INFO_TRIGGER_BRPOLL_USER_INFO_15_0_LSB                               32
291 #define TX_CBF_INFO_TRIGGER_BRPOLL_USER_INFO_15_0_MSB                               47
292 #define TX_CBF_INFO_TRIGGER_BRPOLL_USER_INFO_15_0_MASK                              0x0000ffff00000000
293 
294 
295 
296 
297 #define TX_CBF_INFO_TRIGGER_BRPOLL_USER_INFO_31_16_OFFSET                           0x0000000000000008
298 #define TX_CBF_INFO_TRIGGER_BRPOLL_USER_INFO_31_16_LSB                              48
299 #define TX_CBF_INFO_TRIGGER_BRPOLL_USER_INFO_31_16_MSB                              63
300 #define TX_CBF_INFO_TRIGGER_BRPOLL_USER_INFO_31_16_MASK                             0xffff000000000000
301 
302 
303 
304 
305 #define TX_CBF_INFO_ADDR1_31_0_OFFSET                                               0x0000000000000010
306 #define TX_CBF_INFO_ADDR1_31_0_LSB                                                  0
307 #define TX_CBF_INFO_ADDR1_31_0_MSB                                                  31
308 #define TX_CBF_INFO_ADDR1_31_0_MASK                                                 0x00000000ffffffff
309 
310 
311 
312 
313 #define TX_CBF_INFO_ADDR1_47_32_OFFSET                                              0x0000000000000010
314 #define TX_CBF_INFO_ADDR1_47_32_LSB                                                 32
315 #define TX_CBF_INFO_ADDR1_47_32_MSB                                                 47
316 #define TX_CBF_INFO_ADDR1_47_32_MASK                                                0x0000ffff00000000
317 
318 
319 
320 
321 #define TX_CBF_INFO_ADDR2_15_0_OFFSET                                               0x0000000000000010
322 #define TX_CBF_INFO_ADDR2_15_0_LSB                                                  48
323 #define TX_CBF_INFO_ADDR2_15_0_MSB                                                  63
324 #define TX_CBF_INFO_ADDR2_15_0_MASK                                                 0xffff000000000000
325 
326 
327 
328 
329 #define TX_CBF_INFO_ADDR2_47_16_OFFSET                                              0x0000000000000018
330 #define TX_CBF_INFO_ADDR2_47_16_LSB                                                 0
331 #define TX_CBF_INFO_ADDR2_47_16_MSB                                                 31
332 #define TX_CBF_INFO_ADDR2_47_16_MASK                                                0x00000000ffffffff
333 
334 
335 
336 
337 #define TX_CBF_INFO_ADDR3_31_0_OFFSET                                               0x0000000000000018
338 #define TX_CBF_INFO_ADDR3_31_0_LSB                                                  32
339 #define TX_CBF_INFO_ADDR3_31_0_MSB                                                  63
340 #define TX_CBF_INFO_ADDR3_31_0_MASK                                                 0xffffffff00000000
341 
342 
343 
344 
345 #define TX_CBF_INFO_ADDR3_47_32_OFFSET                                              0x0000000000000020
346 #define TX_CBF_INFO_ADDR3_47_32_LSB                                                 0
347 #define TX_CBF_INFO_ADDR3_47_32_MSB                                                 15
348 #define TX_CBF_INFO_ADDR3_47_32_MASK                                                0x000000000000ffff
349 
350 
351 
352 
353 #define TX_CBF_INFO_STA_PARTIAL_AID_OFFSET                                          0x0000000000000020
354 #define TX_CBF_INFO_STA_PARTIAL_AID_LSB                                             16
355 #define TX_CBF_INFO_STA_PARTIAL_AID_MSB                                             26
356 #define TX_CBF_INFO_STA_PARTIAL_AID_MASK                                            0x0000000007ff0000
357 
358 
359 
360 
361 #define TX_CBF_INFO_RESERVED_8A_OFFSET                                              0x0000000000000020
362 #define TX_CBF_INFO_RESERVED_8A_LSB                                                 27
363 #define TX_CBF_INFO_RESERVED_8A_MSB                                                 30
364 #define TX_CBF_INFO_RESERVED_8A_MASK                                                0x0000000078000000
365 
366 
367 
368 
369 #define TX_CBF_INFO_CBF_RESP_PWR_MGMT_OFFSET                                        0x0000000000000020
370 #define TX_CBF_INFO_CBF_RESP_PWR_MGMT_LSB                                           31
371 #define TX_CBF_INFO_CBF_RESP_PWR_MGMT_MSB                                           31
372 #define TX_CBF_INFO_CBF_RESP_PWR_MGMT_MASK                                          0x0000000080000000
373 
374 
375 
376 
377 #define TX_CBF_INFO_GROUP_ID_OFFSET                                                 0x0000000000000020
378 #define TX_CBF_INFO_GROUP_ID_LSB                                                    32
379 #define TX_CBF_INFO_GROUP_ID_MSB                                                    37
380 #define TX_CBF_INFO_GROUP_ID_MASK                                                   0x0000003f00000000
381 
382 
383 
384 
385 #define TX_CBF_INFO_RSSI_COMB_OFFSET                                                0x0000000000000020
386 #define TX_CBF_INFO_RSSI_COMB_LSB                                                   38
387 #define TX_CBF_INFO_RSSI_COMB_MSB                                                   45
388 #define TX_CBF_INFO_RSSI_COMB_MASK                                                  0x00003fc000000000
389 
390 
391 
392 
393 #define TX_CBF_INFO_RESERVED_9A_OFFSET                                              0x0000000000000020
394 #define TX_CBF_INFO_RESERVED_9A_LSB                                                 46
395 #define TX_CBF_INFO_RESERVED_9A_MSB                                                 47
396 #define TX_CBF_INFO_RESERVED_9A_MASK                                                0x0000c00000000000
397 
398 
399 
400 
401 #define TX_CBF_INFO_VHT_NDPA_STA_INFO_OFFSET                                        0x0000000000000020
402 #define TX_CBF_INFO_VHT_NDPA_STA_INFO_LSB                                           48
403 #define TX_CBF_INFO_VHT_NDPA_STA_INFO_MSB                                           63
404 #define TX_CBF_INFO_VHT_NDPA_STA_INFO_MASK                                          0xffff000000000000
405 
406 
407 
408 
409 #define TX_CBF_INFO_HE_EHT_STA_INFO_15_0_OFFSET                                     0x0000000000000028
410 #define TX_CBF_INFO_HE_EHT_STA_INFO_15_0_LSB                                        0
411 #define TX_CBF_INFO_HE_EHT_STA_INFO_15_0_MSB                                        15
412 #define TX_CBF_INFO_HE_EHT_STA_INFO_15_0_MASK                                       0x000000000000ffff
413 
414 
415 
416 
417 #define TX_CBF_INFO_HE_EHT_STA_INFO_31_16_OFFSET                                    0x0000000000000028
418 #define TX_CBF_INFO_HE_EHT_STA_INFO_31_16_LSB                                       16
419 #define TX_CBF_INFO_HE_EHT_STA_INFO_31_16_MSB                                       31
420 #define TX_CBF_INFO_HE_EHT_STA_INFO_31_16_MASK                                      0x00000000ffff0000
421 
422 
423 
424 
425 #define TX_CBF_INFO_DOT11AX_RECEIVED_FORMAT_INDICATION_OFFSET                       0x0000000000000028
426 #define TX_CBF_INFO_DOT11AX_RECEIVED_FORMAT_INDICATION_LSB                          32
427 #define TX_CBF_INFO_DOT11AX_RECEIVED_FORMAT_INDICATION_MSB                          32
428 #define TX_CBF_INFO_DOT11AX_RECEIVED_FORMAT_INDICATION_MASK                         0x0000000100000000
429 
430 
431 
432 
433 #define TX_CBF_INFO_DOT11AX_RECEIVED_DL_UL_FLAG_OFFSET                              0x0000000000000028
434 #define TX_CBF_INFO_DOT11AX_RECEIVED_DL_UL_FLAG_LSB                                 33
435 #define TX_CBF_INFO_DOT11AX_RECEIVED_DL_UL_FLAG_MSB                                 33
436 #define TX_CBF_INFO_DOT11AX_RECEIVED_DL_UL_FLAG_MASK                                0x0000000200000000
437 
438 
439 
440 
441 #define TX_CBF_INFO_DOT11AX_RECEIVED_BSS_COLOR_ID_OFFSET                            0x0000000000000028
442 #define TX_CBF_INFO_DOT11AX_RECEIVED_BSS_COLOR_ID_LSB                               34
443 #define TX_CBF_INFO_DOT11AX_RECEIVED_BSS_COLOR_ID_MSB                               39
444 #define TX_CBF_INFO_DOT11AX_RECEIVED_BSS_COLOR_ID_MASK                              0x000000fc00000000
445 
446 
447 
448 
449 #define TX_CBF_INFO_DOT11AX_RECEIVED_SPATIAL_REUSE_OFFSET                           0x0000000000000028
450 #define TX_CBF_INFO_DOT11AX_RECEIVED_SPATIAL_REUSE_LSB                              40
451 #define TX_CBF_INFO_DOT11AX_RECEIVED_SPATIAL_REUSE_MSB                              43
452 #define TX_CBF_INFO_DOT11AX_RECEIVED_SPATIAL_REUSE_MASK                             0x00000f0000000000
453 
454 
455 
456 
457 #define TX_CBF_INFO_DOT11AX_RECEIVED_CP_SIZE_OFFSET                                 0x0000000000000028
458 #define TX_CBF_INFO_DOT11AX_RECEIVED_CP_SIZE_LSB                                    44
459 #define TX_CBF_INFO_DOT11AX_RECEIVED_CP_SIZE_MSB                                    45
460 #define TX_CBF_INFO_DOT11AX_RECEIVED_CP_SIZE_MASK                                   0x0000300000000000
461 
462 
463 
464 
465 #define TX_CBF_INFO_DOT11AX_RECEIVED_LTF_SIZE_OFFSET                                0x0000000000000028
466 #define TX_CBF_INFO_DOT11AX_RECEIVED_LTF_SIZE_LSB                                   46
467 #define TX_CBF_INFO_DOT11AX_RECEIVED_LTF_SIZE_MSB                                   47
468 #define TX_CBF_INFO_DOT11AX_RECEIVED_LTF_SIZE_MASK                                  0x0000c00000000000
469 
470 
471 
472 
473 #define TX_CBF_INFO_DOT11AX_RECEIVED_CODING_OFFSET                                  0x0000000000000028
474 #define TX_CBF_INFO_DOT11AX_RECEIVED_CODING_LSB                                     48
475 #define TX_CBF_INFO_DOT11AX_RECEIVED_CODING_MSB                                     48
476 #define TX_CBF_INFO_DOT11AX_RECEIVED_CODING_MASK                                    0x0001000000000000
477 
478 
479 
480 
481 #define TX_CBF_INFO_DOT11AX_RECEIVED_DCM_OFFSET                                     0x0000000000000028
482 #define TX_CBF_INFO_DOT11AX_RECEIVED_DCM_LSB                                        49
483 #define TX_CBF_INFO_DOT11AX_RECEIVED_DCM_MSB                                        49
484 #define TX_CBF_INFO_DOT11AX_RECEIVED_DCM_MASK                                       0x0002000000000000
485 
486 
487 
488 
489 #define TX_CBF_INFO_DOT11AX_RECEIVED_DOPPLER_INDICATION_OFFSET                      0x0000000000000028
490 #define TX_CBF_INFO_DOT11AX_RECEIVED_DOPPLER_INDICATION_LSB                         50
491 #define TX_CBF_INFO_DOT11AX_RECEIVED_DOPPLER_INDICATION_MSB                         50
492 #define TX_CBF_INFO_DOT11AX_RECEIVED_DOPPLER_INDICATION_MASK                        0x0004000000000000
493 
494 
495 
496 
497 #define TX_CBF_INFO_DOT11AX_RECEIVED_EXT_RU_SIZE_OFFSET                             0x0000000000000028
498 #define TX_CBF_INFO_DOT11AX_RECEIVED_EXT_RU_SIZE_LSB                                51
499 #define TX_CBF_INFO_DOT11AX_RECEIVED_EXT_RU_SIZE_MSB                                54
500 #define TX_CBF_INFO_DOT11AX_RECEIVED_EXT_RU_SIZE_MASK                               0x0078000000000000
501 
502 
503 
504 
505 #define TX_CBF_INFO_DOT11AX_DL_UL_FLAG_OFFSET                                       0x0000000000000028
506 #define TX_CBF_INFO_DOT11AX_DL_UL_FLAG_LSB                                          55
507 #define TX_CBF_INFO_DOT11AX_DL_UL_FLAG_MSB                                          55
508 #define TX_CBF_INFO_DOT11AX_DL_UL_FLAG_MASK                                         0x0080000000000000
509 
510 
511 
512 
513 #define TX_CBF_INFO_RESERVED_11A_OFFSET                                             0x0000000000000028
514 #define TX_CBF_INFO_RESERVED_11A_LSB                                                56
515 #define TX_CBF_INFO_RESERVED_11A_MSB                                                63
516 #define TX_CBF_INFO_RESERVED_11A_MASK                                               0xff00000000000000
517 
518 
519 
520 
521 #define TX_CBF_INFO_SW_RESPONSE_FRAME_LENGTH_OFFSET                                 0x0000000000000030
522 #define TX_CBF_INFO_SW_RESPONSE_FRAME_LENGTH_LSB                                    0
523 #define TX_CBF_INFO_SW_RESPONSE_FRAME_LENGTH_MSB                                    15
524 #define TX_CBF_INFO_SW_RESPONSE_FRAME_LENGTH_MASK                                   0x000000000000ffff
525 
526 
527 
528 
529 #define TX_CBF_INFO_SW_RESPONSE_TLV_FROM_CRYPTO_OFFSET                              0x0000000000000030
530 #define TX_CBF_INFO_SW_RESPONSE_TLV_FROM_CRYPTO_LSB                                 16
531 #define TX_CBF_INFO_SW_RESPONSE_TLV_FROM_CRYPTO_MSB                                 16
532 #define TX_CBF_INFO_SW_RESPONSE_TLV_FROM_CRYPTO_MASK                                0x0000000000010000
533 
534 
535 
536 
537 #define TX_CBF_INFO_WAIT_SIFS_CONFIG_VALID_OFFSET                                   0x0000000000000030
538 #define TX_CBF_INFO_WAIT_SIFS_CONFIG_VALID_LSB                                      17
539 #define TX_CBF_INFO_WAIT_SIFS_CONFIG_VALID_MSB                                      17
540 #define TX_CBF_INFO_WAIT_SIFS_CONFIG_VALID_MASK                                     0x0000000000020000
541 
542 
543 
544 
545 #define TX_CBF_INFO_WAIT_SIFS_OFFSET                                                0x0000000000000030
546 #define TX_CBF_INFO_WAIT_SIFS_LSB                                                   18
547 #define TX_CBF_INFO_WAIT_SIFS_MSB                                                   19
548 #define TX_CBF_INFO_WAIT_SIFS_MASK                                                  0x00000000000c0000
549 
550 
551 
552 
553 #define TX_CBF_INFO_RANGING_OFFSET                                                  0x0000000000000030
554 #define TX_CBF_INFO_RANGING_LSB                                                     20
555 #define TX_CBF_INFO_RANGING_MSB                                                     20
556 #define TX_CBF_INFO_RANGING_MASK                                                    0x0000000000100000
557 
558 
559 
560 
561 #define TX_CBF_INFO_SECURE_OFFSET                                                   0x0000000000000030
562 #define TX_CBF_INFO_SECURE_LSB                                                      21
563 #define TX_CBF_INFO_SECURE_MSB                                                      21
564 #define TX_CBF_INFO_SECURE_MASK                                                     0x0000000000200000
565 
566 
567 
568 
569 #define TX_CBF_INFO_TB_RANGING_RESPONSE_REQUIRED_OFFSET                             0x0000000000000030
570 #define TX_CBF_INFO_TB_RANGING_RESPONSE_REQUIRED_LSB                                22
571 #define TX_CBF_INFO_TB_RANGING_RESPONSE_REQUIRED_MSB                                23
572 #define TX_CBF_INFO_TB_RANGING_RESPONSE_REQUIRED_MASK                               0x0000000000c00000
573 
574 
575 
576 
577 #define TX_CBF_INFO_RESERVED_12A_OFFSET                                             0x0000000000000030
578 #define TX_CBF_INFO_RESERVED_12A_LSB                                                24
579 #define TX_CBF_INFO_RESERVED_12A_MSB                                                25
580 #define TX_CBF_INFO_RESERVED_12A_MASK                                               0x0000000003000000
581 
582 
583 
584 
585 #define TX_CBF_INFO_U_SIG_PUNCTURE_PATTERN_ENCODING_OFFSET                          0x0000000000000030
586 #define TX_CBF_INFO_U_SIG_PUNCTURE_PATTERN_ENCODING_LSB                             26
587 #define TX_CBF_INFO_U_SIG_PUNCTURE_PATTERN_ENCODING_MSB                             31
588 #define TX_CBF_INFO_U_SIG_PUNCTURE_PATTERN_ENCODING_MASK                            0x00000000fc000000
589 
590 
591 
592 
593 #define TX_CBF_INFO_DOT11BE_PUNCTURE_BITMAP_OFFSET                                  0x0000000000000030
594 #define TX_CBF_INFO_DOT11BE_PUNCTURE_BITMAP_LSB                                     32
595 #define TX_CBF_INFO_DOT11BE_PUNCTURE_BITMAP_MSB                                     47
596 #define TX_CBF_INFO_DOT11BE_PUNCTURE_BITMAP_MASK                                    0x0000ffff00000000
597 
598 
599 
600 
601 #define TX_CBF_INFO_DOT11BE_RESPONSE_OFFSET                                         0x0000000000000030
602 #define TX_CBF_INFO_DOT11BE_RESPONSE_LSB                                            48
603 #define TX_CBF_INFO_DOT11BE_RESPONSE_MSB                                            48
604 #define TX_CBF_INFO_DOT11BE_RESPONSE_MASK                                           0x0001000000000000
605 
606 
607 
608 
609 #define TX_CBF_INFO_PUNCTURED_RESPONSE_OFFSET                                       0x0000000000000030
610 #define TX_CBF_INFO_PUNCTURED_RESPONSE_LSB                                          49
611 #define TX_CBF_INFO_PUNCTURED_RESPONSE_MSB                                          49
612 #define TX_CBF_INFO_PUNCTURED_RESPONSE_MASK                                         0x0002000000000000
613 
614 
615 
616 
617 #define TX_CBF_INFO_NPDA_INFO_11BE_VALID_OFFSET                                     0x0000000000000030
618 #define TX_CBF_INFO_NPDA_INFO_11BE_VALID_LSB                                        50
619 #define TX_CBF_INFO_NPDA_INFO_11BE_VALID_MSB                                        50
620 #define TX_CBF_INFO_NPDA_INFO_11BE_VALID_MASK                                       0x0004000000000000
621 
622 
623 
624 
625 #define TX_CBF_INFO_EHT_DUPLICATE_MODE_OFFSET                                       0x0000000000000030
626 #define TX_CBF_INFO_EHT_DUPLICATE_MODE_LSB                                          51
627 #define TX_CBF_INFO_EHT_DUPLICATE_MODE_MSB                                          52
628 #define TX_CBF_INFO_EHT_DUPLICATE_MODE_MASK                                         0x0018000000000000
629 
630 
631 
632 
633 #define TX_CBF_INFO_RESERVED_13A_OFFSET                                             0x0000000000000030
634 #define TX_CBF_INFO_RESERVED_13A_LSB                                                53
635 #define TX_CBF_INFO_RESERVED_13A_MSB                                                63
636 #define TX_CBF_INFO_RESERVED_13A_MASK                                               0xffe0000000000000
637 
638 
639 
640 
641 #define TX_CBF_INFO_EHT_STA_INFO_39_32_OFFSET                                       0x0000000000000038
642 #define TX_CBF_INFO_EHT_STA_INFO_39_32_LSB                                          0
643 #define TX_CBF_INFO_EHT_STA_INFO_39_32_MSB                                          7
644 #define TX_CBF_INFO_EHT_STA_INFO_39_32_MASK                                         0x00000000000000ff
645 
646 
647 
648 
649 #define TX_CBF_INFO_RESERVED_14A_OFFSET                                             0x0000000000000038
650 #define TX_CBF_INFO_RESERVED_14A_LSB                                                8
651 #define TX_CBF_INFO_RESERVED_14A_MSB                                                31
652 #define TX_CBF_INFO_RESERVED_14A_MASK                                               0x00000000ffffff00
653 
654 
655 
656 
657 #define TX_CBF_INFO_TLV64_PADDING_OFFSET                                            0x0000000000000038
658 #define TX_CBF_INFO_TLV64_PADDING_LSB                                               32
659 #define TX_CBF_INFO_TLV64_PADDING_MSB                                               63
660 #define TX_CBF_INFO_TLV64_PADDING_MASK                                              0xffffffff00000000
661 
662 
663 
664 #endif
665