Home
last modified time | relevance | path

Searched refs:e8390_pkt_hdr (Results 1 – 16 of 16) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/8390/
Dsmc-ultra.c89 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,
442 ultra_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in ultra_get_8390_hdr()
450 memcpy_fromio(hdr, hdr_start, sizeof(struct e8390_pkt_hdr)); in ultra_get_8390_hdr()
504 static void ultra_pio_get_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, in ultra_pio_get_hdr()
510 insw(ioaddr + IOPD, hdr, sizeof(struct e8390_pkt_hdr)>>1); in ultra_pio_get_hdr()
Dapne.c82 static void apne_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr,
388 apne_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in apne_get_8390_hdr()
407 outb(sizeof(struct e8390_pkt_hdr), nic_base + NE_EN0_RCNTLO); in apne_get_8390_hdr()
415 for(cnt = 0; cnt < (sizeof(struct e8390_pkt_hdr)>>1); cnt++) in apne_get_8390_hdr()
419 for(cnt = 0; cnt < sizeof(struct e8390_pkt_hdr); cnt++) in apne_get_8390_hdr()
Dmac8390.c136 struct e8390_pkt_hdr *hdr, int ring_page);
150 struct e8390_pkt_hdr *hdr, int ring_page);
160 struct e8390_pkt_hdr *hdr, int ring_page);
708 struct e8390_pkt_hdr *hdr, int ring_page) in sane_get_8390_hdr()
748 struct e8390_pkt_hdr *hdr, int ring_page) in dayna_get_8390_hdr()
790 struct e8390_pkt_hdr *hdr, in slow_sane_get_8390_hdr()
D8390.h18 struct e8390_pkt_hdr { struct
70 void (*get_8390_hdr)(struct net_device *, struct e8390_pkt_hdr *, int);
Dzorro8390.c112 struct e8390_pkt_hdr *hdr, int ring_page) in zorro8390_get_8390_hdr()
131 z_writeb(sizeof(struct e8390_pkt_hdr), nic_base + NE_EN0_RCNTLO); in zorro8390_get_8390_hdr()
138 for (cnt = 0; cnt < sizeof(struct e8390_pkt_hdr) >> 1; cnt++) in zorro8390_get_8390_hdr()
Dne.c179 static void ne_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr,
575 static void ne_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in ne_get_8390_hdr()
591 outb_p(sizeof(struct e8390_pkt_hdr), nic_base + EN0_RCNTLO); in ne_get_8390_hdr()
598 insw(NE_BASE + NE_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr)>>1); in ne_get_8390_hdr()
600 insb(NE_BASE + NE_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr)); in ne_get_8390_hdr()
Dhydra.c63 struct e8390_pkt_hdr *hdr, int ring_page);
202 struct e8390_pkt_hdr *hdr, int ring_page) in hydra_get_8390_hdr()
Dne2k-pci.c171 static void ne2k_pci_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr,
480 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()
495 outb(sizeof(struct e8390_pkt_hdr), nic_base + EN0_RCNTLO); in ne2k_pci_get_8390_hdr()
502 insw(NE_BASE + NE_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr)>>1); in ne2k_pci_get_8390_hdr()
Dstnic.c63 static void stnic_get_hdr (struct net_device *dev, struct e8390_pkt_hdr *hdr,
185 stnic_get_hdr (struct net_device *dev, struct e8390_pkt_hdr *hdr, in stnic_get_hdr()
Dmcf8390.c192 struct e8390_pkt_hdr *hdr, int ring_page) in mcf8390_get_8390_hdr()
205 ei_outb(sizeof(struct e8390_pkt_hdr), addr + NE_EN0_RCNTLO); in mcf8390_get_8390_hdr()
211 ei_insw(addr + NE_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr) >> 1); in mcf8390_get_8390_hdr()
Dwd.c55 static void wd_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr,
411 wd_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in wd_get_8390_hdr()
425 memcpy_fromio(hdr, hdr_start, sizeof(struct e8390_pkt_hdr)); in wd_get_8390_hdr()
Daxnet_cs.c95 struct e8390_pkt_hdr *, int);
627 struct e8390_pkt_hdr *hdr, in get_8390_hdr()
637 sizeof(struct e8390_pkt_hdr)>>1); in get_8390_hdr()
1339 struct e8390_pkt_hdr rx_frame; in ei_receive()
1371 pkt_len = rx_frame.count - sizeof(struct e8390_pkt_hdr); in ei_receive()
1628 if(sizeof(struct e8390_pkt_hdr)!=4) in AX88190_init()
Dax88796.c182 static void ax_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, in ax_get_8390_hdr()
199 ei_outb(sizeof(struct e8390_pkt_hdr), nic_base + EN0_RCNTLO); in ax_get_8390_hdr()
207 sizeof(struct e8390_pkt_hdr) >> 1); in ax_get_8390_hdr()
210 sizeof(struct e8390_pkt_hdr)); in ax_get_8390_hdr()
Dlib8390.c660 struct e8390_pkt_hdr rx_frame; in ei_receive()
695 pkt_len = rx_frame.count - sizeof(struct e8390_pkt_hdr); in ei_receive()
1017 if (sizeof(struct e8390_pkt_hdr) != 4) in __NS8390_init()
Dpcnet_cs.c1120 struct e8390_pkt_hdr *hdr, in dma_get_8390_hdr()
1134 outb_p(sizeof(struct e8390_pkt_hdr), nic_base + EN0_RCNTLO); in dma_get_8390_hdr()
1141 sizeof(struct e8390_pkt_hdr)>>1); in dma_get_8390_hdr()
1350 struct e8390_pkt_hdr *hdr, in shmem_get_8390_hdr()
1357 copyin(hdr, xfer_start, sizeof(struct e8390_pkt_hdr)); in shmem_get_8390_hdr()
Detherh.c414 etherh_get_header (struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in etherh_get_header()