Searched refs:tmdlast (Results 1 – 1 of 1) sorted by relevance
228 int tmdnum,tmdlast; member737 if((p->tmdhead[p->tmdlast].u.s.status & XMIT_OWN)) in ni65_stop_start()739 p->tmdlast = (p->tmdlast + 1) & (TMDNUM-1); in ni65_stop_start()740 if(p->tmdlast == p->tmdnum) in ni65_stop_start()763 int num = (i + p->tmdlast) & (TMDNUM-1); in ni65_stop_start()775 p->rmdnum = p->tmdlast = 0; in ni65_stop_start()814 p->rmdnum = p->tmdnum = p->tmdlast = p->tmdbouncenum = 0; in ni65_lance_reinit()987 struct tmd *tmdp = p->tmdhead + p->tmdlast; in ni65_xmit_intr()1029 if(p->tmd_skb[p->tmdlast]) { in ni65_xmit_intr()1030 dev_kfree_skb_irq(p->tmd_skb[p->tmdlast]); in ni65_xmit_intr()[all …]