Searched refs:cur_ctl (Results 1 – 2 of 2) sorted by relevance
79 struct wcn36xx_dxe_ctl *cur_ctl = NULL; in wcn36xx_dxe_allocate_ctl_block() local84 cur_ctl = kzalloc(sizeof(*cur_ctl), GFP_KERNEL); in wcn36xx_dxe_allocate_ctl_block()85 if (!cur_ctl) in wcn36xx_dxe_allocate_ctl_block()88 spin_lock_init(&cur_ctl->skb_lock); in wcn36xx_dxe_allocate_ctl_block()89 cur_ctl->ctl_blk_order = i; in wcn36xx_dxe_allocate_ctl_block()91 ch->head_blk_ctl = cur_ctl; in wcn36xx_dxe_allocate_ctl_block()92 ch->tail_blk_ctl = cur_ctl; in wcn36xx_dxe_allocate_ctl_block()94 prev_ctl->next = cur_ctl; in wcn36xx_dxe_allocate_ctl_block()95 cur_ctl->next = ch->head_blk_ctl; in wcn36xx_dxe_allocate_ctl_block()97 prev_ctl->next = cur_ctl; in wcn36xx_dxe_allocate_ctl_block()[all …]
8932 u32 cur_ctl = vmcs_read32(SECONDARY_VM_EXEC_CONTROL); in vmcs_set_secondary_exec_control() local8935 (new_ctl & ~mask) | (cur_ctl & mask)); in vmcs_set_secondary_exec_control()