Searched refs:ring_offset (Results 1 - 25 of 34) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dsmc-ultra32.c70 struct sk_buff *skb, int ring_offset);
342 int ring_offset)
344 unsigned long xfer_start = dev->mem_start + (ring_offset & 0x1fff);
347 if ((ring_offset & ~0x1fff) != ((ring_offset + count - 1) & ~0x1fff)) {
348 int semi_count = 8192 - (ring_offset & 0x1FFF);
351 if (ring_offset < 96*256) {
353 ring_offset += semi_count;
354 outb(ei_status.reg0 | ((ring_offset & 0x6000) >> 13), RamReg);
338 ultra32_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
H A Dsmc-ultra.c92 struct sk_buff *skb, int ring_offset);
98 struct sk_buff *skb, int ring_offset);
403 ultra_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset)
405 unsigned long xfer_start = dev->mem_start + ring_offset - (START_PG<<8);
456 struct sk_buff *skb, int ring_offset)
462 outb(ring_offset, ioaddr + IOPA); /* Set the address, LSB first. */
463 outb(ring_offset >> 8, ioaddr + IOPA);
401 ultra_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
453 ultra_pio_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
H A Ddaynaport.c61 struct sk_buff *skb, int ring_offset);
69 struct sk_buff *skb, int ring_offset);
77 struct sk_buff *skb, int ring_offset);
772 static void dayna_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset)
774 unsigned long xfer_base = ring_offset - (WD_START_PG<<8);
818 static void sane_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset)
820 unsigned long xfer_base = ring_offset - (WD_START_PG<<8);
879 static void slow_sane_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset)
881 unsigned long xfer_base = ring_offset - (WD_START_PG<<8);
771 dayna_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
817 sane_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
878 slow_sane_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
H A Doaknet.c68 struct sk_buff *skb, int ring_offset);
375 int ring_offset)
399 ei_obp(ring_offset & 0xff, base + EN0_RSARLO);
400 ei_obp(ring_offset >> 8, base + EN0_RSARHI);
430 if (((ring_offset + bytes) & 0xff) == low)
436 dev->name, ring_offset + bytes, addr);
374 oaknet_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
H A Dhp-plus.c104 struct sk_buff *skb, int ring_offset);
110 struct sk_buff *skb, int ring_offset);
332 hpp_io_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset)
337 outw(ring_offset, ioaddr + HPP_IN_ADDR);
359 hpp_mem_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset)
364 outw(ring_offset, ioaddr + HPP_IN_ADDR);
331 hpp_io_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
358 hpp_mem_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
H A Dhp.c69 struct sk_buff *skb , int ring_offset);
273 hp_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset)
284 outb_p(ring_offset & 0xff, nic_base + EN0_RSARLO);
285 outb_p(ring_offset >> 8, nic_base + EN0_RSARHI);
300 if (((ring_offset + xfer_count) & 0xff) != (addr & 0xff))
302 dev->name, ring_offset + xfer_count, addr);
272 hp_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
H A D3c503.c82 int ring_offset);
548 el2_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset)
558 ring_offset -= (EL2_MB1_START_PG<<8);
559 if (dev->mem_start + ring_offset + count > end_of_ring) {
561 int semi_count = end_of_ring - (dev->mem_start + ring_offset);
562 isa_memcpy_fromio(skb->data, dev->mem_start + ring_offset, semi_count);
567 isa_eth_io_copy_and_sum(skb, dev->mem_start + ring_offset, count, 0);
575 word = (unsigned short) ring_offset;
546 el2_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
H A De2100.c106 struct sk_buff *skb, int ring_offset);
324 e21_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset)
329 mem_on(ioaddr, shared_mem, (ring_offset>>8));
332 eth_io_copy_and_sum(skb, dev->mem_start + (ring_offset & 0xff), count, 0);
323 e21_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
H A Dhydra.c74 struct sk_buff *skb, int ring_offset);
207 struct sk_buff *skb, int ring_offset)
211 unsigned long xfer_start = mem_base + ring_offset - (NESM_START_PG<<8);
206 hydra_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
H A Dne.c136 struct sk_buff *skb, int ring_offset);
557 static void ne_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset)
577 outb_p(ring_offset & 0xff, nic_base + EN0_RSARLO);
578 outb_p(ring_offset >> 8, nic_base + EN0_RSARHI);
610 if (((ring_offset + xfer_count) & 0xff) == low)
616 dev->name, ring_offset + xfer_count, addr);
556 ne_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
H A Dne2.c149 struct sk_buff *skb, int ring_offset);
579 int ring_offset)
599 outb_p(ring_offset & 0xff, nic_base + EN0_RSARLO);
600 outb_p(ring_offset >> 8, nic_base + EN0_RSARHI);
627 if (((ring_offset + xfer_count) & 0xff) == low)
633 dev->name, ring_offset + xfer_count, addr);
578 ne_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
H A Dlne390.c61 static void lne390_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset);
321 int ring_offset)
323 unsigned long xfer_start = dev->mem_start + ring_offset - (LNE390_START_PG<<8);
320 lne390_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
H A Dne3210.c55 static void ne3210_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset);
309 int ring_offset)
311 unsigned long xfer_start = dev->mem_start + ring_offset - (NE3210_START_PG<<8);
308 ne3210_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
H A Dsmc-mca.c65 int ring_offset);
386 static void ultramca_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
388 unsigned long xfer_start = dev->mem_start + ring_offset - (START_PG << 8);
H A Dac3200.c85 struct sk_buff *skb, int ring_offset);
292 int ring_offset)
294 unsigned long xfer_start = dev->mem_start + ring_offset - (AC_START_PG<<8);
290 ac_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
H A Des3210.c73 static void es_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset);
334 int ring_offset)
336 unsigned long xfer_start = dev->mem_start + ring_offset - (ES_START_PG<<8);
333 es_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
H A Dapne.c87 struct sk_buff *skb, int ring_offset);
418 apne_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
438 outb(ring_offset & 0xff, nic_base + NE_EN0_RSARLO);
439 outb(ring_offset >> 8, nic_base + NE_EN0_RSARHI);
H A Dariadne2.c86 struct sk_buff *skb, int ring_offset);
322 struct sk_buff *skb, int ring_offset)
341 z_writeb(ring_offset & 0xff, nic_base + NE_EN0_RSARLO);
342 z_writeb(ring_offset >> 8, nic_base + NE_EN0_RSARHI);
321 ariadne2_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
H A Dwd.c58 struct sk_buff *skb, int ring_offset);
384 wd_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset)
387 unsigned long xfer_start = dev->mem_start + ring_offset - (WD_START_PG<<8);
382 wd_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
H A Dne2k-pci.c174 struct sk_buff *skb, int ring_offset);
482 struct sk_buff *skb, int ring_offset)
500 outb(ring_offset & 0xff, nic_base + EN0_RSARLO);
501 outb(ring_offset >> 8, nic_base + EN0_RSARHI);
480 ne2k_pci_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm/
H A Dr128_drm.h199 unsigned int ring_offset; member in struct:drm_r128_init
206 unsigned long ring_offset; member in struct:drm_r128_init
H A Dradeon_drm.h254 unsigned long ring_offset; member in struct:drm_radeon_init
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm-4.0/
H A Dr128_drm.h202 unsigned int ring_offset; member in struct:drm_r128_init
H A Dradeon_drm.h255 unsigned int ring_offset; member in struct:drm_radeon_init
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acorn/net/
H A Detherh.c301 etherh_block_input (struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
323 outb (ring_offset, addr + EN0_RSARLO);
324 outb (ring_offset >> 8, addr + EN0_RSARHI);

Completed in 193 milliseconds

12