Home
last modified time | relevance | path

Searched refs:uint16 (Results 1 – 25 of 885) sorted by relevance

12345678910>>...36

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Detd.h51 uint16 len; /* Length of data excluding this header */
146 uint16 xtag;
147 uint16 version; /* version of the information following this */
154 uint16 i16_0x1a8; /* gated clock en */
155 uint16 i16_0x406; /* Rcv Fifo Ctrl */
156 uint16 i16_0x408; /* Rx ctrl 1 */
157 uint16 i16_0x41a; /* Rxe Status 1 */
158 uint16 i16_0x41c; /* Rxe Status 2 */
159 uint16 i16_0x424; /* rcv wrd count 0 */
160 uint16 i16_0x426; /* rcv wrd count 1 */
[all …]
H A Devent_log_payload.h78 uint16 id; /* XTLV ID: EVENT_LOG_XTLV_ID_STR */
79 uint16 len; /* XTLV Len (String length) */
94 uint16 id; /* XTLV ID: EVENT_LOG_XTLV_ID_TXQ_SUM */
95 uint16 len; /* XTLV Len */
100 uint16 plen[1]; /* var len array of lengths of each prec/fifo in the queue */
104 #define TXQ_SUMMARY_FULL_LEN(num_q) (TXQ_SUMMARY_LEN + (num_q) * sizeof(uint16))
107 uint16 id; /* XTLV ID: EVENT_LOG_XTLV_ID_TXQ_SUM_V2 */
108 uint16 len; /* XTLV Len */
114 uint16 plen[1]; /* var len array of lengths of each prec/fifo in the queue */
118 #define TXQ_SUMMARY_V2_FULL_LEN(num_q) (TXQ_SUMMARY_V2_LEN + (num_q) * sizeof(uint16))
[all …]
H A Dwlioctl.h114 uint16 version;
132 uint16 reject_reason; /**< reason code for rejecting association */
154 uint16 len;
183 uint16 id;
185 uint16 PAD;
235 uint16 obss_bwsw_pseudo_sense_count_cfg; /**< number of msecs/cnt to be in
312 uint16 beacon_period; /**< units are Kusec */
313 uint16 capability; /**< Capability information */
322 uint16 atim_window; /**< units are Kusec */
333 uint16 vht_rxmcsmap; /**< VHT rx mcs map (802.11ac IE, VHT_CAP_MCS_MAP_*) */
[all …]
H A Dbcmevent.h60 uint16 version;
61 uint16 flags; /* see flags below */
74 uint16 version;
75 uint16 flags; /* see flags below */
329 extern int is_wlc_event_frame(void *pktdata, uint pktlen, uint16 exp_usr_subtype,
349 uint16 version; /* version */
350 uint16 length; /* total length */
362 uint16 version; /* version */
363 uint16 length; /* total length */
370 uint16 version; /* version */
[all …]
H A Dethernet.h122 uint16 ether_type;
156 ((*(const uint16 *)(((const uint8 *)(a)) + 4)) ^ \
157 (*(const uint16 *)(((const uint8 *)(b)) + 4))))
162 ((*(const uint16 *)(((const uint32 *)(a)) + 3)) ^ \
163 (*(const uint16 *)(((const uint32 *)(b)) + 3))))
165 #define eacmp(a, b) ((((const uint16 *)(a))[0] ^ ((const uint16 *)(b))[0]) | \
166 (((const uint16 *)(a))[1] ^ ((const uint16 *)(b))[1]) | \
167 (((const uint16 *)(a))[2] ^ ((const uint16 *)(b))[2]))
169 #define ehcmp(a, b) ((((const uint16 *)(a))[0] ^ ((const uint16 *)(b))[0]) | \
170 (((const uint16 *)(a))[1] ^ ((const uint16 *)(b))[1]) | \
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Detd.h51 uint16 len; /* Length of data excluding this header */
146 uint16 xtag;
147 uint16 version; /* version of the information following this */
154 uint16 i16_0x1a8; /* gated clock en */
155 uint16 i16_0x406; /* Rcv Fifo Ctrl */
156 uint16 i16_0x408; /* Rx ctrl 1 */
157 uint16 i16_0x41a; /* Rxe Status 1 */
158 uint16 i16_0x41c; /* Rxe Status 2 */
159 uint16 i16_0x424; /* rcv wrd count 0 */
160 uint16 i16_0x426; /* rcv wrd count 1 */
[all …]
H A Devent_log_payload.h78 uint16 id; /* XTLV ID: EVENT_LOG_XTLV_ID_STR */
79 uint16 len; /* XTLV Len (String length) */
94 uint16 id; /* XTLV ID: EVENT_LOG_XTLV_ID_TXQ_SUM */
95 uint16 len; /* XTLV Len */
100 uint16 plen[1]; /* var len array of lengths of each prec/fifo in the queue */
104 #define TXQ_SUMMARY_FULL_LEN(num_q) (TXQ_SUMMARY_LEN + (num_q) * sizeof(uint16))
107 uint16 id; /* XTLV ID: EVENT_LOG_XTLV_ID_TXQ_SUM_V2 */
108 uint16 len; /* XTLV Len */
114 uint16 plen[1]; /* var len array of lengths of each prec/fifo in the queue */
118 #define TXQ_SUMMARY_V2_FULL_LEN(num_q) (TXQ_SUMMARY_V2_LEN + (num_q) * sizeof(uint16))
[all …]
H A Dwlioctl.h114 uint16 version;
132 uint16 reject_reason; /**< reason code for rejecting association */
154 uint16 len;
183 uint16 id;
185 uint16 PAD;
235 uint16 obss_bwsw_pseudo_sense_count_cfg; /**< number of msecs/cnt to be in
312 uint16 beacon_period; /**< units are Kusec */
313 uint16 capability; /**< Capability information */
322 uint16 atim_window; /**< units are Kusec */
333 uint16 vht_rxmcsmap; /**< VHT rx mcs map (802.11ac IE, VHT_CAP_MCS_MAP_*) */
[all …]
H A Dethernet.h122 uint16 ether_type;
156 ((*(const uint16 *)(((const uint8 *)(a)) + 4)) ^ \
157 (*(const uint16 *)(((const uint8 *)(b)) + 4))))
162 ((*(const uint16 *)(((const uint32 *)(a)) + 3)) ^ \
163 (*(const uint16 *)(((const uint32 *)(b)) + 3))))
165 #define eacmp(a, b) ((((const uint16 *)(a))[0] ^ ((const uint16 *)(b))[0]) | \
166 (((const uint16 *)(a))[1] ^ ((const uint16 *)(b))[1]) | \
167 (((const uint16 *)(a))[2] ^ ((const uint16 *)(b))[2]))
169 #define ehcmp(a, b) ((((const uint16 *)(a))[0] ^ ((const uint16 *)(b))[0]) | \
170 (((const uint16 *)(a))[1] ^ ((const uint16 *)(b))[1]) | \
[all …]
H A Dbcmevent.h60 uint16 version;
61 uint16 flags; /* see flags below */
74 uint16 version;
75 uint16 flags; /* see flags below */
328 extern int is_wlc_event_frame(void *pktdata, uint pktlen, uint16 exp_usr_subtype,
348 uint16 version; /* version */
349 uint16 length; /* total length */
361 uint16 version; /* version */
362 uint16 length; /* total length */
369 uint16 version; /* version */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Detd.h59 uint16 len; /* Length of data excluding this header */
153 uint16 xtag;
154 uint16 version; /* version of the information following this */
161 uint16 i16_0x1a8; /* gated clock en */
162 uint16 i16_0x406; /* Rcv Fifo Ctrl */
163 uint16 i16_0x408; /* Rx ctrl 1 */
164 uint16 i16_0x41a; /* Rxe Status 1 */
165 uint16 i16_0x41c; /* Rxe Status 2 */
166 uint16 i16_0x424; /* rcv wrd count 0 */
167 uint16 i16_0x426; /* rcv wrd count 1 */
[all …]
H A Devent_log_payload.h56 uint16 id; /* XTLV ID: EVENT_LOG_XTLV_ID_STR */
57 uint16 len; /* XTLV Len (String length) */
72 uint16 id; /* XTLV ID: EVENT_LOG_XTLV_ID_TXQ_SUM */
73 uint16 len; /* XTLV Len */
78 uint16 plen[1]; /* var len array of lengths of each prec/fifo in the queue */
82 #define TXQ_SUMMARY_FULL_LEN(num_q) (TXQ_SUMMARY_LEN + (num_q) * sizeof(uint16))
85 uint16 id; /* XTLV ID: EVENT_LOG_XTLV_ID_TXQ_SUM_V2 */
86 uint16 len; /* XTLV Len */
92 uint16 plen[1]; /* var len array of lengths of each prec/fifo in the queue */
96 #define TXQ_SUMMARY_V2_FULL_LEN(num_q) (TXQ_SUMMARY_V2_LEN + (num_q) * sizeof(uint16))
[all …]
H A Dwlioctl.h114 uint16 version;
132 uint16 reject_reason; /**< reason code for rejecting association */
150 uint16 len;
184 uint16 flags;
194 uint16 len;
195 uint16 fc;
196 uint16 channel;
209 uint16 id;
211 uint16 PAD;
261 uint16 obss_bwsw_pseudo_sense_count_cfg; /**< number of msecs/cnt to be in
[all …]
H A Dbcmevent.h68 uint16 version;
69 uint16 flags; /* see flags below */
82 uint16 version;
83 uint16 flags; /* see flags below */
326 extern int is_wlc_event_frame(void *pktdata, uint pktlen, uint16 exp_usr_subtype,
394 uint16 chanspec; /* Interface Channel/Chanspec */
502 uint16 version;
503 uint16 len;
504 uint16 channel; /* Matches chanspec_t format from bcmwifi_channels.h */
505 uint16 pad;
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Detd.h59 uint16 len; /* Length of data excluding this header */
153 uint16 xtag;
154 uint16 version; /* version of the information following this */
161 uint16 i16_0x1a8; /* gated clock en */
162 uint16 i16_0x406; /* Rcv Fifo Ctrl */
163 uint16 i16_0x408; /* Rx ctrl 1 */
164 uint16 i16_0x41a; /* Rxe Status 1 */
165 uint16 i16_0x41c; /* Rxe Status 2 */
166 uint16 i16_0x424; /* rcv wrd count 0 */
167 uint16 i16_0x426; /* rcv wrd count 1 */
[all …]
H A Devent_log_payload.h56 uint16 id; /* XTLV ID: EVENT_LOG_XTLV_ID_STR */
57 uint16 len; /* XTLV Len (String length) */
72 uint16 id; /* XTLV ID: EVENT_LOG_XTLV_ID_TXQ_SUM */
73 uint16 len; /* XTLV Len */
78 uint16 plen[1]; /* var len array of lengths of each prec/fifo in the queue */
82 #define TXQ_SUMMARY_FULL_LEN(num_q) (TXQ_SUMMARY_LEN + (num_q) * sizeof(uint16))
85 uint16 id; /* XTLV ID: EVENT_LOG_XTLV_ID_TXQ_SUM_V2 */
86 uint16 len; /* XTLV Len */
92 uint16 plen[1]; /* var len array of lengths of each prec/fifo in the queue */
96 #define TXQ_SUMMARY_V2_FULL_LEN(num_q) (TXQ_SUMMARY_V2_LEN + (num_q) * sizeof(uint16))
[all …]
H A Dwlioctl.h114 uint16 version;
132 uint16 reject_reason; /**< reason code for rejecting association */
150 uint16 len;
185 uint16 flags;
205 uint16 len;
206 uint16 fc;
207 uint16 channel;
220 uint16 id;
222 uint16 PAD;
272 uint16 obss_bwsw_pseudo_sense_count_cfg; /**< number of msecs/cnt to be in
[all …]
H A Dbcmevent.h68 uint16 version;
69 uint16 flags; /* see flags below */
82 uint16 version;
83 uint16 flags; /* see flags below */
331 extern int is_wlc_event_frame(void *pktdata, uint pktlen, uint16 exp_usr_subtype,
399 uint16 chanspec; /* Interface Channel/Chanspec */
507 uint16 version;
508 uint16 len;
509 uint16 channel; /* Matches chanspec_t format from bcmwifi_channels.h */
510 uint16 pad;
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Detd.h59 uint16 len; /* Length of data excluding this header */
153 uint16 xtag;
154 uint16 version; /* version of the information following this */
161 uint16 i16_0x1a8; /* gated clock en */
162 uint16 i16_0x406; /* Rcv Fifo Ctrl */
163 uint16 i16_0x408; /* Rx ctrl 1 */
164 uint16 i16_0x41a; /* Rxe Status 1 */
165 uint16 i16_0x41c; /* Rxe Status 2 */
166 uint16 i16_0x424; /* rcv wrd count 0 */
167 uint16 i16_0x426; /* rcv wrd count 1 */
[all …]
H A Devent_log_payload.h56 uint16 id; /* XTLV ID: EVENT_LOG_XTLV_ID_STR */
57 uint16 len; /* XTLV Len (String length) */
72 uint16 id; /* XTLV ID: EVENT_LOG_XTLV_ID_TXQ_SUM */
73 uint16 len; /* XTLV Len */
78 uint16 plen[1]; /* var len array of lengths of each prec/fifo in the queue */
82 #define TXQ_SUMMARY_FULL_LEN(num_q) (TXQ_SUMMARY_LEN + (num_q) * sizeof(uint16))
85 uint16 id; /* XTLV ID: EVENT_LOG_XTLV_ID_TXQ_SUM_V2 */
86 uint16 len; /* XTLV Len */
92 uint16 plen[1]; /* var len array of lengths of each prec/fifo in the queue */
96 #define TXQ_SUMMARY_V2_FULL_LEN(num_q) (TXQ_SUMMARY_V2_LEN + (num_q) * sizeof(uint16))
[all …]
H A Dwlioctl.h114 uint16 version;
132 uint16 reject_reason; /**< reason code for rejecting association */
150 uint16 len;
184 uint16 flags;
194 uint16 len;
195 uint16 fc;
196 uint16 channel;
209 uint16 id;
211 uint16 PAD;
261 uint16 obss_bwsw_pseudo_sense_count_cfg; /**< number of msecs/cnt to be in
[all …]
H A Dbcmevent.h68 uint16 version;
69 uint16 flags; /* see flags below */
82 uint16 version;
83 uint16 flags; /* see flags below */
326 extern int is_wlc_event_frame(void *pktdata, uint pktlen, uint16 exp_usr_subtype,
394 uint16 chanspec; /* Interface Channel/Chanspec */
502 uint16 version;
503 uint16 len;
504 uint16 channel; /* Matches chanspec_t format from bcmwifi_channels.h */
505 uint16 pad;
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Devent_log_payload.h55 uint16 id; /* XTLV ID: EVENT_LOG_XTLV_ID_STR */
56 uint16 len; /* XTLV Len (String length) */
71 uint16 id; /* XTLV ID: EVENT_LOG_XTLV_ID_TXQ_SUM */
72 uint16 len; /* XTLV Len */
77 uint16 plen[1]; /* var len array of lengths of each prec/fifo in the queue */
81 #define TXQ_SUMMARY_FULL_LEN(num_q) (TXQ_SUMMARY_LEN + (num_q) * sizeof(uint16))
84 uint16 id; /* XTLV ID: EVENT_LOG_XTLV_ID_TXQ_SUM_V2 */
85 uint16 len; /* XTLV Len */
91 uint16 plen[1]; /* var len array of lengths of each prec/fifo in the queue */
95 #define TXQ_SUMMARY_V2_FULL_LEN(num_q) (TXQ_SUMMARY_V2_LEN + (num_q) * sizeof(uint16))
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dsplparser.h42 uint16 splstr_to_idxs(const char *splstr, uint16 str_len, uint16 splidx[],
43 uint16 start_pos[], uint16 max_size, bool &last_is_pre);
48 uint16 splstr_to_idxs_f(const char *splstr, uint16 str_len, uint16 splidx[],
49 uint16 start_pos[], uint16 max_size, bool &last_is_pre);
53 uint16 splstr16_to_idxs(const char16 *splstr, uint16 str_len, uint16 splidx[],
54 uint16 start_pos[], uint16 max_size, bool &last_is_pre);
58 uint16 splstr16_to_idxs_f(const char16 *splstr16, uint16 str_len,
59 uint16 splidx[], uint16 start_pos[],
60 uint16 max_size, bool &last_is_pre);
67 uint16 get_splid_by_str(const char *splstr, uint16 str_len, bool *is_pre);
[all …]
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dsplparser.h42 uint16 splstr_to_idxs(const char *splstr, uint16 str_len, uint16 splidx[],
43 uint16 start_pos[], uint16 max_size, bool &last_is_pre);
48 uint16 splstr_to_idxs_f(const char *splstr, uint16 str_len, uint16 splidx[],
49 uint16 start_pos[], uint16 max_size, bool &last_is_pre);
53 uint16 splstr16_to_idxs(const char16 *splstr, uint16 str_len, uint16 splidx[],
54 uint16 start_pos[], uint16 max_size, bool &last_is_pre);
58 uint16 splstr16_to_idxs_f(const char16 *splstr16, uint16 str_len,
59 uint16 splidx[], uint16 start_pos[],
60 uint16 max_size, bool &last_is_pre);
67 uint16 get_splid_by_str(const char *splstr, uint16 str_len, bool *is_pre);
[all …]

12345678910>>...36