Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/
Ddxe.c79 struct wcn36xx_dxe_ctl *cur_ctl = NULL; in wcn36xx_dxe_allocate_ctl_block() local
83 cur_ctl = kzalloc(sizeof(*cur_ctl), GFP_KERNEL); in wcn36xx_dxe_allocate_ctl_block()
84 if (!cur_ctl) in wcn36xx_dxe_allocate_ctl_block()
87 spin_lock_init(&cur_ctl->skb_lock); in wcn36xx_dxe_allocate_ctl_block()
88 cur_ctl->ctl_blk_order = i; in wcn36xx_dxe_allocate_ctl_block()
90 ch->head_blk_ctl = cur_ctl; in wcn36xx_dxe_allocate_ctl_block()
91 ch->tail_blk_ctl = cur_ctl; in wcn36xx_dxe_allocate_ctl_block()
93 prev_ctl->next = cur_ctl; in wcn36xx_dxe_allocate_ctl_block()
94 cur_ctl->next = ch->head_blk_ctl; in wcn36xx_dxe_allocate_ctl_block()
96 prev_ctl->next = cur_ctl; in wcn36xx_dxe_allocate_ctl_block()
[all …]