xref: /wlan-driver/fw-api/hw/qca5332/mactx_service.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 _MACTX_SERVICE_H_
27 #define _MACTX_SERVICE_H_
28 #if !defined(__ASSEMBLER__)
29 #endif
30 
31 #include "service_info.h"
32 #define NUM_OF_DWORDS_MACTX_SERVICE 2
33 
34 #define NUM_OF_QWORDS_MACTX_SERVICE 1
35 
36 
37 struct mactx_service {
38 #ifndef WIFI_BIT_ORDER_BIG_ENDIAN
39              struct   service_info                                              mactx_service_info_details;
40              uint32_t tlv64_padding                                           : 32; // [31:0]
41 #else
42              struct   service_info                                              mactx_service_info_details;
43              uint32_t tlv64_padding                                           : 32; // [31:0]
44 #endif
45 };
46 
47 
48 /* Description		MACTX_SERVICE_INFO_DETAILS
49 
50 			See detailed description of the STRUCT.
51 
52 			In case of EHT, instead of 'SERVICE_INFO' the STRUCT 'EHT_SERVICE_INFO'
53 			is used. See detailed description of the STRUCT.
54 */
55 
56 
57 /* Description		SCRAMBLER_SEED
58 
59 			This field provides the 7-bit seed for the data scrambler.
60 			 <legal all>
61 */
62 
63 #define MACTX_SERVICE_MACTX_SERVICE_INFO_DETAILS_SCRAMBLER_SEED_OFFSET              0x0000000000000000
64 #define MACTX_SERVICE_MACTX_SERVICE_INFO_DETAILS_SCRAMBLER_SEED_LSB                 0
65 #define MACTX_SERVICE_MACTX_SERVICE_INFO_DETAILS_SCRAMBLER_SEED_MSB                 6
66 #define MACTX_SERVICE_MACTX_SERVICE_INFO_DETAILS_SCRAMBLER_SEED_MASK                0x000000000000007f
67 
68 
69 /* Description		RESERVED
70 
71 			Reserved. Set to 0 by sender and ignored by receiver.  <legal
72 			 0>
73 */
74 
75 #define MACTX_SERVICE_MACTX_SERVICE_INFO_DETAILS_RESERVED_OFFSET                    0x0000000000000000
76 #define MACTX_SERVICE_MACTX_SERVICE_INFO_DETAILS_RESERVED_LSB                       7
77 #define MACTX_SERVICE_MACTX_SERVICE_INFO_DETAILS_RESERVED_MSB                       7
78 #define MACTX_SERVICE_MACTX_SERVICE_INFO_DETAILS_RESERVED_MASK                      0x0000000000000080
79 
80 
81 /* Description		SIG_B_CRC_USER
82 
83 			In case of vht transmission: vht_sig_b_crc_user
84 			<legal all>
85 */
86 
87 #define MACTX_SERVICE_MACTX_SERVICE_INFO_DETAILS_SIG_B_CRC_USER_OFFSET              0x0000000000000000
88 #define MACTX_SERVICE_MACTX_SERVICE_INFO_DETAILS_SIG_B_CRC_USER_LSB                 8
89 #define MACTX_SERVICE_MACTX_SERVICE_INFO_DETAILS_SIG_B_CRC_USER_MSB                 15
90 #define MACTX_SERVICE_MACTX_SERVICE_INFO_DETAILS_SIG_B_CRC_USER_MASK                0x000000000000ff00
91 
92 
93 /* Description		RESERVED_1
94 
95 			<legal 0>
96 */
97 
98 #define MACTX_SERVICE_MACTX_SERVICE_INFO_DETAILS_RESERVED_1_OFFSET                  0x0000000000000000
99 #define MACTX_SERVICE_MACTX_SERVICE_INFO_DETAILS_RESERVED_1_LSB                     16
100 #define MACTX_SERVICE_MACTX_SERVICE_INFO_DETAILS_RESERVED_1_MSB                     31
101 #define MACTX_SERVICE_MACTX_SERVICE_INFO_DETAILS_RESERVED_1_MASK                    0x00000000ffff0000
102 
103 
104 /* Description		TLV64_PADDING
105 
106 			Automatic DWORD padding inserted while converting TLV32
107 			to TLV64 for 64 bit ARCH
108 			<legal 0>
109 */
110 
111 #define MACTX_SERVICE_TLV64_PADDING_OFFSET                                          0x0000000000000000
112 #define MACTX_SERVICE_TLV64_PADDING_LSB                                             32
113 #define MACTX_SERVICE_TLV64_PADDING_MSB                                             63
114 #define MACTX_SERVICE_TLV64_PADDING_MASK                                            0xffffffff00000000
115 
116 
117 
118 #endif   // MACTX_SERVICE
119