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()
660 for(i=0;i<TMDNUM;i++) in ni65_alloc_buffer()
702 for(i=0;i<TMDNUM;i++) { in ni65_free_buffer()
738 struct sk_buff *skb_save[TMDNUM]; in ni65_stop_start()
740 unsigned long buffer[TMDNUM]; in ni65_stop_start()
741 short blen[TMDNUM]; in ni65_stop_start()
747 p->tmdlast = (p->tmdlast + 1) & (TMDNUM-1); in ni65_stop_start()
753 for(i=0;i<TMDNUM;i++) { in ni65_stop_start()
770 for(i=0;i<TMDNUM;i++) { in ni65_stop_start()
771 int num = (i + p->tmdlast) & (TMDNUM-1); in ni65_stop_start()
775 p->tmdnum = (p->tmdnum + 1) & (TMDNUM-1); in ni65_stop_start()
823 for(i=0;i<TMDNUM;i++) in ni65_lance_reinit()
1041 p->tmdlast = (p->tmdlast + 1) & (TMDNUM-1); in ni65_xmit_intr()
1149 for(i=0;i<TMDNUM;i++) in ni65_timeout()
1192 p->tmdbouncenum = (p->tmdbouncenum + 1) & (TMDNUM - 1); in ni65_send_packet()
1210 p->tmdnum = (p->tmdnum + 1) & (TMDNUM-1); in ni65_send_packet()