/drivers/net/ethernet/8390/ |
D | mac8390.c | 136 struct e8390_pkt_hdr *hdr, int ring_page); 150 struct e8390_pkt_hdr *hdr, int ring_page); 161 struct e8390_pkt_hdr *hdr, int ring_page); 727 struct e8390_pkt_hdr *hdr, int ring_page) in sane_get_8390_hdr() argument 729 unsigned long hdr_start = (ring_page - WD_START_PG)<<8; in sane_get_8390_hdr() 764 struct e8390_pkt_hdr *hdr, int ring_page) in dayna_get_8390_hdr() argument 766 unsigned long hdr_start = (ring_page - WD_START_PG)<<8; in dayna_get_8390_hdr() 807 int ring_page) in slow_sane_get_8390_hdr() argument 809 unsigned long hdr_start = (ring_page - WD_START_PG)<<8; in slow_sane_get_8390_hdr()
|
D | stnic.c | 64 int ring_page); 186 int ring_page) in stnic_get_hdr() argument 193 STNIC_WRITE (PG0_RSAR1, ring_page); in stnic_get_hdr() 211 ring_page, hdr->status, hdr->next, hdr->count); in stnic_get_hdr()
|
D | smc-ultra.c | 90 int ring_page); 96 int ring_page); 443 ultra_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in ultra_get_8390_hdr() argument 445 void __iomem *hdr_start = ei_status.mem + ((ring_page - START_PG)<<8); in ultra_get_8390_hdr() 506 int ring_page) in ultra_pio_get_hdr() argument 510 outb(ring_page, ioaddr + IOPA); in ultra_pio_get_hdr()
|
D | hydra.c | 63 struct e8390_pkt_hdr *hdr, int ring_page); 207 struct e8390_pkt_hdr *hdr, int ring_page) in hydra_get_8390_hdr() argument 212 ((ring_page - NESM_START_PG)<<8); in hydra_get_8390_hdr()
|
D | apne.c | 83 int ring_page); 388 apne_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in apne_get_8390_hdr() argument 410 outb(ring_page, nic_base + NE_EN0_RSARHI); in apne_get_8390_hdr()
|
D | wd.c | 56 int ring_page); 412 wd_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in wd_get_8390_hdr() argument 416 void __iomem *hdr_start = ei_status.mem + ((ring_page - WD_START_PG)<<8); in wd_get_8390_hdr()
|
D | ne2k-pci.c | 172 int ring_page); 481 static void ne2k_pci_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in ne2k_pci_get_8390_hdr() argument 499 outb(ring_page, nic_base + EN0_RSARHI); in ne2k_pci_get_8390_hdr()
|
D | zorro8390.c | 114 struct e8390_pkt_hdr *hdr, int ring_page) in zorro8390_get_8390_hdr() argument 136 z_writeb(ring_page, nic_base + NE_EN0_RSARHI); in zorro8390_get_8390_hdr()
|
D | ne.c | 183 int ring_page); 592 static void ne_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in ne_get_8390_hdr() argument 611 outb_p(ring_page, nic_base + EN0_RSARHI); in ne_get_8390_hdr()
|
D | mcf8390.c | 193 struct e8390_pkt_hdr *hdr, int ring_page) in mcf8390_get_8390_hdr() argument 209 ei_outb(ring_page, addr + NE_EN0_RSARHI); in mcf8390_get_8390_hdr()
|
D | pcnet_cs.c | 1125 int ring_page) in dma_get_8390_hdr() argument 1141 outb_p(ring_page, nic_base + EN0_RSARHI); in dma_get_8390_hdr() 1355 int ring_page) in shmem_get_8390_hdr() argument 1358 + (ring_page << 8) in shmem_get_8390_hdr()
|
D | etherh.c | 416 etherh_get_header (struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in etherh_get_header() argument 437 writeb (ring_page, addr + EN0_RSARHI); in etherh_get_header()
|
D | ax88796.c | 171 int ring_page) in ax_get_8390_hdr() argument 190 ei_outb(ring_page, nic_base + EN0_RSARHI); in ax_get_8390_hdr()
|
D | axnet_cs.c | 630 int ring_page) in get_8390_hdr() argument 635 outb_p(ring_page, nic_base + EN0_RSARHI); in get_8390_hdr()
|