| /OK3568_Linux_fs/kernel/drivers/staging/rtl8712/ |
| H A D | wifi.h | 135 #define _RETRY_ BIT(11) macro 177 *(__le16 *)(pbuf) |= cpu_to_le16(_RETRY_); \ 180 #define GetRetry(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_RETRY_)) != 0) 183 *(__le16 *)(pbuf) &= (~cpu_to_le16(_RETRY_)); \
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/ |
| H A D | wifi.h | 108 #define _RETRY_ BIT(11) macro 141 *(__le16 *)(pbuf) |= cpu_to_le16(_RETRY_) 143 #define GetRetry(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_RETRY_)) != 0) 146 *(__le16 *)(pbuf) &= (~cpu_to_le16(_RETRY_))
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/ |
| H A D | wifi.h | 195 #define _RETRY_ BIT(11) macro 228 *(__le16 *)(pbuf) |= cpu_to_le16(_RETRY_) 230 #define GetRetry(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_RETRY_)) != 0) 233 *(__le16 *)(pbuf) &= (~cpu_to_le16(_RETRY_))
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/ |
| H A D | wifi.h | 273 #define _RETRY_ BIT(11) macro 320 *(unsigned short *)(pbuf) |= cpu_to_le16(_RETRY_); \ 323 #define GetRetry(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_RETRY_)) != 0) 327 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_RETRY_)); \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/ |
| H A D | wifi.h | 271 #define _RETRY_ BIT(11) macro 318 *(unsigned short *)(pbuf) |= cpu_to_le16(_RETRY_); \ 321 #define GetRetry(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_RETRY_)) != 0) 325 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_RETRY_)); \
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/ |
| H A D | wifi.h | 277 #define _RETRY_ BIT(11) macro 324 *(unsigned short *)(pbuf) |= cpu_to_le16(_RETRY_); \ 327 #define GetRetry(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_RETRY_)) != 0) 331 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_RETRY_)); \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/ |
| H A D | wifi.h | 271 #define _RETRY_ BIT(11) macro 318 *(unsigned short *)(pbuf) |= cpu_to_le16(_RETRY_); \ 321 #define GetRetry(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_RETRY_)) != 0) 325 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_RETRY_)); \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/ |
| H A D | wifi.h | 277 #define _RETRY_ BIT(11) macro 324 *(unsigned short *)(pbuf) |= cpu_to_le16(_RETRY_); \ 327 #define GetRetry(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_RETRY_)) != 0) 331 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_RETRY_)); \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/ |
| H A D | wifi.h | 274 #define _RETRY_ BIT(11) macro 321 *(unsigned short *)(pbuf) |= cpu_to_le16(_RETRY_); \ 324 #define GetRetry(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_RETRY_)) != 0) 328 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_RETRY_)); \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/ |
| H A D | wifi.h | 270 #define _RETRY_ BIT(11) macro 317 *(unsigned short *)(pbuf) |= cpu_to_le16(_RETRY_); \ 320 #define GetRetry(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_RETRY_)) != 0) 324 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_RETRY_)); \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/ |
| H A D | wifi.h | 267 #define _RETRY_ BIT(11) macro 314 *(unsigned short *)(pbuf) |= cpu_to_le16(_RETRY_); \ 317 #define GetRetry(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_RETRY_)) != 0) 321 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_RETRY_)); \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/ |
| H A D | wifi.h | 278 #define _RETRY_ BIT(11) macro 325 *(unsigned short *)(pbuf) |= cpu_to_le16(_RETRY_); \ 328 #define GetRetry(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_RETRY_)) != 0) 332 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_RETRY_)); \
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/ |
| H A D | wifi.h | 277 #define _RETRY_ BIT(11) macro 324 *(unsigned short *)(pbuf) |= cpu_to_le16(_RETRY_); \ 327 #define GetRetry(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_RETRY_)) != 0) 331 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_RETRY_)); \
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/ |
| H A D | wifi.h | 282 #define _RETRY_ BIT(11) macro 329 *(unsigned short *)(pbuf) |= cpu_to_le16(_RETRY_); \ 332 #define GetRetry(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_RETRY_)) != 0) 336 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_RETRY_)); \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/ |
| H A D | wifi.h | 262 #define _RETRY_ BIT(11) macro 309 *(unsigned short *)(pbuf) |= cpu_to_le16(_RETRY_); \ 312 #define GetRetry(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_RETRY_)) != 0) 316 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_RETRY_)); \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/ |
| H A D | wifi.h | 257 #define _RETRY_ BIT(11) macro 304 *(unsigned short *)(pbuf) |= cpu_to_le16(_RETRY_); \ 307 #define GetRetry(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_RETRY_)) != 0) 311 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_RETRY_)); \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/ |
| H A D | wifi.h | 271 #define _RETRY_ BIT(11) macro 318 *(unsigned short *)(pbuf) |= cpu_to_le16(_RETRY_); \ 321 #define GetRetry(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_RETRY_)) != 0) 325 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_RETRY_)); \
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/ |
| H A D | wifi.h | 282 #define _RETRY_ BIT(11) macro 329 *(unsigned short *)(pbuf) |= cpu_to_le16(_RETRY_); \ 332 #define GetRetry(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_RETRY_)) != 0) 336 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_RETRY_)); \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/ |
| H A D | wifi.h | 257 #define _RETRY_ BIT(11) macro 304 *(unsigned short *)(pbuf) |= cpu_to_le16(_RETRY_); \ 307 #define GetRetry(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_RETRY_)) != 0) 311 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_RETRY_)); \
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/ |
| H A D | wifi.h | 273 #define _RETRY_ BIT(11) macro 320 *(unsigned short *)(pbuf) |= cpu_to_le16(_RETRY_); \ 323 #define GetRetry(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_RETRY_)) != 0) 327 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_RETRY_)); \
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/ |
| H A D | wifi.h | 277 #define _RETRY_ BIT(11) macro 324 *(unsigned short *)(pbuf) |= cpu_to_le16(_RETRY_); \ 327 #define GetRetry(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_RETRY_)) != 0) 331 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_RETRY_)); \
|