Home
last modified time | relevance | path

Searched refs:_TO_DS_ (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/rtl8712/
H A Dwifi.h132 #define _TO_DS_ BIT(8) macro
142 *(__le16 *)(pbuf) |= cpu_to_le16(_TO_DS_); \
145 #define GetToDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_TO_DS_)) != 0)
148 *(__le16 *)(pbuf) &= (~cpu_to_le16(_TO_DS_)); \
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/
H A Dwifi.h105 #define _TO_DS_ BIT(8) macro
115 *(__le16 *)(pbuf) |= cpu_to_le16(_TO_DS_)
117 #define GetToDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_TO_DS_)) != 0)
120 *(__le16 *)(pbuf) &= (~cpu_to_le16(_TO_DS_))
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A Dwifi.h192 #define _TO_DS_ BIT(8) macro
202 *(__le16 *)(pbuf) |= cpu_to_le16(_TO_DS_)
204 #define GetToDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_TO_DS_)) != 0)
207 *(__le16 *)(pbuf) &= (~cpu_to_le16(_TO_DS_))
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/
H A Dwifi.h270 #define _TO_DS_ BIT(8) macro
281 *(unsigned short *)(pbuf) |= cpu_to_le16(_TO_DS_); \
284 #define GetToDs(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_TO_DS_)) != 0)
288 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_TO_DS_)); \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/
H A Dwifi.h268 #define _TO_DS_ BIT(8) macro
279 *(unsigned short *)(pbuf) |= cpu_to_le16(_TO_DS_); \
282 #define GetToDs(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_TO_DS_)) != 0)
286 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_TO_DS_)); \
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/
H A Dwifi.h274 #define _TO_DS_ BIT(8) macro
285 *(unsigned short *)(pbuf) |= cpu_to_le16(_TO_DS_); \
288 #define GetToDs(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_TO_DS_)) != 0)
292 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_TO_DS_)); \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/
H A Dwifi.h268 #define _TO_DS_ BIT(8) macro
279 *(unsigned short *)(pbuf) |= cpu_to_le16(_TO_DS_); \
282 #define GetToDs(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_TO_DS_)) != 0)
286 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_TO_DS_)); \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/
H A Dwifi.h274 #define _TO_DS_ BIT(8) macro
285 *(unsigned short *)(pbuf) |= cpu_to_le16(_TO_DS_); \
288 #define GetToDs(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_TO_DS_)) != 0)
292 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_TO_DS_)); \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/
H A Dwifi.h271 #define _TO_DS_ BIT(8) macro
282 *(unsigned short *)(pbuf) |= cpu_to_le16(_TO_DS_); \
285 #define GetToDs(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_TO_DS_)) != 0)
289 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_TO_DS_)); \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/
H A Dwifi.h267 #define _TO_DS_ BIT(8) macro
278 *(unsigned short *)(pbuf) |= cpu_to_le16(_TO_DS_); \
281 #define GetToDs(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_TO_DS_)) != 0)
285 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_TO_DS_)); \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Dwifi.h264 #define _TO_DS_ BIT(8) macro
275 *(unsigned short *)(pbuf) |= cpu_to_le16(_TO_DS_); \
278 #define GetToDs(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_TO_DS_)) != 0)
282 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_TO_DS_)); \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/
H A Dwifi.h275 #define _TO_DS_ BIT(8) macro
286 *(unsigned short *)(pbuf) |= cpu_to_le16(_TO_DS_); \
289 #define GetToDs(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_TO_DS_)) != 0)
293 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_TO_DS_)); \
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/
H A Dwifi.h274 #define _TO_DS_ BIT(8) macro
285 *(unsigned short *)(pbuf) |= cpu_to_le16(_TO_DS_); \
288 #define GetToDs(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_TO_DS_)) != 0)
292 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_TO_DS_)); \
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Dwifi.h279 #define _TO_DS_ BIT(8) macro
290 *(unsigned short *)(pbuf) |= cpu_to_le16(_TO_DS_); \
293 #define GetToDs(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_TO_DS_)) != 0)
297 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_TO_DS_)); \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/
H A Dwifi.h259 #define _TO_DS_ BIT(8) macro
270 *(unsigned short *)(pbuf) |= cpu_to_le16(_TO_DS_); \
273 #define GetToDs(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_TO_DS_)) != 0)
277 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_TO_DS_)); \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Dwifi.h254 #define _TO_DS_ BIT(8) macro
265 *(unsigned short *)(pbuf) |= cpu_to_le16(_TO_DS_); \
268 #define GetToDs(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_TO_DS_)) != 0)
272 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_TO_DS_)); \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/
H A Dwifi.h268 #define _TO_DS_ BIT(8) macro
279 *(unsigned short *)(pbuf) |= cpu_to_le16(_TO_DS_); \
282 #define GetToDs(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_TO_DS_)) != 0)
286 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_TO_DS_)); \
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Dwifi.h279 #define _TO_DS_ BIT(8) macro
290 *(unsigned short *)(pbuf) |= cpu_to_le16(_TO_DS_); \
293 #define GetToDs(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_TO_DS_)) != 0)
297 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_TO_DS_)); \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Dwifi.h254 #define _TO_DS_ BIT(8) macro
265 *(unsigned short *)(pbuf) |= cpu_to_le16(_TO_DS_); \
268 #define GetToDs(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_TO_DS_)) != 0)
272 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_TO_DS_)); \
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/
H A Dwifi.h270 #define _TO_DS_ BIT(8) macro
281 *(unsigned short *)(pbuf) |= cpu_to_le16(_TO_DS_); \
284 #define GetToDs(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_TO_DS_)) != 0)
288 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_TO_DS_)); \
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A Dwifi.h274 #define _TO_DS_ BIT(8) macro
285 *(unsigned short *)(pbuf) |= cpu_to_le16(_TO_DS_); \
288 #define GetToDs(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_TO_DS_)) != 0)
292 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_TO_DS_)); \