Searched refs:ring_page (Results 1 - 15 of 15) sorted by last modified time

/linux-master/drivers/net/ethernet/8390/
H A Dpcnet_cs.c1135 int ring_page)
1151 outb_p(ring_page, nic_base + EN0_RSARHI);
1367 int ring_page)
1370 + (ring_page << 8)
1133 dma_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) argument
1365 shmem_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) argument
H A Detherh.c411 etherh_get_header (struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) argument
432 writeb (ring_page, addr + EN0_RSARHI);
H A Dzorro8390.c107 struct e8390_pkt_hdr *hdr, int ring_page)
129 z_writeb(ring_page, nic_base + NE_EN0_RSARHI);
106 zorro8390_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) argument
H A Dhydra.c61 struct e8390_pkt_hdr *hdr, int ring_page);
202 struct e8390_pkt_hdr *hdr, int ring_page)
207 ((ring_page - NESM_START_PG)<<8);
201 hydra_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) argument
H A Dstnic.c61 int ring_page);
182 int ring_page)
189 STNIC_WRITE (PG0_RSAR1, ring_page);
207 ring_page, hdr->status, hdr->next, hdr->count);
181 stnic_get_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) argument
H A Dapne.c77 int ring_page);
377 apne_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) argument
399 outb(ring_page, nic_base + NE_EN0_RSARHI);
H A Dne.c179 int ring_page);
572 static void ne_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) argument
591 outb_p(ring_page, nic_base + EN0_RSARHI);
H A Dmcf8390.c190 struct e8390_pkt_hdr *hdr, int ring_page)
206 ei_outb(ring_page, addr + NE_EN0_RSARHI);
189 mcf8390_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) argument
H A Dax88796.c187 int ring_page)
206 ei_outb(ring_page, nic_base + EN0_RSARHI);
186 ax_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) argument
H A Dne2k-pci.c180 struct e8390_pkt_hdr *hdr, int ring_page);
501 struct e8390_pkt_hdr *hdr, int ring_page)
519 outb(ring_page, nic_base + EN0_RSARHI);
500 ne2k_pci_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) argument
H A Dwd.c55 int ring_page);
412 wd_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) argument
416 void __iomem *hdr_start = ei_status.mem + ((ring_page - WD_START_PG)<<8);
H A Dsmc-ultra.c89 int ring_page);
95 int ring_page);
443 ultra_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) argument
445 void __iomem *hdr_start = ei_status.mem + ((ring_page - START_PG)<<8);
506 int ring_page)
510 outb(ring_page, ioaddr + IOPA);
505 ultra_pio_get_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) argument
H A Dmac8390.c134 struct e8390_pkt_hdr *hdr, int ring_page);
148 struct e8390_pkt_hdr *hdr, int ring_page);
156 struct e8390_pkt_hdr *hdr, int ring_page);
705 struct e8390_pkt_hdr *hdr, int ring_page)
707 unsigned long hdr_start = (ring_page - WD_START_PG)<<8;
745 struct e8390_pkt_hdr *hdr, int ring_page)
747 unsigned long hdr_start = (ring_page - WD_START_PG)<<8;
788 int ring_page)
790 unsigned long hdr_start = (ring_page - WD_START_PG)<<8;
704 sane_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) argument
744 dayna_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) argument
786 slow_sane_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) argument
H A Daxnet_cs.c631 int ring_page)
636 outb_p(ring_page, nic_base + EN0_RSARHI);
799 void get_8390_hdr(struct net_device *dev, struct e8390_hdr *hdr, int ring_page)
629 get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) argument
H A D8390.h75 struct e8390_pkt_hdr *hdr, int ring_page);

Completed in 166 milliseconds