Searched refs:blk_bmap (Results 1 – 2 of 2) sorted by relevance
| /linux/net/mac80211/tests/ |
| H A D | s1g_tim.c | 132 static void pvb_add_block_bitmap(u8 **p, u8 blk_off, bool inverse, u8 blk_bmap, in pvb_add_block_bitmap() argument 136 u8 n = hweight8(blk_bmap); in pvb_add_block_bitmap() 139 tim_push(p, blk_bmap); in pvb_add_block_bitmap() 208 u8 blk_bmap = 0x05; /* bits 0 and 2 set */ in s1g_tim_block_test() local 214 pvb_add_block_bitmap(&p, 0, inverse, blk_bmap, subblocks); in s1g_tim_block_test() 278 u8 blk_bmap = 0x05; in s1g_tim_inverse_block_test() local 285 pvb_add_block_bitmap(&p, 0, inverse, blk_bmap, subblocks); in s1g_tim_inverse_block_test()
|
| /linux/net/mac80211/ |
| H A D | tx.c | 4957 u8 blk_bmap = 0; in ieee80211_s1g_beacon_add_tim_pvb() local 4968 blk_bmap |= BIT(sblk); in ieee80211_s1g_beacon_add_tim_pvb() 4972 if (!blk_bmap) in ieee80211_s1g_beacon_add_tim_pvb() 4986 skb_put_u8(skb, blk_bmap); in ieee80211_s1g_beacon_add_tim_pvb() 4992 if (!(blk_bmap & BIT(sblk))) in ieee80211_s1g_beacon_add_tim_pvb()
|