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()
657 for(i=0;i<TMDNUM;i++) in ni65_alloc_buffer()
699 for(i=0;i<TMDNUM;i++) { in ni65_free_buffer()
735 struct sk_buff *skb_save[TMDNUM]; in ni65_stop_start()
737 unsigned long buffer[TMDNUM]; in ni65_stop_start()
738 short blen[TMDNUM]; in ni65_stop_start()
744 p->tmdlast = (p->tmdlast + 1) & (TMDNUM-1); in ni65_stop_start()
750 for(i=0;i<TMDNUM;i++) { in ni65_stop_start()
767 for(i=0;i<TMDNUM;i++) { in ni65_stop_start()
768 int num = (i + p->tmdlast) & (TMDNUM-1); in ni65_stop_start()
772 p->tmdnum = (p->tmdnum + 1) & (TMDNUM-1); in ni65_stop_start()
820 for(i=0;i<TMDNUM;i++) in ni65_lance_reinit()
1038 p->tmdlast = (p->tmdlast + 1) & (TMDNUM-1); in ni65_xmit_intr()
1146 for(i=0;i<TMDNUM;i++) in ni65_timeout()
1189 p->tmdbouncenum = (p->tmdbouncenum + 1) & (TMDNUM - 1); in ni65_send_packet()
1207 p->tmdnum = (p->tmdnum + 1) & (TMDNUM-1); in ni65_send_packet()