Searched refs:roles_map (Results 1 – 3 of 3) sorted by relevance
228 unsigned long roles_map[BITS_TO_LONGS(WL12XX_MAX_ROLES)]; member
242 cmd->role_id = find_first_zero_bit(wl->roles_map, WL12XX_MAX_ROLES); in wl12xx_cmd_role_enable()257 __set_bit(cmd->role_id, wl->roles_map); in wl12xx_cmd_role_enable()290 __clear_bit(*role_id, wl->roles_map); in wl12xx_cmd_role_disable()
1962 memset(wl->roles_map, 0, sizeof(wl->roles_map)); in wlcore_op_stop_locked()