Home
last modified time | relevance | path

Searched refs:BLOOM_BIT_LEN (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dbcmbloom.c51 #define BLOOM_BIT_LEN(_x) ((_x) << 3) macro
195 if (isclr(buf, pos % BLOOM_BIT_LEN(buf_len))) { in bcm_bloom_is_member()
222 setbit(bp->filter, pos % BLOOM_BIT_LEN(bp->filter_size)); in bcm_bloom_add_member()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dbcmbloom.c51 #define BLOOM_BIT_LEN(_x) ((_x) << 3) macro
195 if (isclr(buf, pos % BLOOM_BIT_LEN(buf_len))) { in bcm_bloom_is_member()
222 setbit(bp->filter, pos % BLOOM_BIT_LEN(bp->filter_size)); in bcm_bloom_add_member()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dbcmbloom.c51 #define BLOOM_BIT_LEN(_x) ((_x) << 3) macro
195 if (isclr(buf, pos % BLOOM_BIT_LEN(buf_len))) { in bcm_bloom_is_member()
222 setbit(bp->filter, pos % BLOOM_BIT_LEN(bp->filter_size)); in bcm_bloom_add_member()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dbcmbloom.c45 #define BLOOM_BIT_LEN(_x) ((_x) << 3) macro
187 if (isclr(buf, pos % BLOOM_BIT_LEN(buf_len))) { in bcm_bloom_is_member()
213 setbit(bp->filter, pos % BLOOM_BIT_LEN(bp->filter_size)); in bcm_bloom_add_member()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmbloom.c45 #define BLOOM_BIT_LEN(_x) ((_x) << 3) macro
187 if (isclr(buf, pos % BLOOM_BIT_LEN(buf_len))) { in bcm_bloom_is_member()
213 setbit(bp->filter, pos % BLOOM_BIT_LEN(bp->filter_size)); in bcm_bloom_add_member()