Home | History | Annotate | Download | only in common

Lines Matching defs:current

106 	static int current;
119 rmd = &lance_mem.lermd[(current + i) & 0x7];
135 rmd = &lance_mem.lermd[(current + i) & 0x7];
145 current = (current + i) & 0x7;
153 static int current;
159 start = current;
160 tmd = &lance_mem.letmd[current];
163 current = (current + 1) & 0x7;
180 tmd = &lance_mem.letmd[current];