Home
last modified time | relevance | path

Searched refs:ring_offset (Results 1 – 24 of 24) sorted by relevance

/openbmc/linux/drivers/net/ethernet/8390/
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) in ultra_block_input() argument
465 void __iomem *xfer_start = ei_status.mem + ring_offset - (START_PG<<8); in ultra_block_input()
470 if (ring_offset + count > ei_status.stop_page*256) { in ultra_block_input()
472 int semi_count = ei_status.stop_page*256 - ring_offset; in ultra_block_input()
515 struct sk_buff *skb, int ring_offset) in ultra_pio_input() argument
521 outb(ring_offset, ioaddr + IOPA); /* Set the address, LSB first. */ in ultra_pio_input()
522 outb(ring_offset >> 8, ioaddr + IOPA); in ultra_pio_input()
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) in sane_block_input() argument
716 unsigned long xfer_base = ring_offset - (WD_START_PG<<8); in sane_block_input()
755 struct sk_buff *skb, int ring_offset) in dayna_block_input() argument
757 unsigned long xfer_base = ring_offset - (WD_START_PG<<8); in dayna_block_input()
797 struct sk_buff *skb, int ring_offset) in slow_sane_block_input() argument
799 unsigned long xfer_base = ring_offset - (WD_START_PG<<8); in slow_sane_block_input()
H A Dhydra.c63 struct sk_buff *skb, int ring_offset);
218 struct sk_buff *skb, int ring_offset) in hydra_block_input() argument
222 unsigned long xfer_start = mem_base + ring_offset - (NESM_START_PG<<8); in hydra_block_input()
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) in ne_block_input() argument
631 outb_p(ring_offset & 0xff, nic_base + EN0_RSARLO); in ne_block_input()
632 outb_p(ring_offset >> 8, nic_base + EN0_RSARHI); in ne_block_input()
664 if (((ring_offset + xfer_count) & 0xff) == low) in ne_block_input()
670 ring_offset + xfer_count, addr); in ne_block_input()
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) in apne_block_input() argument
444 outb(ring_offset & 0xff, nic_base + NE_EN0_RSARLO); in apne_block_input()
445 outb(ring_offset >> 8, nic_base + NE_EN0_RSARHI); in apne_block_input()
H A Dxsurf100.c155 struct sk_buff *skb, int ring_offset) in xs100_block_input() argument
174 ei_outb(ring_offset & 0xff, nic_base + EN0_RSARLO); in xs100_block_input()
175 ei_outb(ring_offset >> 8, nic_base + EN0_RSARHI); in xs100_block_input()
H A Dzorro8390.c150 struct sk_buff *skb, int ring_offset) in zorro8390_block_input() argument
170 z_writeb(ring_offset & 0xff, nic_base + NE_EN0_RSARLO); in zorro8390_block_input()
171 z_writeb(ring_offset >> 8, nic_base + NE_EN0_RSARHI); in zorro8390_block_input()
H A Dmcf8390.c225 struct sk_buff *skb, int ring_offset) in mcf8390_block_input() argument
241 ei_outb(ring_offset & 0xff, addr + NE_EN0_RSARLO); in mcf8390_block_input()
242 ei_outb(ring_offset >> 8, addr + NE_EN0_RSARHI); in mcf8390_block_input()
H A Dne2k-pci.c182 struct sk_buff *skb, int ring_offset);
541 struct sk_buff *skb, int ring_offset) in ne2k_pci_block_input() argument
560 outb(ring_offset & 0xff, nic_base + EN0_RSARLO); in ne2k_pci_block_input()
561 outb(ring_offset >> 8, nic_base + EN0_RSARHI); in ne2k_pci_block_input()
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) in wd_block_input() argument
442 unsigned long offset = ring_offset - (WD_START_PG<<8); in wd_block_input()
H A Dpcnet_cs.c1166 struct sk_buff *skb, int ring_offset) in dma_block_input() argument
1185 outb_p(ring_offset & 0xff, nic_base + EN0_RSARLO); in dma_block_input()
1186 outb_p(ring_offset >> 8, nic_base + EN0_RSARHI); in dma_block_input()
1207 if (((ring_offset + xfer_count) & 0xff) == (addr & 0xff)) in dma_block_input()
1213 ring_offset + xfer_count, addr); in dma_block_input()
1381 struct sk_buff *skb, int ring_offset) in shmem_block_input() argument
1384 unsigned long offset = (TX_PAGES<<8) + ring_offset in shmem_block_input()
H A Detherh.c370 etherh_block_input (struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) in etherh_block_input() argument
392 writeb (ring_offset, addr + EN0_RSARLO); in etherh_block_input()
393 writeb (ring_offset >> 8, addr + EN0_RSARHI); in etherh_block_input()
H A D8390.h79 struct sk_buff *skb, int ring_offset);
H A Dstnic.c63 struct sk_buff *skb , int ring_offset);
H A Dax88796.c231 struct sk_buff *skb, int ring_offset) in ax_block_input() argument
251 ei_outb(ring_offset & 0xff, nic_base + EN0_RSARLO); in ax_block_input()
252 ei_outb(ring_offset >> 8, nic_base + EN0_RSARHI); in ax_block_input()
H A Daxnet_cs.c97 struct sk_buff *skb, int ring_offset);
649 struct sk_buff *skb, int ring_offset) in block_input() argument
657 outb_p(ring_offset & 0xff, nic_base + EN0_RSARLO); in block_input()
658 outb_p(ring_offset >> 8, nic_base + EN0_RSARHI); in block_input()
/openbmc/linux/include/net/
H A Dax88796.h36 struct sk_buff *skb, int ring_offset);
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_cmd.h98 __le16 ring_offset; member
/openbmc/linux/drivers/crypto/amcc/
H A Dcrypto4xx_reg_def.h169 u32 ring_offset:16; member
H A Dcrypto4xx_core.c87 ring_size.bf.ring_offset = PPC4XX_PD_SIZE; in crypto4xx_hw_init()
/openbmc/linux/drivers/net/ethernet/realtek/
H A D8139too.c1962 u32 ring_offset = cur_rx % RX_BUF_LEN; in rtl8139_rx() local
1970 rx_status = le32_to_cpu (*(__le32 *) (rx_ring + ring_offset)); in rtl8139_rx()
1982 &rx_ring[ring_offset], 70, true); in rtl8139_rx()
2043 wrap_copy(skb, rx_ring, ring_offset+4, pkt_size); in rtl8139_rx()
2045 skb_copy_to_linear_data (skb, &rx_ring[ring_offset + 4], pkt_size); in rtl8139_rx()
/openbmc/qemu/hw/intc/
H A Dxive.c270 uint8_t ring_offset = offset & TM_RING_OFFSET; in xive_tm_raw_write() local
279 if (size < 4 || !mask || ring_offset == TM_QW0_USER) { in xive_tm_raw_write()
300 uint8_t ring_offset = offset & TM_RING_OFFSET; in xive_tm_raw_read() local
310 if (size < 4 || !mask || ring_offset == TM_QW0_USER) { in xive_tm_raw_read()
/openbmc/linux/include/uapi/drm/
H A Dradeon_drm.h587 unsigned long ring_offset; member
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_cmd.h581 __le16 ring_offset; member