Home
last modified time | relevance | path

Searched refs:cur_ctl (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/
Ddxe.c79 struct wcn36xx_dxe_ctl *cur_ctl = NULL; in wcn36xx_dxe_allocate_ctl_block() local
84 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 …]
/linux-4.4.14/arch/x86/kvm/
Dvmx.c8932 u32 cur_ctl = vmcs_read32(SECONDARY_VM_EXEC_CONTROL); in vmcs_set_secondary_exec_control() local
8935 (new_ctl & ~mask) | (cur_ctl & mask)); in vmcs_set_secondary_exec_control()