Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/8390/
H A Dsmc-ultra.c88 static void ultra_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr,
94 static void ultra_pio_get_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr,
443 ultra_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in ultra_get_8390_hdr()
451 memcpy_fromio(hdr, hdr_start, sizeof(struct e8390_pkt_hdr)); in ultra_get_8390_hdr()
505 static void ultra_pio_get_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, in ultra_pio_get_hdr()
511 insw(ioaddr + IOPD, hdr, sizeof(struct e8390_pkt_hdr)>>1); in ultra_pio_get_hdr()
H A Dapne.c76 static void apne_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr,
377 apne_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in apne_get_8390_hdr()
396 outb(sizeof(struct e8390_pkt_hdr), nic_base + NE_EN0_RCNTLO); in apne_get_8390_hdr()
404 for(cnt = 0; cnt < (sizeof(struct e8390_pkt_hdr)>>1); cnt++) in apne_get_8390_hdr()
408 for(cnt = 0; cnt < sizeof(struct e8390_pkt_hdr); cnt++) in apne_get_8390_hdr()
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) in sane_get_8390_hdr()
745 struct e8390_pkt_hdr *hdr, int ring_page) in dayna_get_8390_hdr()
787 struct e8390_pkt_hdr *hdr, in slow_sane_get_8390_hdr()
H A D8390.h22 struct e8390_pkt_hdr { struct
75 struct e8390_pkt_hdr *hdr, int ring_page);
H A Dzorro8390.c107 struct e8390_pkt_hdr *hdr, int ring_page) in zorro8390_get_8390_hdr()
126 z_writeb(sizeof(struct e8390_pkt_hdr), nic_base + NE_EN0_RCNTLO); in zorro8390_get_8390_hdr()
133 for (cnt = 0; cnt < sizeof(struct e8390_pkt_hdr) >> 1; cnt++) in zorro8390_get_8390_hdr()
H A Dne.c178 static void ne_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr,
572 static void ne_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in ne_get_8390_hdr()
588 outb_p(sizeof(struct e8390_pkt_hdr), nic_base + EN0_RCNTLO); in ne_get_8390_hdr()
595 insw(NE_BASE + NE_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr)>>1); in ne_get_8390_hdr()
597 insb(NE_BASE + NE_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr)); in ne_get_8390_hdr()
H A Dmcf8390.c190 struct e8390_pkt_hdr *hdr, int ring_page) in mcf8390_get_8390_hdr()
203 ei_outb(sizeof(struct e8390_pkt_hdr), addr + NE_EN0_RCNTLO); in mcf8390_get_8390_hdr()
209 ei_insw(addr + NE_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr) >> 1); in mcf8390_get_8390_hdr()
H A Dne2k-pci.c180 struct e8390_pkt_hdr *hdr, int ring_page);
490 struct e8390_pkt_hdr *hdr, int ring_page) in ne2k_pci_get_8390_hdr()
505 outb(sizeof(struct e8390_pkt_hdr), nic_base + EN0_RCNTLO); in ne2k_pci_get_8390_hdr()
513 sizeof(struct e8390_pkt_hdr) >> 1); in ne2k_pci_get_8390_hdr()
H A Dstnic.c60 static void stnic_get_hdr (struct net_device *dev, struct e8390_pkt_hdr *hdr,
181 stnic_get_hdr (struct net_device *dev, struct e8390_pkt_hdr *hdr, in stnic_get_hdr()
H A Dhydra.c61 struct e8390_pkt_hdr *hdr, int ring_page);
202 struct e8390_pkt_hdr *hdr, int ring_page) in hydra_get_8390_hdr()
H A Dwd.c54 static void wd_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr,
412 wd_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in wd_get_8390_hdr()
426 memcpy_fromio(hdr, hdr_start, sizeof(struct e8390_pkt_hdr)); in wd_get_8390_hdr()
H A Daxnet_cs.c95 struct e8390_pkt_hdr *, int);
630 struct e8390_pkt_hdr *hdr, in get_8390_hdr()
640 sizeof(struct e8390_pkt_hdr)>>1); in get_8390_hdr()
1345 struct e8390_pkt_hdr rx_frame; in ei_receive()
1377 pkt_len = rx_frame.count - sizeof(struct e8390_pkt_hdr); in ei_receive()
1634 if(sizeof(struct e8390_pkt_hdr)!=4) in AX88190_init()
H A Dax88796.c186 static void ax_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, in ax_get_8390_hdr()
203 ei_outb(sizeof(struct e8390_pkt_hdr), nic_base + EN0_RCNTLO); in ax_get_8390_hdr()
211 sizeof(struct e8390_pkt_hdr) >> 1); in ax_get_8390_hdr()
214 sizeof(struct e8390_pkt_hdr)); in ax_get_8390_hdr()
H A Dlib8390.c666 struct e8390_pkt_hdr rx_frame; in ei_receive()
701 pkt_len = rx_frame.count - sizeof(struct e8390_pkt_hdr); in ei_receive()
1023 BUILD_BUG_ON(sizeof(struct e8390_pkt_hdr) != 4); in __NS8390_init()
H A Dpcnet_cs.c1134 struct e8390_pkt_hdr *hdr, in dma_get_8390_hdr()
1148 outb_p(sizeof(struct e8390_pkt_hdr), nic_base + EN0_RCNTLO); in dma_get_8390_hdr()
1155 sizeof(struct e8390_pkt_hdr)>>1); in dma_get_8390_hdr()
1366 struct e8390_pkt_hdr *hdr, in shmem_get_8390_hdr()
1373 copyin(hdr, xfer_start, sizeof(struct e8390_pkt_hdr)); in shmem_get_8390_hdr()
H A Detherh.c411 etherh_get_header (struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in etherh_get_header()