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

/drivers/net/ethernet/8390/
H A Dmac8390.c138 struct sk_buff *skb, int ring_offset);
152 struct sk_buff *skb, int ring_offset);
165 struct sk_buff *skb, int ring_offset);
743 struct sk_buff *skb, int ring_offset)
745 unsigned long xfer_base = ring_offset - (WD_START_PG<<8);
781 struct sk_buff *skb, int ring_offset)
783 unsigned long xfer_base = ring_offset - (WD_START_PG<<8);
823 struct sk_buff *skb, int ring_offset)
825 unsigned long xfer_base = ring_offset - (WD_START_PG<<8);
742 sane_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
780 dayna_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
822 slow_sane_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);
463 ultra_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
465 void __iomem *xfer_start = ei_status.mem + ring_offset - (START_PG<<8);
470 if (ring_offset + count > ei_status.stop_page*256) {
472 int semi_count = ei_status.stop_page*256 - ring_offset;
515 struct sk_buff *skb, int ring_offset)
521 outb(ring_offset, ioaddr + IOPA); /* Set the address, LSB first. */
522 outb(ring_offset >> 8, ioaddr + IOPA);
514 ultra_pio_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
H A Dhydra.c65 struct sk_buff *skb, int ring_offset);
223 struct sk_buff *skb, int ring_offset)
227 unsigned long xfer_start = mem_base + ring_offset - (NESM_START_PG<<8);
222 hydra_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
H A Dapne.c85 struct sk_buff *skb, int ring_offset);
435 apne_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
455 outb(ring_offset & 0xff, nic_base + NE_EN0_RSARLO);
456 outb(ring_offset >> 8, nic_base + NE_EN0_RSARHI);
H A Dmcf8390.c228 struct sk_buff *skb, int ring_offset)
244 ei_outb(ring_offset & 0xff, addr + NE_EN0_RSARLO);
245 ei_outb(ring_offset >> 8, addr + NE_EN0_RSARHI);
227 mcf8390_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
H A Dzorro8390.c157 struct sk_buff *skb, int ring_offset)
177 z_writeb(ring_offset & 0xff, nic_base + NE_EN0_RSARLO);
178 z_writeb(ring_offset >> 8, nic_base + NE_EN0_RSARHI);
156 zorro8390_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);
517 struct sk_buff *skb, int ring_offset)
535 outb(ring_offset & 0xff, nic_base + EN0_RSARLO);
536 outb(ring_offset >> 8, nic_base + EN0_RSARHI);
516 ne2k_pci_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
H A Dne.c185 struct sk_buff *skb, int ring_offset);
630 static void ne_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
651 outb_p(ring_offset & 0xff, nic_base + EN0_RSARLO);
652 outb_p(ring_offset >> 8, nic_base + EN0_RSARHI);
684 if (((ring_offset + xfer_count) & 0xff) == low)
690 ring_offset + xfer_count, addr);
H A Detherh.c375 etherh_block_input (struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
397 writeb (ring_offset, addr + EN0_RSARLO);
398 writeb (ring_offset >> 8, addr + EN0_RSARHI);
H A Dwd.c58 struct sk_buff *skb, int ring_offset);
439 wd_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
442 unsigned long offset = ring_offset - (WD_START_PG<<8);
H A Dstnic.c66 struct sk_buff *skb , int ring_offset);
H A Dpcnet_cs.c1159 struct sk_buff *skb, int ring_offset)
1178 outb_p(ring_offset & 0xff, nic_base + EN0_RSARLO);
1179 outb_p(ring_offset >> 8, nic_base + EN0_RSARHI);
1198 if (((ring_offset + xfer_count) & 0xff) == (addr & 0xff))
1204 ring_offset + xfer_count, addr);
1372 struct sk_buff *skb, int ring_offset)
1375 unsigned long offset = (TX_PAGES<<8) + ring_offset
1158 dma_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
1371 shmem_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
H A Daxnet_cs.c97 struct sk_buff *skb, int ring_offset);
651 struct sk_buff *skb, int ring_offset)
660 outb_p(ring_offset & 0xff, nic_base + EN0_RSARLO);
661 outb_p(ring_offset >> 8, nic_base + EN0_RSARHI);
805 void block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset)
650 block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
H A Dax88796.c215 struct sk_buff *skb, int ring_offset)
235 ei_outb(ring_offset & 0xff, nic_base + EN0_RSARLO);
236 ei_outb(ring_offset >> 8, nic_base + EN0_RSARHI);
214 ax_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
/drivers/gpu/drm/r128/
H A Dr128_ioc32.c56 unsigned int ring_offset; member in struct:drm_r128_init32
91 || __put_user(init32.ring_offset, &init->ring_offset)
H A Dr128_cce.c470 dev_priv->cce_ring = drm_legacy_findmap(dev, init->ring_offset);
/drivers/gpu/drm/radeon/
H A Dradeon_ioc32.c53 u32 ring_offset; member in struct:drm_radeon_init32
87 || __put_user(init32.ring_offset, &init->ring_offset)
H A Dradeon_cp.c1296 dev_priv->ring_offset = init->ring_offset;
1308 dev_priv->cp_ring = drm_legacy_findmap(dev, init->ring_offset);
H A Dr600_cp.c2050 dev_priv->ring_offset = init->ring_offset;
2062 dev_priv->cp_ring = drm_legacy_findmap(dev, init->ring_offset);
H A Dradeon_drv.h252 unsigned long ring_offset; member in struct:drm_radeon_private
/drivers/crypto/amcc/
H A Dcrypto4xx_reg_def.h174 u32 ring_offset:16; member in struct:ce_ring_size::__anon492
H A Dcrypto4xx_core.c86 ring_size.bf.ring_offset = PPC4XX_PD_SIZE;
/drivers/net/ethernet/realtek/
H A D8139too.c1950 u32 ring_offset = cur_rx % RX_BUF_LEN; local
1958 rx_status = le32_to_cpu (*(__le32 *) (rx_ring + ring_offset));
1970 &rx_ring[ring_offset], 70, true);
2031 wrap_copy(skb, rx_ring, ring_offset+4, pkt_size);
2033 skb_copy_to_linear_data (skb, &rx_ring[ring_offset + 4], pkt_size);

Completed in 4275 milliseconds