Lines Matching defs: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;
220 cur_ctl = cur_ctl->next;
256 cur = cur->next;
326 cur_ctl = cur_ctl->next;
340 cur = cur->next;
447 ctl = ctl->next;
648 ctl = ctl->next;
761 ctl_skb = ctl_bd->next;
821 /* Move the head of the ring to the next empty descriptor */
822 ch->head_blk_ctl = ctl_skb->next;
865 ctl_skb_start = ctl_bd_start->next;
872 ctl_bd = ctl_skb->next;
873 ctl_skb = ctl_bd->next;