Home
last modified time | relevance | path

Searched refs:bmp_len (Results 1 – 25 of 49) sorted by relevance

12

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Drtw_mlme_ext.h725 bool rtw_bmp_is_set(const u8 *bmp, u8 bmp_len, u8 id);
726 void rtw_bmp_set(u8 *bmp, u8 bmp_len, u8 id);
727 void rtw_bmp_clear(u8 *bmp, u8 bmp_len, u8 id);
728 bool rtw_bmp_not_empty(const u8 *bmp, u8 bmp_len);
729 bool rtw_bmp_not_empty_exclude_bit0(const u8 *bmp, u8 bmp_len);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Drtw_mlme_ext.h720 bool rtw_bmp_is_set(const u8 *bmp, u8 bmp_len, u8 id);
721 void rtw_bmp_set(u8 *bmp, u8 bmp_len, u8 id);
722 void rtw_bmp_clear(u8 *bmp, u8 bmp_len, u8 id);
723 bool rtw_bmp_not_empty(const u8 *bmp, u8 bmp_len);
724 bool rtw_bmp_not_empty_exclude_bit0(const u8 *bmp, u8 bmp_len);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_wlan_util.c2992 inline bool rtw_bmp_is_set(const u8 *bmp, u8 bmp_len, u8 id) in rtw_bmp_is_set() argument
2994 if (id / 8 >= bmp_len) in rtw_bmp_is_set()
3000 inline void rtw_bmp_set(u8 *bmp, u8 bmp_len, u8 id) in rtw_bmp_set() argument
3002 if (id / 8 < bmp_len) in rtw_bmp_set()
3006 inline void rtw_bmp_clear(u8 *bmp, u8 bmp_len, u8 id) in rtw_bmp_clear() argument
3008 if (id / 8 < bmp_len) in rtw_bmp_clear()
3012 inline bool rtw_bmp_not_empty(const u8 *bmp, u8 bmp_len) in rtw_bmp_not_empty() argument
3016 for (i = 0; i < bmp_len; i++) { in rtw_bmp_not_empty()
3024 inline bool rtw_bmp_not_empty_exclude_bit0(const u8 *bmp, u8 bmp_len) in rtw_bmp_not_empty_exclude_bit0() argument
3028 for (i = 0; i < bmp_len; i++) { in rtw_bmp_not_empty_exclude_bit0()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_wlan_util.c3029 inline bool rtw_bmp_is_set(const u8 *bmp, u8 bmp_len, u8 id) in rtw_bmp_is_set() argument
3031 if (id / 8 >= bmp_len) in rtw_bmp_is_set()
3037 inline void rtw_bmp_set(u8 *bmp, u8 bmp_len, u8 id) in rtw_bmp_set() argument
3039 if (id / 8 < bmp_len) in rtw_bmp_set()
3043 inline void rtw_bmp_clear(u8 *bmp, u8 bmp_len, u8 id) in rtw_bmp_clear() argument
3045 if (id / 8 < bmp_len) in rtw_bmp_clear()
3049 inline bool rtw_bmp_not_empty(const u8 *bmp, u8 bmp_len) in rtw_bmp_not_empty() argument
3053 for (i = 0; i < bmp_len; i++) { in rtw_bmp_not_empty()
3061 inline bool rtw_bmp_not_empty_exclude_bit0(const u8 *bmp, u8 bmp_len) in rtw_bmp_not_empty_exclude_bit0() argument
3065 for (i = 0; i < bmp_len; i++) { in rtw_bmp_not_empty_exclude_bit0()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/
H A Drtw_mlme_ext.h857 bool rtw_bmp_is_set(const u8 *bmp, u8 bmp_len, u8 id);
858 void rtw_bmp_set(u8 *bmp, u8 bmp_len, u8 id);
859 void rtw_bmp_clear(u8 *bmp, u8 bmp_len, u8 id);
860 bool rtw_bmp_not_empty(const u8 *bmp, u8 bmp_len);
861 bool rtw_bmp_not_empty_exclude_bit0(const u8 *bmp, u8 bmp_len);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/
H A Drtw_mlme_ext.h855 bool rtw_bmp_is_set(const u8 *bmp, u8 bmp_len, u8 id);
856 void rtw_bmp_set(u8 *bmp, u8 bmp_len, u8 id);
857 void rtw_bmp_clear(u8 *bmp, u8 bmp_len, u8 id);
858 bool rtw_bmp_not_empty(const u8 *bmp, u8 bmp_len);
859 bool rtw_bmp_not_empty_exclude_bit0(const u8 *bmp, u8 bmp_len);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/
H A Drtw_mlme_ext.h890 bool rtw_bmp_is_set(const u8 *bmp, u8 bmp_len, u8 id);
891 void rtw_bmp_set(u8 *bmp, u8 bmp_len, u8 id);
892 void rtw_bmp_clear(u8 *bmp, u8 bmp_len, u8 id);
893 bool rtw_bmp_not_empty(const u8 *bmp, u8 bmp_len);
894 bool rtw_bmp_not_empty_exclude_bit0(const u8 *bmp, u8 bmp_len);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/
H A Drtw_mlme_ext.h889 bool rtw_bmp_is_set(const u8 *bmp, u8 bmp_len, u8 id);
890 void rtw_bmp_set(u8 *bmp, u8 bmp_len, u8 id);
891 void rtw_bmp_clear(u8 *bmp, u8 bmp_len, u8 id);
892 bool rtw_bmp_not_empty(const u8 *bmp, u8 bmp_len);
893 bool rtw_bmp_not_empty_exclude_bit0(const u8 *bmp, u8 bmp_len);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/
H A Drtw_mlme_ext.h845 bool rtw_bmp_is_set(const u8 *bmp, u8 bmp_len, u8 id);
846 void rtw_bmp_set(u8 *bmp, u8 bmp_len, u8 id);
847 void rtw_bmp_clear(u8 *bmp, u8 bmp_len, u8 id);
848 bool rtw_bmp_not_empty(const u8 *bmp, u8 bmp_len);
849 bool rtw_bmp_not_empty_exclude_bit0(const u8 *bmp, u8 bmp_len);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/
H A Drtw_mlme_ext.h852 bool rtw_bmp_is_set(const u8 *bmp, u8 bmp_len, u8 id);
853 void rtw_bmp_set(u8 *bmp, u8 bmp_len, u8 id);
854 void rtw_bmp_clear(u8 *bmp, u8 bmp_len, u8 id);
855 bool rtw_bmp_not_empty(const u8 *bmp, u8 bmp_len);
856 bool rtw_bmp_not_empty_exclude_bit0(const u8 *bmp, u8 bmp_len);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/
H A Drtw_mlme_ext.h904 bool rtw_bmp_is_set(const u8 *bmp, u8 bmp_len, u8 id);
905 void rtw_bmp_set(u8 *bmp, u8 bmp_len, u8 id);
906 void rtw_bmp_clear(u8 *bmp, u8 bmp_len, u8 id);
907 bool rtw_bmp_not_empty(const u8 *bmp, u8 bmp_len);
908 bool rtw_bmp_not_empty_exclude_bit0(const u8 *bmp, u8 bmp_len);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/
H A Drtw_mlme_ext.h851 bool rtw_bmp_is_set(const u8 *bmp, u8 bmp_len, u8 id);
852 void rtw_bmp_set(u8 *bmp, u8 bmp_len, u8 id);
853 void rtw_bmp_clear(u8 *bmp, u8 bmp_len, u8 id);
854 bool rtw_bmp_not_empty(const u8 *bmp, u8 bmp_len);
855 bool rtw_bmp_not_empty_exclude_bit0(const u8 *bmp, u8 bmp_len);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/
H A Drtw_mlme_ext.h851 bool rtw_bmp_is_set(const u8 *bmp, u8 bmp_len, u8 id);
852 void rtw_bmp_set(u8 *bmp, u8 bmp_len, u8 id);
853 void rtw_bmp_clear(u8 *bmp, u8 bmp_len, u8 id);
854 bool rtw_bmp_not_empty(const u8 *bmp, u8 bmp_len);
855 bool rtw_bmp_not_empty_exclude_bit0(const u8 *bmp, u8 bmp_len);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/
H A Drtw_mlme_ext.h921 bool rtw_bmp_is_set(const u8 *bmp, u8 bmp_len, u8 id);
922 void rtw_bmp_set(u8 *bmp, u8 bmp_len, u8 id);
923 void rtw_bmp_clear(u8 *bmp, u8 bmp_len, u8 id);
924 bool rtw_bmp_not_empty(const u8 *bmp, u8 bmp_len);
925 bool rtw_bmp_not_empty_exclude_bit0(const u8 *bmp, u8 bmp_len);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A Drtw_mlme_ext.h921 bool rtw_bmp_is_set(const u8 *bmp, u8 bmp_len, u8 id);
922 void rtw_bmp_set(u8 *bmp, u8 bmp_len, u8 id);
923 void rtw_bmp_clear(u8 *bmp, u8 bmp_len, u8 id);
924 bool rtw_bmp_not_empty(const u8 *bmp, u8 bmp_len);
925 bool rtw_bmp_not_empty_exclude_bit0(const u8 *bmp, u8 bmp_len);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/
H A Drtw_mlme_ext.h874 bool rtw_bmp_is_set(const u8 *bmp, u8 bmp_len, u8 id);
875 void rtw_bmp_set(u8 *bmp, u8 bmp_len, u8 id);
876 void rtw_bmp_clear(u8 *bmp, u8 bmp_len, u8 id);
877 bool rtw_bmp_not_empty(const u8 *bmp, u8 bmp_len);
878 bool rtw_bmp_not_empty_exclude_bit0(const u8 *bmp, u8 bmp_len);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dxfrm.h93 unsigned int bmp_len; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dxfrm.h93 unsigned int bmp_len; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dxfrm.h93 unsigned int bmp_len; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_wlan_util.c4273 inline bool rtw_bmp_is_set(const u8 *bmp, u8 bmp_len, u8 id) in rtw_bmp_is_set() argument
4275 if (id / 8 >= bmp_len) in rtw_bmp_is_set()
4281 inline void rtw_bmp_set(u8 *bmp, u8 bmp_len, u8 id) in rtw_bmp_set() argument
4283 if (id / 8 < bmp_len) in rtw_bmp_set()
4287 inline void rtw_bmp_clear(u8 *bmp, u8 bmp_len, u8 id) in rtw_bmp_clear() argument
4289 if (id / 8 < bmp_len) in rtw_bmp_clear()
4293 inline bool rtw_bmp_not_empty(const u8 *bmp, u8 bmp_len) in rtw_bmp_not_empty() argument
4297 for (i = 0; i < bmp_len; i++) { in rtw_bmp_not_empty()
4305 inline bool rtw_bmp_not_empty_exclude_bit0(const u8 *bmp, u8 bmp_len) in rtw_bmp_not_empty_exclude_bit0() argument
4309 for (i = 0; i < bmp_len; i++) { in rtw_bmp_not_empty_exclude_bit0()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_wlan_util.c4145 inline bool rtw_bmp_is_set(const u8 *bmp, u8 bmp_len, u8 id) in rtw_bmp_is_set() argument
4147 if (id / 8 >= bmp_len) in rtw_bmp_is_set()
4153 inline void rtw_bmp_set(u8 *bmp, u8 bmp_len, u8 id) in rtw_bmp_set() argument
4155 if (id / 8 < bmp_len) in rtw_bmp_set()
4159 inline void rtw_bmp_clear(u8 *bmp, u8 bmp_len, u8 id) in rtw_bmp_clear() argument
4161 if (id / 8 < bmp_len) in rtw_bmp_clear()
4165 inline bool rtw_bmp_not_empty(const u8 *bmp, u8 bmp_len) in rtw_bmp_not_empty() argument
4169 for (i = 0; i < bmp_len; i++) { in rtw_bmp_not_empty()
4177 inline bool rtw_bmp_not_empty_exclude_bit0(const u8 *bmp, u8 bmp_len) in rtw_bmp_not_empty_exclude_bit0() argument
4181 for (i = 0; i < bmp_len; i++) { in rtw_bmp_not_empty_exclude_bit0()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_wlan_util.c4288 inline bool rtw_bmp_is_set(const u8 *bmp, u8 bmp_len, u8 id) in rtw_bmp_is_set() argument
4290 if (id / 8 >= bmp_len) in rtw_bmp_is_set()
4296 inline void rtw_bmp_set(u8 *bmp, u8 bmp_len, u8 id) in rtw_bmp_set() argument
4298 if (id / 8 < bmp_len) in rtw_bmp_set()
4302 inline void rtw_bmp_clear(u8 *bmp, u8 bmp_len, u8 id) in rtw_bmp_clear() argument
4304 if (id / 8 < bmp_len) in rtw_bmp_clear()
4308 inline bool rtw_bmp_not_empty(const u8 *bmp, u8 bmp_len) in rtw_bmp_not_empty() argument
4312 for (i = 0; i < bmp_len; i++) { in rtw_bmp_not_empty()
4320 inline bool rtw_bmp_not_empty_exclude_bit0(const u8 *bmp, u8 bmp_len) in rtw_bmp_not_empty_exclude_bit0() argument
4324 for (i = 0; i < bmp_len; i++) { in rtw_bmp_not_empty_exclude_bit0()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_wlan_util.c4145 inline bool rtw_bmp_is_set(const u8 *bmp, u8 bmp_len, u8 id) in rtw_bmp_is_set() argument
4147 if (id / 8 >= bmp_len) in rtw_bmp_is_set()
4153 inline void rtw_bmp_set(u8 *bmp, u8 bmp_len, u8 id) in rtw_bmp_set() argument
4155 if (id / 8 < bmp_len) in rtw_bmp_set()
4159 inline void rtw_bmp_clear(u8 *bmp, u8 bmp_len, u8 id) in rtw_bmp_clear() argument
4161 if (id / 8 < bmp_len) in rtw_bmp_clear()
4165 inline bool rtw_bmp_not_empty(const u8 *bmp, u8 bmp_len) in rtw_bmp_not_empty() argument
4169 for (i = 0; i < bmp_len; i++) { in rtw_bmp_not_empty()
4177 inline bool rtw_bmp_not_empty_exclude_bit0(const u8 *bmp, u8 bmp_len) in rtw_bmp_not_empty_exclude_bit0() argument
4181 for (i = 0; i < bmp_len; i++) { in rtw_bmp_not_empty_exclude_bit0()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_wlan_util.c4156 inline bool rtw_bmp_is_set(const u8 *bmp, u8 bmp_len, u8 id) in rtw_bmp_is_set() argument
4158 if (id / 8 >= bmp_len) in rtw_bmp_is_set()
4164 inline void rtw_bmp_set(u8 *bmp, u8 bmp_len, u8 id) in rtw_bmp_set() argument
4166 if (id / 8 < bmp_len) in rtw_bmp_set()
4170 inline void rtw_bmp_clear(u8 *bmp, u8 bmp_len, u8 id) in rtw_bmp_clear() argument
4172 if (id / 8 < bmp_len) in rtw_bmp_clear()
4176 inline bool rtw_bmp_not_empty(const u8 *bmp, u8 bmp_len) in rtw_bmp_not_empty() argument
4180 for (i = 0; i < bmp_len; i++) { in rtw_bmp_not_empty()
4188 inline bool rtw_bmp_not_empty_exclude_bit0(const u8 *bmp, u8 bmp_len) in rtw_bmp_not_empty_exclude_bit0() argument
4192 for (i = 0; i < bmp_len; i++) { in rtw_bmp_not_empty_exclude_bit0()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_wlan_util.c4195 inline bool rtw_bmp_is_set(const u8 *bmp, u8 bmp_len, u8 id) in rtw_bmp_is_set() argument
4197 if (id / 8 >= bmp_len) in rtw_bmp_is_set()
4203 inline void rtw_bmp_set(u8 *bmp, u8 bmp_len, u8 id) in rtw_bmp_set() argument
4205 if (id / 8 < bmp_len) in rtw_bmp_set()
4209 inline void rtw_bmp_clear(u8 *bmp, u8 bmp_len, u8 id) in rtw_bmp_clear() argument
4211 if (id / 8 < bmp_len) in rtw_bmp_clear()
4215 inline bool rtw_bmp_not_empty(const u8 *bmp, u8 bmp_len) in rtw_bmp_not_empty() argument
4219 for (i = 0; i < bmp_len; i++) { in rtw_bmp_not_empty()
4227 inline bool rtw_bmp_not_empty_exclude_bit0(const u8 *bmp, u8 bmp_len) in rtw_bmp_not_empty_exclude_bit0() argument
4231 for (i = 0; i < bmp_len; i++) { in rtw_bmp_not_empty_exclude_bit0()

12