Searched refs:leptr (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A D7990.c120 int leptr; local
122 leptr = LANCE_ADDR (aib);
125 WRITERDP(lp, leptr & 0xFFFF);
127 WRITERDP(lp, leptr >> 16);
143 int leptr; local
181 leptr = LANCE_ADDR(&aib->tx_buf[i][0]);
182 ib->btx_ring [i].tmd0 = leptr;
183 ib->btx_ring [i].tmd1_hadr = leptr >> 16;
188 printk ("%d: 0x%8.8x\n", i, leptr);
195 leptr
[all...]
H A Da2065.c144 int leptr; local
146 leptr = LANCE_ADDR (aib);
149 ll->rdp = (leptr & 0xFFFF);
151 ll->rdp = leptr >> 16;
167 int leptr; local
194 leptr = LANCE_ADDR(&aib->tx_buf[i][0]);
195 ib->btx_ring [i].tmd0 = leptr;
196 ib->btx_ring [i].tmd1_hadr = leptr >> 16;
201 printk(KERN_DEBUG "%d: 0x%8.8x\n", i, leptr);
208 leptr
[all...]
H A Dsunlance.c303 u32 leptr; local
306 leptr = 0;
308 leptr = LANCE_ADDR(lp->init_block_dvma);
311 sbus_writew(leptr & 0xffff, lp->lregs + RDP);
313 sbus_writew(leptr >> 16, lp->lregs + RDP);
327 __u32 leptr; local
347 leptr = LANCE_ADDR(aib + libbuff_offset(tx_buf, i));
348 ib->btx_ring [i].tmd0 = leptr;
349 ib->btx_ring [i].tmd1_hadr = leptr >> 16;
357 leptr
383 u32 leptr; local
[all...]
H A Ddeclance.c305 uint leptr; local
310 leptr = 0;
313 writereg(&ll->rdp, (leptr & 0xFFFF));
315 writereg(&ll->rdp, leptr >> 16);
447 uint leptr; local
464 leptr = offsetof(struct lance_init_block, brx_ring);
466 (leptr >> 16);
467 *lib_ptr(ib, rx_ptr, lp->type) = leptr;
470 leptr, lib_off(brx_ring, lp->type));
473 leptr
[all...]

Completed in 109 milliseconds