Searched defs:ring_page (Results 1 - 14 of 14) sorted by relevance

/drivers/net/ethernet/8390/
H A Dhydra.c63 struct e8390_pkt_hdr *hdr, int ring_page);
207 struct e8390_pkt_hdr *hdr, int ring_page)
212 ((ring_page - NESM_START_PG)<<8);
206 hydra_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) argument
H A Dstnic.c64 int ring_page);
186 int ring_page)
193 STNIC_WRITE (PG0_RSAR1, ring_page);
211 ring_page, hdr->status, hdr->next, hdr->count);
185 stnic_get_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) argument
H A Dapne.c83 int ring_page);
388 apne_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) argument
410 outb(ring_page, nic_base + NE_EN0_RSARHI);
H A Dmcf8390.c193 struct e8390_pkt_hdr *hdr, int ring_page)
209 ei_outb(ring_page, addr + NE_EN0_RSARHI);
192 mcf8390_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) argument
H A Dsmc-ultra.c90 int ring_page);
96 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 Dwd.c56 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 Dzorro8390.c114 struct e8390_pkt_hdr *hdr, int ring_page)
136 z_writeb(ring_page, nic_base + NE_EN0_RSARHI);
113 zorro8390_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) argument
H A Detherh.c416 etherh_get_header (struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) argument
437 writeb (ring_page, addr + EN0_RSARHI);
H A Dmac8390.c136 struct e8390_pkt_hdr *hdr, int ring_page);
150 struct e8390_pkt_hdr *hdr, int ring_page);
163 struct e8390_pkt_hdr *hdr, int ring_page);
734 struct e8390_pkt_hdr *hdr, int ring_page)
736 unsigned long hdr_start = (ring_page - WD_START_PG)<<8;
771 struct e8390_pkt_hdr *hdr, int ring_page)
773 unsigned long hdr_start = (ring_page - WD_START_PG)<<8;
814 int ring_page)
816 unsigned long hdr_start = (ring_page - WD_START_PG)<<8;
733 sane_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) argument
770 dayna_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) argument
812 slow_sane_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) argument
H A Dne.c183 int ring_page);
592 static void ne_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) argument
611 outb_p(ring_page, nic_base + EN0_RSARHI);
H A Dne2k-pci.c172 int ring_page);
479 static void ne2k_pci_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) argument
497 outb(ring_page, nic_base + EN0_RSARHI);
H A Dax88796.c171 int ring_page)
190 ei_outb(ring_page, nic_base + EN0_RSARHI);
170 ax_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) argument
H A Daxnet_cs.c633 int ring_page)
638 outb_p(ring_page, nic_base + EN0_RSARHI);
802 void get_8390_hdr(struct net_device *dev, struct e8390_hdr *hdr, int ring_page)
631 get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) argument
H A Dpcnet_cs.c1128 int ring_page)
1144 outb_p(ring_page, nic_base + EN0_RSARHI);
1358 int ring_page)
1361 + (ring_page << 8)
1126 dma_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) argument
1356 shmem_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) argument

Completed in 74 milliseconds