| /OK3568_Linux_fs/kernel/drivers/staging/rtl8712/ |
| H A D | wifi.h | 132 #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 D | wifi.h | 105 #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 D | wifi.h | 192 #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 D | wifi.h | 270 #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 D | wifi.h | 268 #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 D | wifi.h | 274 #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 D | wifi.h | 268 #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 D | wifi.h | 274 #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 D | wifi.h | 271 #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 D | wifi.h | 267 #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 D | wifi.h | 264 #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 D | wifi.h | 275 #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 D | wifi.h | 274 #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 D | wifi.h | 279 #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 D | wifi.h | 259 #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 D | wifi.h | 254 #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 D | wifi.h | 268 #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 D | wifi.h | 279 #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 D | wifi.h | 254 #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 D | wifi.h | 270 #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 D | wifi.h | 274 #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_)); \
|