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()
658 for(i=0;i<TMDNUM;i++) in ni65_alloc_buffer()
700 for(i=0;i<TMDNUM;i++) { in ni65_free_buffer()
736 struct sk_buff *skb_save[TMDNUM]; in ni65_stop_start()
738 unsigned long buffer[TMDNUM]; in ni65_stop_start()
739 short blen[TMDNUM]; in ni65_stop_start()
745 p->tmdlast = (p->tmdlast + 1) & (TMDNUM-1); in ni65_stop_start()
751 for(i=0;i<TMDNUM;i++) { in ni65_stop_start()
768 for(i=0;i<TMDNUM;i++) { in ni65_stop_start()
769 int num = (i + p->tmdlast) & (TMDNUM-1); in ni65_stop_start()
773 p->tmdnum = (p->tmdnum + 1) & (TMDNUM-1); in ni65_stop_start()
821 for(i=0;i<TMDNUM;i++) in ni65_lance_reinit()
1039 p->tmdlast = (p->tmdlast + 1) & (TMDNUM-1); in ni65_xmit_intr()
1147 for(i=0;i<TMDNUM;i++) in ni65_timeout()
1190 p->tmdbouncenum = (p->tmdbouncenum + 1) & (TMDNUM - 1); in ni65_send_packet()
1208 p->tmdnum = (p->tmdnum + 1) & (TMDNUM-1); in ni65_send_packet()