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

/linux-master/include/net/
H A Dax88796.h36 struct sk_buff *skb, int ring_offset);
/linux-master/drivers/net/ethernet/8390/
H A Dmac8390.c136 struct sk_buff *skb, int ring_offset);
150 struct sk_buff *skb, int ring_offset);
158 struct sk_buff *skb, int ring_offset);
714 struct sk_buff *skb, int ring_offset)
716 unsigned long xfer_base = ring_offset - (WD_START_PG<<8);
755 struct sk_buff *skb, int ring_offset)
757 unsigned long xfer_base = ring_offset - (WD_START_PG<<8);
797 struct sk_buff *skb, int ring_offset)
799 unsigned long xfer_base = ring_offset - (WD_START_PG<<8);
713 sane_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
754 dayna_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
796 slow_sane_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
H A Dsmc-ultra.c91 struct sk_buff *skb, int ring_offset);
97 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.c63 struct sk_buff *skb, int ring_offset);
218 struct sk_buff *skb, int ring_offset)
222 unsigned long xfer_start = mem_base + ring_offset - (NESM_START_PG<<8);
217 hydra_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
H A Dxsurf100.c155 struct sk_buff *skb, int ring_offset)
174 ei_outb(ring_offset & 0xff, nic_base + EN0_RSARLO);
175 ei_outb(ring_offset >> 8, nic_base + EN0_RSARHI);
154 xs100_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
H A Dapne.c79 struct sk_buff *skb, int ring_offset);
424 apne_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
444 outb(ring_offset & 0xff, nic_base + NE_EN0_RSARLO);
445 outb(ring_offset >> 8, nic_base + NE_EN0_RSARHI);
H A Dmcf8390.c225 struct sk_buff *skb, int ring_offset)
241 ei_outb(ring_offset & 0xff, addr + NE_EN0_RSARLO);
242 ei_outb(ring_offset >> 8, addr + NE_EN0_RSARHI);
224 mcf8390_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
H A Dzorro8390.c150 struct sk_buff *skb, int ring_offset)
170 z_writeb(ring_offset & 0xff, nic_base + NE_EN0_RSARLO);
171 z_writeb(ring_offset >> 8, nic_base + NE_EN0_RSARHI);
149 zorro8390_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
H A Dne2k-pci.c182 struct sk_buff *skb, int ring_offset);
541 struct sk_buff *skb, int ring_offset)
560 outb(ring_offset & 0xff, nic_base + EN0_RSARLO);
561 outb(ring_offset >> 8, nic_base + EN0_RSARHI);
540 ne2k_pci_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
H A Dne.c181 struct sk_buff *skb, int ring_offset);
610 static void ne_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
631 outb_p(ring_offset & 0xff, nic_base + EN0_RSARLO);
632 outb_p(ring_offset >> 8, nic_base + EN0_RSARHI);
664 if (((ring_offset + xfer_count) & 0xff) == low)
670 ring_offset + xfer_count, addr);
H A Detherh.c370 etherh_block_input (struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
392 writeb (ring_offset, addr + EN0_RSARLO);
393 writeb (ring_offset >> 8, addr + EN0_RSARHI);
H A Dwd.c57 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 D8390.h79 struct sk_buff *skb, int ring_offset);
H A Dstnic.c63 struct sk_buff *skb , int ring_offset);
H A Dpcnet_cs.c1166 struct sk_buff *skb, int ring_offset)
1185 outb_p(ring_offset & 0xff, nic_base + EN0_RSARLO);
1186 outb_p(ring_offset >> 8, nic_base + EN0_RSARHI);
1207 if (((ring_offset + xfer_count) & 0xff) == (addr & 0xff))
1213 ring_offset + xfer_count, addr);
1381 struct sk_buff *skb, int ring_offset)
1384 unsigned long offset = (TX_PAGES<<8) + ring_offset
1165 dma_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
1380 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);
649 struct sk_buff *skb, int ring_offset)
657 outb_p(ring_offset & 0xff, nic_base + EN0_RSARLO);
658 outb_p(ring_offset >> 8, nic_base + EN0_RSARHI);
802 void block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset)
648 block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
H A Dax88796.c231 struct sk_buff *skb, int ring_offset)
251 ei_outb(ring_offset & 0xff, nic_base + EN0_RSARLO);
252 ei_outb(ring_offset >> 8, nic_base + EN0_RSARHI);
230 ax_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) argument
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_cmd.h98 __le16 ring_offset; member in struct:hclgevf_cfg_tx_queue_pointer_cmd
/linux-master/drivers/crypto/amcc/
H A Dcrypto4xx_reg_def.h169 u32 ring_offset:16; member in struct:ce_ring_size::__anon167
H A Dcrypto4xx_core.c87 ring_size.bf.ring_offset = PPC4XX_PD_SIZE;
/linux-master/drivers/net/ethernet/realtek/
H A D8139too.c1962 u32 ring_offset = cur_rx % RX_BUF_LEN; local
1970 rx_status = le32_to_cpu (*(__le32 *) (rx_ring + ring_offset));
1982 &rx_ring[ring_offset], 70, true);
2043 wrap_copy(skb, rx_ring, ring_offset+4, pkt_size);
2045 skb_copy_to_linear_data (skb, &rx_ring[ring_offset + 4], pkt_size);
/linux-master/include/uapi/drm/
H A Dradeon_drm.h587 unsigned long ring_offset; member in struct:drm_radeon_init
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_cmd.h581 __le16 ring_offset; member in struct:hclge_cfg_tx_queue_pointer_cmd

Completed in 268 milliseconds