/drivers/net/ |
D | hp-plus.c | 106 static void hpp_mem_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, 112 static void hpp_io_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, 361 hpp_io_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in hpp_io_get_8390_hdr() 366 insw(ioaddr + HP_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr)>>1); in hpp_io_get_8390_hdr() 386 hpp_mem_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in hpp_mem_get_8390_hdr() 393 memcpy_fromio(hdr, ei_status.mem, sizeof(struct e8390_pkt_hdr)); in hpp_mem_get_8390_hdr()
|
D | smc-ultra.c | 89 static void ultra_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, 95 static void ultra_pio_get_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, 435 ultra_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in ultra_get_8390_hdr() 443 memcpy_fromio(hdr, hdr_start, sizeof(struct e8390_pkt_hdr)); in ultra_get_8390_hdr() 497 static void ultra_pio_get_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, in ultra_pio_get_hdr() 503 insw(ioaddr + IOPD, hdr, sizeof(struct e8390_pkt_hdr)>>1); in ultra_pio_get_hdr()
|
D | hp.c | 63 static void hp_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, 247 hp_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in hp_get_8390_hdr() 254 outb_p(sizeof(struct e8390_pkt_hdr), nic_base + EN0_RCNTLO); in hp_get_8390_hdr() 261 insw(nic_base - NIC_OFFSET + HP_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr)>>1); in hp_get_8390_hdr() 263 insb(nic_base - NIC_OFFSET + HP_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr)); in hp_get_8390_hdr()
|
D | apne.c | 82 static void apne_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, 379 apne_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in apne_get_8390_hdr() 398 outb(sizeof(struct e8390_pkt_hdr), nic_base + NE_EN0_RCNTLO); in apne_get_8390_hdr() 406 for(cnt = 0; cnt < (sizeof(struct e8390_pkt_hdr)>>1); cnt++) in apne_get_8390_hdr() 410 for(cnt = 0; cnt < sizeof(struct e8390_pkt_hdr); cnt++) in apne_get_8390_hdr()
|
D | mac8390.c | 131 struct e8390_pkt_hdr *hdr, int ring_page); 145 struct e8390_pkt_hdr *hdr, int ring_page); 156 struct e8390_pkt_hdr *hdr, int ring_page); 731 struct e8390_pkt_hdr *hdr, int ring_page) in sane_get_8390_hdr() 765 static void dayna_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in dayna_get_8390_hdr() 807 static void slow_sane_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, in slow_sane_get_8390_hdr()
|
D | zorro8390.c | 92 struct e8390_pkt_hdr *hdr, int ring_page); 306 struct e8390_pkt_hdr *hdr, int ring_page) in zorro8390_get_8390_hdr() 323 z_writeb(sizeof(struct e8390_pkt_hdr), nic_base + NE_EN0_RCNTLO); in zorro8390_get_8390_hdr() 330 for (cnt = 0; cnt < (sizeof(struct e8390_pkt_hdr)>>1); cnt++) in zorro8390_get_8390_hdr()
|
D | ne2.c | 141 static void ne_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, 536 static void ne_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, in ne_get_8390_hdr() 553 outb_p(sizeof(struct e8390_pkt_hdr), nic_base + EN0_RCNTLO); in ne_get_8390_hdr() 561 sizeof(struct e8390_pkt_hdr)>>1); in ne_get_8390_hdr() 564 sizeof(struct e8390_pkt_hdr)); in ne_get_8390_hdr()
|
D | ne-h8300.c | 77 static void ne_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, 398 static void ne_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in ne_get_8390_hdr() 413 outb_p(sizeof(struct e8390_pkt_hdr), NE_BASE + EN0_RCNTLO); in ne_get_8390_hdr() 422 for (len = sizeof(struct e8390_pkt_hdr)>>1; len > 0; len--) in ne_get_8390_hdr() 425 insb(NE_BASE + NE_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr)); in ne_get_8390_hdr()
|
D | ne3210.c | 50 static void ne3210_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page); 277 ne3210_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in ne3210_get_8390_hdr() 280 memcpy_fromio(hdr, hdr_start, sizeof(struct e8390_pkt_hdr)); in ne3210_get_8390_hdr()
|
D | 3c503.c | 80 static void el2_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, 559 el2_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in el2_get_8390_hdr() 567 memcpy_fromio(hdr, hdr_start, sizeof(struct e8390_pkt_hdr)); in el2_get_8390_hdr() 588 memset(hdr, 0x00, sizeof(struct e8390_pkt_hdr)); in el2_get_8390_hdr() 593 insw(E33G_FIFOH, hdr, (sizeof(struct e8390_pkt_hdr))>> 1); in el2_get_8390_hdr()
|
D | ac3200.c | 88 static void ac_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, 307 ac_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in ac_get_8390_hdr() 310 memcpy_fromio(hdr, hdr_start, sizeof(struct e8390_pkt_hdr)); in ac_get_8390_hdr()
|
D | es3210.c | 69 static void es_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page); 342 es_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in es_get_8390_hdr() 345 memcpy_fromio(hdr, hdr_start, sizeof(struct e8390_pkt_hdr)); in es_get_8390_hdr()
|
D | lne390.c | 58 static void lne390_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page); 330 lne390_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in lne390_get_8390_hdr() 333 memcpy_fromio(hdr, hdr_start, sizeof(struct e8390_pkt_hdr)); in lne390_get_8390_hdr()
|
D | smc-ultra32.c | 69 static void ultra32_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, 350 struct e8390_pkt_hdr *hdr, in ultra32_get_8390_hdr() 362 memcpy_fromio(hdr, hdr_start, sizeof(struct e8390_pkt_hdr)); in ultra32_get_8390_hdr()
|
D | 8390.h | 19 struct e8390_pkt_hdr { struct 77 void (*get_8390_hdr)(struct net_device *, struct e8390_pkt_hdr *, int);
|
D | ne.c | 178 static void ne_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, 583 static void ne_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in ne_get_8390_hdr() 599 outb_p(sizeof(struct e8390_pkt_hdr), nic_base + EN0_RCNTLO); in ne_get_8390_hdr() 606 insw(NE_BASE + NE_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr)>>1); in ne_get_8390_hdr() 608 insb(NE_BASE + NE_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr)); in ne_get_8390_hdr()
|
D | e2100.c | 108 static void e21_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, 338 e21_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in e21_get_8390_hdr() 348 memcpy_fromio(hdr, shared_mem, sizeof(struct e8390_pkt_hdr)); in e21_get_8390_hdr()
|
D | smc-mca.c | 58 struct e8390_pkt_hdr *hdr, 471 static void ultramca_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in ultramca_get_8390_hdr() 477 memcpy_fromio(hdr, hdr_start, sizeof(struct e8390_pkt_hdr)); in ultramca_get_8390_hdr()
|
D | ne2k-pci.c | 171 static void ne2k_pci_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, 479 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() 494 outb(sizeof(struct e8390_pkt_hdr), nic_base + EN0_RCNTLO); in ne2k_pci_get_8390_hdr() 501 insw(NE_BASE + NE_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr)>>1); in ne2k_pci_get_8390_hdr()
|
D | stnic.c | 64 static void stnic_get_hdr (struct net_device *dev, struct e8390_pkt_hdr *hdr, 177 stnic_get_hdr (struct net_device *dev, struct e8390_pkt_hdr *hdr, in stnic_get_hdr()
|
D | hydra.c | 64 struct e8390_pkt_hdr *hdr, int ring_page); 203 struct e8390_pkt_hdr *hdr, int ring_page) in hydra_get_8390_hdr()
|
D | wd.c | 56 static void wd_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, 406 wd_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in wd_get_8390_hdr() 420 memcpy_fromio(hdr, hdr_start, sizeof(struct e8390_pkt_hdr)); in wd_get_8390_hdr()
|
D | ax88796.c | 168 static void ax_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, in ax_get_8390_hdr() 186 ei_outb(sizeof(struct e8390_pkt_hdr), nic_base + EN0_RCNTLO); in ax_get_8390_hdr() 193 readsw(nic_base + NE_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr)>>1); in ax_get_8390_hdr() 195 readsb(nic_base + NE_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr)); in ax_get_8390_hdr()
|
D | lib8390.c | 682 struct e8390_pkt_hdr rx_frame; in ei_receive() 715 pkt_len = rx_frame.count - sizeof(struct e8390_pkt_hdr); in ei_receive() 1053 if(sizeof(struct e8390_pkt_hdr)!=4) in __NS8390_init()
|
/drivers/net/pcmcia/ |
D | axnet_cs.c | 103 struct e8390_pkt_hdr *, int); 696 struct e8390_pkt_hdr *hdr, in get_8390_hdr() 706 sizeof(struct e8390_pkt_hdr)>>1); in get_8390_hdr() 1431 struct e8390_pkt_hdr rx_frame; in ei_receive() 1461 pkt_len = rx_frame.count - sizeof(struct e8390_pkt_hdr); in ei_receive() 1747 if(sizeof(struct e8390_pkt_hdr)!=4) in AX88190_init()
|