Searched refs:cur_ctl (Results 1 – 2 of 2) sorted by relevance
72 struct wcn36xx_dxe_ctl *cur_ctl = NULL; in wcn36xx_dxe_allocate_ctl_block() local77 cur_ctl = kzalloc(sizeof(*cur_ctl), GFP_KERNEL); in wcn36xx_dxe_allocate_ctl_block()78 if (!cur_ctl) in wcn36xx_dxe_allocate_ctl_block()81 cur_ctl->ctl_blk_order = i; in wcn36xx_dxe_allocate_ctl_block()83 ch->head_blk_ctl = cur_ctl; in wcn36xx_dxe_allocate_ctl_block()84 ch->tail_blk_ctl = cur_ctl; in wcn36xx_dxe_allocate_ctl_block()86 prev_ctl->next = cur_ctl; in wcn36xx_dxe_allocate_ctl_block()87 cur_ctl->next = ch->head_blk_ctl; in wcn36xx_dxe_allocate_ctl_block()89 prev_ctl->next = cur_ctl; in wcn36xx_dxe_allocate_ctl_block()91 prev_ctl = cur_ctl; in wcn36xx_dxe_allocate_ctl_block()[all …]
7231 u32 cur_ctl = secondary_exec_controls_get(vmx); in vmcs_set_secondary_exec_control() local7233 secondary_exec_controls_set(vmx, (new_ctl & ~mask) | (cur_ctl & mask)); in vmcs_set_secondary_exec_control()