Searched refs:peer_bitmap (Results 1 – 1 of 1) sorted by relevance
158 #define SET_PEER_AID_BITMAP(peer_bitmap, aid) \ argument161 SET_BIT(peer_bitmap[0], (aid)); \163 SET_BIT(peer_bitmap[1], ((aid) - (sizeof(uint32_t) << 3)));\166 #define CLEAR_PEER_AID_BITMAP(peer_bitmap, aid) \ argument169 CLEAR_BIT(peer_bitmap[0], (aid)); \171 CLEAR_BIT(peer_bitmap[1], ((aid) - (sizeof(uint32_t) << 3)));\