Searched refs:nextfrag (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/blackfin/
H A Dbf5xx-ac97.c144 int nextfrag = sport_tx_curr_frag(sport); local
147 sport_incfrag(sport, &nextfrag, 1);
150 nextfrag * sport->tx_fragsize);
151 pr_debug("sport->tx_buf:%p, nextfrag:0x%x nextwrite:%p, cmd_count:%d\n",
152 sport->tx_buf, nextfrag, nextwrite, cmd_count[nextfrag]);
153 nextwrite[cmd_count[nextfrag]].ac97_tag |= TAG_CMD;
154 nextwrite[cmd_count[nextfrag]].ac97_addr = addr;
155 nextwrite[cmd_count[nextfrag]].ac97_data = data;
156 ++cmd_count[nextfrag];
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/i4l/
H A Disdn_ppp.c1811 struct sk_buff * nextfrag; local
1813 nextfrag = frag->next;
1815 frag = nextfrag;

Completed in 50 milliseconds