Lines Matching refs:TMDNUM
126 #define TMDNUM 1
129 #define TMDNUM 4 macro
225 struct tmd tmdhead[TMDNUM];
235 struct sk_buff *tmd_skb[TMDNUM];
237 void *tmdbounce[TMDNUM];
331 for(i=0;i<TMDNUM;i++) in ni65_close()
652 for(i=0;i<TMDNUM;i++) in ni65_alloc_buffer()
694 for(i=0;i<TMDNUM;i++) { in ni65_free_buffer()
730 struct sk_buff *skb_save[TMDNUM]; in ni65_stop_start()
732 unsigned long buffer[TMDNUM]; in ni65_stop_start()
733 short blen[TMDNUM]; in ni65_stop_start()
739 p->tmdlast = (p->tmdlast + 1) & (TMDNUM-1); in ni65_stop_start()
745 for(i=0;i<TMDNUM;i++) { in ni65_stop_start()
762 for(i=0;i<TMDNUM;i++) { in ni65_stop_start()
763 int num = (i + p->tmdlast) & (TMDNUM-1); in ni65_stop_start()
767 p->tmdnum = (p->tmdnum + 1) & (TMDNUM-1); in ni65_stop_start()
815 for(i=0;i<TMDNUM;i++) in ni65_lance_reinit()
1035 p->tmdlast = (p->tmdlast + 1) & (TMDNUM-1); in ni65_xmit_intr()
1143 for(i=0;i<TMDNUM;i++) in ni65_timeout()
1185 p->tmdbouncenum = (p->tmdbouncenum + 1) & (TMDNUM - 1); in ni65_send_packet()
1203 p->tmdnum = (p->tmdnum + 1) & (TMDNUM-1); in ni65_send_packet()