Home
last modified time | relevance | path

Searched refs:_byte_ (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/staging/rtl8712/
Drtl871x_xmit.h41 pattrib_iv[0] = txpn._byte_.TSC0;\
42 pattrib_iv[1] = txpn._byte_.TSC1;\
43 pattrib_iv[2] = txpn._byte_.TSC2;\
53 pattrib_iv[0] = txpn._byte_.TSC1;\
54 pattrib_iv[1] = (txpn._byte_.TSC1 | 0x20) & 0x7f;\
55 pattrib_iv[2] = txpn._byte_.TSC0;\
57 pattrib_iv[4] = txpn._byte_.TSC2;\
58 pattrib_iv[5] = txpn._byte_.TSC3;\
59 pattrib_iv[6] = txpn._byte_.TSC4;\
60 pattrib_iv[7] = txpn._byte_.TSC5;\
[all …]
Drtl871x_security.h50 } _byte_; member
61 } _byte_; member
180 txpn._byte_.TSC0 = iv[2];\
181 txpn._byte_.TSC1 = iv[0];\
182 txpn._byte_.TSC2 = iv[4];\
183 txpn._byte_.TSC3 = iv[5];\
184 txpn._byte_.TSC4 = iv[6];\
185 txpn._byte_.TSC5 = iv[7];\
/linux-6.1.9/drivers/staging/r8188eu/include/
Drtw_xmit.h42 pattrib_iv[0] = dot11txpn._byte_.TSC0;\
43 pattrib_iv[1] = dot11txpn._byte_.TSC1;\
44 pattrib_iv[2] = dot11txpn._byte_.TSC2;\
51 pattrib_iv[0] = dot11txpn._byte_.TSC1;\
52 pattrib_iv[1] = (dot11txpn._byte_.TSC1 | 0x20) & 0x7f;\
53 pattrib_iv[2] = dot11txpn._byte_.TSC0;\
55 pattrib_iv[4] = dot11txpn._byte_.TSC2;\
56 pattrib_iv[5] = dot11txpn._byte_.TSC3;\
57 pattrib_iv[6] = dot11txpn._byte_.TSC4;\
58 pattrib_iv[7] = dot11txpn._byte_.TSC5;\
[all …]
Drtw_security.h52 } _byte_; member
65 } _byte_; member
200 dot11txpn._byte_.TSC0 = iv[2]; \
201 dot11txpn._byte_.TSC1 = iv[0]; \
202 dot11txpn._byte_.TSC2 = iv[4]; \
203 dot11txpn._byte_.TSC3 = iv[5]; \
204 dot11txpn._byte_.TSC4 = iv[6]; \
205 dot11txpn._byte_.TSC5 = iv[7]; \
/linux-6.1.9/drivers/staging/rtl8723bs/include/
Drtw_xmit.h44 pattrib_iv[0] = dot11txpn._byte_.TSC0;\
45 pattrib_iv[1] = dot11txpn._byte_.TSC1;\
46 pattrib_iv[2] = dot11txpn._byte_.TSC2;\
54 pattrib_iv[0] = dot11txpn._byte_.TSC1;\
55 pattrib_iv[1] = (dot11txpn._byte_.TSC1 | 0x20) & 0x7f;\
56 pattrib_iv[2] = dot11txpn._byte_.TSC0;\
58 pattrib_iv[4] = dot11txpn._byte_.TSC2;\
59 pattrib_iv[5] = dot11txpn._byte_.TSC3;\
60 pattrib_iv[6] = dot11txpn._byte_.TSC4;\
61 pattrib_iv[7] = dot11txpn._byte_.TSC5;\
[all …]
Drtw_security.h66 } _byte_; member
77 } _byte_; member
228 dot11txpn._byte_.TSC0 = iv[2];\
229 dot11txpn._byte_.TSC1 = iv[0];\
230 dot11txpn._byte_.TSC2 = iv[4];\
231 dot11txpn._byte_.TSC3 = iv[5];\
232 dot11txpn._byte_.TSC4 = iv[6];\
233 dot11txpn._byte_.TSC5 = iv[7];\