Searched refs:tmdlast (Results 1 – 1 of 1) sorted by relevance
228 int tmdnum,tmdlast; member743 if((p->tmdhead[p->tmdlast].u.s.status & XMIT_OWN)) in ni65_stop_start()745 p->tmdlast = (p->tmdlast + 1) & (TMDNUM-1); in ni65_stop_start()746 if(p->tmdlast == p->tmdnum) in ni65_stop_start()769 int num = (i + p->tmdlast) & (TMDNUM-1); in ni65_stop_start()781 p->rmdnum = p->tmdlast = 0; in ni65_stop_start()820 p->rmdnum = p->tmdnum = p->tmdlast = p->tmdbouncenum = 0; in ni65_lance_reinit()991 struct tmd *tmdp = p->tmdhead + p->tmdlast; in ni65_xmit_intr()1033 if(p->tmd_skb[p->tmdlast]) { in ni65_xmit_intr()1034 dev_kfree_skb_irq(p->tmd_skb[p->tmdlast]); in ni65_xmit_intr()[all …]