Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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);
158 struct e8390_pkt_hdr *hdr, int ring_page);
713 struct e8390_pkt_hdr *hdr, int ring_page) in sane_get_8390_hdr()
753 struct e8390_pkt_hdr *hdr, int ring_page) in dayna_get_8390_hdr()
795 struct e8390_pkt_hdr *hdr, in slow_sane_get_8390_hdr()
D8390.h20 struct e8390_pkt_hdr { struct
73 struct e8390_pkt_hdr *hdr, int ring_page);
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.c179 struct e8390_pkt_hdr *hdr, int ring_page);
500 struct e8390_pkt_hdr *hdr, int ring_page) in ne2k_pci_get_8390_hdr()
515 outb(sizeof(struct e8390_pkt_hdr), nic_base + EN0_RCNTLO); in ne2k_pci_get_8390_hdr()
523 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()
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()
Dax88796.c179 static void ax_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, in ax_get_8390_hdr()
196 ei_outb(sizeof(struct e8390_pkt_hdr), nic_base + EN0_RCNTLO); in ax_get_8390_hdr()
204 sizeof(struct e8390_pkt_hdr) >> 1); in ax_get_8390_hdr()
207 sizeof(struct e8390_pkt_hdr)); in ax_get_8390_hdr()
Dlib8390.c667 struct e8390_pkt_hdr rx_frame; in ei_receive()
702 pkt_len = rx_frame.count - sizeof(struct e8390_pkt_hdr); in ei_receive()
1024 BUILD_BUG_ON(sizeof(struct e8390_pkt_hdr) != 4); in __NS8390_init()
Dpcnet_cs.c1125 struct e8390_pkt_hdr *hdr, in dma_get_8390_hdr()
1139 outb_p(sizeof(struct e8390_pkt_hdr), nic_base + EN0_RCNTLO); in dma_get_8390_hdr()
1146 sizeof(struct e8390_pkt_hdr)>>1); in dma_get_8390_hdr()
1357 struct e8390_pkt_hdr *hdr, in shmem_get_8390_hdr()
1364 copyin(hdr, xfer_start, sizeof(struct e8390_pkt_hdr)); in shmem_get_8390_hdr()
Detherh.c411 etherh_get_header (struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in etherh_get_header()