Lines Matching refs:next
59 struct wcn36xx_dxe_ctl *ctl = ch->head_blk_ctl, *next;
63 next = ctl->next;
65 ctl = next;
86 prev_ctl->next = cur_ctl;
87 cur_ctl->next = ch->head_blk_ctl;
89 prev_ctl->next = cur_ctl;
219 cur_ctl = cur_ctl->next;
255 cur = cur->next;
325 cur_ctl = cur_ctl->next;
339 cur = cur->next;
446 ctl = ctl->next;
647 ctl = ctl->next;
760 ctl_skb = ctl_bd->next;
820 /* Move the head of the ring to the next empty descriptor */
821 ch->head_blk_ctl = ctl_skb->next;